#medInterest {
	/*text-align:center*/
}

#medInterest .btn {
	white-space:normal;
	/*padding-left:1em;*/
	/*padding-right:1em*/
}

#frontInterestedForm figure img {
	margin:auto
}

#frontInterestedForm,.hidden {
	display:none
}

#frontInterestedForm .form-control {
	font-size: 16px;
}

.med-pull-right {
	float:right
}

.med-small-font {
	font-size:small
}

.tooltip-green {
	--balloon-color:green
}

.tooltip-red {
	--balloon-color:red
}

div.custom_gdpr_consent div:nth-child(1) {
	float:left
}

#display_captcha {
	width:3.5em;
	margin-left:.5em
}

.centered-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    height: 100%;
}

.med_content {
 padding: 5px 20px;
}

.med_content h2 {
    font-weight: 600;
	font-size: 1.6rem;
    font-family: "Open-Sans", sans-serif;
    color: #3d3d3d;
}

label[for="gdpr_consent"] {
    font-style: italic;
}

abbr[data-bs-original-title], abbr[title] {
	text-decoration: none;
}
.italic-text {
    font-style: italic;
}

#submitInterestedInProduct {
    background: #177E89;
    color: white;
    border-color: #177E89;
}

#submitInterestedInProduct:hover {
    background: #00254D;
}

#data_quantity {
	width: 100%;
    max-width: 100px;
	margin-bottom: 10px;
}

figure {
    margin-bottom: 0px;
}