@charset "utf-8";
/* CSS Document */

div.checkbox div label+label { padding-left:6px !important; }
div.checkbox div .normalCheckBox { padding-left:0 !important; margin-left:0 !important; }
.btn-info { margin-top:20px !important; font-weight:bold !important;width:auto !important }

@media(max-width:767px){ 
input.form-control { max-width:240px !important; }
div.checkbox div label { padding-left:6px !important; }
}


/* Product Feedback Form */

.prodfeedback-intro-wrapper .thumbnail { margin-bottom: 0; display:none; }
@media(min-width:768px) { .prodfeedback-intro-wrapper .thumbnail { margin-bottom: 0; display:block; } }
.prodfeedback-form-wrapper h3.form-heading { margin-top:1em; margin-bottom: 1em; }

.prodfeedback-form-wrapper { margin-bottom: 3em; }

@media(min-width:1200px) {
  .prodfeedback-intro-wrapper .container>.clearfix { border-bottom: 4px solid #eee; }
  .prodfeedback-form-wrapper h3.form-heading { position:relative; top:-1.5em; margin-top:0; margin-bottom: 0; }
}