/* SUBMIT BUTTON */
.btn {
    background-color: #7F1311;
    border: none;
    color: white;
    padding: 15px;
    text-align: center;
    font-family: 'Corbel', Arial, sans-serif;
    text-decoration: none;
    display: inline-block;
    font-weight:600;
    font-size: 17px;
    margin: 4px 2px;
    border-radius: 12px;
}

.btn:hover {opacity: 0.6}

.txtinput { height:30px; font-size:15px; line-height:2.0; font-family:Arial; width:60%; }

#left-address { float:left; width:16%; text-align: left; padding:0 0 0 3%; background-color:#E2E2E2; height:100%; }
#right-address { float:left; border:solid 1px red; padding:6% 0 0 0; width:80%; text-align: left; background-color:#E2E2E2; height:100%; }

select {
    font-family: Cursive;
    font-size: 14px;
    line-height:2.0;
  }

.btnblack {
    background-color: #872602;
    border: none;
    color: white;
    padding: 15px;
    text-align: center;
    font-family: 'Ebrima';
    text-decoration: none;
    display: inline-block;
    font-weight:200;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 22px;
}

.btnblack:hover {opacity: 0.6}

/*#trackdate_left { float:left; width:17%; text-align: left; height:30px; vertical-align: top; }
#trackdate { float:right; text-align: left; height:30px; vertical-align: top; margin:0 51.6% 0 0; }
*/

.trackit_left { float:left; width:20%; line-height:2.0 !important; }
.trackit_right { float:right; width:79%; }
