#div1, #div2
{width:334px; height:79px;margin:10px;
}

#helpCard {
  display: none;
  width: 96%;
  margin: auto;
  position: absolute;
  border: 3px solid #000000;
  background-color: #FFFFFF;
  z-index: 5;
}

.closeBtn {
  background-color: #cacaca;
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 20px;
}

.helpSide {
  width: 49%;
  float:left;
  padding: 5px;
}

#helpCard h3 {
  text-align: center;
}

#helpCard table tr {
  background-color: #b7c8e3;
}

#helpCard table tr:nth-child(odd) {
  background-color: #cfd5e0;
}

#helpCard table tr:first-child {
  background-color: #326ebc;
  color: #FFFFFF;
  font-size: 80%;
  height: 40px;
}

#helpCard th, #helpCard td  {
  padding: 4px 6px;
  vertical-align: top;
}
  
#helpCard th {
  text-align:left;
}
  
#helpCard td, #helpCard th  {
  border: 2px solid #FFFFFF;
}

table, th, td {
  border: 2px solid;
}

#helpCard tr td:first-child {
  text-align: center;
}

#helpCard tr td:last-child {
  font-weight: bold;  
}

#thankyou {
  text-align: center;
}

.card {
  width:100%;
  height:100%;
  background-color:#FFFFFF;
  padding: 4px;
  font-size: 90%;
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.card th {
  font-size: 90%;
}

.card td {
  font-size: 95%;
}

.card th:first-child {
  width: 100px;
}

.card th:last-child {
  width: 80px;
}


.card table {
  border:2px solid #000000;
  height: 100%;
  width: 100%;
  text-align: center;
}

.card td, .card th {
  text-align: center;
  border: 1px solid #999999;
  cursor: pointer;
}

.card_val {
  font-size:130%;
  font-weight: bold;  
}

mark {
    background-color: blue;
    color: white;
}

.editableTable { 
	border:solid 1px;
	 
} 

.editableTable td { 
	border:solid 1px; 
	background-color:white;


} 
.editableTable th { 
	border:solid 1px;
	background-color: #dddddd;

} 


.editableTable tr:nth-child(even) {

}

.button {
    background-color: #eff1f0; /* Green */
    border: .5px solid #000000; /* Black */
    color: black;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    border-radius: 12px;
}