.table {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #4d8594;
    width: 100%;
    /* border: none; */
    /* border-spacing: 0; */
}

.table tbody {
    border: none;
}

.table th {
    background-color: transparent;
    padding: 5px;
}

.table td {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 5px;
    background-color: #4d8594;
    text-align: center;
}

.table a {
    height: 100%;
    width: 100%;
    color: #fff;
    text-decoration: none;
}

.table td:hover {
    background-color: #336367;
}

.pkp_block {
    padding: 10px 30px 10px 30px !important;
}

.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #f54d3f;
    border: 2px solid #ffffff;
    border-radius: 13px;
    font-size: 13px;
    line-height: 25px;
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 768px) {
    .obj_issue_toc .galleys h2,
    .obj_issue_toc .section h2 {
        background: #4d8594;
        color: rgba(255, 255, 255, 0.9);
        text-align: left;
        border-radius: 10px;
    }
}
