html,
body {
    overflow: auto;
    background-color: #f3f4f7;
}

.docs-beian {
    color: grey;
    font-size: 10px;
}

.allowCopy {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

table {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    border-collapse: collapse;
    /*border: 1px solid grey;*/
    border: none;
}
table td {
    font-size: 15px;
    padding: 5px 7px 5px 7px;
    border: 1px solid rgba(220,220,220,0.6);
}
table th {
    font-size: 16px;
    padding: 6px;
    border: 1px solid rgba(220,220,220,0.6);
}
table td:hover {
    background-color: rgba(230,230,230,0.3);
}
.rightBox .subtitleBox {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}
.rightBox .subtitle {
    font-size: 22px;
    font-weight: bolder;
    padding: 0px 0px 10px 0px;
}
.docsNotice {
    box-sizing: border-box;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 10px;
    border-radius: 6px
}

.docsNotice .normal {
    padding: 10px;
    border-radius: 6px;
    background-color: #090;
    color: #fff
}

.docsNotice .official {
    padding: 10px;
    border-radius: 6px;
    background-color: #1e90ff;
    color: #fff
}

.docsNotice .warning {
    padding: 10px;
    border-radius: 6px;
    background-color: #ffab1f;
    color: #fff
}

.docsNotice .important {
    padding: 10px;
    border-radius: 6px;
    background-color: #ff4538;
    color: #fff
}

.docsNotice .note {
    padding: 10px;
    border-radius: 6px;
    background-color: #ccc;
    color: #fff
}

.mainBox {
    word-wrap: break-word;
    text-align: justify;
}
@media screen and (min-width:968px) {
    .mainBox {
        margin: 100px auto;
        margin-bottom: 100px;
        width: 73%;
        height: auto;
        /*background-color: rgba(0,0,0,0.1);*/
    }

    .leftBox a:link {
        color: #323232;
    }

    .leftBox a:visited {
        color: #323232;
    }

    .leftBox a:hover {
        color: var(--themeColor);
    }

    .leftBox a:active {
        color: var(--themeColor);
    }

    .leftBox {
        float: left;
        display: block;
        padding: 20px;
        box-sizing: border-box;
        width: 30%;
        background-color: white;
        border-radius: 5px;
    }

    .leftBox .urlLineProject {
        margin-top: 20px;
        display: box;
        width: 100%;
        margin-bottom: 30px;
    }

    .leftBox .urlLineTitle {
        padding: 10px;
        font-size: 25px;
        font-weight: bolder;
    }

    .leftBox .urlLine {
        display: box;
        width: 100%;
        padding: 8px 10px 0px 10px;
        box-sizing: border-box;
    }

    .rightBox {
        float: right;
        display: block;
        padding: 30px;
        box-sizing: border-box;
        height: 100%;
        width: 68%;
        background-color: white;
        border-radius: 5px;
    }

    .rightBox .title {
        text-align: center;
        font-size: 30px;
        font-weight: bolder;
    }

    .rightBox .smalltitle {
        text-align: center;
        font-size: 13px;
        padding-top: 5px;
        color: grey;
    }

    .rightBox .maintextBox {
        width: 100%;
        margin-top: 30px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        /*background-color: red;*/
    }

    .rightBox .maintext {
        font-size: 17px;
        line-height: 27px;
    }

    .rightBox .maintextWithNumber {
        font-size: 17px;
        line-height: 27px;
        padding-left: 19px;
        text-indent: -19px;
    }
}

@media screen and (max-width:968px) {
    .mainBox {
        margin: 90px auto;
        margin-bottom: 100px;
        width: 94%;
        height: auto;
        /*background-color: rgba(0,0,0,0.1);*/
    }

    .leftBox {
        display: none;
    }

    .ns-project-title {
        font-size: 25px;
    }

    .ns-project-title:before {
        height: 25px;
    }

    .rightBox {
        float: right;
        display: block;
        padding: 20px;
        box-sizing: border-box;
        height: 100%;
        width: 100%;
        background-color: white;
        border-radius: 5px;
    }

    .rightBox .title {
        text-align: center;
        font-size: 30px;
        font-weight: bolder;
    }

    .rightBox .smalltitle {
        text-align: center;
        font-size: 13px;
        padding-top: 5px;
        color: grey;
    }

    .rightBox .maintextBox {
        width: 100%;
        margin-top: 30px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        /*background-color: red;*/
    }

    .rightBox .maintext {
        font-size: 17px;
        line-height: 27px;
    }

    .rightBox .maintextWithNumber {
        font-size: 17px;
        line-height: 27px;
        padding-left: 19px;
        text-indent: -19px;
    }
}

@media (prefers-color-scheme:dark) {
    html,body{color: #ebebeb;background-color: #202020;}
    .leftBox {
        background-color: rgb(45, 45, 45);
    }
    .leftBox a:link {
        color: #ebebeb;
    }

    .leftBox a:visited {
        color: #ebebeb;
    }

    .leftBox a:hover {
        color: var(--themeColor);
    }

    .leftBox a:active {
        color: var(--themeColor);
    }
    .rightBox {
        background-color: rgb(45, 45, 45);
    }
}

.maglmt_index_ui_Project-Title::before {
    content: " ";
    margin-right: 13px;
    display: inline-block;
    height: 28px;
    width: 10px;
    border-radius: 10px;
    background-color: var(--themeColor);
}

.maglmt_index_ui_Project-Title {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    color: var(--black);
    margin: 30px 0px;
}

@media (prefers-color-scheme:dark) {.maglmt_index_ui_Project-Title {color: white;}	}