.fancyui input[type="submit"] {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
    -webkit-border-radius: 2px;
    -webkit-user-select: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    border: 1px solid #dcdcdc;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #666;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    line-height: 27px;
    margin: 11px 6px;
    min-width: 54px;
    padding: 0 8px;
    text-align: center;
}

.fancyui input[class="non-btn"] {cursor: default;}

body {font-family: Arial, Verdana, sans-serif;}

.fancyui input[class="accuni"] {
    background: #DC4E41;
    color: white;
    /* top: calc(100vh - 50px); */
}

.scontent {
    text-align: -webkit-center;
    flex: 0 auto;
    font-size: 12px;
    line-height: 1.33em;
    min-width: 160px;
    width: 160px;
    background: lightblue;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90vh;
}

.mcontent {
    height: 100%;
    position: relative;
    border: 1px solid rgb(211, 211, 211);
    flex: 1 100%;
    font-size: 13.333px;
    line-height: 1.3;
    margin-right: 5px;
    padding: 20px;
}

.main-wrapper {display: flex;}

header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 5px 10px 5px 10px;
    font-size: 12px;
    color: black;
}

header a {color: black;}

footer {
   font-size: 12px;
   /* margin-top: 10px; */
   /* margin-left: 2px; */
   display: flex;
   justify-content: space-between;
   margin: 2 2 0 0;
}

#load {
    background: #FFBF00;
    color: black;
    display: none;
    position: absolute;
    top: 0px;
}
