@import 'https://fonts.googleapis.com/css?family=Roboto:400,500,700';

*, *:before, *:after {
	box-sizing: border-box;
	font: inherit;
}

body {
	font: 17px "Roboto";
	color: #1d1d1b;
}

a {
	text-decoration: none;
	color: inherit;
}

strong {
	font-weight: 700;
}

p {
  margin: 0;
}

ul {
	padding-left: 15px;
	margin: 0;
}

li {
  margin: 10px 0;
}