body {
    background-color: slategrey;
}

#container {
    width: 1100px;
    margin: auto;
    background-color: lightsteelblue;
    padding: 30px;
}

h1 {
    background-color: #1f2843;
    padding: 12px;
    border-radius: 12px;
    font-size: 24pt;
    text-align: center;
    color: white;
    box-shadow: 1px 1px 6px gray;
}

.navigation {
    background-image: linear-gradient(to right, #4b6cb7, #182848);
    border-radius: 12px;
    box-shadow: 1px 1px 6px gray;
    margin-top: 12px;
    margin-bottom: 24px;
    padding: 10px;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 6px 12px;
    text-align: center;
    font-size: 14pt;
}

nav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

th.tip {
    position: relative;
}

.tip_definition {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #1f2843;
    color: white;
    padding: 8px;
    border-radius: 6px;
    font-size: 11pt;
    font-weight: 400;
    width: 200px;
    z-index: 100;
    box-shadow: 1px 1px 6px gray;
}

.purpose {
    color: #091743;
    font-weight: 1000;
}

.line {
    width: 100%;
    height: 3px;
    background-image: linear-gradient(to right, #091743, #4b6cb7, #182848);
    margin-bottom: 12px;
}

.intro {
    background-color: white;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 1px 1px 6px gray;
}

.dataset {
    background-color: white;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 1px 1px 6px gray;
    margin-top: 24px;
}

.acceptance_rates {
    color: #091743;
    font-weight: 1000;
}

.table {
    overflow-x: auto;
    border: 0.5px solid #ccc;
    border-radius: 8px;
    margin-top: 24px;
    margin-bottom: 12px;
}

table {
    border-collapse: collapse;
}

th, tr, td {
    border: 0.5px solid #ccc;
    padding: 8px;
    text-align: center;
}

th {
    background-color: #4b6cb7;
    color: white;
}

td {
    background-color: #f2f2f2;
}

td:nth-child(odd) {
    background-color: #e6e6e6;
}

.school {
    text-align: left;
    font-weight: 600;
    color: #091743;
}

td:nth-child(2) {
    background-color: #d4e8ff;
}

.row_hover {
    background-color: #cce38d !important;
}

td:nth-child(2).spotlight {
    background-color: #e46643 !important;
    color: white !important;
}

.analysis {
    background-color: white;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 1px 1px 6px gray;
    margin-top: 24px;
}

.breakdown {
    color: #091743;
    font-weight: 1000;
}

.usc_sidebox_right {
    float:right;
    margin-left: 12px;
    background-color: white;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 1px 1px 6px gray;
    width: 600px;
}

.caption {
    font-size: 12pt;
    color: #555555;
    margin: 6px;
    font-weight: 500;
}

.usc_analysis {
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.terms {
    background-color: white;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 1px 1px 6px gray;
    margin-top: 24px;
}

dd {
    display: none;
}

.glossary {
    color: #091743;
    font-weight: 1000;
}

dt {
    font-weight: 600;
    margin-top: 12px;
}

.footer_web {
    background-color: #1f2843;
    text-align: center;
    font-size: 12pt;
    color: white;
    font-weight: 800;
    height: 40px;
    padding: 12px;
    box-shadow: 1px 1px 6px gray;
    margin-top: 24px;
}

.footer_link {
    color: white;
    text-decoration: underline;
    font-weight: 600;
}

.message_box {
    background-color: white;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 1px 1px 6px gray;
    margin-top: 24px;
}

.message_title {
    color: #091743;
    font-weight: 1000;
}

.highlight_row {
    background-color: #fff176 !important;
    color: black !important;
}

.clickable_term {
    color: #4b6cb7;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
}