body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/* SPEC */
.spec {
    background-color: #E1F0FF;
    padding: 10px;
    border: 2px solid #8CC6FF;
}
.spec input{
    width: 100%;
}

.values-tested {
    padding:3px 5px; background-color:#3C0; color: #FFF;
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 85px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .navbar-nav {
        display: none;
    }

    .navbar-brand img {
        height: 50px;
    }

    .sidebar {
        padding: 74px 0 0;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 85px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #999;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active,
.sidebar .nav-link:hover {
    color: #5CCBFF;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: #5CCBFF;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
}

.navbar .navbar-toggler {
    top: 1.1rem;
    right: 0;
    border: none;
    outline: none;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.bg-dark {
    background-color: #1c2430 !important;
}

.navbar.bg-dark {
    background-color: #555f6e !important;
}

.text-muted {
    color: #dfdfdf !important;
}

.card-header button {
    padding: 0;
    font-weight: 600;
}

.card-body {
    padding: 1.25rem 1.25rem 0.25rem 1.25rem;
}

label {
    display: inline-block;
    margin-bottom: .25rem;
    color: #000;
    font-weight: 500;
}

.req {
    color: #CC0000;
    font-weight: normal;
}

h5 {
    margin-bottom: 0;
}

.progress {
    height: 38px;
}

.form-control {
    margin-bottom: 1rem;
}

.facebook {
    top: -1px;
    position: relative;
}

.small-font {
    color: #CCC;
    font-size: 12px;
}


.crossword-container {
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 1rem;
    border-radius: .25rem;
}

.crossword-container .ecw-boxnormal_unsel {
    background-color: #ffffff;
    border-color: #606060;
    color: #000000;
}

.crossword-container .ecw-box {
    border-style: solid;
    border-width: 1pt;
    cursor: pointer;
    font-size: .8rem;
    font-weight: bold;
    height: auto;
    overflow: hidden;
    text-align: center;
    width: auto;
    border: 1px solid #dee2e6 !important;
}

.crossword-container .table td {
    border: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.nav-item >a {
    padding-bottom: 0px;
}