.bmr-calculator-container {
	border-radius: 10px;
	color: #3e3e3e;
	background-color: #eceaea;
}
.bmr-calculator-header {
	border-bottom: 1px solid #d0d0d0;
}
.bmr-calculator-input {
	border: 0;
	border-radius: 8px;
	font-weight: bold;
	font-size: 0.8em;
	color: #636363;
	background-color: #f3f3f3;
}
.bmr-calculator-input:focus {
	background-color: #ffffff;
}
.bmr-calculator-item-container label {
	font-weight: bold;
	font-size: 13px;
}
.bmr-calculator-results label {
	font-weight: normal;
}
.bmr-calculator-submit, .bmr-calculator-reset {
	text-align: center;
	border-radius: 8px;
	background-color: #d0d0d0;
}
.bmr-calculator-reset {
	margin-top: 0;
	background-color: #f3f3f3;
}
.bmr-buttons {
	text-align: center;
}
.bmr-input-label {
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	color: #3e3e3e;
	background-color: #d0d0d0;
}
.bmr-error-display {
	text-decoration: underline;
	color: #3b64ff;
}
.bmr-split-button {
	border: 0;
	color: #717171;
	background-color: #f3f3f3;
	border-radius: 8px;
}
.bmr-split-button:hover, .bmr-active {
	background-color: #d0d0d0;
}
.bmr-sb-1 {
	margin-right: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.bmr-sb-2 {
	margin-left: -5px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-left: 1px solid #eceaea;
}

/* Tooltip */
.bmr-tip {
	background-color: #ffffff;
	color: #000000;
}
.bmr-tip .bmr-tiptext {
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #cccccc;
}
.bmr-tip .bmr-tiptext::after {
	 border-color: #444444 transparent transparent transparent;
}
.bmr-print-button {
    background-color: #c5c5c5;
    border: 0;
    border-bottom: 1px solid #ffffff;
}