@charset "utf-8";



#Mesurements {
	padding-bottom: 40px;
}
.table-area {
	width: 100%;
	margin: 30px auto;
}
.table-area table {
	width: 100%;
	border-collapse: collapse;
}
.table-area table td,
.table-area table th {
	border:solid 1px #999;
	font-size: 12px;
	padding: 0.25em 0.6em;
	color: #222;
}
.table-area table .itemID,
.table-area table .itemName {
	text-align: left;
}
.table-area table .icon-new {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 4px;
	background: #E6003E;
	color:#FFF;
	font-size: 11px;
	border-radius: 4px;
	transform: scale(0.8);
	
}
.table-area table thead {
	border-bottom: double 4px #333;
	background: #efefef;
	font-weight: 700;
	line-height: 1.2em;
}
.table-area table thead td {
	text-align: center !important;
}
.table-area table .trBG {
	background: #f6f6f6;
}
.scroll-txt {
	margin: 10px 0 0;
	padding-left: 35px;
	background: url(../img/icon-scroll.svg) no-repeat left center;
	background-size: 25px auto;
}
.border-line {
    border: solid 1px #ccc;
    padding: 20px !important;
}
@media screen and (max-width:599px) {
	.table-area {
		width: 100%;
		margin: 30px auto;
		overflow-x: scroll;
	}
	.table-area table {
		width: 100%;
		min-width: 900px;
		border-collapse: collapse;
	}
}
