.opmRelPrd, .opmVidZone, #opmVidZone {
  display: none;
}
.rhs-cont {
  width: 100%;
  padding: 30px 0 40px 0;
}
.lhs-tree {
  display: none;
}
.txt-style2 {
  font-size: 13px;
}
.sub-title {
  font-weight: bold;
  font-size: 15px;
  margin: 0;
}
.dwn-form {
  border: 1px solid #ddd;
  padding: 20px;
}
.form-title {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
  background: #f7f7f7;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
input[type="submit"], input[type="reset"] {
  margin-left: 2.5%;
  margin-right: 2.5%;
  display: inline-block;
  width: 40% !important;
  padding: 10px 0px;
}
input[type="submit"] {
  background: #e31721;
  color: #fff;
  border-color: #e31721;
}
input[type="submit"]:focus, input[type="submit"]:hover {
  opacity: 0.9;
}
.input-row {
  padding: 10px 0;
}
.input-row input, .input-row select {
  width: 100%;
  height: 35px;
  padding: 5px;
  box-sizing: border-box;
  outline: 0;
  border: solid 1px #ccc;
}
.input-row label > sup {
  color: #f00;
}