#footer {
    position: scroll;
    width: 100%;
    bottom: 0;
}
    
#content {
    margin-top: 40px !important;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#main_info {
    width: 75%;
    display: flex;
}

#l_info {
    width: 350px;
    padding: 20px;
    box-sizing: border-box;
    border-right: solid #eee 1px;
    display: flex;
    flex-direction: column;
}

#r_info {
    width: calc(100% - 350px);
    padding: 30px 20px 20px 40px;
    display: flex;
    flex-direction: column;
}

#nav_info {
    width: 75%;
    height: 20px;
    margin-top: 0;
    padding-top: 16px;
    display: inline-flex;
    padding-bottom: 2px;
    justify-content: flex-end;
}

#a_info {
    color: black;
    padding-right: 20px;
}

#a_info:hover {
    color: #303030;
}

#a_info:active {
    color: #161616;
}

.tb_info {
    padding-left: 30px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.1s ease-in-out;
}

.ta_info {
    font-weight: 900;
    padding-top: 4px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.1s ease-in-out;
}

.tb_info:hover {
    color: #515151;
}

.ta_info:hover {
    color: #515151;
}

h3 {
    text-wrap: balance;
    font-weight: normal;
}

h2 {
    cursor: pointer;
}

/* ============================================== */
/* MOBILE FIX: DOCS / REGULAMINY                  */
/* ============================================== */
@media screen and (max-width: 768px) {
    #nav_info {
        width: 90% !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 15px !important;
        height: auto !important;
        padding-bottom: 15px !important;
    }

    #main_info {
        width: 100% !important;
        flex-direction: column !important;
    }

    #l_info {
        width: 100% !important;
        border-right: none !important;
        border-bottom: 2px solid #eee !important;
        padding: 15px 20px !important;
    }

    #r_info {
        width: 100% !important;
        padding: 20px 15px !important;
        box-sizing: border-box !important;
    }

    #r_info h1, #r_info h2, #r_info h3 {
        word-wrap: break-word !important;
    }
    
    #r_info h2 {
        font-size: 1.3rem !important;
    }
}
