/* Body */
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    background-color: #0B243B;
    color:#efefef;
}


/* top buttons and textboxes */
.stock_textbox-wrapper,#go-button {
    display: inline-block;
    vertical-align: top;
    margin:5px;
    width:5em!important;
}
.stock_textbox-wrapper {}
#go-button {margin-top:8px;}
#ModeSwitch {display:inline-block;width:auto;float: right;}
.sButtons {width:45%;min-width: 8.5em;display: inline-block;}
#Favorites {float:left}
#Settings {float:right}


/* Chart height fixer */
.chart {
    min-height:500px;
    height:500px;
}

.rightbar, .leftbar {
    color: #111;
}

#main_container{
    overflow: hidden;
}

 .dataTables_wrapper {
  position: relative;
  clear: both;
  height: 400px;
  width: 400px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  }