label,
input,
#buttons-block,
#results-block {
	display: block;
}

input,
#result {
	/*margin-bottom: 32px;*/
}

#result-value {
	font-weight: bold;
}
table th {
	text-align: left;
	padding-left: 8px !important;
}
table td, table th {
    padding: 1px;
    /*line-height: 1.5;*/
    vertical-align: middle;
}

.yellow {
	background-color: #D2DBEB;
}

.dark-yellow {
	background-color: #D2DBEB;
}

.orange {
	background-color: none;
}

.writable {
	background-color: #FFFF00;
}

/* Tooltip (https://www.w3schools.com/css/css_tooltip.asp) */
.tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltip-text {
  visibility: hidden;
  min-width: 200px;
  background-color: #000000;
  color: #fff;
  text-align: center;
  border-radius: 0.5em;
  padding: 0.5em 0.5em;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
}
/* Container*/
.elementor-element-5a84314 {
		width: 100%;
}
.elementor-widget-container-x {
	overflow-x:auto;
}
#calulation-helper {
 min-width: 700px !important;
}
/* Table */
table thead{
	font-size: 1.5em !important;
	font-weight: 800;
}
table td {
	padding: 0px !important;
}
table input {
	padding: 8px;
	border: none;
	width: 100%;
}
#results-div {
	float: left;
	width: 50% !important;
	padding-top: 12px;
}
#buttons-div {
	float: right;
	width: 50% !important;
	text-align: right;
	padding-top: 16px;
	overflow: visible !important;
}
#calc, #reset {
	border: none !important;
}
#calc:hover, #reset:hover {
-webkit-box-shadow: 10px 13px 14px -7px rgba(26,26,48,0.1);
-moz-box-shadow: 10px 13px 14px -7px rgba(26,26,48,0.1);
box-shadow: 10px 13px 14px -7px rgba(26,26,48,0.1);
}
#reset {
	margin-bottom: 16px;
}
@media screen and (min-width:900px) {
	#reset {
		margin-right: 16px;
	}
}

#version {
	font-size: 0.8em;
	color: #676767;
}