body {
    color: #4c5259;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
}

h1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
}

h2 {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 16px;
}

h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 14px;
}

h4 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 12px;
}

.content-inner-wrapper {
    padding: 0;
}
.header {
    height: 70px;
    min-height: 0;
}
.logo-print {
    margin: 15px 0 0 15px;
}

.info-banner-wrapper {
    display: none;
}
footer {
    display: none;
}
.breadcrumb {
    display: none;
}
.head {
    display: none;
}
.navbar-header {
    display: none;
}

table tr > td,
table tbody > tr > th,
table.table tr > td,
table.table tbody > tr > th {
    border-top: 1px solid #f2f3f6;
}

.table.table-info th,
.table.table-info td {
    border-bottom: 1px solid #f2f3f6;
    padding: 6px 5px 6px 5px;;
}

h1,
.content-inner-wrapper h1,
.article-detail h1 {
    margin-bottom: 20px;
    text-align: left;
}


.table th > a[href]:after,
.paggination-block a[href]:after {
    content: " ";
}

.table-responsive {
    overflow: visible;
}