/* .sgl-content-wrapper {
    border: 0px solid;
    font-size: 14;
    padding: 10px;
}

.sgl-content-wrapper .people-detail .header{
    font-weight: bold;
    font-size: 16;
    min-width: 30px;
}

.sgl-content-wrapper .people-detail table .personal-detail-table{
    border-collapse: separate;
    border: 10px;
    width: 100%;
}

.sgl-content-wrapper .people-detail table .personal-table-header{
    text-align-last: left;
    font-size: 18;
    width: 100%;
}

.sgl-content-wrapper .people-detail table .personal-table-data{
    text-align-last: left;    
}

.sgl-content-wrapper .people-detail table .class-table-header{
    justify-self: stretch;
    font-size: 12px;
    min-width: 30px;
    text-align-last: left;
}

.sgl-content-wrapper .people-detail .class-table-row{
    font-size: 12px;
    border: 1px solid;
}

.sgl-content-wrapper .people-detail .main-header{
    text-align-last: left;
}

.sgl-content-wrapper .people-list table .table-title{
    text-align: center
}

.sgl-content-wrapper .people-list .input{
    width: 75%;
}

.sgl-content-wrapper .people-list .search-area{
    width: 75%;
}

.sgl-content-wrapper .people-list .selection-list{
    min-width: 150px;
}

.sgl-content-wrapper .people-list .table-header:hover{
    cursor: pointer;
}

.sgl-content-wrapper .people-list .direction{
  display: inline-block;
  vertical-align: middle;
}

.sgl-content-wrapper .people-list .direction.asc {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;    
    border-bottom: 5px solid black;
}

.sgl-content-wrapper .people-list .direction.desc {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;  
    border-top: 5px solid black;
}

.sgl-content-wrapper .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
  } */

  .sgl-plugin-page .sgl-anchor td{
    padding: 0px !important;
}
.sgl-plugin-page .sgl-anchor td a{
    display: block;
    padding: 8px;
}