html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: normal;
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:0px;
}

.block-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 15px;
}

.list-info{
	margin-top:15px;
	margin-bottom:15px;
}
.list-info ul{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-left:30px;
}
.list-info ul li{
	margin-right:15px;
	font-size:12px;
	color: #939394;
}

.green_price{
	background-color: #42915b;
	color:white;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
	margin:5px 0px;
	border-radius:2px;
}
.red_price{
	background-color: #a71211;
	color:white;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
	margin:5px 0px;
	border-radius:2px;
}
.orange_price{
	background-color: #dc8840;
	color:white;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
	margin:5px 0px;
	border-radius:2px;
}

.green_val{
	background-color:green;
	width:5px;
	height:5px;
	padding:2px;
	margin-right:5px;
}
.red_val{
	background-color:red;
	width:5px;
	height:5px;
	padding:2px;
	margin-right:5px;
}
.orange_val{
	background-color:orange;
	width:5px;
	height:5px;
	padding:2px;
	margin-right:5px;
}