.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}
.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.btn-primary {
	background-color: #23bee2;
	border-color: #13acd0;
}
.btn-primary:hover {
	background-color: #13acd0;
	border-color: #13acd0;
}
.container{
	font-size: 14px!important;
}
.float-right {
	float: right;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.navbar-inverse {
	background-color: #091b26;
}
.navbar-brand {
	height: 70px;
	padding: 10px 15px;
}
.navbar-brand img {
	height: 100%;
	display: inline-block;
}
.navbar-nav>li>a {
	padding-top: 25px;
	padding-bottom: 25px;
}
#stats_updated {
	line-height: 70px!important;
}
#coinName{
	 text-transform: capitalize;
}
body {
	 padding-top: 90px;
	 padding-bottom: 80px;
	 overflow-y: scroll;
}
.container{
	 font-size: 1.2em;
}
#loading{
	 font-size: 2em;
}
.stats {
	 margin-bottom: 10px;
	 margin-top: 5px;
}
.stats:last-child{
	 width: auto;
}
.stats > h3 > i{
	 font-size: 0.80em;
	 width: 21px;
}
.stats > div{
	 padding: 5px 0;
}
.stats > div > .fa {
	 width: 25px;
}
.stats > div > span:first-of-type{
	 font-weight: bold;
}
#stats_updated{
	 opacity: 0;
	 float: right;
	 margin-left: 30px;
	 color: #e8e8e8;
	 line-height: 47px;
	 font-size: 0.9em;
}
.mt-20 {
	 margin-top: 20px;
}
footer {
	 position: fixed;
	 bottom: 0;
	 width: 100%;
	 background-color: #f5f5f5;
}
footer > div{
	 margin: 10px auto;
	 text-align: center;
}