.nav-tabs .nav-link.active {
    font-weight:bold;
    background-color: transparent;
    border-bottom:3px solid #dd0000;
    border-right: none;
    border-left: none;
    border-top: none;
}
h4{
  margin-bottom: 30px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}
label{
  font-size: 14px;
}
.colorbox{
  width: 30px;
  height: 30px;
  float: left; 
  cursor: pointer; 
}