#tra_col1 {
    width: 370px;
    height: auto;
    float: left;
    background-color: white;
    padding: 0px 5px;
    position: relative;
}

#tra_col1 p {
    font: 13px Open Sans, Courier;
    line-height: 20px;
    margin-bottom: 10px;
}


#tra_col1 img {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

#cancelled_service {
    font: 11px Open Sans, Courier;
    font-style: italic;
    line-height: 13px;
    background-color: lightgrey;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    padding: 5px;
    text-align: center;
    display: inline-block;
}

#tra_col2 {
    width: 480px;
    float: left;
    display: inline;
    box-sizing: border-box;
    padding-left: 20px;
}

#tra_col2 p {
    margin-bottom: 10px;
}

.bigbold {
    font-size: 14px;
    font-weight: 600;
}

#tra_col2 img{
    float: right;
    border: 0;
    margin-right: 10px;
}

/*#tra_col2 img:first-of-type {margin-bottom: 10px;}*/

#tra_col2 figure {
    position: absolute;
    bottom: 3%;
    right: 0%;
    z-index: 1;
    display: block;
    margin: 0px;
}

#tra_col2 figcaption {
    background-color: white;
    width: auto;
    font: 11px Open Sans, Courier;
    line-height: 20px;
    text-align: right;
}

#tra_col2 figure img {
/*    box-shadow: 2px 2px #001a00; */
    width: 202px;
    height: 47px;
}

#blank {
    width: 100px;
    height: 90px;
    float: right;
}


#stops {
    float: right;
    width: 170px;
    padding: 0px;
    margin: 0px;
    z-index: 2;
    position: absolute;
    top: 80px;
    left: 60px;
    -ms-transform: rotate(-12deg); /* IE 9 */
    -webkit-transform: rotate(-12deg); /* Safari */
    transform: rotate(-12deg); /* Standard syntax */
}

ul#stops, ul#stops li {
    list-style: none;
    text-decoration: none;
    text-shadow: 0px 0px 5px white;
    font: 15px Courier;
    line-height: 18px;
    text-align: left;
    color: black;
    text-shadow: -1px 1px 0px #fff, 1px 1px 0px #fff, 1px -1px 0px #fff,-1px -1px 0px #fff;
}

.bus-update p {
    background-color: white;
    border: 1px solid #333;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    z-index: 3;
    position: absolute;
    top: 90px;
    left: 10px;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    box-shadow: 3px 3px 3px #666;
}