body {
	background-color: #d6d9dc;
	color: #3C4858;
	font-weight: 300;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    line-height: 1.5em;
}

.form-container{
	background-color: #d6d9dc;
}

input[ type=checkbox ]{
	height:30px;
	 
	}
input[ type=checkbox ] 
{ 
	content: "";
	display:inline-block;  
	width:20px; 
	height:20px; 
	border:1px solid #ddd;
	text-align:center;  
	line-height:14px;
	margin:0 3px 0 0;
	padding:0; 
	/*position:absolute;*/  
	left:8px;
	}

	
input[ type=checkbox ]:checked { 
	content: "\02713"; 
	font-size:30px;
	color:red;
	}
	
	
input[ type=checkbox ]:focus {box-shadow : 0px 0px 3px 1px #ccc;}

