#latest-news-content #container {width: 100%;}
#latest-news-content #content {text-align: center;}
#latest-news-content #content h3 strong {background-color: transparent;}
#latest-news-content #content tr{
    background-color: deepskyblue;
    color: white;
}
#latest-news-content #content img {width: 100%;}
#latest-news-content #content a {
    font-size: large;
    font-weight: bold;
    color: white;
    text-decoration: none;
}