* {
  box-sizing: border-box;
}

body {
    width: 100vw;
    height: 100vh;
    padding:0;
    margin:0;
    font-family: Open Sans;
    font-size: 15px;
    overflow: scroll;
    text-align: center;
}
 *::-webkit-scrollbar {
        display: none;
    }
.bu {
    cursor: pointer;
}
.po {
    cursor: default;
}
.sel {
    font-weight: bold !important;
}
.dis {
    cursor: default !important;
    color: rgb(223,223,223) !important;    
}
cont {
    display: block;
    text-align: center;
    width: 100%;
}

.gr {
    background-color: rgb(220,255,220) !important;
}
.oki {
    color: rgb(0,128,0) !important;
}

.re {
    background-color: rgb(255,240,240) !important;
}

.hidd {
    visibility: hidden !important;
}

.ncl {
    cursor: default !important;
}
cont2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    top:40px;
    left: calc(50vw - min(360px, 50%));
    width: 720px;
    max-width: 100%;
}

input {
    margin-top: 2vh;
    font-family: Open Sans;
    font-size: 12px;
    width: 180px;
}

select {
    font-family: Open Sans;
    font-size: 12px;    
}

.hide {
    display: none !important; 
}

.si {
    margin-top: 2vh;
    font-size: 12px;
    padding: 4px 0 4px 0;
}

table {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    max-width: 720px;
    display: inline-table;
}

table input {
    margin: 0;
    padding-left: 4px;
    width: 100%;
    display: inline-block;
}

td {
    border: solid white 2px;
}
.he {
    display: block;
    width: 720px;
    max-width: 100%;
    font-variant: small-caps;
    text-align: center;
    position: fixed;
    top:0;
    left: calc(50vw - min(360px, 50%));
    background-color: white;
}

.he2 {
    display: block;
    width: 720px;
    max-width: 100%;
    font-variant: small-caps;
    text-align: center;
    position: fixed;
    top: 24px;
    left: calc(50vw - min(360px, 50%));
    background-color: white;
    font-size: 12px;
    cursor: default;
}

.gre {
    background-color: rgb(80,80,80) !important;
    color: rgb(250,250,250) !important;
}

.ib22 {
    display: inline-block;
    width: 360px;
    max-width: 50%;
    text-align: center;
    font-size: 12px;
    font-variant: small-caps;
    border-style: solid;
    border-color: white;
    background-color: rgb(200,236,255);
    cursor: default;
}
.ib23 {
    display: inline-block;
    width: 180px;
    max-width: 25%;
    text-align: center;
    font-size: 12px;
    font-variant: small-caps;
    border-style: solid;
    border-color: white;
    cursor: pointer;
}

.he3 {
    display: block;
    width: 720px;
    max-width: 100%;
    height: calc(75% - 100px);
    font-variant: small-caps;
    text-align: center;
    position: fixed;
    top: 94px;
    left: calc(50vw - min(360px, 50%));
    background-color: white;
    font-size: 12px;
    overflow: scroll;
    cursor: default;
}

.tri {
    display: inline-block;
    width: 240px;
    max-width: 33.333333%;
    background-color: rgb(250,250,250) !important;
    border-style: solid;
    border-color: white;
}

.tri2 {
    display: inline-block;
    width: 540px;
    max-width: 75%;
    border-style: solid;
    border-color: white;
    background-color: rgb(200,236,255);
}


.lisq {
    display: block;
    width: 180px;
    max-width: 25%;
    text-align: center;
    font-size: 16px;
    font-variant: small-caps;
    border-style: solid;
    border-color: white;
    background-color: rgb(255,250,200);
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 30px;
    border-width: 2px 2px 2px 1px;
}
.lisa {
    margin-bottom: 20px;
    display: block;
    width: 180px;
    max-width: 25%;
    font-variant: small-caps;
    text-align: center;
    font-size: 16px;
    border-style: solid;
    border-color: white;
    cursor: pointer;
    background-color: rgb(200,236,255);
    border-width: 2px 2px 2px 1px;
}

.que {
    margin-top: 10px;
    display: block;
    width: 540px;
    max-width: 75%;
    text-align: center;
    font-size: 16px;
    border-style: solid;
    border-color: white;
    background-color: rgb(255,250,200);
    cursor: default;
    margin-bottom: 30px;
    border-width: 2px 1px 2px 2px;
}

.ans {
    margin-bottom: 25px;
    display: block;
    width: 540px;
    max-width: 75%;
    text-align: center;
    font-size: 16px;
    border-style: solid;
    border-color: white;
    cursor: pointer;
    background-color: rgb(200,236,255);
    border-width: 2px 1px 2px 2px;
}

.tran {
    position: relative;
    display: block;
    top: -27px;
    display: block;
    width: 540px;
    max-width: 75%;
    text-align: center;
    font-size: 12px;
    border-style: solid;
    border-color: white;
    cursor: pointer;
    background-color: rgb(235,235,235);
    border-width: 2px 1px 2px 2px;
    margin-bottom: -20px;
}

.ib {
    display: inline-block;
    width: 180px;
    max-width: 25%;
    background-color: rgb(200,236,255);
    border-style: solid;
    border-color: white;
}

.proc {
    display: inline-block;
    width: 360px;
    max-width: 50%;
    background-color: rgb(220,220,220);
    border-style: solid;
    border-color: white;
    font-variant: small-caps;
    font-size: 16px;
}
.proc4 {
    display: inline-block;
    width: 720px;
    max-width: 100%;
    background-color: rgb(220,220,220);
    border-style: solid;
    border-color: white;
    border-width: 2px;
    font-variant: small-caps;
    font-size: 16px;
}

.ibm {
    display: inline-block;
    width: 360px;
    max-width: 50%;
    background-color: rgb(200,236,255);
    border-style: solid;
    border-color: white;
}

.ib1 {
    border-width: 2px 1px 2px 2px;
}
.ib2 {
    border-width: 2px 1px 2px 1px;
}
.ib3 {
    border-width: 2px 2px 2px 1px;
}

.ib11 {
    border-width: 1px 1px 1px 2px;
}
.ib12 {
    border-width: 1px 1px 1px 1px;
}
.ib13 {
    border-width: 1px 2px 1px 1px;
}


.nodel {
    background-color: rgb(100,255,100);
    text-align: center;
    font-variant: small-caps;
}    
.del {
    background-color: rgb(255,100,100);
    text-align: center;
    font-variant: small-caps;
} 
.leav {
    color: rgb(255,100,100);
    text-align: center;
    font-variant: small-caps;
}

.stat {
    background-color: rgb(255, 222, 194);    
}

.add {
    background-color: rgb(255,250,200);
}

.test {
    background-color: rgb(230,205,255);
    font-variant: small-caps;
}

.really {
    display: none;
}

.c1 {
    width: 10%;
    text-align: center;
    padding: 2px 4px 2px 4px;
    font-size: 12px;
}
.c2 {
    width: 40%;
    text-align: left;
    padding: 2px 4px 2px 4px;
}
.c3 {
    width: 40%;
    text-align: left;
    padding: 2px 4px 2px 4px;
} 
.c4 {
    width: 10%;
    text-align: center;
    cursor: pointer;
    padding: 2px 4px 2px 4px;
    font-size: 12px;
}

.k0 {
    background-color: rgb(240,255,240);
}

.k1 {
  background-color: rgb(240,240,240);   
}

.k2 {
  background-color: lemonchiffon;   
  color: crimson;
}