
.tableWrapper{
  max-width: 98%;
  margin: 0 auto;
}
.tableTextTitle {
    color:  #2f3f50ff;
    font-size: 19px;
    border-bottom: 1px solid  #2f3f50ff;
    margin-bottom: 12px;
    padding: 4px;
}
.prices-footer-wrapper{
  margin-top: -15px;
  display: flex;
  justify-content: center;
  
}
.prices-footer {
  font-size: 12px;
              text-align: center;
}
.prices-footer a{

  text-decoration: none;
  color:  #2f3f50ff !important;
  cursor: pointer !important;
}
table.dataTable thead tr th:nth-child(1),
table.dataTable tbody tr td:nth-child(1),
table.dataTable thead tr th:nth-child(5),
table.dataTable tbody tr td:nth-child(5),
table.dataTable thead tr th:nth-child(12),
table.dataTable tbody tr td:nth-child(12),
table.dataTable thead tr th:nth-child(13),
table.dataTable tbody tr td:nth-child(13){
    text-align: center;
}
table.dataTable thead tr th:nth-child(4),
table.dataTable tbody tr td:nth-child(4),
table.dataTable thead tr th:nth-child(6),
table.dataTable tbody tr td:nth-child(6),
table.dataTable thead tr th:nth-child(7),
table.dataTable tbody tr td:nth-child(7),
table.dataTable thead tr th:nth-child(8),
table.dataTable tbody tr td:nth-child(8),
table.dataTable thead tr th:nth-child(10),
table.dataTable thead tr th:nth-child(11),
table.dataTable tbody tr td:nth-child(11){
    text-align: right;
}
table.dataTable tbody tr td a,
table.dataTable tbody tr td a:link,
table.dataTable tbody tr td a:visited,
table.dataTable tbody tr td a:hover,
table.dataTable tbody tr td a:active {
    color: inherit; 
    text-decoration: none;
}

/* table search, paging, info */
.dt-search label,
.dt-length label,
.dt-info{
    font-size: 14px;
    position:relative;
}
