* {
    box-sizing: border-box;
}

:after, :before {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
	font-family: Roboto,"Open Sans",Tahoma,Verdana,Segoe,sans-serif;
    line-height: 1.1;
}

h1 {
	font-size: 24px;
	font-weight: 300;
    margin-top: 20px;
    margin-bottom: 10px;
	color: #464646;
}