@media (max-width : 768px) {
  .hidden-mobile {
  display: none !important;
  }
}
@media (min-width : 769px) {
  .show-mobile {
  display: none !important;
  }
}

table.table_forecast {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.table_forecast td, table.table_forecast th {
  border: 1px solid #CCCCCC;
  padding: 2px 3px;
}
table.table_forecast thead {
  background: #0035F7;
  background: -moz-linear-gradient(top, #4067f9 0%, #1949f7 66%, #0035F7 100%);
  background: -webkit-linear-gradient(top, #4067f9 0%, #1949f7 66%, #0035F7 100%);
  background: linear-gradient(to bottom, #4067f9 0%, #1949f7 66%, #0035F7 100%);
  border-bottom: 3px solid #000000;
}
table.table_forecast thead th {
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #D0E4F5;
}
table.table_forecast thead th:first-child {
  border-left: none;
}

table.table_forecast tfoot td {
  font-size: 14px;
}



