aside.sidebar {
	margin-top: 1rem;

	@include media-breakpoint-up(lg) {
		margin-top: 0;
	}

	@include media-breakpoint-up(xl) {
		margin-top: 15px;
	}

	.buttons {
		text-align: center;
		margin-top: 1.5rem;

		.btn {
			&.btn-download {
				margin-bottom: 0.25rem;

				img {
					vertical-align: -2px;
					margin-right: 0.1rem;
					height: 1rem;
				}
			}

			&.btn-reset {
				img {
					vertical-align: -3px;
					height: 0.9rem;
				}
			}
		}
	}
}