table {
		    font-family: Allerta, sans-serif;
		    border-collapse: collapse;
		    width: 100%;
		}
		
		td, th {
		    border: 1px solid #dddddd;
		    text-align: left;
		    padding: 8px;
		}
		
		tr:nth-child(even) {
		    background-color: #dddddd;
		} 
		.listtitle{
			font-weight: bold;
			color:#fb0404;
			font-size: 18pt;
		}
		.instruct {
			font-size:14pt;
		}
		.subs {
			text-align: center;
			text-decoration-line: none;
			text-decoration: none;
			text-decoration-color: black;
		}
		.netid {
			text-align: center;
		}
		.logins {
			text-align: center;
		}
		.dates {
			text-align: center;
		}
		#myBtn {
			  opacity: 0.7;
			  
			  display: none;
			  position: fixed;
			  bottom: 20px;
			  right: 30px;
			  z-index: 99;
			  font-size: 18px;
			  border: none;
			  outline: none;
			  background-color: rgba(129, 118, 118, 0.5);
			  color: white;
			  cursor: pointer;
			  padding: 15px;
			  border-radius: 4px;
		}
			
		#myBtn:hover {
			  background-color: #645f5f;
		}
		