.uab-full-width {
	width: 100%;
}

.calculator_field_value {
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 16px;
	padding: 2px 5px;
}

.calculator-table tr {
	height: 60px;
	border-bottom: 1px dotted #141719;
}

.calculator-results {
	width: 100%
}

.calculator-results td {
	width: 50%;
}

.calculator-results tr>td:first-of-type {
	text-align: right;
}

.calculator-results tr>td:last-of-type {
	text-align: left;
}

.calculator-results-container {
	text-align: center;
}

.calculator-warning {
	font-size: 1.2em;
	font-weight: bolder;
}

.calculator-reset {
	font-size: 1em;
	position: relative;
	margin-left: auto;
	cursor: pointer;
}

.calculator-reset svg {
	height: 1em;
	stroke: #141719;
	fill: #141719;
}

.uab_filter_wrapper {
	color: #141719;
	background: white;
}

.uab_filter_wrapper h1, 
.uab_filter_wrapper h2 {
	color: #141719 !important;
}

.uab_filter_container ul {
list-style: none;
text-align: center
}
.uab_filter_container ul>li {
display: inline-block;
border-right: 1px solid;
padding: 5px;
cursor: pointer;
}

.uab_filter_container ul>li.selected {
	font-weight: bold;
}

/* NEGATIVE COLORS */
.uab_negative_colors { 
	background-color: white;
	color: #141719;
	text-align: center;
}

.uab_negative_colors h1,
.uab_negative_colors h2  {
	color: #141719 !important;
	text-align: center !important;
	width: 100% !important;
}


/* BOX SHADOW */
.uab_filter_item {
	margin-bottom: 20px;
	box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.1);
}
.uab_filter_item:hover {
	box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.1);	
	cursor: pointer;
	
}