/* Enter Your Custom CSS Here */
.alert {
    background-color: #B9D8EA;
    border: thin solid #0092CD;
    padding: 6px;
    margin-bottom: 20px;
}

.noborder_table {
  border-style: initial;
  border: initial;
  background-color: none;
}


.noborder_table_gray {
  border-style: initial;
  border: initial;
  background-color: #eeeeee;
}

img.right-middle {
  right: 0px;
  position: relative;
}
  

body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
 /* border:1px solid #ea9f10; */
    color: #ea9f10;
}

twocolumn-left {
     border-right: 1px solid #dddddd;
}

twocolumn-right {
     /* no border needed */
}

.edt_product_tag-legacy .article-header .meta p {
display: none;
}

.edt_product_tag-legacy .article-header .meta::after {
    content: "Discontinued";
    display: inline-block;
    position: relative;
  color: #ffffff;
  background-color: #000000;
  padding: 1.14286rem;
  font-weight: bold;
}