.master-news-bg{
    background-color: #fff !important;
}
.content-info table {
    border-collapse: unset;
    margin-bottom: auto;
}
.content-info tbody th, tbody td {
    padding: 0;
}
.content-info thead, .content-info tbody, .content-info tfoot {
    border: none;
}
.content-info *, .content-info *::before, .content-info *::after {
    box-sizing: content-box;
}
.issue-main{
    position: absolute;
    width: calc(50% - 360px);
}
.issue-form{
    margin-top: -30px;
}

.issue-select{
    width: 400px;
    margin: 5px auto;
    display: block;
}
@media screen and (max-width: 1000px) {
    .issue-main{
        position: relative;
        width: auto;
        text-align: center;
    }
    .latest-editions{
        display: none;
    }
    .issue-form{
        margin-top: 0;
    }
}
@media screen and (max-width: 640px) {
    .master-vp-grid, #contentGrid, div.content-info {
        width: 600px !important;
        padding: 0;
        margin: 0 !important;
    }
    .issue-form{
        margin-top: 0;
    }
}