
.row{
    display: none;
    margin-bottom:3em;
} 

.row strong{
	display:block;
	font-size:1.2em;
	font-weight:bold;
	margin-top:1em;
}
.row dl,
.row strong{
    
	width:600px;
    margin:auto;
    margin-bottom:0.5em; 
    text-align:left;
    line-height:2em;
    overflow:hidden;
   

}

.row dt{
    text-indent:0.5em;
    background:pink;
   
}

.row dd{

    text-indent:0.5em;
    float:left;
    width:50%;
    
    
}

.row dd:before{
    font-size:0.9em;
    content:'\2665';
}