/*html{
	background: url(../images/icons/grid.gif) 5px 5px;
}*/

body{

	font-family: sans-serif;
	padding: 10px;
	/*font-size: 16px;*/

}

div{

	padding-top: 10px;
	padding-bottom: 10px;
	/*font-size: 2.5rem;*/
	/*border-top: 1px solid #484f53;*/
}

a{
	text-decoration: none;
	font-size: 1.2rem;
	color: #3e2f65;
	/*font-weight: bold;*/
}


form div{

    padding: 5px;
}



.content-container{

	/*border-top: 1px solid gray;*/
	border-bottom: 1px solid gray;

}
.big-content, .meddium-content, .small-content{

	padding-top: 3px;
	padding-bottom: 3px;

}


.big-content{

	font-size: 1.25rem;
	

}

.meddium-content{

	font-size: 1rem;

}

.small-content{

	font-size: .875rem;

}



@media only screen and ( min-width: 992px ) {


	body{

		width: 576px;
		margin: 0 auto;
	}



}


@media only screen and ( min-width: 768px ) and (max-width: 991.98px) {

/*	body{

		font-size: 3rem;
	}
*/
	/*input{

		height: 120px;
	}*/
	
}




@media (max-width: 575.98px) {

	/*input{

		height: 120px;
	}*/


}