@charset "UTF-8";
/* CSS Document */

.notes{
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1024px) {
	.notes{
		display: block;
	}
	.num{
		text-align: right;
	}
}