* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

html {
    font-size: 16px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    height: 100%;
}

img {
    height: 100%;
}

head {
    display: none;
}

input {
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    display: table-cell;
    padding: 0.5rem;
    text-align: left;
}