﻿.errorstyle {
	text-align: right;
	font-family: Helvetica, sans-serif;
	font-style: normal;
	color: darkred;
	font-size: 40px;
	padding: 20px
}

.primary {
	background-color: var(--color-primary);
	color: white !important;
	fill: white !important;
	transition: box-shadow 240ms var(--easing);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 8px 24px;
	font-size: 16px !important;
	font-weight: 600;
	font-family: inherit !important;
	letter-spacing: 0.15px;
	outline: 0;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	text-decoration: none;
	line-height: 20px;
	min-height: 36px;
	min-width: 36px;
	margin-bottom: 0px;
	-webkit-tap-highlight-color: transparent;
	appearance: none;
	flex: 1;
	width: 100%;
}

table {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

td {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
}

.labeldetail {
	text-align: right;
	font-family: Helvetica, sans-serif;
	font-style: normal;
	color: #6c6e72;
	font-size: 12px;
}

