#featured_promo {
    margin: 0 0 50px 0;
}

#promo_space .promo_box {
    width: 93px;
    height: 120px;
    float: left;
    white-space: normal;
}

#promo_space .promo_image {
    width: 100%;
    height: 100px;
    margin: 0 0 -15px 0;
}

#promo_space .promo_image img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid #ffffff;
    width: 80px;
    height: 80px;
    margin: 6px auto 3px auto;
    display: block;
    box-shadow: 3px 2px 15px -5px #444;
    /* display: inline-block; */
}

#promo_space .promo_image img:hover {
    box-shadow: 2px 3px 10px -4px #444;
    cursor: pointer;
}

#promo_space .promo_text {
    text-align: center;
    font-size: .75em;
    text-transform: uppercase;
}

#promo_space .promo_text a {
    color: #993300;
    text-decoration: none;
}

#promo_header {
    border-bottom: 1px dashed #ccc;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    color: #444;
}

#sports_scores_container {
    clear: both;
    width: 100%;
    font-size: 1em;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    margin: 30px auto 10px auto;
    line-height: 1.3em;
}