
body{
	font-size: 75%;
}

label{
    display: block;
}

table{
    font-size: 100%;
}

.panel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-style: solid;
    border-width: thin;
    border-color: LightGray;
    background-color: white;
}

.notification_dot {
  height: 18px;
  width: 18px;
  background-color: orangered;
  border-radius: 50%;
  display: inline-block;
}

