#routecontent{
    width:1000px;
    float:left;

}
#routewrapper{
    width:1000px;
    float:left;
    margin-bottom:2px; 
    overflow:hidden;
}

.routetable{
    width:100%;
    float:left;
     margin-top:10px;

}
.routetable tr{
    padding:2px;
    cursor:pointer;
}
.routetable td{
    padding:5px 2px;
    font-size:18px;
    border:thin black solid;
}
.routetable th{

    font-size:20px;
    font-weight:bold;
    background-color:darkseagreen;
    height:20px;
    border:thin black solid;
    text-align: center;
    padding:15px 5px ;
}
#routeiframe{
    float:left;
    width:100%;
    height:600px
}

.routeopen{
    height:auto;
    cursor: n-resize;
}
.routeclosed{
    height:5px;
    cursor: n-resize;
}
#routecontent #titlebar{
    float:left;
    width:100%;
    height:20px;
    background-color: darkseagreen;
    text-align:center;
}
#routecontent #titlebar #opencloseroute{
    float:right;

    color: white;
    font-weight: bold;
}
#routecontent #titlebar #title{
    
    margin-right:10px;
    color: white;
    font-weight: bold;
        margin-right:auto;
    margin-left:auto;
}
#routedateselect{
    float:left;
    font-size:22px;
    margin-top:8px;
}
.routebutton {
    float:left;
    text-align: center;
    width:75px;
    height:35px;
    float:left;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:10px;
    margin-top:7px;
    padding-left:7px;
    padding-right:10px;
padding-top:5px;
    background-color: darkseagreen;
    font-size:25px;
    color:#ffffff;
    font-weight:bold;
    border-top-right-radius:12px;
    border-top-left-radius:12px;
    border-bottom-right-radius:12px;
    border-bottom-left-radius:12px;
    cursor: pointer;
}
/*Printable schedule*/
#printroute{
    float:left;
}
#printtemplate{
    display:none;
}
.singleappt{
    float:left;
    color:black;
    width:700px;
    margin-top:15px;
    
}

.singleappt tr{

   margin: 10px;
   width:100%;
}
.singleappt td{

margin-left:5px;
font-size:16px;
}
.singleappt .printdata{

margin-right:20px;
font-weight:bold;
}
#headprint{
    
    width:700px;
    margin-bottom:10px;
        margin-top:10px;
}
#custprint{
    float:left;
    width:250px;
    clear:left;
    margin-bottom:10px;
}
#commentsprint{
     float:left;
    width:400px;
    height:100px;
  margin-left:25px;
   margin-top:5px; 
}
#phoneprint{
    float:left;
    width:700px;
    margin-bottom:10px;
}
#phoneprint td{
    
    width:12%;
    margin-bottom:10px;
}
/*End Printable schedule*/
hr{
    height:7px;
    color:black;
    width:100%;
}
#routemap{
    float:left;
    width:750px;
    height:750px;
}