.reducedPrice
{
 text-decoration: line-through;
}
.ii.coin, .cryptoBox .coin
{
 vertical-align: baseline;
 display: inline-block;
 line-height: 1.1em;
}
.btc
{
 color: white;
 background-color: orange;
 border-radius: 0.55em;
 width: 1.1em;
 height: 1.1em;
 display: inline-block;
 text-align: center;
 transform: rotate(15deg);
}
.bchBG
{
 background-color: #F59332;
 display: inline-block;
 width: 1.7em;
 height: 1.2em;
 text-align: center;
}
.bch
{
 color: white;
 background-color: #F59332;
 border-radius: 0.55em;
 border: 1px solid white;
 display: inline-block;
 width: 1.1em;
 height: 1.1em;
 text-align: center;
 transform: rotate(-15deg);
}
.btg
{
 color: blue;
 background-color: white;
 border: 1px solid gold;
 border-radius: 0.55em;
 width: 1.1em;
 height: 1.1em;
 text-align: center;
}
.ltc
{
 color: white;
 background-color: gray;
 border: 1px solid black;
 border-radius: 0.55em;
 width: 1.1em;
 height: 1.1em;
 text-align: center;
}
.doge
{
 color: white;
 background-color: #C2A633;
 border: 1px solid #816B18;
 border-radius: 0.55em;
 width: 1.1em;
 height: 1.1em;
 text-align: center;
}
.dash
{
 color: silver;
 background-color: gray;
 border: 1px solid silver;
 border-radius: 0.55em;
 width: 1.1em;
 height: 1.1em;
 text-align: center;
}
.dgb
{
 color: white;
 background-color: blue;
 border: 1px solid white;
 border-radius: 0.55em;
 width: 1.1em;
 height: 1.1em;
 display: inline-block;
 text-align: center;
 transform: rotate(15deg);
}
.zecBG
{
 background-color: white;
 border: 1px solid black;
 border-radius: 0.55em;
 width: 1.1em;
 height: 1.1em;
 text-align: center;
}
.zec
{
 color: black;
 background-color: #EDB027;
 border: 1px solid white;
 border-radius: 0.5em;
 width: 1em;
 height: 1em;
 display: inline-block;
 text-align: center;
}
.xtz
{
 color: #1161FF;
 background-color: #FFFFFF;
 border: 1px solid #1161FF;
 border-radius: 0.55em;
 width: 1.1em;
 height: 1.1em;
 text-align: center;
}
.purchaseCards, .purchaseServices, .purchaseCoins
{
 text-align: center;
}
.purchaseCards img
{
 width: 48px;
 height: 30px;
}
.purchaseServices img
{
 width: 46px;
 height: 30px;
}
.cryptoBox
{
 display: inline-block;
 width: 48px;
 height: 30px;
 font-size: 20px;
 border-radius: 3px;
 border: 1px solid #000000;
 background-color: #FFFFFF;
 color: #000000;
 vertical-align: text-top;
 cursor: default;
}
.cryptoBox > span
{
 margin: 4px;
 line-height: 24px;
 vertical-align: middle;
}