body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e4e4e4;
}
th, td {
	padding: 5px 10px 5px 5px ;
	font-size: 14px;
	border: none;
}
#navimage {
	border-radius: 8px;
}
@media (max-width: 300px) {
	td {
	display: block;
	font-size: 2px;
	}
}
.topnav {
	overflow: hidden;
	background-color: #000000;
}
.topnav a {
	margin: 0px 10px 0px 0px;	
	float: left;
	display: flex;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px ;
	text-decoration: none;
	font-size: 17px;
	border-radius:  4px;
}
.topnav a:hover {
	background-color: #ddd;
	color: black;
}
.topnav a:visited {
	color: white;
}
.topnav a.active {
	background-color: #bd021b;
	color: white;
}
.topnav .icon {
	display: none;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.wrapper {
	width: min(900px, 100% - 2rem);
	margin-inline: auto;
}
.logo	{
	text-align: center;
	width: 60px;
	padding: 5px;
}
.meetname	{
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}
.host	{
	text-align: left;
	font-size: 13px;
}
.date	{
	text-align: left;
	font-weight: bold;
	font-size: 13px;
}
.live	{
	text-align: right;
	font-weight: bold;
	font-size: 13px;
}
a:active {
    color: inherit;
}
a:hover	{
  color: #e67e22; 
}
.welcome {
	border-collapse: collapse;
	width: 100%;
	border: none;
	justify-content:  center;
	min-height: 40vh;
 }
.welcome th, .welcome td {
	padding: 3px;
	font-size: 25px;
	text-align: center;
}
.spacer-table {
	border-collapse: collapse;
	width: 100%;
	background-color: #ffffff;
 }
.spacer-table th, .spacer-table td {
	border: none;	
	padding: 3px;
}
.table-gap	{
	background-color: #e4e4e4;
}
.table-gap-month	{
	background-color: #000000
}
.table-gap th, .table-gap td {
	padding:  10px;
}
.table-gap-month th, .table-gap-month td {
	padding:  10px;
}
.spacer-table a, a:visited {
    color: #4B75CC; 
	text-decoration: none;
}
.spacer-table a:hover {
    color: #e67e22; 
}
.radio {
	margin: 0px 0px 0px 20px;
	display: inline-flex;
	overflow: hidden;
	border-radius:  15px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.radio__input {
	display: none;
}
.radio__label {
	padding: 8px 14px;
	cursor:  pointer;
	color:  #ffffff;
	background: #bd021b;
	transition: background 0.1s;
}
.radio__label:not(:last-of-type) {
	border-right: 1px solid #000000;
}
.radio__input:checked + .radio__label  {
	background: #228B22;
}
