
body{
    margin: 0;
    padding: 0px;
    position: relative;
    width: 100%;
}
body::-webkit-scrollbar{
    /* width:0; */
}
h1,h2,h3,p{
    margin:0px;
    display: block;
    clear: both;
    /* float: left; */
}
a{
    text-decoration: none;
    color:inherit;
}
.clear{
    clear:both;
}
.right{float:right}
.left{float:left}

.MaskBlock{
    width:100%;
    height: 100%;
    background-color: rgba(100,100,100,0.5);
    position:absolute;
    top:0;
}
.Window{
    width: 80%;
    margin-top: 2rem;
    padding: 4rem;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

.centerboard{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
}
.centernoboard{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

table.dataintable {
    font-size: 0.5rem;
    margin-top:15px;
    border-collapse:collapse;
    border:1px solid #aaa;
    width:100%;
    /* line-height: 1rem; */
 }
table.dataintable th {
	vertical-align:baseline;
	padding:10px 10px 10px 10px;
	background-color:#3F3F3F;
	border:1px solid #3F3F3F;
	text-align:left;
	color:#fff;
	}

table.dataintable td {
	vertical-align:text-top;
	/* padding:9px 9px 9px 9px; */
	border:1px solid #aaa;
	}

table.dataintable tr:nth-child(odd) {
	background-color:#F5F5F5;
}

table.dataintable tr:nth-child(even) {
	background-color:#fff;
}

table.dataintable pre {
	width:auto;
	margin:0;
	padding:0;
	border:0;
	background-color:transparent;
	}

table.dataintable p {margin:0 0 2px 0;}

@media only screen and (orientation: landscape) {
    html{font-size: 1.5vw;}
    .main{
        width: 38.4rem;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (orientation: portrait) {
    html{font-size:2.5vw;}
    .main{
        width: 100%;
    }
}


