#entries {
    font-family: 'ntnu-title', sans-serif;
}
.dropdown-text {
    font-size: 1.2em;
}
.dropdown-styling:hover, .dropdown-styling:active, .dropdown-styling:focus, .dropdown-styling {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #00519d !important;
    border-color: #00519d;
    font-size: 0.8em;
}
.entries {
    text-align: center;
    padding: 20px;
    margin: auto;
    border-radius: 4px;
    text-align: center;
}
.stats-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 0.8em;
    font-family: 'ntnu-title', sans-serif;
    background-color: rgb(250, 250, 250);
}
#stats-matrix {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.stats-row > div {
    height: 80px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.question-hover:hover {
    cursor: pointer;
    background-color: rgb(240, 240, 240);
}
.stats-page {
    display: flex;
    flex-direction: row;
    flex: 1;
}
.black-text {
    font-family: 'ntnu-font', sans-serif;
    color: black;
}
.spm-vertical {
    font-size: 0.8em;
    width: 10px;
    background-color: rgb(250, 250, 250);
    transition: all .3s ease-in-out;
}
.top-line {
    font-size: 0.8em;
}
#question {
    width: 70%;
    margin: auto;
}
@media screen and (max-width: 635px){
    #stats-matrix {
        width: 100%;
    }
    .stats-row {
        font-size: 0.65em;
        text-align: center;
    }
    .spm-vertical {
        font-size: 0.6em;
    }
}

#nav-img-container {
    cursor: pointer;
    position: relative;
    height: 21px;
}

#nav-img {
    position: absolute;
    bottom: 0px;
    left: 0;
}

#nav-text {
    position: absolute;
    bottom: 0px;
    left: 15px;
    line-height: 1;
}