
#weather_teasers {
    margin : 25px 0;
}

#weather_teasers table {
    width : 310px;
}

#weather_teasers table tr td {
    border : 0;
    border-radius : 0;
    -moz-border-radius : 0;
}

#weather_teasers table .forecasts td {
    border-right : 6px solid #FFF;
    border-bottom : 16px solid #FFF;
    background : #62676D;
    color : #FFF;
    text-align : center;
    font-size : 9px;
}

#weather_teasers table .forecasts td a {
    color : #FFF;
}

#weather_teasers table .forecasts td.last {
    border-right : 0;
}

#weather_teasers table .forecasts img {
    margin: 8px 0 2px;
}

#weather_teasers table .forecasts td .snow {
    font-size : 12px;
    font-weight : bold;
}

#weather_teasers table h3 {
    padding: 0 0 2px 0;
    
}

#weather_teasers table h3 a {
    color: #3D1D21;
    font-size: 12px;    
    font-weight : bold;
}

#weather_teasers table h3 a span {
    color: #FA0012;
    padding-left: 1px;
    font-size : 12px;
    font-weight : bold;
}