.navbar-brand > img {
    margin-top: -20px;
}

#maincontent {
    padding-top: 20px;
    background-color: #F8F3EF;
}

.navbar-default {
    background-color: #ffffff;
}

.card .card-title {
    font-weight: bold;
}

.red {
    color: red;
}

.green {
    color: green;
}

.orange{
    color: orange
}

.yellow{
    color: yellow;
}

.blue{
    color: blue;
}

.black{
    color: black;
}

.dt-center{
    text-align: center;
}

.receptionbars {
    display: inline-block;
    font-size: 2em;
    height: 160px;
    line-height: 160px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    width: 160px;
}

td:focus{
    outline:none;
}

