.articleMetadataWidget {
    border-style: none;

}

.articleMetadataTextContainer {
    width: 962px;
    font-size: 12px;
    background-color: #f8f9f9;
    height: 455px;
    padding: 15px;
    position: relative;
}

.articleMetadataTextContainer div {
    border-style: none;
    padding: 0;
    margin: 0;
}

.articleMetadataTextContainer .dataContainer {
    width: 545px;
    margin: 0 0 0 15px;
    padding: 15px 0 0 10px;
    background-color: #F8F9F9;
    color: #4C5666;
    height: 437px;
}

.articleMetadataTextContainer  .infoRow {
    border-style: none;
    border-bottom: 1px solid #DBDDE0;
    padding: 5px 0;
    margin: 0;
}

.articleMetadataTextContainer  .infoRow .caption {
    font-size: 80%;
}

.articleMetadataTextContainer  .infoRow .data {
    font-weight: bolder;
}

.joinButton{
    position: absolute;
    bottom: 67px;
    right: 45px;
    height: 28px;
    width: 350px;
    background-color: #4c5666;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    border-width: 0;
}

.articleAddButton {
    position: absolute;
    bottom: 99px;
    right: 45px;
    height: 28px;
    width: 350px;
    background-color: #4c5666;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    border-width: 0;
}

.popularArticle a, .popularBook a {
    font-weight: normal;
}