body {
  font-size: 16px; }

.opening .btn {
  margin-top: 15px;
  margin-left: 0; }

input[type="month"] {
  -webkit-appearance: none;
  display: block;
  appearance: none;
  width: 100% !important;
  max-width: 200px !important;
  height: 30px !important; }

.forms3 {
  border: 1px solid #bbb;
  border-radius: 2px;
  width: 100%;
  font-size: 16px;
  padding: 4px; }

label.normal {
  font-weight: 100; }

.form-group {
  padding: 3px 0 8px 0; }
  .form-group label, .form-group p {
    line-height: 1.2; }
  .form-group .dropdown {
    width: 100%; }
  .form-group.inline label {
    margin: 4px 12px 10px 0;
    line-height: 1.2;
    vertical-align: middle; }
    .form-group.inline label input[type="checkbox"], .form-group.inline label input[type="radio"] {
      display: block;
      float: left;
      margin: 4px 4px 4px 0;
      vertical-align: middle; }

hr {
  margin: 15px 0; }

table tr {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
  display: block; }
  table tr:first-of-type {
    border: 0; }

table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  display: block; }

table th, table thead {
  visibility: hidden;
  height: 0;
  display: none; }

table td {
  display: block; }

@media screen and (min-width: 48em) {
  input[type="month"], .forms3 {
    width: 100% !important;
    max-width: 400px !important; }
  .form-group .inline label {
    margin: 4px 12px 0 0;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle; }
  hr {
    margin: 30px 0; }
  table tr {
    margin-top: 10px;
    padding-top: 10px;
    display: block; }
  table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    display: block; }
  table th, table thead {
    visibility: hidden;
    height: 0;
    display: none; }
  table td {
    display: block; }
  .form-group .dropdown {
    width: 100% !important;
    max-width: 400px !important; } }
