.bottom-menu {
    height: 58px;
    padding-top: 4px;
    border-top: 1px solid #ddd;
    display: flex;
    background: #fff;
}

.menu-item {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.menu-item i {
    font-size: 24px;
}

.active {    
    color: #eab72a
}

body {
    font-family: 'Open Sans', sans-serif !important;
}

#main_content {
    padding-bottom: 60px
}

h1 {
    margin: 1rem 0;
    text-align: center
}

h2 {
    margin: 2rem 0 1rem 0;
}

.thumb {
    height: 48px;
    margin-right: 8px;
}

.thumb_wrapper {
    display: flex;
    align-items: center;
}

.thumb_wrapper_inline {
    display: inline-flex;
    margin-right: 8px;
    align-items: center;
}

.poradi {
    font-size: 28px;
}

.zlato {
    color: #ffd700
}

.stribro {
    color: #c0c0c0
}

.bronz {
    color: #cd7f32
}

.img-gold {
    /*filter: invert(90%) sepia(23%) saturate(4498%) hue-rotate(355deg) brightness(102%) contrast(108%);*/
    filter: invert(87%) sepia(53%) saturate(726%) hue-rotate(327deg) brightness(101%) contrast(94%);
}
.img-silver {
    filter: invert(100%) sepia(0%) saturate(3407%) hue-rotate(48deg) brightness(86%) contrast(70%);
}
.img-bronze {
    filter: invert(72%) sepia(37%) saturate(3719%) hue-rotate(340deg) brightness(87%) contrast(83%);
}

.img-logo {
    height: 48px;
    background-color: #00000035;
    border-radius: 24px;
}
.img-disciplina {
    height: 48px;
    background-color: #00000035;
    border-radius: 2px;
}