.small-table {
	font-size:10px;
}

.align-right {
	float: right;
}

p.bg-info a {
	color: #FFF;
}

.hidden {
	display: none;
}

img {
  max-width: 100%;
  max-width: 100%;
}

.bg-black {
	background-color: #000;
}

thead {
	font-weight: bolder;
}

.tr-buy {
	color:green;
}

.tr-sell {
	color:red;
}
.hand {
	cursor: pointer;
}

footer {
	margin-bottom: 10%;
}

#market-info-message {
	color:#FFF;
	text-align: center;
	padding:5%;
}

#ajax-loader {
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
  height: 100px; 
  width: 100px;
  left: 45%;
  top: 45%;
  position: fixed;
}

#ajax-holder, .holder {
  position: absolute;
  background: rgba(0,0,0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 10000000; 
}

.success-tick {
  color:#EEE;
  font-size: 10em;
  border: 3px solid #EEE;
  border-radius: 5%;
  left: 45%;
  top: 45%;
  position: fixed;
}