.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	/* [disabled]color: inherit; */
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	/* [disabled]color: inherit; */
}




#info_text {

}
#event_text {
  line-height: 20px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
}
.style5 {
  color: #FF0000;
  font-weight: bold;
}
.style6 {
  font-size: 9px
}
.style9 {
  color: #FF0000
}
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.style12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
}
a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #6C6C6C;
  text-decoration: underline;
}
a:active {
  color: #6C6C6C;
  text-decoration: none;
}
.style13 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #FFFFFF;
}
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
	background-color: #828282
}
.style13 a {
  color: #9C9C9C;
}
.style22 {
  color: #BBBBBB
}
.style23 {
  color: #FFFFFF
}
.style24 {
  font-size: xx-small
}
.style25 {
  color: #890C45;
  font-size: large;
}
.style26 {
  color: #999999
}
.style28 {
  font-size: 1.3em
}
.style34 {
  font-size: 18px
}
.style44 {
  font-size: 24px
}
.style19 {
  color: #FFFFFF;
  font-weight: bold;
}
.style49 {
  font-size: 47px
}
.style53 {
  font-size: x-small
}
.style54 {
  color: #7FBFFF
}
.style57 {
  color: #444444
}
/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}

/* Facebook */
.fa-envelope {
  background: #CDCDCD;
  color: white;
}
.style61 {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.style62 {
	font-size: 1em
}
#container {
  max-width: 2160px;
  margin: 0 auto;
}
#containerSmall {
  max-width: 1200px;
  margin: 0 auto;
	background-color: #FFFFFF
}
.style62 a  {
  color: #606060;
  text-decoration: underline;
}

td.roundedCorners {
    border-radius: 1.0em;
}

td.roundedCornersTop {
    border-radius: 1.0em 1.0em 0.0em 0.0em;
}

td.roundedCornersBorder {
	border: 0.1em solid black;
    border-radius: 1.0em;
}
#table2, #table3, #table4, #table3temp, #table4temp {
    display: none;
}

div#register a:hover {
border-bottom: 1px solid white;
}
.olControlAttribution {
  right: 5px;
	bottom: 5px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px; /* 5px rounded corners */
	width: 32%;
	flex: 1;
	display: table-cell;

}
.cardFour {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px; /* 5px rounded corners */
	width: 24%;
	flex: 1;
	display: table-cell;

}
/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
  padding: 2px 16px;
}
.row {
    display: table;
}
