.visform input, .visform select, .visform textarea {
  background: white;
  width: 100%;
}
form#mod-visform1 div.required > label.visCSSlabel:after {
    display: inline !important;
    padding-left: 5px;
}
.captchacode {
  width: 100%;
  max-width: 200px;
}

img.captcharefresh1 {
    display: block;
    padding: 5px;
} 

.visCustomText {
  Display: none;
}
.visCSSlabel {
  width: 100%;
}

.visCSSmargLeft, .editor {
    margin-left: 0;
}
.visCSSrlinl {
  display: block;
}
input[type='checkbox'] {
  width: 20%;
  float: left
}

input[type='radio'] {
    margin-bottom: 0 !important;
    width: 16px;
    float: left;
    height: 16px;
    margin-right: 8px;
    margin-left: 5px;
}

.visCSSright20 {
    margin-right: 5px;
}

.visCSStop10 {
    margin-top: 0;
}

input.submit {
    background-color: rgba(1, 117, 125, 0.65);
    color: white;
}