<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Auto 2';
}

footer {
    width: 100%;
    overflow: hidden;
    background-color: white !important;
    color: black;
}

    footer a {
        text-decoration: none;
        color: inherit;
    }

    footer .social {
        float: left;
        padding-left: 20px;
        padding-top: 3px;
    }

.bg-primary {
    background-color: white !important;
    opacity: 0.9;
}

.nav-link {
    font-weight: bold;
    color: black !important;
}

    .nav-item .active {
        color: #FF9F08 !important;
    }

.mainPanel {
    display: block;
    margin: auto;
    width: 80%;
    margin-top: 190px;
    margin-bottom: 70px;
}

.btn-primary {
    background-color: #FF9F08;
    border: none;
}


.card {
    border-color: white !important;
    opacity: 1;
}

.card-header {
    background-color: white;
    color: black;
    font-weight: bold;
}

.card-body {
    background-color: white;
}

.nav .nav-link {
    color: black !important;
}

.nav .active {
    border-color: white !important;
    background-color: white !important;
    color: black !important;
    font-weight: bold;
}

.subnav {
    background-color: white !important;
    opacity: 0.8;
    position: absolute;
    top: 73px;
    font-size: x-large;
    text-align: right;
    padding-right: 70px !important;
}

    .subnav .text {
        color: black;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
        font-style: italic;
        font-weight: bold;
        opacity: 1;
    }

.studentCard {
    width: 45%;
}

@media (max-width: 992px) {
    .subnav {
        background-color: white !important;
        opacity: 0.8;
        position: absolute;
        top: 56px !important;
        font-size: x-large;
        text-align: right;
        padding-right: 70px !important;
    }

    .studentCard {
        width: 80% !important;
    }
}

@media (min-width: 1600px) {
    .homePanel {
        width: 70%;
        margin-right: 600px;
    }
}

.time {
    width:30%;
}

.booking {
    width:75px;
    text-align:right;
}

.profile {
}

h1 {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    display:inline;
}

.dot {
    position: relative;
    top: 75px;
    left: 20px;
    height: 15px;
    width: 15px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

@font-face {
    font-family: "Auto 1";
    font-weight: 400;
    font-style: normal;
    src: url("/fonts/Auto1-Black.ttf") format("truetype")
}

@font-face {
    font-family: "Auto 1";
    font-weight: 400;
    font-style: normal;
    src: url("/fonts/Auto1-Black.ttf") format("truetype")
}

@font-face {
    font-family: "Auto 1";
    font-weight: 400;
    font-style: italic;
    src: url("/fonts/Auto1-Italic.ttf") format("truetype")
}

@font-face {
    font-family: "Auto 2";
    font-weight: 400;
    font-style: normal;
    src: url("/fonts/Auto2-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Auto 2";
    font-weight: bold;
    font-style: normal;
    src: url("/fonts/Auto2-BlackLF.ttf") format("truetype")
}

@font-face {
    font-family: "Auto 2";
    font-weight: bold;
    font-style: italic;
    src: url("/fonts/Auto2-Italic.ttf") format("truetype")
}</pre></body></html>