/*

Green colors: 4ca54d
Blue colors: 1f7faf
Brown color: 474033

*/

body
{
	background: white;
	color: #333;
	margin: 0px;
	font-family: Roboto, sans-serif;
}

div#titleDiv
{
	text-align: center;
	padding: 40px 0px;
	background: #ddf4d3;
	position: relative;

	background: rgb(76,165,77, 0.33);
	
	img
	{
		border: none;
		width: 250px;
	}

	div#disclaimer
	{
		font-family: Ubuntu, sans-serif;
		position:absolute;
		right: 10px;
		bottom: 10px;
		font-size: 0.75em;
		opacity:50%;
		color: black;
	}
}


section#main-body
{
	padding: 0px 10px;
}


#main-choice
{
	text-align: center;
	h1 { margin: 40px 0px 20px 0px; }
}

h1
{
	text-align: center;
}

h3
{ 
    background: #1f7faf;
	color: white;
	padding: 20px;
	margin-top: 40px;
	margin-left: -10px;
	margin-right: -10px;
	font-weight: normal;
	letter-spacing: 0.2px;
	text-align: center;
}

.top-h3
{
	margin-top: 0px;
}


.mysoil-button
{
	display: inline-block;
	border-radius: 40px;
    background: #4ca54d;
    padding: 20px 50px;
	margin: 10px 0px;
    border: 2px solid #474033;
    font-size: 1.25em;
    font-weight: bold;
    text-decoration: none;
	width: 200px;
}

a.mysoil-button:link,
a.mysoil-button:visited
{
	color: white;
}

table
{
	border-collapse: collapse;
}

th, td
{
	padding: 8px;
	border-left: none;
}

th 
{
	font-weight: bold;
	text-transform: uppercase;
	background: rgba(31, 127, 175,0.5);
	border-top: 2px solid 	rgba(31, 127, 175,1);
	border-bottom: 2px solid 	rgba(31, 127, 175,1);
}


table.comparison td
{ 
	border: 1px solid #1f7faf;
	padding: 10px;
	display: table-cell !important;
}

table.comparison th
{
	border: 2px solid #1f7faf;
	padding: 10px;
}

table.comparison
{
	border: 2px solid #1f7faf;
}

.center 
{
	text-align: center;
}

li
{
	margin-bottom: 10px;
}

ul
{ margin-bottom: 20px;}