/** MINE **/	

.home {
	min-height:100%;
	}
  
.chart {
	margin:0px;
	padding:0px;
	max-height: 0px !important;
	display: none;
	visibility:hidden;
	position:absolute;
	left:100px;
	top:150px;
	}

.market {
	margin:0px;
	padding:0px;
	display: none;
	visibility:hidden;
	max-height: 0px !important;
	position:absolute;
	left:100px;
	top:150px
	}

.title {
	font-size: 14px !important;
	}

.market h3 {
	font-size: 16px
	}

.buy-sell {
	margin: 0px 0 !important;
	padding: 0px 0px 0 0px !important;
	background-image: none !important;
	max-height: 0px !important;
	}

.btn-small {
	padding: 3px !important;
	font-size: 9.5px !important;
	}

.panel-heading .pull-right {
	font-size: 10px;
	}

.active-orders + .active-orders > .row-fluid > div:last-of-type {
	height: 450px !important;
	}

.footer {
    	position:absolute;
	left:600px;
    top:40px;
    width: 800px;
    height: 0px;
  }