

.navbar-nav a.premium {
	background-color: red;
	font-weight: bold;
	color: white;
}

table .num {
	text-align: right;
}

table.table tbody tr.top3 td {
	background-color: #F2DEDE;
	color: #B94A48;
}

table.orderbook td {
	font-size: 90%;
}

div.bigNumber {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	margin: 10px;
}

div.smallerNumber {
	text-align: center;
	font-size: 115%;
	font-weight: bold;
	margin: 10px;
}

div.smallDesc {
	text-align: center;
}

div.well h3 {
	margin-top: 0px;
}

table.calculator {
	width: 100%;
}

table.calculator thead th {
	text-align: left;
}

table.calculator td {
	padding: 3px 5px;
}

table.calculator tr.sum td {
	border-top: 1px solid #555;
	font-weight: bold;
}

table.calculator td.btc,
table.calculator th.btc {
	text-align: right;
	min-width: 50px;
}

table.calculator input.altcoin {
	width: 50px;
	margin: 0px;
}

p.controls span {
	color: #007FFF;
	cursor: pointer;
}

p.controls span.active {
	font-weight: bold;
}

div.priceBox {
	padding: 10px;
	background-color: #F8F8F8;
	width: 220px;
	/*float: left;*/
	display: inline-block;
	margin: 8px;
}

@media (min-width: 980px) and (max-width: 1199px) {
	div.priceBox {
		width: 270px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	div.priceBox {
		width: 210px;
		margin: 2px;
	}
}

@media (max-width: 767px) {
	div.priceBox {
		width: 43%;
		min-width: 210px;
		margin: 0.5%;
	}
}

@media (max-width: 522px) {
	div.priceBox {
		width: 95%;
		min-width: 210px;
	}
}

@media (max-width: 1199px) {
    .hideOnTablet{
        display: none;
    }
}

div.priceBox table {
	width: 100%;
}

div.priceBox table td {
	text-align: center;
}

div.priceBox td.pair {
	font-size: 14px;
	color: #007FFF;
}

div.priceBox td.price {
	font-size: 150%;
	font-weight: bold;
	padding: 10px 0px;
}

img.trend {
	height: 16px;
	padding-bottom: 2px;
}

div.priceBox td.price p.trendAfterPrice {
	text-align: center;
	font-size: 10px;
	margin: 0px;
}

div.priceBox tr.small td {
	font-size: 10px;
	line-height: 12px;
}

div.priceBox tr.small td:first-child {
	text-align: left;
}

div.priceBox tr.small td:last-child {
	text-align: right;
}
table.prices {
	width: 100%;
}

table.sortable thead th {
	cursor: pointer;
}

table tr.sum td {
	border-top: 1px solid #555;
	font-weight: bold;
}

tr.apiStatus td { color: white; }
tr.apiStatus td a { color: white; }
tr.apiUp td { background-color: green; }
tr.apiDown td { background-color: red; }

ul.nav-tabs {
	margin-bottom: 20px;
}

.newBadge {
	padding-left: 30px !important;
	background-image: url("../img/badge_new.png");
	background-position: left;
	background-repeat: no-repeat;
}


h4.arbitrage-head {
	text-align: center;
}

div.arbitrage-price {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
}

p.arbitrage-info-text {
	text-align: center;
	margin: 0px;
	margin-top: 20px;
}

div.smallPriceChart {
	width: 100%;
	height: 100px;
}

/* D3 charts */
div svg {
	font-family: sans-serif;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.axis text {
	stroke: none;
	fill: #000;
	font-size: 12px;	
}

.line {
  fill: none;
  stroke: black;
  stroke-width: 1.5px;
}

.ema {
  stroke: orange;
  stroke-width: 1px;
}

.dot {
  fill: white;
  stroke: steelblue;
  stroke-width: 0.5px;
}

.periodHighLowArea {
	fill: darkgray;
}

.periodVolume {
	fill: lightgrey;
}

div.periodChartTooltip {
	position: absolute;
	left: 10px;
	top: 10px;
	background-color: yellow;
	padding: 3px;
	font-size: 10px;
	display: none;
}

div.tooltip {   
  position: absolute;           
  text-align: left;           
  width: 150px;                                  
  padding: 2px;             
  font-size: 12px;        
  background: black;
  color: white;   
  border: 0px;
  pointer-events: none;         
}

.ask { stroke: red; fill: red; }
.bid { stroke: steelblue; fill: steelblue; }
.price { stroke: black; fill: none; }

.historicAsk { stroke: red; }
.historicAsk text { fill: red; }
.historicBid { stroke: steelblue; }
.historicBid text { fill: steelblue; }

.usercount { stroke: red; }
.usercount text { fill: red; }
.loggedInUsers { stroke: steelblue; }
.loggedInUsers text { fill: steelblue; }

.difficulty { stroke: olive; }
.difficultyArea { fill: olive; }

.brush .extent {
  stroke: #fff;
  fill-opacity: .125;
  shape-rendering: crispEdges;
}

rect.candlestick { }
rect.candleUp { fill: green; }
rect.candleDown { fill: red; }

line.candlestick { stroke: black; }
line.candleUp { stroke: green; }
line.candleDown { stroke: red; }

div.smallPriceChart .axis text {
  stroke: #CCC;
}

div.smallPriceChart .line {
  stroke: olivedrab;
}

div.pairInfos p {
	text-align: center;
	font-weight: bold;
	font-size: 130%;
}


#slide-panel {
	position: fixed;
	top: 100px;
	left: 0px;
    width:220px;
    height:200px;
    padding:10px;
    background:#eee;
    margin-left:-220px;
}

.rotate {
     -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
       -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
}
#opener {
    float:right;
    margin:20px -70px 0px 0px;
    border-radius:0;
}