p.semestre-content {
  text-align: end;
  padding-right: 3rem;
  @media screen and (max-width: 425px) {
    text-align: center;
    padding-right: 0;
  }
}

#xls-search-form table th {
  text-align: center !important;
  padding: .5rem;
}
#xls-search-form table th span{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}
#xls-search-form table td {
  width: 20% !important;
}
#xls-search-form table tr td:nth-child(4) {
text-align: center !important;
}
#xls-search-form table tr :is(td:nth-child(2), td:nth-child(3), td:nth-child(5)) span{
    display: inline-block;
    width: 60%;
    text-align: end;
}

#xls-search-form table tr :is(td:nth-child(4)) span{
    //width: 60%;
    display: flex;
    //margin-left: auto;
}
