
#isr_left {     
    font-size:20px;
    float:left;
}
#isr_right {
     font-size:20px;
     float:right;
    }
#isr_Cell {
	border: 1px solid #fff;
	display: table-cell;
	padding: 3px 10px;
    }
    
.information-services-amenities td{
    color:white !important;
    background-color: #003c78;

}
    
.information_services_row {
    display: table-row;
}

.information_services_row > div {
    background-color: #003c78;
    color:white;
    display: table-cell;

}
.information_services_error{
    background-color: crimson;
    color:white;
}
.information-services-container{
    margin-top: 10px;

}

#edit-submit{
    margin-top: 15px;   
}

.results_detailed_container{
    width: 940px;
}

.information_services_result_detailed {
    display: table-row;
}
.information_services_result_detailed > div {
    background-color: #003c78;
    color:white;
}
#isr_Head{
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
    display:inline;
}

.results_detailed_container {
    display: table;
	width: 100%;
}
.results_detailed_row_head {
	display: table-row;
}

.results_detailed_headers {
	border: 1px solid #999999;
	display: table-cell;
    padding: 3px;
    clear: both;
    width:129px;
}
.result_detailed_row1{
    display: table-row;
    clear: both;
}
.result_detailed_row2{
    display: table-row;
    clear: both;
}

.result_detailed_cell {
    background-color: #003c78;
	border: 1px solid #fff;
	display: table-cell;
    padding: 3px ;
    float: left;
    color:white;
}

.result_detailed_cell{
    width:129.2px;
    height:28px;
}








