body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
}
p,
ul,
ol,
img,
table,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.paginator {
    margin: 0;
    margin-bottom: 25px;
}
table {
    border-collapse: collapse;
    border: none;
    border-top: 2px solid #006648;
    width: 100%;
    font-size: 11px;
}
table th {
    color: #006648;;
    text-align: left;
    font-weight: bold;
}
table th,
table td {
    padding: 10px;
}
table tr:nth-child(odd) {
    background: #f7f7f7;
}
a,
.c-green,
.wetland__title {
    color: #006648;
}
a {
    text-decoration: none;
}
.btn {
    border: none;
    background: #f68b1f;
}

div.alignleft,
div.float-left,
div.alignright,
div.float-right,
div.aligncenter,
img.alignleft,
img.float-left,
img.alignright,
img.float-right,
img.aligncenter {
    float: none !important;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    height: auto;
}

.hidden,
.g-header,
.g-footer,
.wetland__btn,
.wetland__downloads,
.wetland__downloads__title,
.paginator__i,
.paginator__group,
.paginator__preloader,
.socials {
    display: none
}

.wetland____thumb {
    max-width: 400px;
    height: auto;
    page-break-before: always; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid; /* or 'auto' */
}

.paginator {
    text-align: center;
}

.sidebar {
     width: 50%;
}

.sidebar + div {
    clear: both;
    width: 100%;
}

.table thead {
    display: table-row-group;
}
        
.table__head,
.table__col {
    font-size: 10px !important;
}

.responzive-table {
    overflow-x: hidden;
    width: 100%;
    min-width: 100%;
}
.responzive-table + &__maskwrap {
    display: none;
}

.gallery {
    display: table;
    margin-left: -10px;
    margin-right: -10px;
}

.gallery__row {
    display: table-row;
}

.gallery__i {
    display: table-cell;
    padding: 10px;
    vertical-align: top;
}

.gallery__more {
    display: none;    
}

.gallery__thumb {
    height: auto;
}

.gallery__thumb img {
    top: 0;
    transform: none;
}