body {
    font-family: "Arial", serif;
    background-color: #1e3e5b;
    /*cursor: url("/favicon-16x16.png"),auto;*/
}

.header {
    background-color: #ffffff;
    height: 100px;
    width: 90%;
    /*left: 0;
    top: 0;*/
    /*position: fixed;*/
    margin: 3%;
    border-radius: 25px;
}


.logo {
    background-color: #3399ff;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #000;
    font-weight: bold;
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
}

.person-description {
    background-color: #3399ff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.navigation {
    text-align: center;
}

.navigation ul li {
    list-style-type: none;
    vertical-align: baseline;
    display: inline;
}

.navigation ul li a {
    margin: 0.5%;
    padding: 15px;
}

.navigation ul li a:hover {
    color: white;
}

.navigation ul li a, form input[type=submit]{
    color: white;
    background-color: #3399ff;
    text-decoration: none;
    border-radius: 5px;
}

form input[type=submit] {
    margin: 5px;
    padding: 5px;
}

form input[type=submit][disabled] {
    background-color: #000;
}

.navigation ul li a:hover, form input[type=submit]:hover {
    background-color: black;
}

.flashes {
    text-align: center;
    width: 80%;
}

.flash {
    width: 100%;
    top: 0;
    left: 0;
    padding: 1%;
    color: #131111;
}

.flash.info {
    background-color: #21b421}

.flash.error {
    background-color: #a90a0a;
}

.flash.note {
    background-color: #b7a00d;
}

.page-content {
    background-color: white;
    /*margin: 15% 16.180339887% 5% 10%;*/
    /*margin: 0 16.180339887% 5% 10%;*/
    margin: 0 32.360679774% 5% 20%;

    padding: 2%;
    border-radius: 15px;
}

.page-sub-content {
    background-color: #b9b7b7;
    /*margin: 5% 16.180339887% 5% 10%;*/
    margin: 0 16.180339887% 0 10%;
    padding: 2%;
    border-radius: 15px;
}

.page-sub-content:hover {
    background-color: #7e7e7e;
}

.page-content table.page-table {
    border: 1px solid;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}


.comment {
    /*background-color: #1e3e5b;*/
    background: linear-gradient(#1e3e5b, #19273b);
    color: white;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
}

.comment-author {
    font-weight: bolder;
}

.comment-text {
    font-family: "Arial Rounded MT Bold", sans-serif;
    font-style: italic;
}

.footer-space {
    height: 70px;
    background-color: red;
    align-content: center;
}

/*@media screen and (min-height: 768px) {
    .footer {
        background: #3399ff;
        color: #ffffff;

        padding: 0.1%;
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
    }
}*/

/*@media screen and (max-height: 767px) {
    .footer {
        display: none;
    }
}*/


.footer a {
    color: white;
}

input[type=text], input[type=email], input[type=password], input[type=datetime-local], select, textarea {
    border-radius: 15px;
    padding: 5px;
}

textarea {
    width: 300px;
    height: 100px;
}

.page-content a {
    color: black;
}

.page-content a:hover {
    color: black;
}

@media screen and (max-width: 1400px) {
    .page-content {
        margin-top: 5%;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    textarea {
        width: 150px;
    }

    .navigation ul li a {
        padding: 0.3em;
        margin: 0;
    }

    a.button.selected {
        padding: 0.3em;
    }
}

a.button {
    color: white;
    background-color: #3399ff;
    text-decoration: none;
    border-radius: 5px;
    padding: 7px;
    margin-top: 10px;
}

a.button:hover {
    color: white;
    background-color: #000;
}

a.button.selected {
    background-color: #b7a00d;
}

.text-highlight {
    background-color: #b7a00d;
    border-radius: 5px;
    padding: 4px;
    font-weight: bolder;
}

.text-error {
    background-color: #a90a0a;
    border-radius: 5px;
    padding: 4px;
    font-weight: bolder;
}

.rateStars a {
    text-decoration: none;
}