/* busroute.css */
/* 
    Created on : May 24, 2018, 2:08:11 PM
    Author     : woldeyesge

    Updated : 130921
    Author : mbehiels_opl
*/

#routeoverflow {
/*	background-color: lime;*/
    width: 100%;
	margin: 0;
    padding: 10px;
/*    height: 300px;*/
/*    overflow-y : scroll;*/
/*    border: 1px solid #666666;*/
}

.routetable {
/*	background-color: orange;*/
    width : 100%;
/*    border: 1px;*/
}

.routetable caption {
/*	background-color: pink;*/
    width : 100%;
	margin: 0 0 5px;
    padding: 5px;
	font: 22px 'Montserrat', Arial, sans-serif;
	font-weight: 700;
}

.routetableht {
/*    padding-left: 20px;*/
}

.routetable th {
	background-color: #EEEEEE;
	border: none;
}

.routetable td {
/*	background-color: khaki;*/
	padding: 10px;
	border: none;
}

.routeservice {
    position: relative;
    display: inline-block;
    height: 45px;
    border-radius: 10px;
    background-color: #115D93;
}

.routeimage {
    position: absolute;
    left: 5px;
    top: 18px;
    width: 16px;
    height: 16px;
}

.routepublic {
/*	background-color: khaki;*/
	display: inline-block;
	padding: 15px 10px 0 25px;
	font-weight: normal;
	color : white;
}
