@charset "UTF-8";
html {
color: #000;
background: #FFF;
}
body {
font-size: 1em;
text-align: center;
width:{{ .Info.ViewWidth }}px;
height:{{ .Info.ViewHeight }}px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td {
margin: 0;
padding: 0
}
div.content {
width:100%;
height:100%;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,
img {
border: 0;
}
caption,
th,
var {
font-style: normal;
font-weight: normal;
}
li {
list-style: none;
}
caption,
th {
text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
-webkit-hyphens:none;
font-weight: normal;
}
h1 {
font-size: 1500%;
}
h2 {
font-size: 1000%;
}
h3 {
font-size: 800%;
}
sup {
vertical-align: text-top;
}
sub {
vertical-align: text-bottom;
}