
input[type=text],input[type=search],input[type=password],select,textarea,input[type=date]  {

  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
 }

 .nac {
  background-color : #DEDEDE;
  border-bottom: 1px solid silver;
  color : black;
  padding: 4px;
}

.unpaid {
    border-radius: 5px;
    background: rgb(255,0,0);
    font-family:arial;
    padding: 5px;
    font-size:9px;
    font-weight:bold;
    color:white;
    height: 20px;
    width:35px;
    text-align:center;
}

.paid {
    border-radius: 5px;
    background: rgb(0,153,0);
    font-family:arial;
    padding: 5px;
    font-size:9px;
    font-weight:bold;
    color:white;
    height: 20px;
    width:35px;
    text-align:center;
}
