
.content .month {
  min-width: 95%;
  margin: 0px 20px 20px 0px;
  background-color:#1D1D1D;
  border-radius: 2px;
}

@media(max-width:992px){
  .content .month {
    min-width: 100%;
    margin: 0px 0px 20px 0px;
  }
}

th, td{
  width: 15%;
}

th.titleMonth, td.titleMonth {
  padding: 8px 0;
  text-align: center;
  font-size: 12pt;
  font-weight: normal;
  letter-spacing: 1px;
}

th.titleSection {
  padding: 10px 6px;
  font-size: 8pt;
  font-weight: normal;
  text-transform: uppercase;
}

td.contentDate {
  padding: 6px 1px;
  font-family: Lato, arial;
  font-size: 10pt;
  font-weight: 100;
  line-height: 18px;
  text-align: center;
}

input[type="text"] {
  width: 80%;
  text-align: center;
  font-size: 8pt;
  padding: 1px 1px;
  background: white;
  border: none;
  border-radius: 1px;
}

.titleMonth input[type="text"] {
  width: 55%;
  font-size: 12pt;
}

input:read-only {
  background: transparent;
  color: white;
}

.confirmForm {
  text-align: center;
}
