#container.container {
    height: 100%;
    padding-top: 61px;
    margin: 0px;
    background:none;
}

#container.container .row, body, html {
    height:100%
}

td {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    padding: 5px 12px;
    border-color: silver;
    border-width: 1px 0;
    font-size: 32px;
    white-space: nowrap;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #121b34;
    margin-top: 20px;
    line-height: 1.1;
    box-sizing: border-box;
}

/* input[type=text] {
    border: 0;
    padding: 0;
    background: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    overflow: hidden;
} */

/* input[type=date] {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
} */