

html {
    font-size: 15px;
}

@media (min-width: 768px) {
    html {
        font-size: 18px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

main {
    min-height: 100%;
    position: relative;
}

footer {
    line-height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

nav {
    background-color: #0066CC;
    /*    float: right;
    min-width:100%;*/
}

.nav {
    float: right;
    /*min-width: 100%;*/
}

.container-fluid {
    float: right;
}

.hometext {
    font-size: 16px;
}

.indextable {
    width: 49%;
}

.table1 {
    overflow: auto;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.test1:hover a {
    color: #0066CC;
}

.test1 a {
    color: white;
}

.test1:active a {
    background-color: darkblue;
    color: white;
}

a {
    color: #0066CC;
}

.a {
    color: #0066CC;
}