@charset "UTF-8";
/* CSS Document */

#main_content h1, h2{
		text-align: left !important;
	}

#support_car{
	padding:16px;
	width:40%;
	min-width: 300px;
	float: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
	margin-right: 16px;
}

#list_wrapper{
	width:auto;
	padding: 16px 16px 0px 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#support_benefits{ 
	list-style: disc;
	padding-left: 16px;
}

.supportSecondText{
	margin:20px 0px 20px 0px;
}

#support_benefits a{
	color: #0080bc;
}

#support_benefits a:hover{
	color: crimson;
}

#bottom_text{
	float: left;
}


@media all and (min-width: 481px) and (max-width: 580px) {
	
	#main_content_inner{
		text-align: center;
	}
	
	#support_car{
		width:70%;
		float:none;
		margin:0 auto;
		clear: both;
	}
	
	#list_wrapper{
/*		float: left;*/
		width:100%;
		text-align: justify;
	}
	
}

@media all and (max-width: 480px) {
	
	#main_content_inner{
		text-align: center;
	}
	
	#support_car{
		width:90%;
		float:none;
		margin:0 auto;
		clear: both;
	}
	
	#list_wrapper{
/*		float: left;*/
		width:100%;
		text-align: justify;
	}
}


