.feedback {
  color:red;
  font-size:smaller;
  display:block;
}

.table {
  display:table;
  border-collapse:collapse;
  border-spacing:2px;
}

.thead {
  display:table-header-group;
  color:#636363;
  font-weight:bold;
  background-color:#CCCCCC;
}

.tbody {
  display:table-row-group;
}

.tr {
  display:table-row;
}

.td {
  display:table-cell;
  border:1px solid black;
  padding:1px;
  vertical-align: middle;
}

td.date {
  text-align: center;
}


.highlighted{
  background-color:#FFFFCC;
  font-weight: bold;
}

#notification-container {
    position:relative;
    width:20px;
    height:24px;
}

.notification-bubble {
    position:absolute;
    top: -6px;
    right:-6px;
    padding:1px 2px 1px 2px;
    background-color:red;
    color:white;
    font-weight:bold;
    font-size:0.55em;
    
    border-radius:30px;
    box-shadow:1px 1px 1px gray;
}