.noMargin .content-element {
  height: 0;
  margin: 0;
}

.ouws_content.slim .top .topSlideshow, .ouws_content.slim .top .topSlideshow .nivoSlider {
  min-height: 0;
}

.form-block {
  float: left;
}

.form-block input[type="text"].invalid {
  border-color: #971D1F;
  background: #F9F5D0;
}

.input-block:after {
  content: " ";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}

.input-block {
  clear: both;
  margin-bottom: 10px;
}

.form-block label {
  background: #716e6e;
  color: #FFF;
  padding: 5px;
  display: block;
  float: left;
  border-radius: 5px;
  text-align: right;
  width: 253px;
}

.form-block input[type="text"] {
  margin-left: 10px;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 12px;
  font-size: 16px;
}

.submit-block {
  clear: both;
}

.submit-block input[type="button"] {
  border: 1px solid #CCC;
  background: #EEE;
  font-size: 16px;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.example-block {
  float: left;
  margin-left: 15px;
}

.example-block img {
  width: auto;
}

.example-block img:last-child {
  display: block;
  margin-bottom: 10px;
}

.ce-logo {
  clear: both;
}

.ce-logo img {
  width: 210px;
}

.ce-results {
  border-top: 5px solid;
  margin-top: 25px;
  padding-top: 25px;
}

table#ce-results-table, table#ce-results-table td, table#ce-results-table th {
  border: 1px solid;
  border-collapse: collapse;
}

table#ce-results-table {
  width: 100%;
}

table#ce-results-table td, table#ce-results-table th {
  text-align: left;
  padding: 10px;
}

.ce-results caption {
  text-align: left;
  padding: 0 0 15px 0;
  font-size: 15px;
  color: #00694e;
  font-weight: bold;
}

img.loading-img {
  position: relative;
  top: 3px;
  left: 4px;
}

.input-block-description {
  float: right;
  width: 221px;
  margin-bottom: 13px;
}

.input-block-description .red {
  color: #F00;
}

@media screen and (max-width: 990px)
{
  .example-block {
    display: none;
  }

  .form-block {
    float: none;
  }

  input#cedid {
    width: calc(100% - 299px);
  }
}

@media screen and (max-width: 560px)
{
  .form-block label {
    float: none;
    width: auto;
    text-align: left;
    margin-bottom: 10px;
  }

  .form-block input[type="text"] {
    margin: 0;
  }

  input#cedid {
    width: 87%;
  }
}
