/**
 details.css
 */

.details_enfold {
margin-top:15px;
margin-bottom:15px;
padding-left:10px;
border:1px solid #070ff7;
background:#fffdeb;
}

.summary_txt {
text-decoration:underline;
text-decoration-color:#0000ff;
}

.summary_txt:hover {
text-decoration:none;	
}

.details_contents {
padding:15px;
}

.details_contents_line {
text-align:center;
}