@import url(//fonts.googleapis.com/css?family=Open+Sans|Roboto);

*
{
    font-family: 'open sans', arial, helvatica;
    font-size: 1.3rem;

    float: none;

    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html
{
    font-size: 10px;
    height: 100%;
}

html body
{
	font-size: 1rem;
    height: 100%;

    color: #0c0c0c;
    background-color: #f2f2f2;
}

html body a
{
    cursor: pointer;
    color: #ea5b0c;
	text-decoration: none;
}

html body a:hover
{
    text-decoration: underline;
    color: #ea5b0c;
}

html body header
{
	display: block;
    width: 100%;
    margin-bottom: 2rem;
}

html footer
{
	display: block;
	width: 100%;
}

html body table,
html body table thead,
html body table tbody,
html body table th,
html body table td
{
	margin: 0;
	padding: 0;
}

