.componentWrapper {
  border: solid cadetblue;
  border-radius: 10px;
  padding: 15px 10px 10px;
  width: 300px;
  height: 100px;
  overflow: scroll;
}

.componentWrapper .header {
  position:absolute;
  margin-top:-25px;
  margin-left:10px;
  color:white;
  background:cadetblue;
  border-radius:10px;
  padding:2px 10px;
}

table {
  border-collapse: collapse;
  font-family: Tahoma, Geneva, sans-serif;
}
table td {
  padding: 15px;
}
table thead tr {
  text-align: center;
}
table thead td {
  background-color: #54585d;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
}
table tbody td {
  color: #636363;
  border: 1px solid black;
}
table tbody tr {
  background-color: #f9fafb;
}
table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.surveysectionheading2 {
	letter-spacing: 0px; BORDER-TOP: #4A95BD 0px ; MARGIN-TOP: 4px; PADDING-LEFT: 19px; 
FONT-FAMILY: Web, Trebuchet MS,  sans-serif; 
MARGIN-BOTTOM: 2px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px; BORDER-BOTTOM: #4A95BD 2px; COLOR: #ffffff; BORDER-RADIUS: 2px; padding-right: 6px;
text-shadow: 0px 1px 2px #1F4E63;
font-size: 19px !important;
box-shadow: 1px 1px 0px #426C7F; 
font-weight: normal !important;

background: #598ea9; /* Old browsers */
background: -moz-linear-gradient(top, #598ea9 0%, #497185 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#598ea9), color-stop(100%,#497185)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #598ea9 0%,#497185 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #598ea9 0%,#497185 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #598ea9 0%,#497185 100%); /* IE10+ */
background: linear-gradient(top, #598ea9 0%,#497185 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#598ea9', endColorstr='#497185',GradientType=0 ); /* IE6-9 */
}

.surveytitle {
  letter-spacing: 0px;	
  PADDING-RIGHT: 15px; MARGIN-TOP: 0px;
   PADDING-LEFT: 19px; 
  FONT-FAMILY: Web, Trebuchet MS, sans-serif; MARGIN-TOP: 10px; MARGIN-BOTTOM: 0px; 
  PADDING-BOTTOM: 5px; 
  COLOR: #ffffff; 
  PADDING-TOP: 5px; BORDER-BOTTOM: #34637A solid 1px ; border-radius: 2px 2px 0px 0px; 
  text-shadow: 0px 1px 2px #1F4E63;
  font-size: 22px !important;
   box-shadow: 1px 1px 0px #426C7F; 
  font-weight: normal;
  
  background: #6999b1; /* Old browsers */
  background: -moz-linear-gradient(top, #6999b1 0%, #507c92 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6999b1), color-stop(100%,#507c92)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6999b1 0%,#507c92 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6999b1 0%,#507c92 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6999b1 0%,#507c92 100%); /* IE10+ */
  background: linear-gradient(top, #6999b1 0%,#507c92 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6999b1', endColorstr='#507c92',GradientType=0 ); /* IE6-9 */
  }

  .multiselect {
    width: 30em;
    height: 15em;
    border: solid 1px #c0c0c0;
    -moz-box-shadow:    inset 0 0 10px #c0c0c0;
    -webkit-box-shadow: inset 0 0 10px #c0c0c0;
    box-shadow:         inset 0 0 10px #c0c0c0;
    overflow: auto;
  }
  
  .multiselect input[type="checkbox"] {
    /* display: none; */
  }
   
  .multiselect label {
    display: block;
    text-indent: -1.2em;
    padding: 0.2em 0 0.2em 1.2em;
    
  }
   
  .multiselect-on {
    color: #ffffff;
    background-color: #0E8EFF;
  }
  
  .multiselect-blurred {
    background: lightgray;
  }
  
   /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}