@charset "utf-8";
/* CSS Document */
.tabFOR
	{
		
		background-color:white; 
		border: none;
		text-align: left;
	}
.tabFOR h4
	{
		
		margin-top:0px;
		color:rgba(7,0,79,0.9); 
	}
#containerFOR
{
	
	height: auto; 
	border: none;
	float: left;
	font-size: 1.2em;
	color: black;
}

 
@media only screen and (min-width: 500px)
{
	
	.tabFOR
	{
		width: 250px;
		height: auto;
		min-height: 330px;
		float:left;
		margin-left: 10px;
		margin-top: 10px;
		/*box-shadow: 1px 1px 20px #989898;*/
	}
	#containerFOR
	{
		margin-left:5%;
		width: 90%; 
	}
}
@media only screen and (max-width: 499px)
{
	
	.tabFOR
	{
		width: 100%;
		height: auto;
		float:left;
		margin-left: 1%;
		margin-top: 1%;
		/*box-shadow: 1px 1px 20px #989898;*/
		 
	}
	#containerFOR
	{
		margin:auto;
		width: 95%; 
	}
}