.pkp_site_name .is_text {
    font-size: 0 !important;
}

.bottom_menu ul {
    float: left;
    width: 200px;
    margin-right: 20px;
    list-style: none;
    padding: 0;
}

.pkp_brand_footer {
    display: none;
}

a {
    text-decoration: none;
    color: #1c68b9;
}

.obj_issue_toc .cover img {
    display: block;
    max-height: 450px;
    width: auto;
}

body {
    background-color: #f4f5f6;
}

.footer_policy {
    display: flex;
    margin: -30px;
}

.column {
    flex: 25%;
    padding: 30px;
    height: 100%;
}

.ijreses-side-menu {
    width: 100%;
}

.ijreses-menu-group {
    margin: 0 0 20px 0;
}

.ijreses-menu-title {
    background: #3d4f61;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 12px;
}

.ijreses-menu-list,
.ijreses-menu-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ijreses-menu-list li {
    border-bottom: 1px solid #c5c1b8;
}

.ijreses-menu-list a {
    display: block;
    margin: 0;
    padding: 3px;
    color: #3d4f61;
    font-size: 15px;
    line-height: 1.35;
    text-decoration: none;
    background: transparent;
}

.ijreses-menu-list li:hover,
.ijreses-menu-list li:hover a {
    background: #acc9cb;
    color: #000;
}
.table,
.table-striped {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 0 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #eceff1;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fff;
}

.table-striped > tbody > tr > td {
    border-top: 1px solid #d5dce0;
    padding: 10px 14px;
    color: #3d4f61;
    vertical-align: middle;
    font-weight: 400;
}

.table-striped > tbody > tr > td:first-child {
    width: 32%;
}