.p2 {
	padding: 2px;
}
.w100 {
	width: 100%;
}
.df {
	display: flex;
}
.dib {
	display: inline-block;
}
.jb {
	justify-content: space-between;
}
.mr {
	margin-right: 1em;
}
.row {
	display: flex;
	justify-content: space-between;
}