/*TODO: Add that to the global nav_bar css*/

.badgeable[data-badge]:after{
  position:absolute;
  top:10%;
  content: attr(data-badge);
  font-size:50%;
  padding:.6em;
  border-radius:999px;
  line-height:.75em;
  color: white;
  background:rgba(255,0,0,.85);
  text-align:center;
  min-width:2em;
  font-weight:bold;
}

.table.borderless-header tr > th {
    border-top: 0px;


}

.table.valign-middle tbody>tr>td {
    vertical-align: middle;

}


