a {
    text-decoration: none;
    outline: none;
}

.navbar-brand, a {
    color: #fff;
    outline: none;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.back {
    margin-top: 56px;
}

a:hover {
    text-decoration: none;
}

.back, .item {
    background-color: #b3daff;
}

table {
    background-color: #e8ffff;
}

td, th {
    text-align: center;
}

h1, h2, h3, h4 {
    color: #363a42;
    outline: none;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.gold {
    background-color: gold;
}

.silver {
    background-color: silver;
}

.bronze {
    background-color: lightsalmon;
}

.box {
    background-color: #fff;
    color: #0275d8;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    align-self: right;
}

.logos {
    padding: 40px 0 40px 0;
}

.home-button {
    margin-top: 20px;
}

.first-elem {
    margin-top: 40px;
}

.home-msg {
    padding: 40px 0 0 0;
}

.a-lead a {
    color: #0275d8;
}

table a, p a {
    color: #0f4470;
}

.admin-page .loading-data {
    margin-top: 40px;
}

.team-usr {
    position: relative;
    padding: 20px;
}

.team-rm {
    position: absolute;
    z-index: 90;
    right: 20px;
    top: 10px;
}

.team-usr p {
    margin-bottom: 0px;
}

.team-usr-img {
    width: 85px;
    height: 85px;
}

.team-usr-p {
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
}

.team-selector {
    max-height: 474px;
    overflow-y: scroll;
}

.list-group-item p {
    margin-bottom: 0;
}

.list-group-item button {
    font-size: 22px;
    font-weight: 600;
}

.list-group-item .person {
    margin-bottom: 5px;
    font-weight: 600;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb .breadcrumb-item a {
    color: #0275d8;
}

.breadcrumb .active {
    color: #000;
}

@media (max-width: 991px) {
    #importdata, #computeprices {
        width: 100%;
    }
    td, th {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
}

@media (max-width: 767px) {
    .team-rm {
        padding: 6px;
    }
    h2 {
        font-size: 24px;
    }
}

@media (max-width: 380px) {
    td, th {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .team-rm {
        padding: 5px;
    }
    h2 {
        font-size: 20px;
    }
    .team-usr-img {
        width: 65px;
        height: 65px;
    }
}