﻿body {
}

.my-wrapper {
    width: 100%;
}

.toc-root a.active {
    color: #6ee7b7 !important;
    font-weight: bold;
/*    box-shadow: 0 2px 4px rgba(0,124,186,0.3);*/
}



.news-detail p, .news-detail p *, .news-detail-description p, .news-detail-description p * {
    text-align: justify !important;
    font-family: sans-serif, OpenSans !important;
}

.news-detail table, .news-detail-description table{
    border-spacing: unset;
}

.news-detail-description {
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
}

.thumbnail-container img.post-thumbnail{
	width: 100% !important;
}

