body {
  background-color: #FFFFFF;
  background-image: linear-gradient(rgba(33, 30, 30, 0.1), rgba(33, 30, 30, 0.1)), url("back_2.png");
}

.mainblock {
	color: #281C28;
  overflow: clip;
  outline: 4px outset #EAC0DD;
  border-radius: 2px;
  height: 100%;
  width: 52%;
  min-width: 620px;
  background: url("tiles.png");
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 25px;
  margin-top: 20px;
  margin-bottom: 50px;
  line-height: 1.45;
}

.maintext {
  padding-left: 2%;
  padding-right: 2%;
  font-family: Arial;
  font-size: 95%;
}

.navbar {
	width: 100%;
	outline: 2px outset #FFD1FF;
	background: url("tiles.png");
	border-left: none;
	border-right: none;
	padding: 0;
}

.navbar2 {
	width: 100%;
	outline: 2px outset #FFD1FF;
	background: url("tiles.png");
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 0;
}

h2 {
	font-size: 1.5em;
	border-bottom: 3px solid #825B82;
	border-radius: 3px;
	padding-bottom: 2.5px; 
}

.padded {
	margin-left: 16px;
	margin-right: 16px;
	width: 90%;
}

.navtab {
	width:200px;
	border: none;
	text-align: center;
	padding: 9;
}

.navetc {
	border: none;
	padding: 9;
}

.br2 {
	display: block;
	margin-bottom: 1em;
}

.maintext2 {
  font-size: 95%;
}

.table1 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: 90%;
}

.eventname{
  text-align: center;
  font-weight: 250;
  padding-top: 48px;
  padding-bottom: 48px;
}

ul.sq {
  list-style-type: square;
}

div.a {
  text-indent: 50px;
}

a {
  color: #004F7A;
}

table {
  border: 1px solid #5E6E77;
}

th, td {
  border: 1px solid #282C44;
}

small {
	font-size: 90%;
}

.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

 /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
} 