body{
    height: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: .5em;
    border: 0;
    width: auto;
    margin-bottom: 0px;
}

.doc-contents{
    margin: 40px 0;
}

h5{
    font-weight: bold;
    color: #151515;
}
p{
    line-height: 2rem;
    padding:0 12px;
}

.code > div{
    border: 1px solid silver;
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.code pre{
    color: #ff2d84;
}

/*===============================1-2=====================================*/


/*===============================1-3=====================================*/
.table1{
    word-break:break-all;
    word-wrap:break-word;
    width: 100%;
}
.table1 tr,th,td{
    text-align: center;
    width: 100px;
    border: 1px solid #000000;
}
td:last-child{
    width: 48vh;
    text-align: left;
}
tr>th{
    background-color: rgba(176,231,237,0.6);
}