#main_div {
    width:1100px; /* 990px;*/
    text-align: left;
}

#main_form input {
    height: 20px;
    margin-right: 10px;
}

#main_form p {
    font-size: 20px
}

#column_1 {
    float: left;
    width: 280px;
    height: 330px;

}

#column_2 {
    float: left;
    width: 270px;
    height: 330px;
	
}
#column_3 {
    float: left;
    width: 270px;
    height: 330px;
	
}

#column_4 {
    float: left;
    width: 270px;
    height: 330px;
	
}

#column_5 {
    clear:both;
}

#send_button {
    text-align: right;
}

h1 {
    color: green;
    text-align: center;
}

h1 a {
    color: red;
    text-decoration: none;
    font-size: medium;
}

h2 label {
    color: red;
    width: auto;
}

label {
    font-weight: bold;
    display: inline-block;
    text-align: right;
    width: 400px;
    margin-right: 5px;
}

label.inline {
 	display:inline;	
	margin-right:1px;	
}

label.inline2 { 
	display: inline-block;
	width: 550px;
	text-align: left;	
	margin-right:1px;
	vertical-align:top;	
	Line-Height: 1.5;
}

label.inline3 {
	display:list-item; 	
	margin-right:1px;	
}

label.inline4 {
 	display:inline;	
	margin-right:1px;	
	padding: 0 500px 0 0;
	font-style: italic;	
}

label.inline5 {
 	display:inline;	
	margin-right:1px;	
	font-style:italic;
}

label_column {
 	display:inline;	
	margin-right:1px;	
	font-style:italic;
	font-size: 20px
}
#submit_button {
    text-align: right;
}

#error_label {
    width: 750px;
    text-align: left;
    color: red;
	font-size: 20px
}

#to_print {
    text-align: left;
    width: 80%;
    padding: 10px;
    border: 3px black dashed;
    display: none;
}

#to_print_2 {
    text-align: left;
    width: 80%;
    padding: 10px;
    border: 3px black dashed;
    display: none;
}

/************************************************/
#reserached_customers {
    border: 1px black solid;
    
}

#reserached_customers td {
    padding: 10px;
}

#reserached_customers tr:nth-child(1) td {
    color: red;
    font-weight: bold;
}
/************************************************/

#menu_domiciliation {
    background-color: gray;
    font-weight: bold;
    font-size: 24px;
    border-radius: 5px;
    padding: 5px;
}

#menu_domiciliation a {
    color: #ff9d00;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 30px;
}

#menu_domiciliation .activated_menu_entry {
    text-decoration: underline;
    color: yellow;
}

#menu_domiciliation .home_menu_entry {
    font-style: italic;
    color: white;
}

