body {
	color: #000000;
	font-family: arial,sans-serif;
	font-size: 1em;
	background: #ffffff;
	margin: 0;
}
.container {
	margin: auto;
	width: 95%;
}
.navigation {
	background-color: #c0c0c0;	
}
.logo {
	width: 150px;
}
.item {
	padding: 28px;
	display: inline-block;
}
.item a {
	color: #0000ff;
	background-color: #c0c0c0;
}
.item a:hover {
	color: #3c3cff;
	background-color: #d7d7d7;
}
li {
  margin: 10px 0;
}
#error_msg {
	color: #ff0000;
	margin: 20px;
}
#message {
	color: #009900;
	margin: 20px;
}
		#speech_div
    	{
    		border: 1px solid red;
    		width: 90%;
    		height: 7em;
    		overflow: scroll;
    	}
    	#sr_sound_level_container
    	{
    		border: 1px solid black;
    		width: 300px;
    		margin: 1px;
    		/*position: absolute;
    		top: 1em;
    		left: 1em;*/
    	}
    	#sr_sound_level
    	{
    		background-color: #FF0000;
    		width: 0px;
    		height: 1em;
    	}
    
	.waitlist {
		width: 90%;
	}
    .waitlist table {
    	border: 1px solid black;
    }
    .waitlist tr:nth-child(odd) {
    	background-color: #ffffff;
    }
    .waitlist tr:nth-child(even), .waitlist tr:nth-child(even) input[type=text] {
    	background-color: #dddddd;
    }
	.waitlist tr:hover > td {
		background-color: #ddccaa;
	}
    .waitlist td {
    	border: 1px solid black;
    }
    .waitlist th {
    	background-color: #55AABB;
    	border: 1px solid black;
    }
    .waitlist input[type=checkbox] {
  		transform: scale(1.5);
  	}
  	.waitlist input[type=text] {
  		font-size: 1em;
  	}
.on {
	display: inline-block;
}
.off {
	display: none;
}
td { position: relative; }
.strikethrough td:not(.on):before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #111;
  width: 100%;
}
.strikethrough:not(.on) td:after {
  /* content: "\00B7"; */
  font-size: 1px;
}
#phrase_div {
	border: 2px solid black;
	max-height: 50vh;
	overflow-y: scroll;
}
#footer {
	min-height: 2em;
	background-color: #C0C0C0;
}
.submenu {
	margin-left: 1em;
}

/* The Modal (background) */
/* https://www.w3schools.com/howto/howto_css_modals.asp */
.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%;
}
.popup-content { /* Added by Jeff */
	margin-top: 1.5em; /* Added by Jeff */
	overflow-y: scroll; /* Added by Jeff */
  	max-height: 70vh; /* Added by Jeff */
}
/* 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;
}
.phrase_input {
	width: 50%;
}
.saving {
	position: fixed;
	bottom: 2em;
	right: 1em;
	z-index: 100;
	background-color: #eeeeee;
}
.break_timer {
	position: fixed;
	bottom: 5em;
	right: 1em;
	z-index: 100;
	background-color: #eeeeee;
}
#play_btns_div button {
	padding: 5px;
	margin: 5px;
	font-size: 1em;
	
}
