#Fd-cnt { 
	font-family: 'Roboto', sans-serif;
}
#Fd-cnt h3 span, #Fd-cnt h5 span  {
	font-weight: normal;
	font-size: 21px;
	border-bottom: 2px solid #eee;
}
#Fd-cnt h3 {
	margin: 50px 0 20px;
}
#Fd-cnt h3 span { font-size: 21px; }
.Fdcontact p {
	font-size: 30px;
	color: #2d2d2d;
	font-weight: 300;
	line-height: 1.8;
}
.fdlink {
	padding: 20px 0 40px;
	font-size: 15px;
	font-weight: 300;
}
.fdlink a {
	margin: 0 10px;
	color: #000;
}
.fdlink a:hover, .fdlink a:active {
	color: #3cae3c;
}

.cnt {
	padding: 30px 0 40px;
}
.resultconetnt {
	font-size: 21px;
}
.resultconetnt span, .resultconetnt select {
	color: #3cae3c;
}
.resultconetnt select {
	background: none;
	border: none;
	outline: none;
}
.results {
	position: relative;
}
.tableHeader {
	position: absolute;
	background-color: #eee;
	width: 100%;
	height: 60px;
	/*margin-top: 10px;*/
	z-index: 0;
	left: 0;
}
.result {
	padding: 0 0 40px;
}
.results th, .results tr {
	text-align: center !important;
}
.results th, .results td { border-right: 1px solid #aaa; }
.results td {  border-bottom: 1px dotted #aaa; }
.results tr:last-child td { border-bottom: none; }
.results th:nth-child(5n),.results td:nth-child(5n) { border-right: none; }
.results th { padding: 8px 5px; font-size: 15px; font-weight: 400; }
.results td { padding: 25px 10px; font-size: 13px; font-weight: 400; color: #2d2d2d; }
.results td:nth-child(3n) { font-size: 24px; color: #2e2e2e; }
.invest,.invest:focus {
	background: none;
	border: 1px solid #3cae3c;
	color: #3cae3c;
	padding: 6px 35px;
	border-radius: 15px;
	font-size: 18px;
	outline: none;
}
@media screen and (max-width: 767px) {
	/* Force table to not be like tables anymore */
	.results, thead, tbody, th, td, tr { 
		display: block; 
	}
	.results th,.tableHeader {
		display: none;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.results thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.results tr { margin-bottom: 15px; border: 1px solid #ccc; }
	
	.results td { 
		padding-top: 15px;
		padding-bottom: 15px; 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		text-align: left;
	}
	
	.results td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 30%;
		left: 10px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-size: 14px;
		text-align: left;
		font-weight: normal;
	}
	
	/*	Label the data	*/
	.results td:nth-of-type(1):before { content: "Institution"; }
	.results td:nth-of-type(2):before { content: " Rate p.a"; }
	.results td:nth-of-type(3):before { content: "Maturity Amount"; }
	.results td:nth-of-type(4):before { content: "Details"; }
/*	.results td:nth-of-type(5):before { content: ""; }*/
	.results td:nth-child(3n) {
		font-weight: bold;
		font-size: inherit;
	}
	.results tr:last-child td { border-bottom: 1px solid #eee  }
	.invest, .invest:focus {
		background: #3cae3c;
		position: relative;
		left: -27% !important;
		color: #fff;
		border-radius: 3px;
	}
	.nl-form {
		font-size: 18px !important;
	}
	.home-footer {
		padding: 25px 15px 0 !important;
	}
}
@media screen and (max-width: 479px) {
	.invest, .invest:focus { left: -50%!important; }
	.analyzerMatchDots{
    margin-top: -19px !important;
}
}
