#shrink {
	height: auto;
	overflow:hidden;
	padding: 7px;
	 /* width: 310px;  */
	/* border: 1px solid #7d7d7d; */
}
#shrink .r1 , #shrink .r2 ,#shrink .r3 , #shrink .r4{
	width:290px;
	}



#shrink img {
	width: 23px;
	height: 19px;
	padding: 0 15px 0 15px;
	border: none;
	box-shadow: none; 
}
#shrink div {
	padding: 0 14px;
}

.date {
	color: #666;
	text-align: center;
    background: #eee !important;
}
.r1 {
	line-height: 30px;
	float: right;
}
.r2 {
	line-height: 30px;
	float: left;
}
.r3 {
	line-height: 30px;
	float: left;
}
.r4 {
	line-height: 30px;
	float: left;
}
#wide .r1, #wide .r2, #wide .r3, #wide .r4 {
	/* width:285px; */
	display:block;
	}
#wide {
	padding: 5px;
	width:auto;
}
#wide img {
	width: 55px;
	padding: 0 15px 0 15px;
	border: none;
	box-shadow: none;
}
#wide div {
	padding: 0 10px;
}
.metal-name {
	display: inline-block;
	
	text-align: right;
}
.metal-icon {
	display: inline-block;
	padding: 3px 0 0;
}
.metal-price {
	/* display: inline-block; */
	font-weight: bold;
	text-align: center;
}
.metal-unit {
	display:inline-block;
	font-size:12px;
	}

.diffDic{
    color: red;
    font-size: 10px;
    /* vertical-align: super; */
}
.diffInc{
    color: green;
    font-size: 10px;
    /* vertical-align: super; */
}