body {
    color: #808080;
    background-color: #F3F6FB;
    font: 13px Microsoft YaHei;
}

a:hover {
    color: black
}

.navbar .navbar-brand {
    min-height: 10px;
    font-family: 'Lobster', cursive;
    color: #168eea;
    font-size: 2.5rem;
}

.btn-primary {
    background-color: #2196F3
}

.navbar-default {
    background-color: #F3F6FB
}

.dropdown-menu {
    background-color: #F3F6FB;
    min-width: 40px
}

.dropdown-toggle {
    background-color: #F3F6FB
}

.list-group-item {
    background-color: #F3F6FB
}

@media screen and (max-width:768px) {
    .navbar-brand {
        margin-left: 20px
    }
}

@media(prefers-color-scheme:dark) {
    body {
        background-color: #100C2A
    }

    .navbar-default {
        background-color: #100C2A
    }

    .dropdown-menu {
        background-color: #100C2A;
        min-width: 40px
    }

    .dropdown-toggle {
        background-color: #100C2A
    }

    .active {
        background: #000
    }

    .list-group-item {
        background-color: #100C2A
    }
}

.nav-logo {
    float: left;
    height: 20px;
    margin-top: 5px;
}

.nav-logo a {
    margin: 0;
    padding: 0;
}

.logo {
    height: 40px;
    width: auto;
}

.speedcenter {
    width: 100%
}

.mdashboard {
    margin: 0 auto;
    height: 420px
}

.dashboard {
    height: 100%;
    margin: 0px 10px 0px 10px;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    background-color: transparent
}

.canvas {
    position: absolute;
    left: 0px;
    top: 0px;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.dropup {
    display: none
}

.botron p {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 15px;
    font-weight: 200
}

ul,
li {
    margin: 0;
    padding: 0
}

#scrollDiv {
    height: 20px;
    line-height: 15px;
    overflow: hidden
}

#scrollDiv li {
    font: 13px Microsoft YaHei;
    height: 28px;
    color: #808080
}

a:visited {
    color: #808080;
    text-decoration: none;
}

a:link {
    color: #808080;
    text-decoration: none
}

.sults {
    font-size: 20px;
    font-weight: bold
}

::-webkit-scrollbar {
    overflow-x: hidden
}