section#novelty div div.novelty dl {
    padding:0.2em 1em;
}


.novelty strong{
	display:block;
	font-size:1.2em;
	font-weight:bold;

}
.novelty dl,
.novelty strong{
    
    margin:auto;
    text-align:left;
    line-height:2em;
    overflow:hidden;
   

}

.novelty dt{
    text-indent:0.5em;
    background:lightgrey;
   
}

.novelty dd{

    text-indent:0.5em;
    float:left;
    width:50%;
    
    
}

.novelty dd:before{
    font-size:0.9em;
    content:'\25A0';
}