th.sortable-header{
    cursor: pointer;
}
.corpora-row{
    margin-top: 15px;
    position: relative;
}

.floating-buttons-wrapper{
    position: absolute; right: 150px;
}

.floating-buttons {
    padding: 23px 15px 23px 15px;
    position: fixed;
    bottom: 0;
    z-index: 21;

}

.context-link, .context-link:hover, .context-link:visited, .context-link:link, .context-link:active{
    color:black;
    text-decoration:none;
    display:inline;
    cursor:text;
    margin:0;
    padding:0;
} 

.floating-buttons > a, .floating-buttons > button {
    display: block;
    margin-top: 7px;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    width: 64px;
    border-radius: 4px;
    font-weight: 700;
}

.pagination a.active {
    color: white;
    background-color: #18BC9C;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
    .floating-buttons{
        display: none;
    }
    .buttons-row{
        display: block;
    }
}


li.divider input{
    display:none !important;
}

.remove-button {
    min-width: 40px;
    width: 40px;
}

.style-k {
    background-color: #bbbbbb;
}
.style-npol-cytat {
    color: blue;
}
/*.style-niewyr {
    background-color: #bbbbbb;
}*/
/*.style-nazwa {
    font-style: italic;
}*/
.style-recyt {
    font-style: italic;
}
.style-kwestGr {
    background-color: yellow;
}
