@media screen and (min-width: 768px) {
.page-sitemap .container {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
}
@media screen and (max-width: 767px) {
.page-sitemap .container {
    width: 94%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}	
}
@media screen and (min-width: 800px) {
.simple-sitemap-wrap{
width:48%;
display:inline-block;
vertical-align:top;
}
.simple-sitemap-wrap:nth-child(2){
padding-left:40px!important;
margin-top:0!important;
}
}
@media screen and (max-width: 799px) {
.simple-sitemap-wrap{
width:94%;
margin-left:auto;
margin-right:auto;
}
}

.wsp-pages-list li,
.wsp-usefuls-list li{
list-style-type:none!important;
list-style-position:inside!important;
}
.children{
margin-top:10px!important;
margin-bottom:10px!important;
}
.children li{
font-size:15px;
list-style-type:disc!important;
}
.wsp-posts-title,
.wsp-voices-title,
.wsp-newss-title,
.wsp-faqs-title,
.wsp-columns-title,
.wsp-faq_categorys-title,
.wsp-useful_categorys-title{
margin-top:35px!important;
}
.wsp-posts-title,
.wsp-voices-title,
.wsp-newss-title,
.wsp-faqs-title,
.wsp-columns-title,
.wsp-faq_categorys-title,
.wsp-useful_categorys-title,
.wsp-pages-title{
margin-top:30px!important;
border-left:5px solid #104286!important;
padding-left:10px;
}
.sitemap_style ul li{
margin-bottom:15px!important;
list-style-type:none;
}
.sitemap_style ul{
margin-bottom:30px!important;
}
.wsp-category-title{
margin-top:35px!important;
font-weight:bold;
}