@charset "utf-8";

/* CSS Document */
/*Written by Kevin M., Virtuarama, www.virtuarama.com*/
html,
body,
div,
header,
section,
main,
article,
aside,
datagrid,
dialog,
footer,
nav,
menu,
figure,
figcaption,
hgroup {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	box-sizing: border-box;
}

audio,
mark,
meter,
output {
	display: inline;
}

canvas,
datalist,
details,
event-source,
figcaption,
progress,
summary,
video,
span {
	display: inline-flex;
	white-space: break-spaces;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	display: block;

}