::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a7d6b2!important;
    opacity: 1!important; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a7d6b2!important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #a7d6b2!important;
  }

label{
    font-weight: bold;
}

.kitc-table-standard th{
    vertical-align: top;
    padding-right: 10px;
    padding-top: 8px;
}
.kitc-table-standard td {
    vertical-align: top;
    padding-top: 8px;
}

tr.hover:hover td{
  background: #8ed29e;
  cursor: pointer;
}