.lightbox {
    width: 100vw;
    min-height: 100vh;
    position: fixed;
    z-index: 100;
    color: black;
    background-color: rgba(0, 0, 0, .5);
    background-attachment: fixed;
    font-family: 'Noto Sans CJK sc';
    font-size: 1rem;
    letter-spacing: 1px;
    display: none;
}

.lightbox .content {
    width: 50%;
    max-width: 580px;
    margin: 50px auto;
    background-color: white;
    border-radius: 5px;
    position: relative;
    padding: 20px;
    padding-bottom: 50px;
}

.lightbox .content .lightBoxCross {
    position: absolute;
    right: 3%;
    font-size: 30px;
    top: 0px;
    cursor: pointer;
}

.lightbox .content button {
    position: absolute;
    right: 10%;
    background-color: rgba(0, 71, 171, 0.8);
    border: 1px solid grey;
    color: white;
    padding: 5px 15px;
    border-radius: 5px
}


.lightbox .contentbox {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 90%;
    font-size: 2rem;
    padding-top: 0px;
    margin-top: 40px;
}

.lightbox .contentbox .title {
    font-size: 1.3rem;
    color: #5A4DCE;
    position: relative;
}

.lightbox .contentbox .title .lightboxCross {
    position: absolute;
    right: 0px;
    color: grey;
    cursor: pointer;
}
.lightbox .btnPart{
    float: right;
}
.lightbox .table {
  border-collapse: collapse;
  width: 100%;
}

.lightbox td, .lightbox th {
  border: 2px solid black!important;
  text-align: left;
  padding: 8px;
}
.lightbox span{
    cursor: unset!important;
    color: black;
}
.lightbox .editPart{
    text-align: left;
}
.lightbox .editPart input[type=radio]{
    margin: -3px 0 0;
}

