h5 {margin: 11px 0px 7px 0px;}
h3 {margin: 4px 0px 12px 0px;}

.tooltip {    position: absolute;    display: inline-block;    border-bottom: 1px dotted black;  }

#callme input[type=text] {    width: 100%;    font-family: inherit;    font-size: 11pt;  }

.tooltip .tooltiptext {
    visibility: hidden;
    width: 155px;
    background-color: #aaa;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
        margin-top: 40px;
        font-family: 'Open Sans Condensed', sans-serif;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.contact {    width: 198px;    }
.radios {    display: inline-block;   }

#callme textarea {    width: 100%;    height: 188px;    resize: none;    font-family: inherit;    font-size: 11pt;   }

.fills {    width: 66%;    padding-right: 14px;    float: right;  }

.sends {    padding-top: 18px; width: 22vw; font-size: 6vh; }

.tooltip:hover .tooltiptext {    visibility: visible; }

ul {margin-left: -24px; margin-top: 11px;}
li {font-size: 0.75vw; color: #ccc; font-family:Open Sans; list-style-type: none; padding-left: 4px;}

#true {-webkit-transition: right 0.7s; /* Safari */
    transition: right 0.7s;}
    
#gdrp {-webkit-transition: right 0.7s; /* Safari */
    transition: right 0.7s;}
    
#callers {-webkit-transition: left 0.7s; /* Safari */
    transition: left 0.7s;}

.manners {cursor: pointer;}

a.manners:hover {color: orange;}