.main {
    max-width: 100%;
    width: 100%;
}

input[type='submit'] {
  width: 150px;
}

.input[type="text"],
input[type="date"],
input[type="number"] {
  width: 200px;
}

.termstext1 {
    display: inline-block;
    width: 12em;
}

.termsbox1 {
    margin: 1px;
}

.article {
    width: 100%;
    max-width: 100%;
    margin: 5px;
}

.sidebar {
     display:none;
}

.wp-settlement-table {
  font-size: 15px;
  margin-right: 5px;
  width: auto;
}

.wp-settlement-table td, th {
    padding: 0em 0.2em;
}

.wp-settlement-table td:first-child {
  background: #fbf5f5;
}

@media screen and (max-width: 900px) {
  .wp-settlement-table {
    width: 100%;
  }
  .wp-settlement-table .thead {
    display: none;
  }
  .wp-settlement-table tr {
    width: 100%;
  }
  .wp-settlement-table td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .wp-settlement-table td:first-child {
    background: #0095d9;
    color: #fff;
    font-weight: bold;
    text-align: right;
  }
  .wp-settlement-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
