/* Lê+ V19.19.31 — somente destaque dos botões da aba Meus Alunos */
@media (min-width:600px) and (max-width:1366px){
  #studentsTable td:nth-child(9){
    gap:10px!important;
  }
  #studentsTable td:nth-child(9) .btn{
    min-height:48px!important;
    padding:11px 10px!important;
    border-width:2px!important;
    border-style:solid!important;
    border-radius:12px!important;
    font-size:13px!important;
    font-weight:850!important;
    line-height:1.1!important;
    box-shadow:0 4px 10px rgba(23,61,104,.10)!important;
    opacity:1!important;
  }
  #studentsTable td:nth-child(9) .btn:nth-child(1){
    color:#173d68!important;
    background:#eef5ff!important;
    border-color:#8db7e8!important;
  }
  #studentsTable td:nth-child(9) .btn:nth-child(2){
    color:#0d5798!important;
    background:#e8f4ff!important;
    border-color:#64a8df!important;
  }
  #studentsTable td:nth-child(9) .btn:nth-child(3){
    color:#fff!important;
    background:#16884a!important;
    border-color:#16884a!important;
    box-shadow:0 5px 13px rgba(22,136,74,.24)!important;
  }
  #studentsTable td:nth-child(9) .btn:active{
    transform:translateY(1px)!important;
    box-shadow:none!important;
  }
}
