<styles>
@media (min-width: 1030px) {
  .product-list__item__content--fixed-height {
      height: 120px;
  }
  .product-list--2col .product-list__item__content--fixed-height {
      height: 120px;
  }
}
.product-list__item__title--xl {
    font-size: 20px;
}

/* pagination */
    
.pagination {
    display: inline-block;
}
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.pagination a.active {
    background-color: #0f4f8c	;
    color: white;
}
.pagination a:hover:not(.active) {
    background-color: #ddd;
}


/* standard table */

table.blueTable {
    border: 1px solid #B0D1C7;
    background-color: transparent;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
}
table.blueTable tbody td {
    font-size: 13px;
}
table.blueTable tr:nth-child(even) {
    background: #FFFFFF;
}
table.blueTable thead {
    background: #B0D1C7;
}
table.blueTable thead th {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
    border-left: none;
}
table.blueTable tfoot td {
    font-size: 14px;
}
table.blueTable tfoot .links {
    text-align: right;
}
table.blueTable tfoot .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}



</styles>
