body {
font-family: Helvetica, Arial, sans-serif;
line-height: 22px;
font-size: 16px;
}

h1 {
font-size: 22px;
display: inline-block;
}

ul {
padding: 0px;
margin: 0px;
}

li {
list-style-type: none;
}

input, textarea, select {
border-top: none;
border-left: none;
border-right: none;
border-bottom: solid 1px grey;
font-size: 16px;
}

button {
margin: 8px 0px 0px 0px;
}

.pre {
font-family: Courier New;
}

.bold {
font-weight: bold;
}

.td {
background-color: #D4D4D4;
padding: 4px 4px 4px 4px;
font-weight: bold;
}

.td0 {
background-color: #F2F2F2;
padding: 4px 4px 4px 4px;
}

.td1 {
background-color: #E1E1E1;
padding: 4px 4px 4px 4px;
}

.t1 {
background-color: yellow;
}

.t2 {
background-color: orange;
}

.t3 {
background-color: #ffa0a0;
}

.t4 {
background-color: #ff4444;
}

.button {
cursor: pointer;
}

.header {
transform: rotate(270deg);
}

#email {
width: 140px;
}

#password {
width: 80px;
}

#dialog {
display: table;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1000;
background-image:url(transparent.png);
opacity:0;
transition: opacity 400ms ease-in;
pointer-events: none;
}

.view {
display: table-cell;
text-align: center;
}

.dialog {
display: block;
position: relative;
width: 322px;
background-color: #fff;
border: 1px solid #000;
border-radius: 10px;
margin: 10px 0px 0px 10px;
padding: 6px 0px 10px 0px;
text-align: center;
}

.close {
position: absolute;
top: -10px;
right: -12px;
width: 24px;
line-height: 24px;
border-radius: 12px;
background-color: #606061;
color: #FFFFFF;
text-align: center;
text-decoration: none;
font-weight: bold;
}

.close:hover {
background-color: #00d9ff;
}

.warning {
color: orange;
}

.error {
color: red;
}
