.c-table--standard th {
	text-align: left;
	border-bottom: 1px solid #d8d8d8;
	padding: 8px;
}

.c-table-responsive table {
	white-space: nowrap;
}

.c-table--standard {
	width: 100%;
}

.c-form {
	border: 1px solid #000;
	border-radius: 8px;
	background: #fff;
}

.c-textbox {
	font-size: 1rem;
	background-color: #fff;
	border: 1px solid #3c3c3b;
	color: #282827;
	padding: 16px;
}

.c-btn--continue {
	background: #3abd35;
	border: 2px solid #167912;
	border-radius: 8px;
	font-family: Gotham Ultra, "Gotham Book", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.2rem;
	letter-spacing: .28px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 32px;
	padding-right: 32px;
	line-height: 20px;
}

.c-btn--select {
	background-color: #3abd35;
	border-color: #167912;
	border-width: 2px;
	text-align: center;
	border-radius: 8px;
	font-family: Gotham Ultra, "Gotham Book", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.2rem;
	letter-spacing: .5px;
	padding: 5px 12px;
}

.c-btn img {
	max-width: 35px;
}

.js-image-cropper {
	width: 400px;
	height: 300px;
}

.logo-buttons {
	width: 36px;
	position: absolute;
	top: 5px;
	left: 15px;
}

	.logo-buttons .cancel {
		margin-bottom: 4px;
		border-radius: 4px;
		width: 28px;
		height: 28px;
		line-height: 0px;
		font-size: 0px;
		background-image: url(/js/simple-image-cropper/images/Cancel.png);
		background-repeat: no-repeat;
	}

.logo-container {
	position: relative;
}