body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	padding:0;
	margin:0;
	background:#F5F5F5;
}
.header {
    padding: 13px 0px;
    float: left;
    width: 100%;
    margin-bottom: 50px;
    background: #fff;
    border-bottom: 5px solid #284678;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.container {
	width:960px;
	margin:0 auto;
}
.logo {
	float:left;
}
.ebook {
	float:right;
}
.ebook a {
	color: #1E86D2;
	font-size: 14px; 
	padding-left: 5px; 
	text-decoration: underline;
}
.content {
	float:left;
	width:100%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0, .5), inset 0 0 20px rgba(0,0,0, .2);
	display:table;
}
.space {
	padding:40px 40px;
}
.content-text h2 {
	color:#13559F;
	font-size:26px;
}
.content-img, .content-text {
	display: table-cell;
}
.content-text  {
	vertical-align:middle;
}
.content-img {
	vertical-align:top;
	text-align: center;
	width: 315px;
}
.content-img img {
	margin-top: 7px
}
span.heading {
	font-weight: 600;
}
.download-btn {
	background:#13559F no-repeat 17px center;
	font-size:12px;
	color:#fff;
	padding:15px 20px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
	font-weight: bold;
}
.download-btn:hover {
	background:#0D64A4 no-repeat 17px center;
	font-weight: bold;
}
.content-text a {
	margin-right: 2px;
	display: inline-block;
	margin-top: 6px;
}

input#start_date {
	min-height: 26px;
}

input#end_date {
	min-height: 26px;
}

input#search {
	width: 200%;
}