body {
	background: rgb(255, 255, 255); color: rgb(51, 51, 51); font-family: "Roboto", sans-serif; font-size: 12px;
}
h1 {
	letter-spacing: 1px; font-family: "Lato", sans-serif;
}
h2 {
	letter-spacing: 1px; font-family: "Lato", sans-serif;
}
h3 {
	letter-spacing: 1px; font-family: "Lato", sans-serif;
}
h4 {
	letter-spacing: 1px; font-family: "Lato", sans-serif;
}
h5 {
	letter-spacing: 1px; font-family: "Lato", sans-serif;
}
h6 {
	letter-spacing: 1px; font-family: "Lato", sans-serif;
}
.ubuntu {
	letter-spacing: 1px; font-family: "Lato", sans-serif;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.text-xs {
	font-size: 8px;
}
.text-sm {
	font-size: 10px;
}
.text-normal {
	font-size: 12px;
}
.text-lg {
	font-size: 14px;
}
.text-xl {
	font-size: 16px;
}
.text-xxl {
	font-size: 18px;
}
.text-icon {
	font-size: 26px;
}
.bold {
	font-weight: 700;
}
.w-100 {
	width: 100% !important;
}
.w-80 {
	width: 80% !important;
}
.w-75 {
	width: 75% !important;
}
.w-70 {
	width: 70% !important;
}
.w-66 {
	width: 66.66% !important;
}
.w-50 {
	width: 50% !important;
}
.w-40 {
	width: 40% !important;
}
.w-33 {
	width: 33.33% !important;
}
.w-30 {
	width: 30% !important;
}
.w-25 {
	width: 25% !important;
}
.w-20 {
	width: 20% !important;
}
.w-16 {
	width: 16.66% !important;
}
.w-15 {
	width: 15% !important;
}
.h-100 {
	height: 100% !important;
}
.lsp-1 {
	letter-spacing: 1px;
}
.lsp-2 {
	letter-spacing: 2px;
}
.lines-2 {
	height: 36px; line-height: 18px;
}
.bb-1 {
	border-bottom-color: rgba(0, 0, 0, 0.125); border-bottom-width: 1px; border-bottom-style: solid;
}
:last-child.bb-1 {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.bt-1 {
	border-top-color: rgba(0, 0, 0, 0.125); border-top-width: 1px; border-top-style: solid;
}
:first-child.bt-1 {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
.o-h {
	overflow: hidden;
}
.o-s {
	overflow: scroll;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.pointer {
	cursor: pointer;
}
.clear {
	clear: both;
}
