body {
    font-family: Verdana;
}

h2 {
    border-bottom: 1px dotted #000;
    display: inline;
}

form {
    margin-top: 20px;
    max-width: 500px;
}

td {
    text-align: center;
}

th {
    text-align: center;
}

.jumbotron {
    border-bottom: 1px solid #000;
    background: #616E8C;
    color: #fff;
}

.jumbotron a {
    font-size: 20px;
    color: #9DBECF;
    font-family: sans-serif;
}

.jumbotron ul {
    list-style-type: none;
    max-width: 450px;
    max-height: 50px;
    margin: 0;
    margin-top: 25px;
    padding: 0;
}

.jumbotron li {
    display: inline-block;
    padding: 10px 15px 10px 15px;
    text-align: center;
}

.jumbotron li:hover {
    background-color: #58678A;
    color: #fff;
}

.small {
    max-width: 75px;
    display: inline;
}

.active {
    font-weight: bold;
    color: #fff!important;
    background-color: #364569;
}

.info {
    margin-top: 15px;
}

.tcenter {
    text-align: center;
}

.glyphicon-remove {
    color: red;
}