﻿@import url("../Content/bootstrap.pers.css");

body {
}

footer {
    color: #ee463f;
    font-size: 80%;
    text-align: center;
    margin-top: 1em;
}

.nav ul li small {
    font-size: 80%;
    padding: 0 20px;
    color: white;
}

.main-container {
    margin-right: 1em;
    margin-left: 1em;
}

.logo {
    width: 90%;
}

.logospacer {
    height: 2em;
}

footer p a {
    color: inherit;
}

span.dev {
    color: white;
    background-color: blue;
    font-weight: bold;
    font-variant: small-caps;
    padding: 0.5em;
}

span.rolecombobox {
    padding: 15px;
}
    span.rolecombobox select {
        background-color: #ff1d13;
        color: white;
        border: none;
    }
