:root {
	font-family: 	Roboto,HelveticaNeue,Arial,sans-serif;
}

.tab_space {
	display: inline-block;
	width: 10px;
}

@keyframes rotateSpinner {
	to {
		transform: rotate(360deg);
	}
}

.calendar {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid black;
}

.calendar, .calendar table {
	font-size: 12px !important;
	width: 255px;
	z-index: 255;
}
