/* $This file is distributed under the terms of the license in LICENSE$ */

.resultRow {
float:none;
clear:both;
/* below: added by tp */
margin-bottom: 10px;  
padding-bottom: 10px;  
border-bottom: 2px solid #ADD8E6;
}

.resultCell {
/* modified by tp 
float:left;
border:1px solid #000000;
*/
float:none;
border: 0px solid black;
}

.resultCellIndex {
background: #ADD8E6;
color: white;
}
.resultHeading .resultCell {
font-weight:bold;
}

.fieldname {
font-style: italic;
background: #ddd;
width:10em;
display:inline-block;
}
