@import url(https://fonts.googleapis.com/css?family=Droid+Sans+Mono);

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Droid Sans Mono', monospace;
    font-size: 11px;
}

html, body, table {
    height: 100%;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    border: 1px solid white;
    padding: 1px;
}

.header-one {
    height: 40px;
    padding-left: 10px;
}

.header-two {
    text-align: right;
    padding-right: 10px;
}

select {
    margin-left: 10px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
