/* Header shading on widescreen */
@media only screen and (min-width: 1980px) {
  #Action_bar:before {
    min-height: 440px;
  }
}

/* Math Captcha */
.wpcf7-mathcaptcha,
input.wpcf7-mathcaptcha,
input[type="text"].wpcf7-mathcaptcha {
    width: auto;
    margin: 0 3px;
    height: auto;
    text-align: center;
    padding: 3px 5px 5px;
    border-style: dashed;
    font-family: inherit;
    font-weight: 600;
    border-color: #dadada;
    display: inline;
    background: none;
    color: #fff !important;
}
input.wpcf7-mathcaptcha:active, input.wpcf7-mathcaptcha:focus,
input[type="text"].wpcf7-mathcaptcha:active, input[type="text"].wpcf7-mathcaptcha:focus {
  background: none !important;
}
.mathcap {
		color: #fff;
}
/*.wpcf7-form-control-wrap[class*="mathcaptcha"] {
    margin-left: 5px;
}*/
.wpcf7-form-control-wrap[class*="mathcaptcha"] .wpcf7-not-valid-tip {
    display: block;
}

/* Image Captcha */
.captcha-image { background: white; }

.d_none,
.stock-market-posts .Latest_news  { display: none; }

@media only screen and (min-width: 960px) {
.stock-market-posts, .rural-watch-posts { min-height: 304px; }
}

.contenttable {
    display: block;
    overflow: scroll;
    margin-bottom: 5px;
}
.contenttable + em {
    display: block;
    line-height: 1em;
}