.row-fluid [class*="span"]:first-child {
    margin-left: 0;
    border-top: 2px solid;
    border-top-color: currentcolor;
    border-top-color: #e7e7e7;
    padding-bottom: 8px;
}
.pull-right {

    float: right;
    margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 8px;
}
.pull-left {

    float: left;
    margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 8px;
  }
li {
	line-height: 28px;
}
label, input, button, select, textarea {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
hr {

    margin: 10px 0;
    border-top: 1px 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;
}