a.activeTab {
      background:rgb(18, 167, 157) !important;
	  color: #fff !important;
  }

.tabh2 {
	margin: 10px 0px !important;
}
.rulesNegative {
	font-size: 14px;
    color: rgb(20,20,20);
    background-color: #ffcdd2;
    border-radius: 3px 3px 3px 3px;
    padding: 1%;
    margin-bottom: 8px;
    min-height: 85px;
    display: inline-block;
    width: 47%;
    vertical-align: top;
	opacity: 0.9;
}

.rulesPositive {
	color: rgb(20,20,20) !important;
    background-color: #C8E6C9 !important;
	
}

select.soflow, select#soflow-color {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(https://turkerhub.com/styles/select-arrow.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 20px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 300px;
}