/* Boiler Guide Limited */
            form#contact .hidden {
    display: none;
}

form#contact input[type="checkbox"] {
    vertical-align: middle;
}

form#contact .checkbox label {
    display: inline;
    font-weight: 400;
    font-size: 15px;
}

h3.thankyounote {
    margin-bottom: 30px;
}

.messages-wrapper {
    margin-bottom: 20px;
    float: none;
}

.message-history {
    font-size: 14px;
    margin-bottom: 15px;
    border: 1px solid #dadada;
    border-radius: 6px;
    padding: 10px;
    margin-left: 0;
    width: 100%;
}

.message-history h4 {
    font-size: 12px;
    color: #ea6949;
}

.message-history h5 {
    font-size: 10px;
}

.message-history h4.incoming {
    color: #39617d;
}

.message-history:nth-of-type(2n+1) {
    background-color: #f3f3f3;
}

.message-history:nth-of-type(2n) {
    background-color: #e8f0f6;
}