@font-face {
  font-family: GEInspiraRegular;
  src: url(https://static.gecirtnotification.com/captcha/fonts/GEInspiraReg.eot); /* IE */
  src: url(https://static.gecirtnotification.com/captcha/fonts/GEInspiraReg.eot?#iefix) format('embedded-opentype'),
       url(https://static.gecirtnotification.com/captcha/fonts/GEInspiraReg.woff) format('woff'),
       url(https://static.gecirtnotification.com/captcha/fonts/GEInspiraReg.ttf) format('truetype'),
       url(https://static.gecirtnotification.com/captcha/fonts/GEInspiraReg.svg#GEInspiraRegular) format('svg');
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font-family: GEInspiraRegular, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  text-decoration: none;
  position: relative;
}

html {
  width: 100%;
}

#wrapper {
  margin: 10px auto 10px;
  width: 95%;
  display: block;
}

.bcr {
  background-color: red;
}

.bcb {
  background-color: blue;
}

.tac {
  text-align: center;
}

.header {
  padding: 12px 0px;
}

.header img {
  vertical-align: middle;
}

.header span {
  color: #c00;
  font-size: 16px;
  margin-left: 10px;
  vertical-align: middle;
}

.main {
  border-bottom: 1px solid #c00;
  border-top: 1px solid #c00;
  background: url(https://static.gecirtnotification.com/captcha/images/bg_content.jpg) #fff repeat-x left top;
}

.main * {
  color: #757575;
}

.main .message {
  padding-bottom: 10px;
  text-align: justify;
  font-size: 14px;
  word-wrap: break-word;
  overflow: hidden;
}

.main .message p {
  margin: 10px 0px 10px 10px;
  padding: 0px;
}

.main .message * {
  font-size: 14px;
}

.main .title {
  padding: 10px 0px;
}

.main .title img {
  vertical-align: middle;
}

.main .title span {
  color: #888;
  font-size: 26px;
  padding-left: 20px;
  vertical-align: middle;
}

/* centered columns styles */
.row-centered {
    text-align: center;
}
.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.languages {
  padding-top: 5px;
  text-align: center;
}

.languages a {
  white-space: nowrap;
  padding: 0px 5px;
  color: #3b73b9;
  font-size: 12px;
}

#captcha_wrapper {
/*  position: relative;*/
  float: none;
  overflow: hidden;
  padding: 15px 0px;
  margin: 0px auto;
  width: 320px;
}

.table-responsive {
  border: none;
  margin-bottom: 0px;
}

.msg {
  font-size: 12px;
  font-weight: 700;
}

.msg.err {
  color: red;
}

.msg.ok {
  color: green;
}

.footer {
  padding: 10px 0px;
}

.footer * {
  font-size: 12px;
}

.footer .moreinfo {
  font-weight: 700;
  display: block;
}

.footer a {
  padding: 2px 0px;
}

.footer #why_msg {
  display: none;
  text-align: justify;
}

.footer #classify {
  display: none;
  font-size: 14px;
  border: 1px solid black;
  padding: 3px 5px;
}

.footer #classify * {
  font-size: 14px;
}

.footer #submit_classify {
  padding: 0px 3px;
  border: 1px solid black;
}

.footer #proposedcat {
  border: 1px solid black;
}

.footer #thanks_classify {
  display: none;
}

.footer #submit_classify_wait {
  display: none;
}

.debug {
  display: none;
}

.blockurl {
  text-align: left;
}

.captchaurl {
  color: #0033cc;
  text-align: left;
}

.captchaurl b {
  color: #0033cc;
}
