﻿.school-info-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 30px;
    padding: 40px 0;
}
    .school-info-table th {
        background: #5a0616 !important;
        color: #fff !important;
        padding: 15px;
        text-align: left;
        font-size: 16px;
        font-weight: 500;
        border: 1px solid #d8d8d8;
    }
.school-info-table td {
    padding: 14px 18px;
    border: 1px solid #d8d8d8;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;
}
    .school-info-table td:first-child {
        background: #faeee2 !important;
        color: #000 !important;
        font-weight: bold;
        text-align: center;
        width: 90px;
    }
    /* INFORMATION Column */
    .school-info-table td:nth-child(2) {
        color: #4c4c4c;
        font-weight: 300;
        text-transform: uppercase;
    }
    .school-info-table td div {
        font-size: 16px;
        font-family: 'Poppins';
        font-weight: 300;
        color: #4c4c4c;
    }
/* Alternate Row */
/*.school-info-table tr:nth-child(even) td:not(:first-child) {
    background: #f2f2f2;
}*/

/* Download Button */
    .school-info-table .btn, .school-info-table .btn-primary {
        background: #1f6158 !important;
        border-color: #1f6158 !important;
        color: #fff !important;
        padding: 6px 15px;
        border-radius: 5px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 300;
        font-family: 'Poppins';
    }

    .school-info-table .btn:hover,
    .school-info-table .btn-primary:hover {
        background: #174b44 !important;
        border-color: #174b44 !important;
    }

section.school-info-section {
    margin: 30px 0 30px;
}
