#Country_Code {
    width: 170px;
}
tr th {
    width: 60px !important;
}
tr td {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
#TWCH_message {
    width: 500px;
    display: block;
    height: 170px;
}
 .button-primary {
    background: #32373c;
    border-color: #fff;
}
div#wpbody-content {
    padding: 15px;
}
div#wpbody-content h1 {
    padding-bottom: 22px;
}
.phoneNumber input[type="number"] {
    width: 500px !important;
    height: 35px !important;
}


#SubmitBtn{
    margin: 25px 0px;
    text-align: center;
    border-radius: 8px;
    font-weight: 600;
    padding: 7px 30px;
}

 .button{
    background: #32373c !important;
    border-color: #fff !important;
}
 .button:hover {
    background: #292c2f !important;
    border-color: #fff !important;
}
.phoneNumber td {
    display: block;
}
tr.phoneNumber td p {
    margin-top: 0px;
}
#QuickMessage_list {
    margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
    .phoneNumber td {
        display: block;
        line-height: 60px;
    }
    tr.phoneNumber td p {
        line-height: 1px;
    }
    #sendMessageForm input,#sendMessageForm textarea,#sendMessageForm select{
        width: 90%;
    }
    .SubmitBtn {
        display: block;
    }
}