﻿body {
	font-family: Rotobo, Helvetica, Arial, sans-serif;
}

.asr-main {
	background: transparent;
}

.asr-main > .asr-header {
	width: 100%;
	box-sizing: border-box;
	padding: 0rem;
	overflow: hidden;
}

.asr-main > .asr-header > .asr-toolbar {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	float: right;
}

.asr-main > .asr-header > .asr-toolbar > .asr-toolbar-item {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	background: #139DE0;
}

.asr-main > .asr-header > .asr-toolbar > .asr-toolbar-item > i {
	margin-top: -0.25rem;
}

.asr-main > .asr-header > .asr-toolbar > .asr-toolbar-item > span {
	position: absolute;
	color: white;
	font-size: 0.7rem;
	bottom: 0.1rem;
}

.asr-main > .asr-header > .asr-toolbar > .asr-toolbar-item:not(:first-child) {
	margin-left: 0.25rem;
}

.asr-main > .asr-header > .asr-toolbar > .asr-toolbar-item > i {
	font-size: 1.25rem;
	color: white;
}

.asr-main .asr-section {
}

.asr-main .asr-section:not(:first-child) {
	margin-top: 1rem;
}

.asr-main .asr-section > .asr-title {
	font-size: xx-large;
	font-weight: bold;
}

.asr-main .asr-section > .asr-pdfs {
}


