.no-bg {
  background:none!important;
}

form #contactUsQueryTable input:not([type=checkbox]),
form #contactUsQueryTable textarea,
form #contactUsQueryTable select,
table.testimonials input:not([type=checkbox]),
table.testimonials textarea,
table.testimonials select,
#CustomForm input:not([type=checkbox]),
#CustomForm textarea,
#CustomForm select,
.styled input:not([type=checkbox]),
.styled textarea,
.styled select{
  color:#525252;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  padding: 4px 7px;
  outline: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 1px 1px 4px 0px rgba(145,145,145,0.23);
  -moz-box-shadow: inset 1px 1px 4px 0px rgba(145,145,145,0.23);
  box-shadow: inset 1px 1px 4px 0px rgba(145,145,145,0.23);
  margin:10px 0 0 0;
  width:100%;
}

.tableMain {
  white-space: nowrap;
}

form #contactUsQueryTable input:focus,
table.testimonials input:focus ,
#CustomForm input:focus,
.styled input:focus {
  border-color: #000;
}


form #contactUsQueryTable input[src],
table.testimonials input[src],
#CustomForm input[src],
.styled input[src] {
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 0 0;
  width: auto;
}


#CustomForm input[type="radio"] {
  width:10%;
}

#CustomForm .radio-label {
  display: inline-block;
}

/*Ratings*/
table.testimonials, table.testimonialsList {
  background:#fff;
  padding:10px;
}

table.testimonials .textbox{
  width:396px;

}
table.testimonials .textarea{
  width:400px;
  height:100px;
}

.star_col_one{ width:130px; }
.star_col_two{ min-width:300px; }

.inline-rating {
  display:inline-block;
  float:left!important;
  vertical-align:middle;
}

/* Tooltip container */
.info-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.info-tooltip .tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.info-tooltip:hover .tooltiptext {
  visibility: visible;
}