.table thead.transparent {
    background-color: transparent;
}

.sponsorship-modal .modal-body .headline, .sponsorship-modal .modal-body .row {
    margin-bottom: 7px;
}

.sponsorship-modal .modal-body .headline {
    margin-top: 7px;
}

.paginate_button {
    cursor: pointer;
    padding: 2px 5px;
    border: 1px solid rgb(222, 226, 230);
}

.paginate_button.current {
    background-color: rgb(222, 226, 230);
}

.paginate_button:hover {
    text-decoration: none;
}