@media screen and (min-width:992px){
  *{
    
  }
    .logo{
        width: 100px;
      }
      .inst-name{
        text-align: center;
        margin-bottom: 0px;
      }

      header{
        background-color: #d0e0fd;
      }
      .all{
        text-align: center;
        padding-top: 10px;
        background-color: #d0e0fd;

        padding-bottom: 50px;
      }
      .main{
        width: 80%;
        margin: 0 auto;
      }
      table{
        text-align: center;
        background-color: #96bbff;
      }
      .title-main{
        text-align: center;
        font-size: 30px;
        background-color: #d0e0fd;
        margin-bottom: 0px;
        padding-top: 10px;
        padding-bottom: 18px;
      }
      
      .thead-tr{
        border: 1px solid black;
      }
      .thead-tr-td{
        font-weight: 500;
        text-align: center;
        font-size: 20px;
        padding: 10px;
        border: 1px solid black;
      }

      .tbody-tr{
        border: 1px solid black;
        transition: 0.1s;
      }
      .tbody-tr:hover{
        transition: 0.1s;
        background-color: #659bff;
      }
      .tbody-tr-td{
        text-align: center;
        border: 1px solid black;
        padding-left: 20px;
        padding-right: 20px;
      }
      .tbody-tr-td-x{
        width: 10%;
      }
      .tbody-tr-td-x img{
        width: 50%;
        text-align: center;
        
      }
      
      .main{
        text-align: center;
      }
      .tbody-tr-td a{
        text-decoration: none;
        color: #0a66f0;
        padding: 5px;
      }
      .tbody-tr-td a:hover{
        text-decoration: none;
        color: #003380;
      
      }

      .page-control{
        position: absolute;
        top: 20px;
        left: 20px;
    }







}