 table.sortTable {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    /*border: 1px solid #fbd033;*/
}
 table.sortTable.dataTable.no-footer {
    border: 1px solid #fff;
}
 table.sortTable.dataTable th {
    border-bottom: 2px solid #fbd033;
}
 table.sortTable.dataTable th:not(:first-child) {
    border-left: 1px solid #fff;
}
 table.sortTable.dataTable td {
    border-bottom: 1px solid #fff;
}

/*table.sortTable td, table.sortTable th {
    padding: 5px 5px;
}*/

/*table.sortTable.dataTable tr:last-child td {
    border: unset;
}*/

 table.sortTable tbody td:nth-child(n+2) {
    border-left: 1px solid #fff;
}
 table.sortTable tbody td {
    font-size: 14px;
    color: #333;
}
 table.sortTable tbody tr:hover {
    background-color: none;
}
 table.sortTable tbody tr:nth-child(even) {
    background-color: #e2dedb;
}
 table.sortTable thead {
    background: #e30c00;
    border-bottom: 2px solid #fbd033;
}
 table.sortTable thead th {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
 table.sortTable.dataTable thead .sorting_asc {
    background-image: url("./data-arrows/sort_asc.png");
}
 table.sortTable.dataTable thead .sorting_desc {
    background-image: url("./data-arrows/sort_desc.png");
}
 .dataTables_length {
    width: 200px;
    margin: 10px 0;
}
 .dataTables_length select {
    max-width: 80px;
}
 .dataTables_filter {
    margin: 10px 0;
}
 .dataTables_filter input {
    max-width: 150px;
}

.article-content .dataTables_wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* overflow-x: auto; */
}

 .article-content .dataTables_wrapper .dataTables_paginate .paginate_button.current, .article-content .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #e30c00 !important;
    color: #fff !important;
    border: 1px solid #e30c00;
}
 .article-content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .article-content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    /*border: 1px solid #e30c00;*/
    border: 1px solid #e30c00;
    opacity: 0.75;
}
 .article-content .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
 .article-content .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
 .article-content .dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 0;
    border: 1px solid #e30c00;
    margin-left: -1px;
    color: #e30c00 !important;
    /*font-size: 0.8rem;*/
}
 .article-content .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #e30c00;
    border-color: transparent;
    color: #fff !important;
}

@media screen and (max-width: 640px) {
 .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
    width: 100%;
 }
 .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
 }
}

@media screen and (max-width: 767px) {
 table.sortTable {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
 }
 li.paginate_button.previous {
    display: inline;
 }
 li.paginate_button.next {
    display: inline;
 }
 li.paginate_button {
    display: none;
 }
}

@media screen and (max-width: 457px) {
  .paginate_button{
	  padding: 0.5em 0.5em !important;
  }
}