#equation-table, #equation-table-2 {
  border-collapse: separate;
  border-spacing: 6px;
}

.equations .equation-container {
  padding: 0.4em !important;
  cursor: pointer;
  transition: background-color 0.4s;
}
.equations .equation-container:hover {
  background-color: #d6e3fa;
}
.equations table.equation {
  width: 100%;
}

.conversion {
  transition: background-color 0.4s;
}
.conversion:hover {
  background-color: #d6e3fa;
  cursor: pointer;
}

.lightbox .calculator-container {
  display: none;
}
.lightbox .equation-placeholder {
  margin-bottom: 1.6em;
  width: 100%;
  padding: 1em;
  border: 1px solid #dddddd;
}
.lightbox label {
  width: 6em;
  display: inline-block;
  padding-right: 1em;
}
.lightbox label.calculated-value {
  width: auto;
}
.lightbox .input {
  display: block;
  margin-bottom: 1em;
}
.lightbox .input input {
  display: inline-block;
  width: 8em;
  padding: 4px; font-size:16px; color: #3366cc;
}
.lightbox .input input.error {
  color: white;
  background-color: red;
}
.lightbox button {
  margin-left: 6.2em;
  padding: 4px;
  margin-bottom: 1em;
}
.lightbox button.swap {
  margin-left: 10px;
}
.lightbox .output {
	border-top: 1px dashed #999;
  color:#149749;
  display: block;
	font-size:16px;
  margin-bottom: 1em;
  margin-top: 1.5em;
	padding-top:6px;
}
.lightbox .output label {
  font-weight: bold;
}
.lightbox-hidden {
  display: none;
}


div.calculator-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 15px;
  margin-right: 0px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABrUlEQVQ4T32TuW7CQBCGhyIPAAgDXWrAHFKUVBx+D9IAxubwyyQpuA+b9wBkp+QS0KcC5DeIiLLRjGLEYotpdna1/zf/jL0++A/DMAwAKDLGnCNwco91UiqVXvGi7wrAJEmibTQaJfG1EPPD4UBn0+kUyuUyaS8AXdcJ8Gb+Xhx4JerLD8xmM29AoVCAd4vBo/DgCfmyz6A8nwlQqVR4B+PxmCHg4/OuAZCfvmE+n4MsyzxgNBpRC5FIxLN/ZyY4BwRUq1U3IJ/P0wAXiwVkMhkCLZdLSKfTlK/XaxAEgQCKovCA4XDIEHA8HukyAlCMkUqlSIwRCoUIoKoqDxgMBgS4buH2M+IeCyCgVqvxgH6/fwGsViuqioLNZgOiKFK+3W4hGAyCaZpuQK/XI8DpdCKryWSSxChEAIoxdwD1ep130O12WS6Xc7Vw2wa2gA4ajYYbkM1mCXBrOx6Pk6vdbgeBQIAAzWaTB3Q6HYYA27bpciKRINsYsVgM9vs95X6/HyzLcgPa7TYB0HI4HHY9JDzH+eCKAE3TeAetVstgjBWxyp1n7PznE03T6Dn/AaSXTCBwxEnKAAAAAElFTkSuQmCC);
}

.CellA {width:35px;} 
.CellB {width:20px;text-align:center;}
.CellC {width:50px;}
.CellD {width:104px;}
.w-d {width:30px!important}
.equations {background-color:#fff; border:1px solid #ccc;padding:2px;margin:5px auto 0 auto;width:100%;box-sizing:border-box}
.equations td {padding:2px 2px!important} 
h2.TitleC {background-image:none;background-color:#eee;border-bottom:1px dotted #999;border-top:1px dotted #999;color:#000;display:block;font-size:16px;margin-bottom:10px;padding:5px 5px;}	
td,th{padding:6px 2px}

/*# sourceMappingURL=paint-equations.css.map */
