/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 .horizontalline{
	width:100%;
	border-bottom:1px solid #000;
}

.horizontalline-light{
	width:60%;
	border-bottom:1px solid #BABABA;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	padding-bottom:25px;
	
}

.horizontallineTitle{
	width:90%;
	border-bottom:2px solid #000;
	top:155px;
	position:absolute;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
}

.horizontallineTitle2{
	width:90%;
	border-bottom:2px solid #000;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
}


.mad_label_name{
	font-weight:bold;
}

.flex-wrapper-c{
	padding:10px;
}

.applicationField{
	display:inline-block;
}


.formTable table, .formTable td, .formTable th {
  border: solid 1px #BABABA;
  padding: 10px;
}

table {
  border-collapse: collapse;
}
