/* powercex rough version */

div
{
  font-size: 110%;
}
a,
td,
label,
div > div
{
  font-size: 94%;
}
br:last-child
{
  display: none;
}

.navbar-inner
{
  min-height: 24px;
}
.navbar .divider-vertical
{
  height: 35px;
}
.navbar .nav > li > a
{
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  z-index: 1560;
}
.navbar-avatar > .dropdown > .dropdown-toggle
{
  padding-top: 4px;
  padding-bottom: 4px;
}
.navbar-avatar .thumb-small
{
  width: 22px;
}
.home > .container:nth-child(2)
{
  position: fixed;
  min-width: 500px;
  width: 500px;
  max-width: 500px;
  top: -89px;
  left: 995px;
  z-index: 1555;
}
.page-header > div
{
  display: none;
}
.cex-logo,
.slogan
{
  display: none !important;
}
.balance {
  margin-top: 0;
}
.balance li
{
  width: 160px;
}
.nav
{
  margin-bottom: 0;
}
.nav-a
{
  padding-left: 0;
}

.btn.btn-fund
{
  width: 160px;
  height: 20px;
  padding: 1px 0 7px 5px;
  position: fixed;
  top: 2px;
  right: 5px;
  z-index: 1200;
}

.container
{
  min-width: 85%;
  max-width: 100%;
  margin-left: 0;
}
#inner .home
{
  padding-bottom: 0;
}
#content
{
  width: 100%;
  padding: 35px 5px 15px 5px;
}

#content > .row-fluid > div > *
{
  clear: both;
}

#pairs
{
  height: 70px;
  margin-bottom: 0;
}
.graph-tab
{
  padding: 8px;
}
.graph-tab.active
{
  border-radius: 8px 8px 0 0;
}

#google_candelistic_chart
{
  height: 220px;
}

.span12 > .chart
{
  display: inline-block;
  margin-top: -3px;
  width: 52%;
  float: left;
  clear: left !important;
}
.span12 > .market
{
  display: inline-block;
  margin-top: 0;
  padding: 0;
  width: 45%;
  float: right;
  clear: right !important;
}
#gcwarper
{
  min-height: 240px !important;
}
#gcwarper > #market-depth-google > div:first-child
{
  height: 290px !important;
}

.market-data
{
  padding: 10px 0 10px 10px;
}
.market-data .title
{
  font-size: 24px;
}
.market-data .pair-name
{
  width: 12.5%;
}
.market-data .span10
{
  margin-left: 0;
}
.market-data .day-range
{
  width: 29%;
}
/*.form#buy > fieldset > .control-group.success,
.form#sell > fieldset > .control-group.success
{
  float: right;
}
.form#buy > fieldset > .control-group.success:first-child,
.form#sell > fieldset > .control-group.success:first-child
{
  float: left;
}
.form#buy > fieldset > .control-group.mini,
.form#sell > fieldset > .control-group.mini
{
  clear: both;
  width: 100%;
}
header + div
{
  float: right;
  clear: both;
}*/

h3
{
  margin-top: 0;
  margin-bottom: 0;
}

.buy-sell
{
  padding: 10px 10px 0 10px;
  margin-bottom: 0;
}
.buy-sell > h3,
.buy-sell > .row-fluid > .span6 > br
{
  display: none;
}
#trade,
#instant
{
  display: inline-block !important;
}
#trade
{
  float: right;
  width: 48%;
}
#instant
{
  float: left;
  width: 51%;
}
#instant .total
{
  display: none;
}

.panel,
.panel-heading
{
  width: 94% !important;
}

.buy-sell-orders,
.active-orders
{
  padding-top: 0;
  padding-bottom: 0;
}
.buy-sell-orders
{
  width: 55%;
  float: left;
}
.buy-sell-orders > .row-fluid > .span6 > div
{
  width: 100% !important;
}
.buy-sell-orders > .row-fluid > .span6 > div > div
{
  height: 590px !important;
}
.active-orders
{
  width: 41%;
  float: right;
}

.active-orders > .row-fluid > div:last-of-type
{
  height: 190px !important;
}
.active-orders + .active-orders > .row-fluid > div:last-of-type
{
  height: 360px !important;
}

.table th,
.table td
{
  padding: 5px;
}

#contract
{
  display: none !important;
}

.buy-sell > a
{
  display: none !important;
}

.input-append
{
  zoom: 0.8;
}

.footer > .container-fluid
{
  display: none;
}

.modal-backdrop.fade.in
{
  opacity: 0.15;
}