﻿

.article-w1 {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 50px #aaa;
    margin-top: -96px;
}
.section-article > .inner {
    overflow: visible;
}


.article-title > h1 {
    background: url(images/features/tag.png) 40px 10px no-repeat;
    line-height: 1.5em;
    padding-left: 80px;
    margin-bottom: 8px;
}
.article-title > p {
    border-bottom: 2px solid #f0f0f0;
    margin: 0;
    padding-bottom: 10px;
    font-size: 9pt;
    color: #999;
    padding-left: 40px;
}
.article-title {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1px;
    padding-top: 15px;
}
.article-content {
    padding: 35px 40px;
}
.article-404 {
    padding: 100px 0;
    text-align: center;
    font-size: 12pt;
    color: #888;
}
/************************************************/
.article-content {
    padding-bottom: 50px;
}

.article-content p {
    margin-bottom: 0px;
    font-size: 14pt;
    line-height: 1.8em;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5 {
    margin-bottom: 0px;
    line-height: 1.8em;
}
.article-content img {
    max-width: 100%;
}
    .article-content ol,
    .article-content ul{
        padding-left: 30px;
    }
    .article-content ol > li,
    .article-content ul > li {
        list-style-type: inherit;
    }
/************************************************/
@media screen and (max-width:700px) {
    #main #sectionTop {
        height: 75px;
    }
    .article-w1 {
        margin-top: -20px;
        border-radius: 5px;
    }
}

