﻿body.body-white {
    
    background-color: #FFFFFF;
}

.container.tc-main .article-box {
    margin: 0;
}

.tc-box .breadcrumb {
    background-color: #ffffff;
    text-align: right;
    border-bottom: 2px solid #cccccc;
}

.tc-box .breadcrumb a {
    color: #333333;
    font-size: 12px;
}

.tc-box .breadcrumb a:hover {
    text-decoration: none;
    color: #008F73;
}

.tc-box h2 {
    text-align: center;
    color: #333333;
    font-size: 20px;
}

.tc-box .article-infobox {
    color: #999999;
    font-size: 12px;
    text-align: center;
}

.other a {
    color: #333333;
    font-size: 14px;
}

.other a:hover {
    color: #008F73;
    text-decoration: none;
}