body {
  padding-bottom: 60px;
}

.navbar {
  border-radius: 0;
}

.table>thead>tr>th {
    vertical-align: top;
}

a.social-link {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
}

a.social-link.vk {
    background: url("/images/vk.png");
    background-size: cover;
}

a.social-link.fb {
    background: url("/images/fb.png");
    background-size: cover;
}

a.social-link.gmail {
    background: url("/images/gmail.png");
    background-size: cover;
}

@media (max-width: 767px) {
    #teams-table thead th:nth-child(n+6),
    #teams-table thead tr:nth-child(2) th,
    #teams-table tbody td:nth-child(n+6) {
        display: none;
    }
}

span.money {
    padding: 6px;
    position: relative;
    bottom: 3px;
}

span.money.byn {
    background: lightblue;
}

span.money.usd {
    background: lightgreen;
}

span.money.rub {
    background: lightsalmon;
}

span.money h4 {
    display: inline;
}