.chg_rise, .chg_fall, .chg_none {
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 1px;
}
.chg_rise { background: #dc3545; }
.chg_fall { background: #558b2f; }

.pricetable tr th{
    font-size: 0.9rem;
}

.pricetable tr td{
    font-size: 15px;
	font-family: Arial, sans-serif;
}

.pricetd, .priceup, .pricedown{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.priceup {
    color: #f00;
}
.pricedown {
    color: #090;
}