
.option-grib-w table{
  width: 100%;
  border-collapse: separate;

}
.option-grib-w table th, .option-grib-w table td{
  padding: 10px 5px;
  /*text-align: center;*/
  vertical-align: middle;
  border: 1px groove #bdb3b370 !important;
}
.option-grib-w table th{
  font-weight: bold;
  color: #333333;
  background: #d7d7d7;
  font-size: 14px;
  position: relative;
}
.option-grib-w table tr:nth-child(1) th{
  vertical-align: top;
}
.option-grib-w table td{
  /*font-size: 12px;*/
  /*position: relative;*/
  /*cursor: pointer;*/
  /*border:none !important;*/
}
.option-grib-w table.title{
  display: none;
  min-width: 289px;
  background: #f1f2f2;
  position: absolute;
  top: 50px;
  left: 40px;
  box-shadow: 0px 0px 5px #cccccc;
  -moz-box-shadow: 0px 0px 5px #cccccc;
  -o-box-shadow: 0px 0px 5px #cccccc;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 100;
}
.option-grib-w table td:hover{
  background: #25bce9;
  color: #ffffff;
}
.option-grib-w table td:hover table.title{
  display: block;
}
.option-grib-w table.title{
    color: #444444;
}
.option-grib-w table.title td{
  padding: 2px 15px;
  font-size: 14px;
  /*border: 0!important;*/
}
.option-grib-w table.title tr td:first-child{
  text-align: left;
  width: 70%;
  padding-right: 0;
}
.option-grib-w table.title tr:first-child td{
  padding-top: 15px;
}
.option-grib-w table.title tr.mt-total td{
  padding: 10px 15px;
  background: #25bce9;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.option-grib-w table.title tr.mt-total td:first-child{
  border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
.option-grib-w table.title tr.mt-total td:last-child{
  border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}