.pbx-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pbx-container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

button.pbx-button-primary {
	color: #ffffff;
	background-color: #10409c;
}
