.main_cont{
	max-width: 500px;
	margin: auto auto;
}
img{
	max-width: 100%;
}
html, body{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
p{
	text-align: center;
}
.nav{
	background: #004475;
	border: 5px solid #f6b11b;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}

.nav a{
	text-decoration: none;
	font-weight: bold;
	color: #f6b11b;
	font-size: 16px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px
}

.nav a:hover{
	color: #004475;
	background: #f6b11b;
}

.allchecked_slider,.allchecked_content{
	width: 100% !important;
}

.allchecked_slider{
	background: #004475 !important;
	border: 5px solid #f6b11b !important;
}

.allchecked_sc_but{
	background: #004475 !important;
	border: 5px solid #f6b11b !important;
	color: #f6b11b !important;
}

.allchecked_content p{
	text-align: left !important;
}