#chevron-arrow-down {
    transform: rotate(-135deg);
}

#chevron-arrow-left {
    transform: rotate(135deg);
}

#chevron-arrow-right {
    transform: rotate(-45deg);
}

#chevron-arrow-up {
    transform: rotate(45deg);
}

#notifications {
    flex-direction: column;
    justify-content: center;
}

#page-content {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /*
    padding-bottom: 10px;
    padding-top: 10px;
    */
}

.border-box {
    border-style: solid;
    border-width: 1px;
    padding: 5px;
}

.border-box-title {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-weight: bold;
}

.centered-div {
    margin-left: auto;
    margin-right: auto;
}

.chevron {
    display: inline-block;
    border-right:
            4px solid rgb(0, 0, 0);
    border-bottom:
            4px solid rgb(0, 0, 0);
    width: 10px;
    height: 10px;
}

.flash-message {
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px;
    text-align: center;
}

.flash-error {
    background-color: red;
}

.flash-notice {
    background-color: #5eb5e0;
}

.flash-success {
    background-color: lawngreen;
}

.flash-warning {
    background-color: darkorange;
}

.flex {
    display: flex;
}

.modal-click {

}

.modal-content {

}

.modal-submit {

}

.table {
    th {
        text-align: center;
    }

    td, th {
        width: min-content;
    }
}

body {
    background-color: white;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

button {
    a {
        text-decoration: none;
    }
}

legend.col-form-label  {
    padding-top: 0;
}

td, th {
    padding: 5px;
}