body {
	font-family:Arial;
	background-color: white;
	color: black;
	font-size: .8em; 
}

a {
    color: #888;
}

.warning {
	color:red;
}

.fa {
	font-size: 2.0em;
	color: #888;
}

p {
	line-height: 30%;
}

p.fullheight {
	line-height: 100%;
}

h1 {
	color: #888;
	font-size: 1.5em;
}

.class-date {
	
}

.table {
	display:table;
}

.table-row {
	display:table-row;
}

.table-cell {
	display:table-cell;
	padding: 5 0 0 10;
}

a:link, a:visited {
    background-color: rgb(122, 71, 121);
    color: white;
    padding: 5px 20px;
    text-align: center; 
    text-decoration: none;
    display: inline-block;
	border-radius: 10px;
	/* display:none; -- hide button during pandemic closure */
/* 
	margin-top:10px;
 */
}

a:hover, a:active {
    background-color: rgb(215, 122, 0);
}

#wrapper {

	border: solid;
	background-color: #eee;
	border-radius: 10px;
	border-color: #bbb;
	border-width: 1;
    padding: 5px 10px;	
}
