/* body {
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #3b3b3b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #2b2b2b;
} */

.wrapper {
  margin: 0 auto;
  padding: 40px;
  max-width: 800px;
}

.table {
  margin: 0 0 20px 0;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: table;
}
@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #f6f6f6;
}
.row:nth-of-type(odd) {
  background: #e9e9e9;
}
.row.header {
  font-weight: 900;
  color: #ffffff;
  background: #ea6153;
}
.row.green {
  background: #27ae60;
}
.row.blue {
  background: #2980b9;
}
@media screen and (max-width: 580px) {
  .row {
    padding: 8px 0;
    display: block;
  }
}

.cell {
  padding: 6px 12px;
  display: table-cell;
}
@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 12px;
    display: block;
  }
}
.total_title {
    padding: 10px 10px 10px 10px;
    margin: 0 0 20px 0;
    font-weight: 900;
    text-align: center;
    color: #ffffff;
    background: #666666;
}
.table-caption {
    font-weight: 800;
}
.cell.orange {
  font-weight: 900;
  color: #ffffff;
  /*background: #ea6153;*/
  background: #666666;
}
.cell.green {
  font-weight: 900;
  color: #ffffff;
  /*background: #27ae60;*/
  background: #666666;
}
.cell.blue {
  font-weight: 900;
  color: #ffffff;
  /*background: #2980b9;*/
  background: #666666;
}
.cell.dark {
  font-weight: 700;
  color: #ffffff;
  background: #666666;    
}
.cell.right {
/*   padding: 6px 12px;
display: table-cell;
text-align: right;;   */
}
.cell input {
    color: #000000;
    padding: 0;
    width: 70px;
    height: 25px;
    text-align: right;
}
.select {
    width: auto;
    height: 25px;
    padding: 0 5px;
    border: 1px solid #e6e7eb;
    background: #f5f5f7;
    vertical-align: middle;
    line-height: 20px;    
}
.checkbox {
    width: 5px;
    height: : 5px;
}
.cell .numeric { float: left; }
.cell .unit { float: right; }
.wide_cell {width: 150px;}
.vertical {vertical-align: center;}
.smallfont .cell{
    font-size: 11px;
    margin: 2 0 2 0;
    padding: 0 0 0 0;
    text-align: right;
}
.smallcell_dark {
    text-align: right;
    width: 150px;
    font-weight: 900;
    color: #ffffff;
    font-size: 11px;
    margin: 0 2 0 0;
    padding: 0 2 0 0;
    background: #666666;
    /* border: 1px solid #000000; */
    display: table-cell;
}
.smallcell_dark span {
    padding-right: 5px
}
.cell.dark {
    background: #666666;
}
.font_small {
    font-size: 11px;
    width: 100px;
    padding: 3 3 3 3;
}
/* google chart */
.chart {
    width:100%;
    height:400px;
}
.cell.smallcell {
  /*font-size: 12px;*/
  text-align: right;;
}
.smallceller {
  font-size: 10px;
  text-align: right;;
}
.cell.dark1 {
    /*background: #666666;*/
    text-align: right;
}