﻿html {
    height: 100%;
    -ms-content-zooming: none;
}

body {
    background-color: #eeeeee;
    padding-left: 10px;
    padding-right: 10px;
    color: #333333;
    font-family: 'Roboto', sans-serif;
}


.message {
    font-size: 24px;
    font-weight: 400;
}

.footer {
    font-size: 16px;
    font-weight: 400;
}

.line {
    border: 0;
    height: 1px;
    background: #333;
}
