/**    Modifications by:   Eric Miller                                                     **/   
/** All/Any Coin Donations: 9a907c34e3bbe12cf61ab5053004f497173396d6                           **/   
/** Mod to PowerCEX and LateNightCEX for Stylish: https://github.com/bitstoned/CEXtensions **/   
/** Please install PowerCEX CSS before adding this addition.                               **/  
/** Additional Features: Removed Graphs for users that use multiple screens and or         **/   
/** external Graphs, Tightened up layout, Added Chat Bubbles, other small tweaks           **/   
 
.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: 12px !important;
	}

.market h3 {
	font-size: 16px;
	}

.buy-sell {
	margin: 0px 0 !important;
	padding: 0px 0px 0 0px !important;
	background-image: none !important;
	max-height: 148px !important;
	min-height: 10px !important;
	}

.span6 {
	margin-left: 0%;
	}
.btn-small {
	padding: 3px !important;
	font-size: 9.5px !important;
	}

.panel-heading .pull-right {
	font-size: 10px;
	}

.table {
	margin-bottom: 0px !important;
	}
#history-tbody {
	height: 328px !important;
	}
.panel-heading {
	padding: 3px 15px;
	margin: 0px 0px 0px;
	}

.panel {
	min-height: 90px !important;
	padding: 8px;
    margin-bottom: 0px;
	}

.active-orders + .active-orders > .row-fluid > div:last-of-type {
	height: 360px !important;
	}

label {
	margin-bottom: 0px;
	}

.input-append, .input-prepend {
	margin-bottom: 0px;
	}

.buy-sell .control-group.mini {
	width: 20%;
	padding-top: 18px;
	}

.footer {
    position:absolute;
	left:600px;
    top:40px;
    width: 800px;
    height: 0px;
  }

.buy-sell-orders > .row-fluid > .span6 > div > div {
	height: 574px !important;
	width: 100% !important;
}

.buy-sell-orders span.pull-right {
	margin-top: 0px;
	}

.chat .allMsg {
	border-radius: 10px 10px 10px 10px !important;
	border: 1px solid #cfcfcf;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:4px;
	padding-left:4px;
	color: #F0F0F0;
	background-color: #7F7F7F;
    }
.chat .allMsg .user {
	color: #DFDFDF;
	text-align:center;
    }