/* Fix Style */
.header .img-logo,
.login-page .img-logo {
    width: 199px;
}
.header .tool .btn {
    min-width: 95px;
}
.submenu .submenu-inner {
    padding-left: 239px;
}
.header-device .tbcell.a-left,
.header-device .tbcell.a-right {
    width: 25%;
}
.header-device .tbcell.a-center {
    width: 50%;
}

.two-columns .content-intro .img {
    width: 100%;
}
.two-columns .content-intro .img-intro {
    margin: 40px auto 60px;
}

.tabs-list-bar a.tab-trigger {
    font-size: 16px;
    font-weight: normal;
}

.section .content-box .sc-img:first-child {
    margin-top: 0;
}
.section .sc-headline {
    position: relative;
}
.section .sc-headline .sc-heading + .more {
    position: absolute;
    right: 0; top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 14px;
    font-weight: normal;
}

.table-data {
    border-top: 3px solid #00a950;
}
.table-data thead, 
.block-data .table-data { 
    border-top: 0;
}

.icw .pagination:last-child { 
    margin-bottom: 0;
}

/*========== Analysis ==========*/
.meta .title {
    color: #333;
    padding: 5px 0;
    margin: 10px 0;
}
.meta .title:first-child {
    margin-top: 0;
}
.meta .title:last-child {
    margin-bottom: 0;
}
.meta .title > a {
    color: inherit;
    text-decoration: none !important;
}
.meta .info,
.meta .category,
.meta .date,
.meta .published,
.meta .cast {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}
.meta .info {
    color: #aaa;
}
.meta .date,
.meta .published {
    color: #999;
}
.meta .category,
.meta .cast,
.no-touch .meta .title>a:hover {
    color: #00a950;
}
.meta .date + .category {
    margin-top: 5px;
}
.meta .cast {
    line-height: 1;
}
.meta .cast>a,
.meta .cast .ic {
    color: inherit;
}
.meta .cast .ic {
    font-size: 16px;
}

/*========== Analysis Listing ==========*/
#analysis .one-column {
    max-width: 100%;
}
#analysis .one-column .content-intro .heading {
    padding-right: 65px;
}
.analysis-lists {
    margin-bottom: 40px;
}
.analysis-lists:last-child {
    margin-bottom: 0;
}
.analysis-lists:after,
.analysis-lists .table-headline:after {
    content: "";
    display: table;
    clear: both;
}
.analysis-lists .table-headline {
    position: relative;
    margin-bottom: 10px;
}
.analysis-lists .table-headline .heading {
    color: #00a950;
    margin-bottom: 0;
}
.analysis-lists .table-headline .more {
    position: absolute;
    right: 0; top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.analysis-lists .table-action {
    display: none;
    margin-top: 20px;
}
/* Table List */
.table-lists {
    display: table;
    width: 100%;
    border-top: 3px solid #00a950;
}
.table-lists .t-head { 
    display: table-header-group;
}
.table-lists .t-body { 
    display: table-row-group;
}
.table-lists .t-row { 
    display: table-row;
}
.table-lists .t-col { 
    display: table-cell;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f0f0f0;
}
.table-lists .t-head .t-col {
    vertical-align: middle;
    border-color: #e1e1e1;
}
.table-lists .t-head .t-col {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'DBThaiTextXBd', Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 0.8;
    color: #333;
}

.table-lists .col-data { 
    padding-left: 15px; 
    padding-right: 40px;
}
.table-lists .col-fn {
    width: 1%;
    padding-left: 15px; 
    padding-right: 15px;
}
.table-lists .col-fn a {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
}
.table-lists .col-fn a,
.table-lists .col-fn a:hover {
    text-decoration: none;
    color: inherit;
}
.table-lists .col-fn a .ic {
    font-size: 20px;
    line-height: 1;
    color: #00a950;
    vertical-align: top;
}
.table-lists .col-fn a .ic-label {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin: 0;
}
.table-lists .col-fn a .ic + .ic-label {
    margin-top: 5px;
}


.table-lists .data {
    display: table;
    width: 100%;
}
.table-lists .image,
.table-lists .meta {
    display: table-cell;
    vertical-align: top;
}
.table-lists .image {
    width: 195px;
    position: relative;
}
.table-lists .image img {
    width: 100%;
}
.table-lists .image-vdo .open-popup-iframe {
    display: block;
    position: relative;
}
.table-lists .image-vdo .open-popup-iframe:after {
    font-family: 'icokbank';
    font-size: 15px;
    content: "\e921";
    color: #fff;
    text-align: center;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0,0,0,0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -25px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3px;
    z-index: 0;
}
.table-lists .image + .meta {
    padding-left: 40px;
    padding-right: 40px;
}
.table-lists .meta {
    position: relative;
}
.table-lists .meta .title { 
    margin: 10px 0 15px; 
    max-height: 60px; 
    overflow: hidden;
}
.table-lists .meta .desc { 
    padding: 5px 0; 
    margin: -5px 0; 
    max-height: 85px; 
    overflow: hidden;
}
.table-lists .meta .readmore a { 
    color: #00a950; 
    text-decoration: none;
}
.table-lists .meta .cast {
    position: absolute;
    bottom: 0;
}
.table-lists .meta .cast a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.table-lists .meta .cast a:last-child {
    margin-right: 0;
}
.table-lists .meta .cast,
.table-lists .meta .cast a.download {
    display: none;
}

.table-lists .owl-pagination {
    line-height: 1;
}
.table-lists .owl-theme .owl-controls .owl-page span {
    margin-top: 0;
    margin-bottom: 0;
}

.table-lists-related {
    display: block;
}
/*========== End Analysis Listing ==========*/

/*========== Analysis Detail ==========*/
.art-logo {
    margin-bottom: 20px;
}
.art-logo img {
    height: 35px;
    margin-right: 20px;
    margin-bottom: 15px;
}
.art-headline .meta .info + .title {
    margin-top: 15px;
}
.art-headline .meta .title + .published {
    margin-top: 5px;
}
.meta .info .date,
.meta .info .published,
.meta .info .category {
    margin-top: 0;
}
.art-white-box .art-headline .share-group {
    font-size: 0;
    line-height: 1;
    vertical-align: top;
    margin-top: 20px;
}
.art-white-box .share-group .share-item {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
    vertical-align: top;
    background-color: #bbb;
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}
.art-white-box .share-group .share-item .ic {
    font-size: 17px;
}
.art-white-box .share-group .share-item:first-child {
    margin-left: 0;
}
.art-white-box .share-group .share-item:last-child {
    margin-right: 0;
}
.art-white-box .share-group .share-item:hover {
    background-color: #00a950;
}
.art-white-box .share-group .share-item:hover .ic {
    color: #fff;
}
.art-white-box .art-writer .caption {
    padding: 10px 0 0;
}
.art-white-box .art-writer .image {
    width: 150px;
    padding-right: 30px;
} 
.art-white-box {
    position: relative;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.02);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.02);
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
    padding: 70px 15px;
    margin: 15px 0;
}
.art-white-box a.turnback {
    position: absolute;
    left: 0; top: 0; 
    margin-top: -35px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
}
.art-white-box .art-inner {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}
.art-white-box .art-headline {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.art-white-box .art-headline .meta {
    clear: both;
}
.art-white-box .art-image {
    margin-bottom: 40px;
}
.art-white-box .art-writer {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.art-white-box .art-note .note-box {
    margin: 0;
}
.art-white-box .art-headline:last-child,
.art-white-box .art-writer:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.art-white-box .art-related:not(:first-child) {
    margin-top: 60px;
}

.art-white-box .subscription-box {
    width: 750px;
    max-width: 100%;
}

.subscription-box {
    width: 100%;
    max-width: 100%;
    margin: 50px auto;
    padding: 50px 50px;
    background-color: #fafafa;
    border: 1px solid #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #333;
}
.subscription-box .tb {
    min-height: 55px;
}
.subscription-box .sc-details { width: 45%; }
.subscription-box .sc-or { width: 10%; }
.subscription-box p {
    margin-bottom: 0 !important;
}
.subscription-box:first-child {
    margin-top: 0;
}
.subscription-box:last-child {
    margin-bottom: 0;
}
.subscription-box .tb .tbcell {
    vertical-align: middle;
}
.subscription-box .subscription-or {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #eee;
    line-height: 50px;
    position: relative;
    color: #999;
}
.subscription-box .subscription-or:before {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 50%;
    background-color: #eee;
}
.subscription-box .subscription-or:after {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    background-color: #eee;
}
.subscription-box .form-password input { 
    width: 150px !important; 
    display: inline-block !important;
}
.subscription-box .form-password button {
    width: 100px !important; 
    display: inline-block !important;
}
/*========== End Analysis Detail ==========*/

/*========== Account Login ==========*/
.tool-login .acc-login,
.icw .acc {
    font-family: 'DBThaiTextXBd', Helvetica, Arial, sans-serif;
}
.icw .acc {
    display: block;
    width: 100%;
}
.icw .acc > span {
    display: block;
}
.acc .service-name,
.acc .name {
    line-height: 0.8;
}
.acc .service-name {
    color: #00a950;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 3px;
}
.acc .name {
    font-size: 28px;
    color: #333;
}
.tool-login .acc-login {
    display: inline-block;
    font-size: 26px;
    color: #777;
    margin-left: 10px;
}
.tool-login .acc-login .ic {
    font-size: 13px;
    color: inherit;
    margin-left: 5px;
}
.box-acc-login .acc {
    text-align: left;
    padding: 15px 20px 10px;
    border-bottom: 1px solid #e2e2e2;
}
.box-acc-login .mm-title .acc {
    padding: 0 35px;
    text-align: left;
    border-bottom: 0;
}
.box-acc-login li a {
    overflow: hidden;
}
.box-acc-login li a .ic {
    float: right;
    line-height: 1;
    font-size: 20px;
    color: #777;
    margin-top: 10px;
}
#box-login.mm-menu.mm-dropdown {
    height: 200px;
}
#box-login.box-acc-login.mm-menu.mm-tipright:before {
    right: 4.5% !important;
}
#box-login.box-acc-login li a .ic {
    margin-top: 0;
}
/*========== End Account Login ==========*/

/* Mainpage */
.block-data-site .block-data-header {
    padding-top: 12px;
    padding-bottom: 12px;
}
.block-data-site .table-responsive,
.block-data-site .table-data {
    padding: 0;
    margin: 0;
}
.block-data-site .table-data {
    font-size: 14px;
    table-layout: auto;
    background-color: #fff;
}
.block-data-site .table-data tbody th {
    color: inherit;
}
.block-data-site .table-data th,
.block-data-site .table-data td {
    padding-top: 9px;
    padding-bottom: 9px;
}
.block-data-site .block-data-header,
.block-data-site .block-wrap,
.block-data-site .table-data th,
.block-data-site .table-data td {
    padding-left: 20px;
    padding-right: 20px;
}
.block-data-site .table-data .c-black {
    color: #333;
}
.block-data-site .table-data tfoot tr {
    background-color: transparent;
    border-bottom: 0;
}
.block-data-site .table-data tfoot td {
    padding-top: 11px;
    padding-bottom: 11px;
}

.entrycontent .list-links li > a {
    color: inherit;
    text-decoration: none;
}
.no-touch .entrycontent .list-links li > a:hover {
    color: #00a950;
}

/* Clear */
.art-headline:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    overflow: hidden;
}
.destroy {
    height: auto !important;
    max-height: none !important;
    padding-bottom: 0 !important;
    overflow: visible;
}

/*========== Password Strength ==========*/
.password-relative { position: relative; }
.password-strength-wrapper {
    position: absolute;
    width: 340px;
    max-width: 80%;
    padding: 20px;
    top: 75px;
    background-color: #fff;
    z-index: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #eee;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 12px; color: #b6b4b4;
}
.password-strength-wrapper:before {
    content: '';
    display: block;  
    position: absolute;
    left: 140px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
}
.password-strength-wrapper:after {
    content: '';
    display: block;  
    position: absolute;
    left: 141px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: white;
}
.password-strength-wrapper h3 { font-size: 22px; }
.password-strength-wrapper .list-validate { 
    margin-left: 0; 
    margin-bottom: 20px; 
}
.password-strength-wrapper .list-validate li {
    position: relative;
    padding-left: 40px;
}
.password-strength-wrapper .list-validate li:before {
    font-family: 'icokbank';
    content: "\e914";
    display: inline-block;
    font-size: 73%;
    border: 1px solid #b6b4b4;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    position: absolute;
    left: 15px;
}
.password-strength-wrapper .list-validate li.pass:before {
    border: 1px solid #00a950;
    color: #00a950;
}
.bar { 
    width: 100%; 
    height: 3px; 
    position: relative;
    background-color: #e1e1e1;
    margin-bottom: 10px;
}
.bar-progress {
    width: 25%;
    height: 3px;
    position: absolute; 
    left: 0; 
    top: 0; 
    background-color: #e60822; 
}

.table-data-normal thead {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: normal;
}
.table-responsive.fix-height {
    position: relative;
    max-height: 48vh;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding-bottom: 0;
}
.table-responsive.fix-height table {
    margin-bottom: 0 !important;
}

/* linkbar */
.linkbar-group a.linkbar {
    display: block;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
    cursor: pointer;
    color: #333;
    word-wrap: break-word;
    text-decoration: none;
    margin-bottom: -1px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.linkbar-group a.linkbar:after {
    font-family: 'icokbank';
    content: "\e909";
    font-size: 100%;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.linkbar-group a.linkbar:hover,
.linkbar-group a.linkbar:after {
    color: #00a950;
}
/* end linkbar */

.section.section-tag { padding: 60px 0; }

/* Merge Account Form */
.icw-form.merge-account-form .icw-inputnote {
    padding: 5px 0;
    font-size: 12px;
}
.icw-popup-content .mfp-content { height: 100%; }
.icw-form.merge-account-form .space { margin-top: 10px; }
#popup-merge-account {
    display: table;
    width: 100%;
    height: 100%;
}
#popup-merge-account .main-container {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
#popup-merge-account .container { max-width: 600px; }
/* end Merge Account Form */

/* RWD */
@media screen and (max-width: 1199px) {
    
    .navmain .li-logo, .login-page .img-logo { width: 174px;}
    .submenu .submenu-inner { padding-left: 186px;}
    
    /*========== Analysis ==========*/
    .table-lists .meta .title { max-height: 55px;}
    /*========== End Analysis ==========*/    
    
}

@media screen and (max-width: 1024px) {
    
    .img-logo, .header .img-logo, .login-page .img-logo { width: 122px;}
    
}

@media screen and (max-width: 991px) {
    
    .section .sc-category { margin-bottom: 10px;}
    
    .highlight-branch-search .sc-inner { padding: 45px 0;}
    
    .one-column .column-main { padding: 40px 0;}
    .one-column .column-main .share-group { right: 0; top: 41px;}
    
    .art-logo img { height: 30px; margin-right: 15px;}
    .art-white-box { padding-top: 40px; padding-bottom: 40px; margin-top: 20px; margin-bottom: 0;}
    
    /*========== Analysis ==========*/
    .table-lists .t-col { padding-top: 30px; padding-bottom: 30px;}
    .table-lists .col-data { padding-right: 30px;}
    .table-lists .image { width: 155px;}
    .table-lists .image + .meta { padding-left: 30px; padding-right: 0;}
    .table-lists .meta .desc { max-height: 75px;}
    /*========== End Analysis ==========*/
    
}

@media screen and (min-width: 768px) {
    
    /*========== Analysis ==========*/
    .table-lists-related .t-row,
    .table-lists-related .t-col {
        display: block;
        width: 100%;
    }
    .table-lists-related .col-fn {
        display: none;
    }
    .table-lists-related .col-data {
        padding-left: 15px;
        padding-right: 15px;
    }
    .table-lists-related .image {
        width: 155px;
    }
    .table-lists-related .image + .meta {
        padding-left: 20px;
        padding-right: 0;
    }
    .table-lists-related .meta .cast {
        position: static;
        display: block;
        margin-top: 20px;
    }
    .table-lists-related .meta .cast, 
    .table-lists-related .meta .cast a.download {
        display: inline-block;
    }
    .table-lists-related .meta .title {
        font-size: 28px;
        max-height: 55px;
    }
    .table-lists-related .meta .desc {
        font-size: 14px;
        max-height: 52px;
    }
    /*========== End Analysis ==========*/
    
}

@media screen and (max-width: 767px) {
    
    .section-all-fixed .sc-inner { padding: 75px 0;}
    
    .thumbnail-alignment .caption-inner { text-align: left !important;}
    
    .highlight-branch-search .sc-inner { padding: 40px 0;}
    
    
    .icw .block.block-analysis-home { 
        margin: 25px 0 40px;
    }
    .block-analysis-home .table-headline .more { 
        bottom: 0;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
    #analysis .one-column .content-intro { margin-bottom: 20px;}
    .subscription-box { padding: 20px 15px;}
    .subscription-box .tb,
    .subscription-box .tb .tbcell {
        display: block;
        width: 100%;
    }
    .subscription-box .tb .tbcell {
        text-align: center;
        padding: 5px 0;
    }
    .subscription-box .sc-details { width: 100%; }
    .subscription-box .sc-or { width: 100%; padding: 40px 0 !important; }
    .subscription-box .subscription-or { margin: auto; }
    .subscription-box .form-password input { margin-bottom: 10px; }
    
    
    .meta .date + .category { margin: 0;}
    /*========== Analysis ==========*/
    .table-lists .t-col { padding-top: 30px; padding-bottom: 30px;}
    .table-lists .col-data { padding-left: 0; padding-right: 0;}
    .table-lists .image { width: 145px;}
    .table-lists .image + .meta { padding-left: 15px; padding-right: 0;}
    .table-lists .meta .title { margin: 10px 0;}
    /*========== End Analysis ==========*/
    
}

@media screen and (min-width: 641px) {
    
    .art-white-box .art-headline .share-group { float: right;}
    .art-white-box .art-headline .meta .pos-fixed { position: absolute; bottom: 30px; margin: 0;}
    .art-white-box .art-headline:last-child .meta .pos-fixed { bottom: 10px;}
    
}

@media screen and (max-width: 640px) {
    
    .art-logo { margin-bottom: 15px;}
    .art-white-box .art-headline, .art-white-box .art-image { margin-bottom: 30px;}
    .art-white-box .art-headline .share-group { margin-top: 30px;}
    .art-white-box .art-writer .image { width: 105px; padding-right: 15px;}
    
    
}

@media screen and (max-width: 480px) {
    
    
    /*========== Analysis ==========*/
    .table-lists .t-head,
    .table-lists .t-col.col-fn { 
        display: none;
    }
    .table-lists, 
    .table-lists .t-body, 
    .table-lists .t-row, 
    .table-lists .t-col, 
    .table-lists .data,
    .table-lists .image, 
    .table-lists .meta { 
        display: block;
    }
    .table-lists .t-row { 
        border-bottom: 1px solid #f0f0f0;
    }
    .table-lists .t-col { 
        border: 0; 
        padding: 20px 0;
    }
    .table-lists .data {
        width: 100%;
    }
    .table-lists .image { 
        width: 100%;
    }
    .table-lists .meta {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
    }
    .table-lists .image + .meta {
        padding: 20px 0 0;
    }
    .table-lists .meta .title:last-child {
        margin-bottom: 0;
    }
    .table-lists .meta .cast {
        position: static;
        display: block;
        margin-top: 20px;
    }
    .table-lists .meta .cast a.download {
        display: inline-block;
    }
    .block-analysis-home .table-headline .more {
        display: none;
    }
    .block-analysis-home .table-action {
        display: block;
    }
    /*========== End Analysis ==========*/
    
}

@media screen and (max-width: 320px) {
    
    .art-logo img { height: 25px;}
    
}

@media print {
    
    @page { 
        margin: 45px 0;
    }
    .section-bg-gray {
        background-color: #fff;
    }
    .section .sc-inner {
        padding: 0;
    }
    .art-white-box {
        border: 0;
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .art-white-box a.turnback,  
    .art-media-vdo,
    .subscription-box { 
        display: none !important;
    }
    
}

/* Fix Style of top menu */
@media screen and (min-width: 1025px){
    #navmain a.link-menu {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media screen and (min-width: 1141px){
    #navmain a.link-menu {
        font-size: 28px;
    }
}

@media (min-width: 1199px){
    .header.main .container {
        width: 1170px;
    }
}

.header.main .tool-login {
    margin-left: 0px;
}

/* Fix Style of article index page */
.top-action-bar {
    margin-top: 60px;
    background-color: white;
    z-index: 99;
    border-bottom: 3px solid #00a950;
}

.article-index-main .banner-details {
    margin-top: 40px;
}

.top-action-bar-inner {
    position: relative;
}

.top-action-bar .share-group {
    position: absolute;
    right: 0;
    top: 0;
}

.article-index-main .table-lists {
    border-top: none;
}

.top-action-bar .a-search-toggle {
    top: 3px;
}

.article-index-main .column-main {
    padding-top: 0px;
}