
.app-button {
	border-radius: 5px !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

.app-button-md {
	padding: .25rem .50rem !important;
	font-size: 1.05rem !important;
}

.app-button-primary {
	font-weight: bold !important;
	color: #ffffff !important;
	background-color: #358383 !important;
	border: 1px solid #358383 !important;
}

.app-button-primary:hover {
	background-color: #346d6c !important;
	border-color: #346d6c !important;
}

.app-button-secondary {
	font-weight: bold !important;
	color: #ffffff !important;
	background-color: #5895ab !important;
	border: 1px solid #5895ab !important;
}

.app-button-secondary:hover {
	background-color: #4a8195 !important;
	border-color: #4a8195 !important;
}

.app-center-panel {
	max-width: 315px;
	background-color: #ecf4fb;
	margin: 0 auto;
}