/*------------------------ =EXPIRY ------------------------ */

.EXPIRED-container {
	width: 100%;
	overflow: auto;
}
.item-sku {
	width: 16%;
}
.item-lot {
	width: 12%;
}
.item-clearance {
	width: 14%;
}
.item-expire {
	width: 14%;
}
.item-prod {
	width: 44%;
}


.line-item .item-heading {
	padding-left: 2px;
}
.item-sku, .item-lot, .item-clearance, .item-expire, .item-prod {
	font-size: 0.875em;
	vertical-align: top;
	padding-left: 5px;
}
.item-month {
	color: #fff;
	background-color: #3c546c;
	padding-left: 5px;
	font-weight: bold;
	border: 1px solid #3c546c;
}
td {
  border: 1px solid #e4eaeb;
}

th {
	background-color: #e4eaeb;
	color: #3c546c;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0px;
	border: 1px solid #3c546c;
}

@media only screen and (max-width: 480px) {
    /* horizontal scrollbar for tables if mobile screen */
    .tablemobile {
        overflow-x: auto;
        display: block;
    }
}