/* CSS declarations go here */
* {
	font-family: Avenir, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif !important;
}
ul {
	list-style-type: none !important;
}
h1,h2,h3{
	font-weight: 800 !important;
	line-height: 1.4 !important;
}
font {
	line-height: 1.4 !important;
}
.adsenseStyleLeft{
	width:10%;
	float:left;
	display: inline-block;
}
.adsenseStyleRight{
	width:10%;
	float:right;
	display: inline-block;
}
.marg-5{
	margin-top: 2em !important;
}
.marg-bottom-2 {
	margin-bottom: 2em !important;
}
.btn-submit{
	margin-top: 1.5em !important;
	display: block !important;
}
#instructions {
	padding:0em 2em !important;
	text-align: justify;
}
.bigger-line {
	line-height: 1.5 !important;
}
.navbar {
	padding: 0.5em 0em;
  	border-radius: 0px !important;
}
.list-group-item {
	background-color: #fbfbfb !important;
	border-radius: 4px !important;
}
input {
	margin-top: 1em !important;
	max-width: 100% !important;
	padding: 0.1em 0.3em 0em;
}
.blocks {
	display: inline-block !important;
	margin: 0.2em !important;
}
legend {
	margin: 0em !important;
	border: 0em !important;
}
#right-add {
		float: right !important;
		width: 200px !important;
}
#left-add {
	float: left !important;
	width: 200px !important;
}
.below {
	padding-top: 0.5em !important;
}
.navbar-brand {
	font-weight: 600 !important;
	font-size: 1.25em !important;
	color: #000 !important;
	letter-spacing: 0.05em !important;
	text-transform: uppercase !important;
}
@media (min-width:992px) {
	.container {
	    display: inline-block;
		width: 70% !important;
	}
	.not-smaller {
		width: 70% !important;
	}
}
@media (max-width:600px) {
	.btn-primary, .btn-danger {
		display: block !important;
	}
	.hidden-add {
		display: none !important;
	}
	#right-add {
		height: 50px !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	.navbar-brand {
	font-weight: 500 !important;
	font-size: 1.0em !important;
	color: #000 !important;
	letter-spacing: 0.01em !important;
	text-transform: uppercase !important;
	}
	.mobile-marg {
		margin-top: 2.5em !important;
	}
	input {
		width: 100% !important;
	}
}







