.textStyle:hover{
	background-color: #ffd699;
	font-weight: bold;
}
.agenda {  }

/* Dates */
.agenda .agenda-date { width: 170px; }
.agenda .agenda-date .dayofmonth {
  width: 40px;
  font-size: 36px;
  line-height: 36px;
  float: left;
  text-align: right;
  margin-right: 10px; 
}
.agenda .agenda-date .shortdate {
  font-size: 0.75em; 
}


/* Times */
.agenda .agenda-time { width: 140px; } 


/* Events */
.agenda .agenda-events {  } 
.agenda .agenda-events .agenda-event {  } 




.topnavmobile {
  overflow: hidden;
  /*background-color: #333;*/
  /*background-color: #fcba03;*/
  background-color: #8f8e8b;
  display: none;
  font-size: 17px;
  border-bottom: 1px solid #ffffff;
}
.topnavmobileauxmenu {
  color: white;
  overflow: hidden;
  background-color: #333;
  display: none;
  text-align:center;
  border-bottom: 1px solid #ffffff;
}
.topnavmobileauxmenuoption{
	color: white;
	font-size: 12px;
}

.topnavmobileauxmenuoption {
	color: white;
	font-size: 16px;
}

.topnavmobileauxmenuoption a:hover {
	color: white;
	font-size: 16px;
	font-weight: bold;
}

.topnavmobile a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

.topnavmobile a:hover {
  background-color: #ddd;
  color: black;
}

.topnavmobile a.active {
  /*background-color: #fcba03;*/
  background-color: #8f8e8b;
  color: white;
}

.topnavmobile .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnavmobile a:not(:first-child) {display: none;}
  .topnavmobile a.icon {
    float: right;
    display: block;
  }
  .topnavmobile { display: block;}
  .topnavmobileauxmenu { display: block;}
}

@media screen and (max-width: 600px) {
  .topnavmobile.responsive {position: relative;}
  .topnavmobile.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnavmobile.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnavmobile { display: block;}
  .topnavmobileauxmenu { display: block;}
}


.navbarDesktop {
	display: none;
}




@media screen and (min-width: 601px) {
	
	.navbarDesktop { display: block;}
}



.bottomBar {
	bottom: 0;
	width: 100%;
	color: white;
	background-color: #333;
	
}

.bottomBar a {
	bottom: 0;
	width: 100%;
	color: white;
	background-color: #333;
	
}