.answer {font-size:14pt; padding:1px 5px 1px 5px;}
.info14 {font-size:14pt; padding:1px 5px 1px 5px;}
.info12 {font-size:12pt; padding:1px 5px 1px 5px;}
.selector {font-size:12pt; padding:0 0 0 0;}
.selector10 {font-size:12pt; padding:0 10px 0 10px;}
.score {font-size:14pt; color:Red; padding:1px 5px 1px 5px;}
.palm-group-title {font-size:12pt; padding:5px 10px 5px 10px; text-align:center;}
.palm-button {font-size:14pt; padding:10px 20px 10px 20px;} 
.result {font-size:12pt; padding:1px 5px 1px 5px; margin-left: 5px;}
.bingo-button {font-size:14pt; padding:10px 10px 10px 10px; text-align:center;}
.top-button {background-color: cyan;}
.bottom-button {background-color: yellow;}

/* Progress Bar */
.progress {
  width: 100%;
  background-color: lightgrey;
  padding: 2px 1px;
}

.bar {
  width: 1%;
  height: 20px;
  background-color: yellow;
}

/* 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 */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  height: auto;
  overflow: auto; /* Enable scroll if needed */
}

/* The Close Button */
.modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
