.headline img {
    width: 50px;
    height: 50px;
    }

.student-photo img {
    width: 80px;
    height: 80px;
    }

table {
    table-layout: auto;
    width: 100%;
    margin-top: 4px;
 }

 th, td {
    border: 1px solid black;
    padding: 1px;
    text-align: center;
  }

.table-dark{
    border: 1px solid black;
}

.mark-range{
  font-size: 10px;
}

.progress-card{
  border-top: 3px solid rgb(0 0 0);
}

.student-info tr td{
  border: none;
  text-align: left;
}
