@font-face {
	font-family: 'Futura Md BT';
	src: url('../fonts/futura-md-bt.ttf');
}


.th1st {
	background-color: #18bc9c;
	border-radius: 30px 0px 0px 30px;
	-webkit-border-radius: 30px 0px 0px 30px;
	-moz-border-radius: 30px 0px 0px 30px;
}

.thlast {
	background-color: #18bc9c;
	border-radius: 0px 30px 30px 0px;
	-webkit-border-radius: 0px 30px 30px 0px;
	-moz-border-radius: 0px 30px 30px 0px;
}
		
th {
	background-color: #18bc9c;
	text-align: center;
	color: #fff;
	font-family: 'Futura Md BT';
	font-size: 18px;
	font-weight: 500;
	border: 0;
	padding: 15px 0px;
	padding-left: 15px;
	padding-right: 15px;
}

table tr td {
	border-bottom: 1px solid #dddddd;
	text-align: center;
	font-family: 'OpenSans Regular', 'Open Sans';
	color: #494949;
	font-size: 16px;
	line-height: 36px;
}

table tr:nth-child(odd) {
	background-color: #fff;
}

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

a.linkred:link {
	color: #18bc9c;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	cursor: pointer;
}