li {
	line-height: 28px;
}
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
hr {

    margin: 10px 0;
    border-top: 5px solid #eee;
    border-bottom: 1px solid #fff;
}
figure {
	display: table;
  
}

figcaption {
	display: table-caption;
  	caption-side:bottom;
    text-align: center;
    line-height: 16px;
	font-size: 13px;
	padding: 5px;