/* base font-size corresponds to 10px and is adapted to rem unit */
html {
	font-size: 62.5%;
	width: 100%;
}

/* font-sizing for content */
/* preserve vertical-rythm, thanks to http://soqr.fr/vertical-rhythm/ */
p,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure,
hgroup {
	font-size: 1em; /* equiv 14px */
	line-height: 1.5;
	/* margin: 1.5em 0 0; */
}

h1, .h1-like {
  color: black;
	font-size: 1.9312em;
	font-weight: normal;
	line-height: 1;
	font-family: "Roboto-Bold";
	text-align: left;
  text-transform: uppercase;
	margin: 2 0 4 0;
	font-size: 18px;
}
h2, .h2-like {
  color: #7F7F7F;
	font-size: 1.7143em; /* equiv 24px */
	font-weight: normal;
	line-height: 1;
	font-family: "Roboto-Regular";
	text-align: left;
  text-transform: uppercase;
	margin: 2 0 4 0;
	font-size: 18px;
}
h3, .h3-like {
  color: #7F7F7F;
	font-size: 1.5714em; /* equiv 22px */
	font-weight: normal;
	line-height: 1;
	text-align: left;
	font-family: "Roboto-Regular";
  text-transform: uppercase;
	margin: 2 0 4 0;
	font-size: 17px;
}
h4, .h4-like {
  color: #7F7F7F;
	font-size: 1.4286em; /* equiv 20px */
	font-weight: normal;
	line-height: 1;
	text-align: left;
	font-family: "Roboto-Regular";
  text-transform: uppercase;
	margin: 2 0 4 0;
}
h5, .h5-like {
  color: #7F7F7F;
	font-size: 1.2857em; /* equiv 18px */
	font-weight: normal;
	line-height: 1;
	text-align: left;
	font-family: "Roboto-Regular";
  text-transform: uppercase;
	margin: 2 0 4 0;
}
h6, .h6-like {
  color: #7F7F7F;
	line-height: 1;
	font-weight: normal;
	font-family: "Roboto-Regular";
	line-height: 1.3125em;
	text-align: left;
	margin: 10 0 4 0;
	font-size: 16px;
}

/* mobile version */


h2, h3, h4 {
margin-top: 15;
}

ul {
	margin: 0;
}

ul li {
	margin-top:5px;
	margin-bottom: 5px;
}

table {
	width:94%;
	font-size: 0.9em;
}

h1 {
	color: #757575;
}

body {
	background-color: #fff;
	color: #474747;
  font-family: "Roboto-Light";
	line-height: 1.5em; 
	word-wrap: break-word;
	word-break: break-word;
  text-align: left;
	overflow: auto;
	font-size: 12px;
	padding: 15px;
	width: 100%;
}

@media (min-width: 576px) {
	table {
		font-size: 1.1em;
	}
}
