/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 24, 2018, 2:08:11 PM
    Author     : woldeyesge
*/
.routetable {
    width : 100%;
    border: 1px;    
}
.routetableht {
    padding-left: 20px;
}
.routetable td {
    padding-left: 10px;
}
.routetable th {
     background-color: #eee;
}

.routeservice {
    border-radius: 10%;
    display: inline-block;
    height: 45px;
   
    position: relative;
    background-color: #115D93;
}

.routeimage {
    height: 16px;
    left: 4px;
    position: absolute;
    top: 18px;
    width: 16px;
}
.routepublic {
    display: inline-block;
    font-weight: normal;
    padding-left: 25px;
    padding-right: 5px;
    padding-top: 13px;
    color : white;
}

#routeoverflow {
    padding: 20px;
    width: 100%;
    height: 300px;
    overflow-y : scroll;
    border: 1px solid #ccc;
}