* {
    padding:0px;
    margin: 0px;
}

body {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif
}

div.route {
    margin:8px 10px;
    
}

div.direction {
    background-color: #EEE;
    margin: 20px 0px;
}

ol.predictions li {
    list-style-type: none;
    margin: 5px;
    padding:5px 10px;
    text-align:center;
    background-color: #ccc;
    display:inline-block;
    border-radius: 4px;
    min-width: 30px;
}


ol.predictions li.route {
    font-weight: bold;
    color: #fff;
    background-color: #111;
   
}

div.loader {
    text-align:center;
    display: table-cell; 
    vertical-align: middle;
    width: 100%;
    height: 100%;

}

.direction_header {
    background-color: #111;
    padding:5px 10px;
    color: #fff;
    text-transform: uppercase;
}

.stopname {
    font-size: 10px;
    text-transform: uppercase;
}