.portlet-header {
    padding: 0.2em 0.3em;
    margin-bottom: 0.5em;
    background-color: #fff6db;
    border-radius: 5px;
  }

.portlet-header:hover{
    background-color: #FFE8B0;
}

.column {
    height: 100%;
    min-height: 20px;
  }

.colname{
    background: #ffc000;
    border-radius: 5px;
    margin-bottom: 10px;
}

.orangebutt{
  background: #ffc000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.lightbutt {
    background: #ffc000;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    border-width: 0px;
}