.layout2 .page_main {
  border: none;
}

.input_table input[type="submit"] {
  margin: 10px 0px;
  width: 100%;
  max-width: 200px;
}

.input_table {
  width: 100%;
}

.input_table th {
  clear: both;
  padding: 7px 5px 0px 5px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  width: 50%;
  font-weight: normal;
  background: #F6F6F6;
  text-align: left;
  font-size: 10pt;
}

.input_table th>span {
  display: block;
  float: right;
  color: #0000ff;
  font-size: 10pt;
  margin-right: 5px;
}

.input_table td {
  clear: both;
  position: relative;
  padding: 10px 5px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding-right: 40px;
}

.input_table td.no_border {
  border-top: none;
  border-bottom: none;
}

.input_table td.no_border input[type="submit"] {
  text-align: center;
  margin: 20px auto 1px;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
}

.input_table td.no_border input[type="submit"]:focus {
  outline: none;
}

.input_table input[type=text] {
  width: 100%;
  font-size: 11pt;
  background: #ffffff;
  height: 50px;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
}

.input_table input[type=text]:focus {
  background: #fff6e5;
}

@media (max-width: 800px) {
  .layout2 .page_main {
    padding: 0 20px;
  }
}

@media (min-width: 601px) {
  .input_table th {
    width: 200px;
  }
}

.input_table2 th {
  background: transparent;
  font-weight: bold;
}

.input_table2 th>span {
  display: inline-block;
  position: absolute;
  background: red;
  color: #fff;
  font-size: 10pt;
  margin-right: 5px;
  padding: 0px 5px;
  border-radius: 5px;
  right: auto;
  margin-left: 5px;
}

.input_table2 input[type="text"] {
  background: #eee;
}

@media (max-width: 800px) {
  .input_table2 th>span {
    right: auto;
  }
}
