
/* RL GALLERY */
.rl-gallery {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.rl-gallery .rl-gallery-item {
    overflow: hidden;
}
.rl-gallery .rl-gallery-item {
    text-decoration: none !important;
    box-shadow: none !important;
    text-align: center;
}
.rl-basicgrid-gallery .rl-gallery-item {
    text-decoration: none !important;
    box-shadow: none !important;
    text-align: center;
}
.js .rl-gallery-item {
    visibility: visible;
}

.rl-basicgrid-gallery .rl-gallery-item {
    height: 150px;
}
@media (max-width: 2400px){
    .rl-basicgrid-gallery .rl-gallery-item {
        width: calc(25% - 2px);
        margin: 1px;
    }
}
@media (max-width: 1200px){
    .rl-basicgrid-gallery .rl-gallery-item {
        width: calc(33.3333% - 2px);
        margin: 1px;
    }
}
@media (max-width: 1023px){
    .rl-basicgrid-gallery .rl-gallery-item {
        width: calc(33.3333% - 2px);
        margin: 1px;
    }
}
@media (max-width: 767px) {
    .rl-basicgrid-gallery .rl-gallery-item {
        width: calc(50% - 2px);
        margin: 1px;
    }
}
@media (max-width: 300px) {
    .rl-basicgrid-gallery .rl-gallery-item {
        width: 100%;
    }
}

/* RL GALLERY */

/* TABLE */

.tablepress {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    color: #212529;
}
.tablepress thead {
    color: white;
    background-color: #007bff;
}
.tablepress thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
th {
    text-align: inherit;
}
td, th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}



/* TABLE */