* {
	padding: 0;
	margin: 0
}

*,::after,::before {
	box-sizing: border-box
}

::-webkit-scrollbar {
	width: .75rem;
	height: .5rem
}

::-webkit-scrollbar-thumb {
	border-radius: .75rem;
	box-shadow: inset 0 0 .25rem rgba(0,0,0,.2);
	background: rgba(0,0,0,.5)
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 .25rem rgba(0,0,0,.2);
	border-radius: .75rem;
	background: rgba(128,128,128,.5)
}

h2::after,h2::before,h5::after,h5::before,p::after,p::before {
	content: "";
	display: inline-block
}

address::after,address::before,article::after,article::before,aside::after,aside::before,code::after,code::before,div::after,div::before,dl::after,dl::before,footer::after,footer::before,frame::after,frame::before,header::after,header::before,nav::after,nav::before,ol::after,ol::before,ul::after,ul::before {
	content: "";
	display: block;
	clear: both
}

section::after,section::before {
	content: "";
	display: block
}

body {
	font-family: "arial, helvetica, sans-serif";
	line-height: 1.5;
	overflow-x: hidden;
	background-color: #ededed
}

a {
	text-decoration: none
}

address {
	display: block
}

article {
	display: block
}

aside {
	display: block
}

code {
	display: block
}

div {
	display: block
}

footer {
	display: block;
	width: 100%;
	background-color: #f7f7f7;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 2rem
}

frame {
	display: block
}

header {
	display: block;
	width: 100%;
	background: #66666e;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	min-height: 3rem;
	z-index: 10
}

nav {
	display: flex;
	width: 100%;
	justify-content: space-between;
	justify-items: stretch;
	align-content: space-between;
	align-items: stretch
}

section {
	padding: 1rem;
	margin: 0;
	background: #fff;

	border-radius: .5rem;
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto
}

dl {
	display: block
}

dt {
	float: left;
	clear: left;
	font-weight: 600
}

dd {
	float: left;
	display: block
}

ol {
	display: block;
	padding-left: 2rem
}

ul {
	width: 100%;
	display: block
}

ul li {
	display: block;
	float: left
}

ol li {
	list-style-type: decimal;
	list-style-position: inside
}

table {
	border: 1px solid #dee2e6;
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	border-collapse: collapse;
	background-color: #fff
}

th {
	padding: .75rem;
	vertical-align: top;
	border: 1px solid #dee2e6;
	text-align: inherit
}

thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

td {
	padding: .75rem;
	vertical-align: top;
	border: 1px solid #dee2e6
}

form {
	display: flex;
	align-content: space-between;
	align-items: stretch;
	justify-content: space-between;
	justify-items: stretch
}

button,input,select {
	height: 2rem;
	line-height: 2rem;
	border-radius: .25rem;
	border: 1px solid #dbdbdb;
	color: #fff;
	padding: 0 .75rem
}

input {
	display: inline-block
}

select {
	display: inline-block
}

button {
	display: inline-block
}

textarea {
	display: inline-block
}

figure {
	position: relative;
	border-radius: .5rem;
	overflow: hidden
}

figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: .75rem
}

figcaption span {
	margin: .5rem
}

img {
	display: block;
	border: none;
	width: 100%;
	height:auto;
}

h1 {
	font-size: 2rem
}

h2 {
	font-size: 1.75rem
}

footer h2,header h2,section h2 {
	visibility: hidden;
	font-size: 0
}

h3 {
	font-size: 1.5rem
}

h4 {
	font-size: 1.25rem
}

h5 {
	font-size: 1rem
}

h6 {
	font-size: .75rem
}

i {
	font-family: FontAwesome
}
