body
{
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  background-color: #e9e9e9;
}

table
{
  width: 100%;
  padding-top: 20px;
  border-spacing: 0px;
}

table, tr, td
{
  vertical-align: top;
}

.t_b
{
  height: auto;
  width: 50px;
  text-align: center;
  font-size: 1.2em;
  xcolor: #ffffff;
  background-color: #e9e9e9;
  font-weight: bold;
  border-top: 2px solid #458bc2;
  border-bottom: 2px solid #458bc2;
}

#d_result
{
  border-top: 2px solid #458bc2;
  border-bottom: 2px solid #458bc2;
  text-align: center;
  font-size: 1.2em;
  padding: 2px;
}



.t_first, #d_result
{  
  border-left: 2px solid #458bc2;
}

.t_last, #d_result
{  
  border-right: 2px solid #458bc2;
}

@media (max-width: 500px)
{
  #d_result
  {
    font-size: 0.9em;
  }
}

.t_top
{
  position: relative;
  top: 0px;
  color: #cccccc;
  font-size: 0.7em;
}

.value
{
  text-align: center;
  font-size: 0.8em;
}

.value span
{
  padding: 4px;
  xbackground-color: #ffffff;
  xwidth: 100px;
}

.t_bottom
{
  text-align: center;
}

@media (max-width: 500px)
{
  .t_title
  {
    font-size: 0.8em;
  }
}


@media (max-width: 500px)
{
  .t_bottom
  {
    font-size: 0.9em;
  }
}

.cell
{
  border-radius: 5px;
  border: 2px solid rgb(39, 39, 39);
  background-color: rgb(97, 97, 97);
  padding: 8px;
}

.t_arrow
{
  height: 40px;
}

.t_arrow div
{
  height: 40px;
  width: 100%;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: none;

}

.b_result
{
  width: 30px;
  xtop: 25px;
  xposition: relative;
  font-size: 1.4em;
  text-align: center;
}

.form
{
  padding: 10px;
  border: 1px solid #a3a3a3;
  background-color: #cccccc;
}

.r_value *
{
  padding-top: 8px;
}

/* ---- HEADER ---- */
.container_header
{
  margin: 0px;
  padding: 8px 10px 0px 10px;
  display: block;
  text-align: left;
  background-color: #d6081c;
  position: relative;
  z-index: 100; 
  top: 0;
  width: 100%;
  padding-bottom: 5px;
  box-sizing: border-box;
}


.header_image
{
  float: left;
}

.container
{
  padding: 0;
  margin: 0;
}

.header_title
{
  color: #fff;
  font-size: 1.2em;
  font-family: "AntennaCondBold", "Open Sans", Helvetica, Arial, sans-serif;
  float: left;
  padding-left: 5px;
  text-align:left;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 770px)
{
  .container_header
  {
    xheight: 30px;
  }

  .header_title
  {
    font-size: 1em;
    padding-bottom: 2px;
    padding-top: 0px;

  }

  .logo
  {
    display: none;
  }

}

.clearfix
{
  clear: both;
}

input
{
  min-width: 1px;
  padding: 0.42em 1em 0.42em 0.8em;
  margin: 0.5em 0.5em 0.25em 0.5em;
  border: 1px solid #999;
  background-color: #e0e0e0;
  color: #000000;
  border-radius: 3px;
  cursor: pointer;
}