.myButton {
    background-color:#005a70;
    border:1px solid #0080a3;
    display:inline-block;
    cursor:pointer;
    color:#ffffff !important;
    font-family:Trebuchet MS;
    font-size:17px;
    font-weight:bold;
    padding:19px 76px;
    text-decoration:none;
    text-shadow:0px 0px 0px #0080a3;
}
.myButton:hover {
    background-color:#0080a3;
}
.myButton:active {
    position:relative;
    top:1px;
}

.myButtoncall {
    background-color:#005a70;
    border:1px solid #0080a3;
    display:inline-block;
    cursor:pointer;
    color:#ffffff !important;
    font-family:Trebuchet MS;
    font-size:17px;
    font-weight:bold;
    padding:19px 76px;
    text-decoration:none;
    text-shadow:0px 0px 0px #0080a3;
}
.myButtoncall:hover {
    background-color:#0080a3;
}
.myButtoncall:active {
    position:relative;
    top:1px;
}

.myButtonchat {
    background-color:#005a70;
    border:1px solid #0080a3;
    display:inline-block;
    cursor:pointer;
    color:#ffffff !important;
    font-family:Trebuchet MS;
    font-size:17px;
    font-weight:bold;
    padding:19px 76px;
    text-decoration:none;
    text-shadow:0px 0px 0px #0080a3;
}
.myButtonchat:hover {
    background-color:#0080a3;
}
.myButtonchat:active {
    position:relative;
    top:1px;
}

 .mainBody {
    margin-left: 50px;
 }