.month {
  color: white;
  text-align: center;
  background-color: #0f2f4c;
  padding-top: 4px;
  padding-bottom: 4px;
}

.month:hover {
  background-color: rgb(37, 117, 140);
}

#query_gasolinePrice {
  background: url('/nd_img/comunicacion/historial-indicadores.png') no-repeat center center;
  -webkit-background-size: cover;
}

.lineWhiteGasoline {
  border: 4px solid white;
  background-color: white;
}


#historyGasolineTHead {
  width: 100%;
}

#historyGasolineTHead tr th {
  width: 25%;
}

.textTHead {
  text-align: center;
  margin-bottom: 0px;
}


alzaPlus {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  font-size: 10px;
  color: #ffffff;
  padding: 4px;
  background: #FF3A31;
  text-decoration: none;
}

alzaPlusMain {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  padding: 4px;
  background: #FF3A31;
  text-decoration: none;
}

baja {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  font-size: 10px;
  color: #ffffff;
  padding: 4px;
  background: #4BD963;
  text-decoration: none;
}

bajaMain {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  padding: 4px;
  background: #4BD963;
  text-decoration: none;
}

.infoDateTBody {
  font-weight: bold;
}

.infoGasolineTBody {
  font-weight: bold;
}

@media (max-width: 767px) {
  .textTHead {
    font-size: 18px;
  }

  .infoDateTBody {
    font-size: 16px;
  }

  .infoGasolineTBody {
    font-size: 16px;
  }

  .titleGasoline {
    font-size: 20px;
  }

  .valueGasoline {
    font-size: 18px;
  }

  bajaMain {
    font-size: 12px;
  }

  alzaPlusMain {
    font-size: 12px;
  }

}

@media (min-width:768px) {
  .textTHead {
    font-size: 22px;
  }

  .infoDateTBody {
    font-size: 18px;
  }

  .infoGasolineTBody {
    font-size: 16px;
  }

  .titleGasoline {
    font-size: 30px;
  }

  .valueGasoline {
    font-size: 20px;
  }

  bajaMain {
    font-size: 14px;
  }

  alzaPlusMain {
    font-size: 14px;
  }
}
