/* RESET */
body,
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
a,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
mall, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	line-height: inherit;
	overflow: visible;
	outline: none;
	box-shadow: none;
}

ul li ul,
ul,
ul li,
li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

button, input, select{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
dl, ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
ul li:before, ul li:after,
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	position: inherit;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img { max-width: 100% }
svg { max-height: 100% }

/* STYLE */
.hc-app-container {
	/*max-width: 64em;*/
	max-width: 100%;
	padding-left: .5rem;
	padding-right: .5rem;
}

body {
	background-color: #fff;
/*	color: #333; */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;

	font-size: 16px;
	font-family: pt sans, helvetica, sans-serif, arial;
}

a {
color: #0074d9;
text-decoration: none;
}

a:hover,
a:hover .hc-inline-block
{
text-decoration: underline;
}

button,
input,
select,
textarea,
fieldset {
	font-family: inherit;
	font-size: inherit;
	box-sizing: border-box;
	margin-top: 0;
	margin-bottom: 0;
}

label {
	vertical-align: middle;
}

select,
input[type=text],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week] {
	height: 2.5em;
	padding: .5em .5rem;
	vertical-align: middle;
	-webkit-appearance: none;
}

textarea {
/*  line-height: 1.75; */
	padding: .5rem .5rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
pre, code, samp {
	font-family: 'Source Code Pro', Consolas, monospace;
	font-size: inherit;
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow-x: scroll;
}
h1 { font-size: 2rem }
h2 { font-size: 1.5rem }
h3 { font-size: 1.25rem }
h4 { font-size: 1rem }
h5 { font-size: .875rem }
h6 { font-size: .75rem }

pre, code {
	background-color: transparent;
	border-radius: 3px;
}

@media (max-width: 52em) {
	body {
	font-size: 110%;
	}
}