.limiter {
	width: 100%;
	margin: 0 auto;
}

table {
	border-spacing: 1;
	border-collapse: collapse;
	background: white;
	border-radius: 2px;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
table * {
	position: relative;
}
table td, table th {
	padding-left: 8px;
}
table thead tr {
	height: 30px;
	background: #45ad87;
}
table tbody tr {
	height: 30px;
}
table tbody tr:last-child {
	border: 0;
}
table td, table th {
	text-align: left;
}
table td.l, table th.l {
	text-align: right;
}
table td.c, table th.c {
	text-align: center;
}
table td.r, table th.r {
	text-align: center;
}


.table100-head th{
	color: #fff;
	line-height: 1.2;
	font-weight: unset;
}

tbody tr:nth-child(even) {
	background-color: #f5f5f5;
}

tbody tr {
	color: #808080;
	line-height: 1.5;
	font-weight: unset;
}

tbody tr:hover {
	color: #555555;
	background-color: #f5f5f5;
	cursor: pointer;
}

.column1 {
	width: 150px;
	padding-left: 20px;
	text-align: center;
}

.column2 {
	width: 150px;
	text-align: center;
}

.column3 {
	width: 300px;
	text-align: center;
}

.column4 {
	width: 300px;
	text-align: center;
	padding-right: 20px;
}

.column5 {
	width: 25%;
	text-align: center;

}

.column6 {
	width: 10%;
	text-align: center;
}

.column7 {
	width: 10%;
	text-align: center;
}

.column8 {
	width: 40%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;

}

.column9 {
	width: 15%;
	text-align: center;
}

.column10,.column11,.column12,.column13,.column14 {
	width: 20%;
	text-align: center;
}

