* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font: inherit;
	color: inherit;
	background: transparent;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5em;
    border: none;
}
.select-container {position:relative; display: inline;}
.select-container:after {content:""; width:0; height:0; position:absolute; pointer-events: none;}
.select-container:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 10px;
    right: 5px;
    border-top: 8px solid black;
}
select::-ms-expand {
    display: none;
}

html {
	font-size: 100%;
}

::-webkit-scrollbar {
	display: none
}

body {
  height: 100%;
	font-size: 1.2rem;
	line-height: 1.2rem;
	letter-spacing: 1px;
	word-spacing: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	min-width: 300px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

a {
	display: inline-block
}

img,
object,
embed {
	max-width: 100%
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

small {
	font-size: 80%
}

mark {
	background: #ff0;
	color: #000
}

input {
	border: 1px solid #ccc
}

hr {
	display: block;
	height: 0.1rem;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 2px;
	padding: 0
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative
}

sup {
	top: -0.5rem
}

sub {
	bottom: -0.25rem
}

pre {
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word
}

input,
select {
	vertical-align: middle
}

select {
	color: #ccc
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1rem
}

del {
	text-decoration: line-through
}

ul li {
	list-style: none
}
