@charset "UTF-8";
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: rgb(102,102,102);
	line-height: 19px;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: rgb(204,204,204);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#data_holder {
	width: 800px;
}

#tnc_holder, #data_holder {
	position: relative;
	background-color: rgb(255,255,255);
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 9px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 9px rgba(0,0,0,0.1);
}
#tnc_holder {
	width: 500px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
h3 a{
	color: #97bf0d;
	text-decoration: underline;
}
h3 a:hover{
	color: #97bf0d;
	text-decoration: none;
}
h3{
	font-size: 16px;
	color: #97bf0d;
	margin: 0px;
	line-height: 21px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
h2{
	font-size: 22px;
	color: #97bf0d;
	margin: 0px;
	line-height: 21px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
td, th{
	padding: 8px;
	text-align:left;
}
#data_table table tr:nth-child(odd) td{
	background-color: rgb(238,238,238);
}
#data_table table tr:nth-child(even) td{
	background-color: rgb(230,230,230);
}
#export_btn{
	font-size: 13px;
	position: absolute;
	top: 20px;
	right: 30px;
	cursor: pointer;
	color: #97bf0d;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 13px;
	border-radius: 2px;
	border: 1px solid #E4E4E4;
	
}
#export_btn i{
	margin-right:6px;	
}
#export_btn:hover{
	color: #FF9900;
	background-color: rgba(235,235,235,1.00);
}
.delete_btn:hover, .edit_btn:hover{
	color: #FF9900;
}
.delete_btn, .edit_btn{
	cursor:pointer;
	text-align:center;
}

#data_table table{
	margin-top:20px;
	width:740px;	
}
