.form-title {
  font-family: pt-futura sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.form-container {
  font-family: pt-futura;
  background-color: #468A99;
  text-align: center;
  width: 50%;
  margin: auto;
  padding: 12px;
  /*opacity: 0.6;*/
}

.form-row {
  width: 98%;
  padding: 1%;
  min-height: 10px;
  text-align: right;
}

.form-row-left {
  width: 98%;
  padding: 1%;
  min-height: 10px;
  text-align: left;
}

.form-row-lined {
  background-color: #555555;
  width: 98%;
  padding: 1%;
  min-height: 10px;
  text-align: left;
  border-bottom: solid 1px;
}

.form-col-header {
  /*background-color: #dddddd;*/
  color: #000000;
  text-decoration: underline;
  font-style: italic;
  width: 24%;
  text-align: left;
  display: inline-block;
}

.form-col-data {
  /*background-color: #dddddd;*/
  color: #dddddd;
  width: 24%;
  text-align: left;
  display: inline-block;
}



.form-label {
  font-family: pt-futura sans-serif;
  font-size: 18px;
  color: #ffffff;
  text-align: right;
  width:32%;
  float: left;
  margin-right: 10px;
}

.form-label-2 {
  font-family: pt-futura sans-serif;
  font-size: 18px;
  color: #222222;
  text-align: right;
  width:12%;
  float: left;
  margin-right: 10px;
}

.form-varchar-in {
  font-family: pt-futura sans-serif;
  font-size: 20px;
  float: left;
  width: 64%;
  box-shadow: 3px 3px #666666;
}
.form-varchar-in:active {
  box-shadow: 3px 3px 5px #cccccc;
}
.form-data {
  /*background-color: #dddddd;*/
  color: #222222;
  width: 86%;
  text-align: left;
  display: inline-block;
}
.form-text-in {
  font-family: courier;
  font-size:15px;
  width:86%;
  height: auto;
}
.form-button {
  font-family: pt-futura;
  color: #FFFFFF;
  background-color: #621A1B;
  padding: 5px 10px;
  /*float: right;*/
}

.form-button:hover {
  color: #621A1B;
  background-color: #FFFFFF;
}

.form_ack {
  font-family: pt-futura;
}

/*Start media queries*/
/* start of desktop styles */

@media screen and (max-width: 1200px) {
/* start of large tablet styles */

}

@media screen and (max-width: 767px) {
/* start of medium tablet styles */
    .form-container {
      width: 70%;
    }
    .form-label {
      font-size: 12px;
      width:20%;
    }
    .form-varchar-in {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
/* start of phone styles */


}



