.display-table-cell span {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #333;
	font-size: 12px;
	font-weight: 500;
    line-height: 1.1;
}
footer .h3 {
	display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 20px;
    margin-top: 5px;
}
.stock_green, .stock_red {
    display: block;
    width: 100%;
	margin: 0 0 5px 0;
	text-align: center;
	font-weight: bold;
}
.stock_red {
	color: #FC351B;
}
.stock_green {
	color: #3c763d;
}