body{
	margin:0px;
	padding:20px 0px;
	background:#142778;
	font-family: 'Roboto', sans-serif;
}


.gap20{
	margin-top:20px;
}

.gap40{
	margin-top:40px;
}

.lightblue-text{
	color:#00ffff;
	font-size:16px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
	line-height:30px;
}

h2{
	color:#fff;font-family: 'Roboto', sans-serif;
	font-size:26px;
	margin-bottom:35px;
	line-height:33px;
	}
	
	.img-thumbnail{
		margin-bottom:20px;
		box-shadow:#ccc 3px 2px 4px;
	}
	
	h3{
		font-size:20px;
		font-weight:500;
		color:#fff;
		font-family: 'Roboto', sans-serif;
		line-height:30px;
		margin-top:45px;
	}
	
	p{
		color:#fff;
	}
	
	.table {
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
}
		