.card-header {
    background: #88b7f1;
}
.bg-home {
    background: #42638C;
}
.bg-home-light {
    background: #88b7f1;
}
.bg-white {
    background: white !important;
}
.bg-table {
    background: #e2e2e2;
}
.small, small, .Small {
    font-size: 10px !important;
}
.pagecontent {
    background-color: white;
}
.navbar-light, .pageinstruct {
    background-color: white !important;
}
.header-table {
    width: 800px;
    margin: auto;
    border: 0px;
    padding: 0px;
}
@media only screen  and (max-width: 800px) {
    .header-table {
        width: 100%;
    }
}
main {
    padding: 10 20 20 20;
}