table.table_v1{
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #808080;
  border-radius: 15px;
	overflow: hidden;
}

table.table_v1 thead{
}

table.table_v1 thead tr{
	background: #060633;
	border-bottom: 0;
	border-bottom: 1px solid #808080;
}

table.table_v1 thead th{
	text-align: center;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #808080;
}

table.table_v1 tbody{
	overflow: hidden;
}

table.table_v1 tbody tr{
	border: 0;
}

table.table_v1 tbody tr:nth-of-type(odd){
	background: #FFFFFF;
}

table.table_v1 tbody tr:nth-of-type(even){
	background: #ECEFF4;
}

table.table_v1 tbody td{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #4D4D4D;
	font-weight: 400;
}
table.table_v1 tbody td:first-of-type{
	font-weight: 700;
}

@media ( max-width: 600px ) {
	table.table_v1 thead th{
		font-size: 12px;
		line-height: 15px;
	}
	table.table_v1 tbody td{
		font-size: 12px;
		line-height: 15px;
	}
}

/* ===================================== */

table.table_v2{
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #808080;
  border-radius: 15px;
	overflow: hidden;
}

table.table_v2 thead{
}

table.table_v2 thead tr{
	background: #060633;
	border-bottom: 0;
	border-bottom: 1px solid #808080;
}

table.table_v2 thead th{
	text-align: center;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #B3B3B3;
}

table.table_v2 tbody{
	overflow: hidden;
}

table.table_v2 tbody tr{
	border: 0;
	background: #FFFFFF;
}

table.table_v2 tbody tr td{
	font-size: 14px;
	line-height: 20px;
	color: #4D4D4D;
	font-weight: 400;
	border-bottom: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	width: 50%;
	position: relative;
	padding-left: 40px;
}

table.table_v2 thead th:last-of-type,
table.table_v2 tbody td:last-of-type{
	border-right: 0;
}

table.table_v2 tbody td img{
	margin-right: 10px;
	position: absolute;
	left: 10px;
	top: 13px;
	width: 20px;
	height: 20px;
}

table.table_v2 tr:last-of-type td{
	padding: 15px;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #1A1A1A;
	text-align: center;
	border-bottom: 0;
	background: rgba(0, 128, 0, 0.1);
}

@media ( max-width: 600px ) {
	table.table_v2 thead th{
		font-size: 14px;
		line-height: 20px;
	}
	table.table_v2 tbody td{
		font-size: 12px;
		line-height: 15px;
	}
	table.table_v2 tr:last-of-type td{
			font-size: 14px;
			line-height: 20px;
	}
}


/* ===================================== */

table.table_v3{

}

/* ===================================== */

table.table_v4{

}

table.table_v4{
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #808080;
  border-radius: 15px;
	overflow: hidden;
}

table.table_v4 thead{
}

table.table_v4 thead tr{
	background: #060633;
	border-bottom: 0;
	border-bottom: 1px solid #808080;
}

table.table_v4 thead th{
	text-align: center;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #B3B3B3;
}

table.table_v4 tbody{
	overflow: hidden;
}

table.table_v4 tbody tr{
	border: 0;
	background: #FFFFFF;
}

table.table_v4 tbody tr td{
	font-size: 14px;
	line-height: 20px;
	color: #4D4D4D;
	font-weight: 400;
	border-bottom: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	text-align: center;
}
table.table_v4 tbody tr:first-of-type td{
		font-weight: 700;
}
table.table_v4 tbody tr:last-of-type td{
	border-bottom: 0;
}

table.table_v4 thead th:last-of-type,
table.table_v4 tbody td:last-of-type{
	border-right: 0;
}

@media ( max-width: 720px ) {
	.table_v4-wrap{
		max-width: 720px;
		overflow-x: scroll;
	}
}

@media ( max-width: 600px ) {

	table.table_v4 thead th{
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		padding-left: 70px;
	}
	table.table_v4 tbody td{
		font-size: 12px;
		line-height: 15px;
	}
}
