.mag-listing-container {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}

.mag-listing-container.full-data {
    max-width: 1400px;
    overflow-x: auto;
}

.mag-listing-container h4 {
    background: #98c01f;
    text-align: center;
    color: #000;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    padding: 10px 0;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    letter-spacing: 1.2px;
    font-size: 16px;
}

.mag-listing-container table {
    width: 100%;
    color: #000;
    border: 0px;
    border-spacing: 0;
    text-align: center;
}

.mag-listing-container table thead tr th {
    background: #4c9127;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    font-weight: 600;
    letter-spacing: 1.1px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

.mag-listing-container table tbody tr td {
    padding: 5px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    vertical-align: middle;
}

.mag-listing-container table tbody tr td.mag-listing-category {
    word-break: break-word;
}

.mag-listing-container table tr:nth-child(even) {
    background: #f1f1f1;
}

.mag-listing-container table tr:nth-child(odd) {
    background: #fff;
}

.mag-listing-container .info {
    font-size: 11px;
    text-align: center;
    margin: 0;
    padding: 2px 0;
}

.mag-listing-container .info:first-of-type {
    margin-top: 10px;
}

.mag-listing-container .info a {
    color: #007dc6;
    text-decoration: none;
    font-weight: 600;
    font-size: 11px;
}

.mag-listing-container .info a:hover {
    text-decoration: underline;
}

.mag-listing-container .mag-listing-more-link-container {
    text-align: center;
    margin-top: 10px;
}

.mag-listing-container .mag-listing-more-link {
    position: relative;
    margin: auto;
    border: 1px solid #98c01f;
    display: inline-block;
    padding: 5px 8px;
    background: #98c01f;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.mag-listing-container .mag-listing-more-link:hover {
    background: #fff;
    color: #98c01f;
}


/** Full Data */

.mag-listing-container.full-data .mag-listing-header {
    background: #98c01f;
    padding: 15px 5px 10px 5px;
}

.mag-listing-container.full-data .mag-listing-header h4 {
    margin: 0;
    padding: 0;
}

.mag-listing-container.full-data .mag-listing-header .info {
    margin: 0;
    padding-top: 5px;
    font-size: 12px;
    font-weight: 600;
}


/** Reduced Data */

.mag-listing-container.reduced-data {
    padding-bottom: 20px;
}

@media screen and (min-width: 1025px) and (max-width: 1320px) {
    .mag-listing-container.reduced-data h4 {
        font-size: 14px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1320px) {
    .mag-listing-container.reduced-data table thead tr th {
        font-size: 12px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1320px) {
    .mag-listing-container.reduced-data table tbody tr td {
        font-size: 12px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1320px) {
    .mag-listing-container.reduced-data .mag-listing-more-link {
        font-size: 11px;
    }
}