/** Reset */
body { margin: 0px; }

img { border: none; }

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
nav, 
section,
main { display: block; }


table {

	border-collapse: collapse;
	border-spacing: 0;
	
}

body,
form { margin: 0; }

button,
input[type="submit"],
input[type="image"],
input[type="text"],
input[type="password"],
textarea  { 

	-webkit-appearance: none;
	border-radius: 0px;
	
}

button,
input[type="submit"],
label { cursor: pointer; }

sup {

	font-size: 0.83em;
	vertical-align: super;
	line-height: 0;
        
}

div,
input,
p {
	
	font-family: Nunito, sans-serif;
	font-weight: 400;
	color: #3D3D3D;
	font-size: 16px;
	
}

input[type="text"],
input[type="submit"] {
	
	width: 100%;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding: 10px;
	
}

input[type="submit"] {
	
	color: #FFFFFF;
	background-color: #4eb36b;
	border-color: #4eb36b;
	
}

label.text {
	
	color: #0A172B;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
	display: block;
	
}

p#yield,
p#gross-yield {
	
	font-size: 100px;
	text-align: center;
	font-weight: 600;
	color: #4eb36b;
	margin: 0;
	line-height: 1;
	
}

p#yield span,
p#gross-yield span {
	
	color: #0A172B;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	
}

.label { 

	color: #0A172B;
	font-weight: 600;
	
}

p#warning { 

	color: red;
	text-align: center;
	
}
