.page-cols{
    padding: 0 12px;
}
.page-col-left{
    padding-right: 0;
    padding-top: 15px;
}
.page-col-right{
    width: auto;
    position: relative;
    right: auto;
    top: auto;
}
.section-banners{
    height: 150px;
    margin-bottom: 15px;
}
.banner-w1{
    padding-top: 40px;
    position: relative;
}
.banner-w1 > h2{
    font-size: 14pt;
    margin-bottom: 15px;
    line-height: 36px;
}
.banner-w1 > label {
    font-size: 10pt;
    font-weight: normal;
    display: block;
    margin-bottom: 0;
    position: absolute;
    top: 10px;
    left: 12px;
}
.banner-w1 > ul > li{
    font-size: 8pt;
    margin: 0 5px;
    width: auto;
    padding: 0 5px;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 5px;
    float: none;
}
.banner-w1 > ul{
    text-align: center;
    width: auto;
}
.banner-w1 > p{
    font-size: 8pt;
}
.box-post > p {
    padding: 15px 0 0 12px;
    color: #999;
}
.box-post > h2 {
    font-size: 16pt;
    padding: 10px 12px;
    text-align: left;
}
/****************************/
.section-top{
    height: auto;
}
.section-top h1 {
    font-size: 16pt;
    padding: 20px 12px 15px 12px;
}

.section-top p {
    font-size: 10pt;
    padding: 0 12px;
    margin-bottom: 15px;
}

.section-top .line-labels {
    margin-bottom: 10px;
    padding-left: 12px;
}

.section-top .line-labels strong {
    line-height: 24px;
}

.section-top .line-labels label {
    line-height: 24px;
    font-size: 9pt;
}
.section-top .labels-weekly-report{
    margin-bottom: 15px;
}
.section-top > a {
    position: inherit;
    left: inherit;
    right: inherit;
    background-color: transparent;
    border-top: 1px dashed #ddd;
    bottom: inherit;
    line-height: 40px;
}
.section-link {
    padding: 10px 12px;
}

.section-link > a.label {
    width: 1px;
    overflow: hidden;
    height: 40px;
    padding-right: 40px;
    color: #fff;
    right: 0px;
}
.page-col-left > .box{
    margin-bottom: 15px;
}
.section-post > .img-w1 {
    position: relative;
    width: auto;
    height: 150px;
    right: inherit;
    bottom: inherit;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
}

.section-post {
    padding: 0;
}

.section-post > .img-w1 img {
    width: 100%;
    height: auto;
    border-radius: 3px 3px 0 0;
    position: relative;
}
.section-post h2 {
    padding: 10px 12px 0 12px;
    margin-bottom: 10px;
}

.section-post h2 a {
    font-size: 16pt;
}

.section-post p {
    padding: 0 12px;
    font-size: 9pt;
    margin-bottom: 10px;
}

.line-go {
    padding: 0 12px;
    padding-bottom: 10px;
}
.list-features > a{
    width: 150px;
    margin-left: 15px;
    margin-bottom: 12px;
    height: 100px;
}
.list-features img{
    top:10px;
}
.list-features{
    padding-top: 15px;
}

/*****************************/
ul.list-articles > li{
    padding: 10px 12px;
    position: relative;
    padding-bottom: 25px;
}
ul.list-articles a.article-left{
    width: 90px;
    height: 60px;
}
ul.list-articles .article-right{
    margin-left: 105px;
}
ul.list-articles p{
    min-height: inherit;
}
.article-right > div{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 5px 12px;
    font-size: 8pt;
}
ul.list-articles h3 a{
    font-size: 12pt;
    line-height: 1.3em;
}