@font-face {
    font-family: 'Unifont';
    src: url(../Fonts/unifont.ttf) format('truetype');
}

.satu, .dua{
    width: 100%;
    text-align: center;
    position: relative;
    float: left;
}

#jw_classic{
    background: #cdcdcd;
    /* border: 2px solid black; */
    min-width: 20em;
    width:25%;
    /* margin-left: 25%; */
    margin-top: 5%;
    border: 0.15em outset white;
    position: relative;
    left: 50%;
    transform: translateX(-50%); /* 向左回退自身宽度的50%
    /* Simulate an outset effect using shadows */
    /* box-shadow: 
        0.15em 0.15em 0 rgba(0,0,0,0.3),
        -0.15em -0.15em 0 rgba(255,255,255,0.9); */
}

#jw_classic>div{
    margin: 0.2em;
}

#title{
    background: #0000cc;
    color: white;
    font-size: 0.8em;
    padding: 0.2em 0.2em 0.3em;
    height: 1.6em;
    line-height: 1.6em;
}

.btn{
    float:right;
    margin: 0.1em;
}

.btn div{
    /* padding: 0.1em; */
    width: 1em;
    height: 1em;
    /* width: 1.2em; */
    /* height: 1.2em; */
    background: #cdcdcd;
    text-align: center;
    font-family:Arial, Helvetica, sans-serif;
    font-size:larger;
    line-height: 1em;
    color: black;
    border: 0.1em outset white;
    /* box-shadow: 0.1em 0.1em 0.1em 0px rgb(0, 0, 0); */
}

#box{
    /* background: white; */
    color:black;
    padding: 0 0.2em 0.2em;
}

#chooseImage {
    display: none;
}

/* #box button, .file-input-trigger {
    font-family: Unifont, DotGothic16;
    padding: 2px 5px;
    border: 0.2em outset white;
    background-color: #cdcdcd;
    outline: none;
    color: #000;
    cursor: pointer;
} */


button {
    font-family: Unifont, DotGothic16;
    padding: 2px 5px;
    /* border-radius: 5px; */
    border: 0.2em outset white;
    background-color: #cdcdcd;
    outline: none;
    color: #000;
    cursor: pointer;
}

#buttonTable {
    position: relative;
    left: 50%;
    transform: translateX(-50%); /* 向左回退自身宽度的50%*/
}