
      .testbox {
      /*display: flex;*/
      justify-content: center;
      align-items: center;
      height: inherit;
      padding: 20px;
      width: 70%;
      margin: 0px auto;
      position: relative;
      }

     .testbox h1 {
      position: absolute;
      margin: 0;
      font-size: 25px;
      color: #fff;
      z-index: 2;
      }
      .testbox h2 {
      font-weight: 400;
      }
     
      /*form {
      width: 100%;
      padding: 20px;
      border-radius: 6px;
      background: #fff;
      box-shadow: 0 0 20px 0 #ccc; 
      }*/
      .banner {
      position: relative;
      height: 70px;
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      }
      .banner::after {
      content: "";
      background-color: rgba(0, 0, 0, 0.4); 
      position: absolute;
      width: 100%;
      height: 100%;
      }
      .testbox input, select {
      margin-bottom: 10px;
      border: 1px solid #ccc;
      border-radius: 3px;
      }
      .testbox input {
      width: calc(100% - 10px);
      padding: 5px;
      }
      .testbox select {
      width: 100%;
      padding: 7px 0;
      background: transparent;
      }
      .item:hover p, input:hover::placeholder, a {
      color: #095484;
      }
      .item input:hover, .item select:hover {
      border: 1px solid transparent;
      box-shadow: 0 0 6px 0 #095484;
      color: #095484;
      }
      .item {
      position: relative;
      margin: 10px 0;
      }
      label.check:before {
      content: "";
      position: absolute;
      top: 2px;
      left: 0;
      width: 16px;
      height: 16px;
      border-radius: 2px;
      border: 1px solid #095484;
      }
      .testbox input[type=checkbox]:checked + .check:before {
      background: #095484;
      }
      .testbox label.check:after {
      content: "";
      position: absolute;
      top: 6px;
      left: 4px;
      width: 8px;
      height: 4px;
      border: 3px solid #fff;
      border-top: none;
      border-right: none;
      transform: rotate(-45deg);
      opacity: 0;
      }
      .testbox input[type=checkbox]:checked + label:after {
      opacity: 1;
      }
      .btn-block {
        margin: 10px auto;
      text-align: center;
      }
     .testbox  button {
      width: 150px;
      padding: 10px;
      border: none;
      border-radius: 5px; 
      background: #095484;
      font-size: 16px;
      color: #fff;
      cursor: pointer;
      }
      .testbox button:hover {
      background: #0666a3;
      }
      .name-item input {
        margin-bottom: 0px;
      }
      .link-to-dic-outer {
        margin-top: 20px;
      }
      .link-to-dic-outer h2 {
        margin-bottom: 5px;
      }
      .word-phrase-outer {
        margin-top: 20px;
      }
      .four-col-outer {
        margin-top: 20px;
      }
      .item-single-inner p {
        text-align: center;
      }
      .four-col-outer .item-single-inner:last-child p sup {
        color: transparent;
      }
      .item-single-inner input {
        width: calc(95% - 0px);
        color: red !important;
      }
      .item-single-inner input::placeholder {
        color: #000 !important;
      }
      .item-single-inner:last-child input {
        width: calc(88% - 10px) !important;
      }
.four-col-outer .item-single-inner:last-child 
{ text-align: right; }
      @media (min-width: 568px) {
      .name-item, .links-to-dic, .four-col-outer {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      }
      .name-item input, .city-item input {
      width: calc(70% - 20px);
      }
      .city-item select {
      width: calc(50% - 8px);
      }
      .name-item button {
        width: calc(30%);
      }
      .links-to-dic .item button {
        width: calc(16% - 3px);
      }
      .links-to-dic .item button:last-child {
        width: calc(33.7% - 0px);
      }
      .links-to-dic .item button:last-child sup {
        color: transparent;
      }
      .links-to-dic .item {
        width: 100%;
      }
      /*.four-col-outer input {
        width: calc(21% - 0px);
      }
      .four-col-outer input:nth-child(3) {
        margin-right: 23px;
      }
      .four-col-outer .item input:last-child {
        width: 21% !important;
      }*/
      .four-col-outer .item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
       
      }
      .item-single-inner {
        max-width: 25%;
      }
      }

      #wrapper_res {
   /* width: 50%;*/
   /* border: 1px solid black;*/
    overflow: hidden;
    al: center;
    margin: 0 auto;
    background: #fff;
}
#firstdiv {
    width: 150px;
    float: left;
    /* border: 1px solid #978585; */
    padding: 5px;
   /* border-bottom: 1px solid #ccc;*/
   
}
#seconddiv {
       border: 1px solid #9ea19e;
    overflow: hidden;
    padding: 5px; /* if you don't want #second to wrap below #first */
    border-bottom: 0px;
    border-top: 0px;
    border-right: 0px;

}

.ins_wrap
{
      margin-bottom: 10px;
      border: 1px solid #ccc;
}


.testbox table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.testbox td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.testbox tr:nth-child(even) {
  background-color: #dddddd;
}