body{
    background-color: aquamarine;
}

.bdge {
  height: 21px;
  color: #fff;
  font-size: 11px;
  padding: 8px;
  border-radius: 4px;
  line-height: 3px;
}

.Padre{
  background-color: orange;
  height: 25px;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  border-radius: 4px;
  line-height: 3px;
}

.Estudiante{
  background-color:rgb(3, 190, 3);
  height: 25px;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  border-radius: 4px;
  line-height: 3px;
}

.Docente{
  background-color: deepskyblue;
  height: 25px;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  border-radius: 4px;
  line-height: 3px;
}

.Admin{
  background-color: crimson;
  height: 25px;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  border-radius: 4px;
  line-height: 3px;
}

.Invitado{
  background-color:blueviolet;
  height: 25px;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  border-radius: 4px;
  line-height: 3px;
}

.comments {
  text-decoration: underline;
  text-underline-position: under;
  cursor: pointer;
}

.dot {
  height: 7px;
  width: 7px;
  margin-top: 3px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.hit-voting:hover {
  color: blue;
}

.hit-voting {
  cursor: pointer;
}


