@font-face {
    font-family: Nantes;
    src: url(fonts/Nantes-Regular.ttf);
}

@font-face {
    font-family: Messina;
    src: url(fonts/MessinaSans-Regular.ttf);
}

body {
    font-family: Nantes;
}

.messina {
    font-family: Messina;
}

/* Table Formatting */

td,
th {
    padding: 10px 20px;
}

tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

tr:nth-child(odd) td:first-child {
    border-top-left-radius: 10px;
}
tr:nth-child(odd) td:last-child {
    border-top-right-radius: 10px;
}

tr:nth-child(odd) td:first-child {
    border-bottom-left-radius: 10px;
}
tr:nth-child(odd) td:last-child {
    border-bottom-right-radius: 10px;
}

button:hover {
    opacity: 90%;
}
button:active {
    transform: scale(0.95);
}

/* Custom Scrollbar */

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #e5f1f3;
    border-radius: 25px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2042b6;
    border-radius: 25px;
}

#state-of-usa-slides::-webkit-scrollbar {
    display: none;
}

/* Group 364 */
