body {
    background-color: #fff;
}

#author {
	font-family: Verdana, Arial;
	font-size: 11px;
	position: fixed;
	right: 10px;
	bottom: 10px;
}

.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 5px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

#mySubstanceInput {
  box-sizing: border-box;
  background-image: url('https://www.w3schools.com/css/searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#mySubstanceInput:focus {outline: 3px solid #ddd;}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.CondDropdown {
	border: 0;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  font-size: 13px;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  font-family: Calibri, Arial, Helvetica, Geneva, sans-serif;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.EOSname {
	font-weight: bold;
	font-size: 20px;
}

.EOSname a {
	color: #000;
}

.pureCalcInfo a {
    text-decoration: none;
    color: #00d;
}

.show {display: block;}

.app {
	display: flex;
	flex-wrap: wrap;
	margin: 20px;
	font-family: Calibri, Arial, Helvetica, Geneva, sans-serif;
}

.specifysubstance {
	width: 350px;
	line-height: 1.5;
}

.EOS {
	width: 350px;
	height: 50px;
    display: flex;
    align-items: center;
}

.condition {
	width: 350px;
	line-height: 1.5;
}

.saturation {
	width: 350px;
	line-height: 1.5;
}

.showResults {
	width: 600px;
	margin-top: 30px;
}

.error {
	color: #f00;
}

.Zresults {
	margin-top: 30px;
}

.Zresults, .Vresults, .phiresults, .Uresresults, .Hresresults, .Sresresults, .Aresresults, .Gresresults {
	display: flex;
	flex-wrap: wrap;
	line-height: 2;
}

.Zresults, .phiresults, .Hresresults, .Aresresults {
	background-color: #eaffea;
    opacity: 1;
    background-image:  repeating-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), repeating-linear-gradient(45deg, #ffffff 25%, #eaffea 25%, #eaffea 75%, #ffffff 75%, #ffffff);
    background-position: 0 0, 4px 4px;
    background-size: 8px 8px;
}

#Z1result, #Z2result, #V1result, #V2result, #phi1result, #phi2result, #Ures1result, #Ures2result, #Hres1result, #Hres2result, #Sres1result, #Sres2result, #Ares1result, #Ares2result, #Gres1result, #Gres2result {
	width: 200px;
}

#Z2result, #V2result,#phi2result, #Ures2result, #Hres2result, #Sres2result, #Ares2result, #Gres2result {
    padding-left: 15px;
	border-left: 1px dotted;
	border-color: #04AA6D;
}

#Z3result {
	padding-left: 15px;
	border-left: 1px dotted;
	border-color: #04AA6D;
}