body {
	margin: 0;
	padding: 0;
	font-family: Poppins, verdana, arial, sans-serif;
	background-color: #f2f6f8;
    background-repeat: repeat;
	color: #aaaaaa;
}

img{border:none}
h1 { font-size: 15px;}
h2 { font-size: 13px;}
p,ul { font-size: 12px;}
a{color:#ff6028; text-decoration: none;}
a:hover{color:#79818e;}

.info-box {
	min-height: 100px;
	background: #fff;
	width: 100%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	padding: 15px;
}