@charset "UTF-8";
.w100 {
	width: 100%;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.underline {
	text-decoration: underline;
}

.highlight {
	font-size: 1.8em;
	font-weight: 700;
}

.align-center {
	text-align: center;
}

.alpha25 {
	background-color: rgba(0, 0, 0, 0.25);
}

.alpha0 {
	background-color: rgba(0, 0, 0, 0);
}

.right-icon {
	float: right;
}

.flex-right {
	justify-content: flex-end;
}

.debug-border {
	border: 1px solid #BBDEFB;
}

.debug-bg {
	background-color: #BBDEFB;
}