#form_alertes hr{border-top:1px solid #CCC;}
#form_alertes table{width:100%;}
#form_alertes table td{padding:5px 10px}
#form_alertes table td:nth-child(1),#form_alertes table td:nth-child(3){width:25%;}
#form_alertes table td:nth-child(2),#form_alertes table td:nth-child(4){width:20%;}
#form_alertes input[type=text]{width:100%}
#contact .form-contact .content-form{text-align:left;}
body{background:#FFFFFF;font-family:'RobotoRegular','Arial','Helvetica';font-size:14px;color:#3b3b3b;}
#contact{margin:0}
#contact .form-contact .content-form{padding:20px;}
#contact .form-contact .content-form input[type=radio]{width:20px;}
#contact .content-form h1{margin:0;padding:0;font-weight:normal;font-family:'RobotoMedium','Arial','Helvetica';font-size:25px;}


.small{font-size:10px;text-align:right;display:block;float:left}
#form_alertes input[type=radio][name*=CIVILITEACQUEREUR]{margin-left:55px}

#form_alertes{height:auto !important;background:none !important;}

@media (max-width: 580px) {

	#form_alertes .content-form{padding:0}
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
	table{position:relative;}
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; clear:both;}
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none; 
		position: relative; 
		white-space: normal;
		text-align:left;
		clear:both;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 100%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
		clear:both;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
	
	#form_alertes table td:nth-child(2), #form_alertes table td:nth-child(4){width:100%;}
	#form_alertes table td:nth-child(1), #form_alertes table td:nth-child(3){width:100%}
	#contact .form-contact .content-form{padding:0}
	#contact .form-contact .content-form input{width:90%;}
	#form_alertes table #transaction{width:90%;}
	#form_alertes table #transaction tr{position:relative;border:none}
	#no-more-tables table #transaction td:nth-child(2){width:45%;position:absolute;right:5px;left:auto !important;top:0;text-align:right;}
	#no-more-tables #send{border:none;}
}