body {
    background-color: #cccccc;
}



#bheader {
    margin: auto;
    margin-top:50px;
    width:60%;
    height:100px;
    broder:1px solid red;
    background-color:#111;
    font:14px/1 monospace;
}

li {
    white-space: nowrap;

}

.bline{
    cursor:pointer;
    overflow:hidden;
    font:14px/1 monospace;
    margin-top:1px;
}

.bline span{
    display:block;
    float:left;
    background:#222;
    margin-right:1px;
}

#bheader img  {
    width:50%;
}


#bheader {

    padding:30px;
    text-align: center;
    height:200px;
    background:rgb(0,0,0);
    background: transparent\9;
    background:rgba(0,0,0,0.4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    zoom: 1;

}

#board-desk {
    text-align: center;
    padding:10px;
    background-color:black;

}

.theader {
    color:yellow !important;
    font-weight: bolder;
}
.tactive {
    color:yellow !important;
}

.tpass {
    color:white !important;
}

.tfuture{
    color:#444 !important;
}
.tinfo {
    color:#ccc !important;
    font-size:10px !important;
}


.departures i {
    font-size: 34px;
    padding: 5px;
}
.departures {
    color:yellow;
}

