﻿
.trendingbox .trendingboxHeader {
    text-align: center;
    font-size: 20pt;
    background-color: #bf2d2b;
    color: white;
}

.trendingbox table {
    margin-top: 15px;
    margin-bottom: 15px;
}

.trendingbox td {
    font-weight: 400;
    margin-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
}

.trendingbox td a {
    color: #1d1e1e;
}
.trendingbox td a,
.trendingbox td a:hover {
    text-decoration: none;
}
.trendingboxDivider {
    width: 80%;
    border-bottom: #DFDFDF solid 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.relatedArticlesDivider {
    width: 80%;
    border-bottom: #DFDFDF solid 1px;
    margin-left: auto;
    margin-right: auto;
}

.trendingboxItemCount {
    width: 10%;
    font-size: 16pt;
    color:  #bf2d2b;
}

.trendingboxItemCount img {
    width: 150px;
}

.trendingboxItemHeadline {
    width: 90%;
    font-size: 11pt;
}

.trendingboxItemHeadlineWithImage {
    width: 90%;
    font-size: 11pt;
    padding-left: 5px;
}

.boxAdTop {
    text-align: center;
}

.boxAdBottom {
    margin-top: 20px;
    text-align: center;
}
