.browser-card {
	max-width: 900px;
	margin: 0 auto;
	display: block;
	background-color: #FFFFFF;
	box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2);
	background: white;
}

.browser-card-header h3 {
	font-size: 18px;
	margin: 0;
}

.browser-card-header {
	padding: 20px;
}

.browser-card-body {
	padding: 20px;
	font-size: 14px;
	border-top: 1px solid #ECEFF1;
}

.browser-card-body h3 {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 18px;
}

.table-theme-1 {
	background: #FAFAFA;
	border-top: 1px solid #ECEFF1;
	border-bottom: 1px solid #ECEFF1;
}

.table-theme-1 tr {
	border-bottom: 1px solid #ECEFF1;
	vertical-align: top;
}

.table-theme-1 th, .table-theme-1 td {
	padding: 20px;
}

.make-vh-center {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.tb-gap-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.theme-bold {
	color: #3C78C3;
	font-weight: bold;
	font-size: 16px;
}

.text-blue {
	color: #3C78C3;
}

.text-sm {
	font-size:  14px;
}

.text-sm-2 {
	font-size:  13px;
}

.jambo {
	background: #FAFAFA;
	padding: 20px;
}

.text-red {
	color: #E52538;
}

.text-bold {
	font-weight: bold;
}


.g-button {
	background: #3C78C3;
	padding: 12px 10px !important;
	text-align: center;
	display: block;
	border: 1px solid #3163A2;
	transition: background 100ms ease-in;
	color: white !important;
}

.g-button:hover {
	background: #3163A2;
}

.text-dim {
	color: #78909C;
}

.text-green {
	color: #0DA69E;
}

.price-box {
	display: flex;
	flex-direction: column;
	min-height: 90px;
	justify-content: center;
}

.price-box-price {
	color: #E52538;
	font-size: 30px;
}

.price-box-unit {

}

.text-black {
	color: black;
}

.price-box-row {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	/*min-height: 90px;*/
}

.price-box-comment {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	color: #78909C;
}