body{
    /*overflow: hidden;*/
}
.nav-back {
    background-color: transparent;
    height: 70px;
    padding: 1rem 0 1rem 0;
}

.table thead th {
    font-size: 14px;
}

.table td, .table th {
    padding: 0.2rem 0.7rem;
    padding: 0.2rem 0.7rem;
    border: 1px solid #dee2e6;
}

.form-control:focus {
    border-color: #000;
    box-shadow: 0 0 0 .2rem rgb(25, 25, 25, 25%);
}

.btn-dark {
    background-color: #000;
    border-color: #000;
}

.space-f {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
footer ._eg a {
    text-decoration: none;
    transition: all .2s ease-in-out;
    color: #cccccc;
}
footer ._eg a:hover {
    color: #fff;
    margin-left: 13px;
}

footer .bar {
    fill: #cccccc;
}
footer .bar:hover {
    fill: #fff;
}
