#sU-7-3 .common-outer-panel {
    width: 74vw;
}

@media screen and (max-width: 1024px) {
    #sU-7-3 .common-outer-panel {
        width: 98vw;
    }
}

#sU-7-3 .common-flex {
    justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
    #sU-7-3 .common-flex {
        flex-wrap: wrap;
    }
}

#sU-7-3 .common-flex > * {
    margin-right: 1vw;
}

@media screen and (max-width: 1024px) {
    #sU-7-3 .common-flex > * {
        margin-right: 5vw;
    }
}

#sU-7-3 .common-flex > div {
    border: 0.05vw solid #888;
    padding: 1vw;
    margin: 1vw;
}

@media screen and (max-width: 1024px) {
    #sU-7-3 .common-flex > div {
        width: 86vw;
        padding: 5vw;
        margin: 2vw 0;
    }
}

#sU-7-3 .common-flex > div > label {
    display: flex;
    align-items: center;
}

#sU-7-3 .common-flex > div > label:first-child {
    margin-bottom: 1vw;
}

@media screen and (max-width: 1024px) {
    #sU-7-3 .common-flex > div > label:first-child {
        margin-bottom: 3vw;
    }
}

#sU-7-3 .common-flex > div > label > *:first-child {
    width: 8vw;
}

@media screen and (max-width: 1024px) {
    #sU-7-3 .common-flex > div > label > *:first-child {
        width: 15vw;
    }
}

#sU-7-3 label {
    width: auto;
}

#sU-7-3 .commentary-open {
    font-size: 1.5vw;
    cursor: pointer;
    text-decoration: underline;
    color: inherit;
}

@media screen and (max-width: 1024px) {
    #sU-7-3 .commentary-open {
        font-size: 3.2vw;
        line-height: 2em;
    }
}

#sU-7-3 .commentary-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    display: none;
}

#sU-7-3 .commentary-window > div {
    position: relative;
    top: 2vw;
    width: 60vw;
    height: 85vh;
    background: #fff;
    text-align: left;
    padding: 1vw;
    margin: auto;
}

@media screen and (max-width: 1024px) {
    #sU-7-3 .commentary-window > div {
        top: 20vh;
        width: 80vw;
        height: 60vh;
        padding: 4vw;
    }
}

#sU-7-3 .commentary-close {
    position: absolute;
    top: 0;
    right: 1vw;
    font-size: 4.5vw;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    #sU-7-3 .commentary-close {
        font-size: 9vw;
        right: 2vw;
    }
}

#sU-7-3 .commentary-confirm {
    bottom: 0;
    line-height: 2.5vw;
    text-align: center;
    font-size: 1.5vw;
    width: 25%;
    height: 5%;
}

@media screen and (max-width: 1024px) {
    #sU-7-3 .commentary-confirm {
        margin: auto;
        font-size: 3.6vw;
        right: 2vw;
        width: 40vw;
        height: 3vw;
        line-height: 2.5vw;
    }
}

#sU-7-3 .commentary-window > div > h3 {
    line-height: 2em;
}

#sU-7-3 .commentary-window > div > div {
    overflow-y: scroll;
    height: calc(100% - 8vw);
}

@media screen and (max-width: 1024px) {
    #sU-7-3 .commentary-window > div > div {
        height: calc(100% - 20vw);
    }
}

#sU-7-3 .commentary-window table {
    width: 100%;
    margin: 1vw auto;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}

#sU-7-3 .commentary-window th,
#sU-7-3 .commentary-window td {
    padding: 1em;
    border: 0.01vw solid #aaa;
    font-size: 0.9vw;
    line-height: 2em;
}

@media screen and (max-width: 1024px) {
    #sU-7-3 .commentary-window th,
    #sU-7-3 .commentary-window td {
        font-size: 1.7vw;
    }
}

#sU-7-3 .commentary-window th {
    background: #eee;
    line-height: 1.5em;
    min-width: 6em;
}

#sU-7-3 .dataTables_filter {
    text-align: right;
    margin: 2vw 0;
}

#sU-7-3 table.dataTable thead .sorting {
    background-image: url("../img/sort_both.png");
}

#sU-7-3 table.dataTable thead .sorting_asc {
    background-image: url("../img/sort_asc.png");
}

#sU-7-3 table.dataTable thead .sorting_desc {
    background-image: url("../img/sort_desc.png");
}

#sU-7-3 table.dataTable thead .sorting_asc_disabled {
    background-image: url("../img/sort_asc_disabled.png");
}

#sU-7-3 table.dataTable thead .sorting_desc_disabled {
    background-image: url("../img/sort_desc_disabled.png");
}

#sU-7-3 table.dataTable thead .sorting,
#sU-7-3 table.dataTable thead .sorting_asc,
#sU-7-3 table.dataTable thead .sorting_desc,
#sU-7-3 table.dataTable thead .sorting_asc_disabled,
#sU-7-3 table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
}

#sU-7-3 #dataTable-user-name {
  width: 10%!important;
}
#sU-7-3 #dataTable-mail {
  width: 30%!important;
}
#sU-7-3 #dataTable-role {
  width: 5%!important;
}
