* {box-sizing: border-box;}
html {margin: 0; overscroll-behavior: none;}
body {margin: 5px; background-color: gray; font-family: Helvetica, Verdana, sans-serif; 
  font-size: 12px;}
table {border-collapse: collapse; background-color: white; margin-bottom: 5px;
        border: 2px solid white;}
label {color: white;}
td {padding-left: 2px; padding-right: 2px;}
th {background-color: rgb(60,60,60); font-weight: normal; color: white; 
    border-bottom: 2px solid white; font-variant: small-caps; font-size: 11px;}

#d_bigboard {position: fixed; top: 0px; left: 0px; width: 775px; 
  background-color: gray; margin: 5px; height: 100%; overflow-y: auto;}
#d_tool_panel {position: fixed; top: 0px; left: 785px; width: 445px; 
  background-color: gray; margin: 5px; height: 100%; overflow-y: auto;}
#d_mode_select {background-color: gray; margin-top: 14px;}   
#d_new_wager {background-color: gray;}
#d_commits {background-color: gray; margin-top: 20px; clear: both;}
#d_uns {background-color: gray; margin-top: 20px; clear: both;}
#d_info_box {}
#d_man_markup {background-color: gray;}

#b_new_wager {}
#b_man_markup {}
#b_cancel {margin-left: 20px;}
#b_commit {float: left; margin-top: 15px; font-size: 14px; margin-left: 20px;
            font-weight: bold; width: 100px; height: 27px;}
#t_risk_return {font-size: 14px; margin-top: 14px; margin-bottom: 14px;
                display: inline-block; float: left;}

.bep {background-color: rgb(240, 240, 240); color: navy; font-weight: bold;}

.take_top {color: white; background-color: black;}
.take_good {color: white; background-color: rgb(125,125,125);}
.take_mid {background-color: rgb(200,200,200);}
.take_bad {color: black; background-color: rgb(240,240,240);}
.take_trash {color: rgb(204,0,0); background-color: white;}

.gth_c_ltm {color: gray; font-size: 10px;}
.gth_c_lo {background-color: rgb(189, 215, 231);}
.gth_c_med {background-color: rgb(107, 174, 214); color: white;}
.gth_c_hi {background-color: rgb(49, 130, 189); color: white;}
.gth_c_top {background-color: rgb(8, 81, 156); color: white;}

.gth_mon_ltm {color: gray; font-size: 10px;}
.gth_mon_ {color: black}
.gth_mon_lo {color: black; background-color: rgb(186,228,179)}
.gth_mon_med {color: black; background-color: rgb(116,196,118)}
.gth_mon_hi {color: black; background-color: rgb(49,163,84); color: white;}
.gth_mon_top {color: black; background-color: rgb(0,109,44); color: white;}

.com_hdr {color: navy; text-align: left; font-weight: bold;}
.com_li {color: black; text-align: left; font-size: 10px;}
.com_li_dim {color: darkgray; text-align: left; font-size: 10px;}
.com_li_span_w {color: darkgreen; font-weight: bold; font-variant: small-caps;}
.com_li_span_ip {color: black; background-color: yellow; font-weight: bold; font-variant: small-caps;}

.bet_ {background-color: white; color: black; cursor: pointer;}
.bet_lop_fave {background-color: rgb(210,255,210); cursor: pointer;}
.bet_fave {background-color: green; color:white; cursor: pointer;}
.bet_dog {background-color: yellow; cursor: pointer;}
.bet_new {background-color: rgb(0,255,255); color: black; cursor: pointer;}

.gray_me {background-color: lightgray; color: black;}

.rr_risk {background-color: black; color: white; font-weight: bold;
          padding-left: 5px; padding-right: 5px;}
.rr_return {background-color: rgb(0,128,0); color: white; font-weight: bold;
          padding-left: 5px; padding-right: 5px;}

.inv {display: none;}
.hid {visibility: hidden;}
.disp_off {display: none;}
.hcen {text-align: center;}
.hrt {text-align: right;}
.xlrpad {padding-left: 3px; padding-right: 3px;}
.bn {color: navy; font-weight: bold;}
.nn {color: navy; font-weight: normal;}

.day_bord {border-top: 5px double navy;}
.hour_bord {border-top: 1px solid navy;}
.comp_bord {border-top: 1px solid rgb(200,200,200);}

.emoji {font-size: 14px; vertical-align: middle; line-height: 1; text-align: center;}

.side_x {padding-left: 2px; text-align: left; max-width: 110px; 
  white-space: nowrap; overflow: hidden;}

.soft_h {background-color: rgb(150,150,150); color: white;}
.mon_gry {background-color: gray; color: white;}

.std_out {background-color: white; color: black; padding: 5px;}

.f_scaps {background-color: black; color: white; font-variant: small-caps;}
