html,body {
    height:100%;
    background-color: #0F3765;
}

.navbar {
    margin-bottom: 0px;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px;
    padding: 0 0 30px;
}

#wrap > .container {
    /*  padding: 190px 15px 0; */
    background-color: white;
}


#page_top {
    position:absolute;
    top:2em;
    left:36em;
}

.menu-title {
    color: #0F3765;
    font-size: 150%;
    font-weight: bold;
}

.menu-info {
    color: #0F3765;
    font-size: 110%;
}

.wrapped-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px 0;
}

.container .credit {
    margin: 5px 0;
}

.logo {
    width: 100%;
    height: 120px;
}

#footer {
    height: 30px;
    background-color: #f5f5f5;
}

.container-full {
    margin: 0 auto;
    width: 100%;
    color:#eee;
    overflow:hidden;
}

div.caption {
    word-wrap: break-word;
}

.full {
    background: #ffffff;
    flex: 0 1 100%;
}
.column {
    background: #ffffff;
    flex: 0 1 100%;
}

@media all and (min-width: 1200px) {
    .column {
        background: #ffffff;
        flex: 0 1 49%;
    }
}
td {
    padding: 0 5px 0 5px;
}
th {
    padding: 0 5px 0 5px;
}
td.number, th.number {
    text-align: right;
}
td input {
    font-size: 12px;
}
