.T5001 .buttonwrapper {
	display: flex;
	flex-direction: column;
}

.T5001 .buttonwrapper .button {
	margin-bottom: 0.5rem;
	text-align: center;
}
@media (min-width: 567px) {
	.T5001 .buttonwrapper {
		flex-direction: row;
		justify-content: space-between;
	}

	.T5001 .buttonwrapper .button { margin-bottom: 0rem; width: 20%; }
	.T5001 .buttonwrapper.size2 .button { width: 40%; }
	.T5001 .buttonwrapper.size3 .button { width: 30%; }
	.T5001 .buttonwrapper.size4 .button { width: 23%; }
}

@media (min-width: 768px) {

}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {

}
.T5001.S8264 .buttonwrapper {
	justify-content: center;
}

.T5001.S8264 .buttonwrapper .button {
	margin-right: 0.5rem;
}

.T5001.S8264 .buttonwrapper.size1 .button {
	margin-right: 0rem;
}

