
/* ---------------- */
.h3, h3 {
    font-size: 1.3rem;
}

.h4, h4 {
    font-size: 1.2rem;
}

p {
    margin-top: 0;
    margin-bottom: 0.25rem;
}

label {
	display: inline;
}

aside.column {
	padding: 0 1rem 1rem 0.5rem;
}

.paginator {
	text-align: center;
	margin-top: 1rem;
}
.paginator .pagination {
	justify-content: center;
}

/* ---------------- */
.main {
	padding-bottom: 3rem;
}
/* ---------------- */
.products_table_outer {
}
.products_table {
    position: relative;
/*    display: block;*/
    width: 100%;
    overflow: scroll;
}

.products_table thead,
.products_table tbody {
/*  display: block;*/
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.products_table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

.products_table_outer {
	height: 85vh;
}
@media screen and (min-width: 1140px) {
}

.products_table th, .products_table td {
    min-width: 6rem;
}
.products_table th {
    text-align: center;
	background-color: #fff;
}
.products_table th.w_15, .products_table td.w_15 {
    min-width: 15rem;
}
.products_table th.w_30, .products_table td.w_30 {
    min-width: 30rem;
}
.products_table th.search_col {
	background-color: #fffff0;
}

/* ---------------- */

/* ---------------- */


