body {
    background-color: #fff !important;
    font-family: 'Roboto', 'Kanit' !important;
    font-weight: 300;
    color: #333;
}

.container {
    background-color: #fff !important;
    /*min-height:785px;*/
}

#header {
    font-family: 'Roboto', 'Kanit' !important;
    font-size: 24px;
    font-weight: 300;
    color: #333;
    text-align: center;
    width: 100%;
    letter-spacing: 0.04rem;
    padding: 30px 0;
}

.wf-container {
    margin: 0 auto;
}

.wf-container:before,
.wf-container:after {
    content: '';
    display: table;
}

.wf-container:after {
    clear: both;
}

.wf-box {
    margin: 10px;
}

.wf-box img {
    display: block;
    width: 100%;
}

.wf-box .content {
    border: 1px solid #e2e1e0;
    border-top-width: 0;
    /* padding: 5px 8px; */
    padding: 10px 15px;
    background: #fff;
}

.wf-column {
    float: left;
}

.topic a {
    color: #eb6408 !important;
}

.topic a:hover,
.topic a:visited {
    color: #eb6408 !important;
    text-decoration: none;
}