﻿body {
	color: white;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.Phone {
	all: unset;
	border-radius: 10px;
	font-size: 22px;
	margin: auto;
	text-align: center;
	width: 290px;
	height: 30px;
	color: darkblue;
	background-color: white;
}
.Status {
	font-size: 16px;
	color: darkblue;
	padding: 5px;
}
.PageTitle {
	margin: auto;
	text-align: center;
	font-size: 28px;
	color: #ff8000;
	padding: 20px 0px 0px 0px;
	color: black;
}
.EventTable {
	/*border: 5px solid red;*/
	margin: auto;
}
.NoEventsFound {
	margin: auto;
	text-align: center;
	font-size: 22px;
	color: #ff8000;
	padding: 20px 0px 0px 0px;
	color: black;
}
.EventTitle {
	color: black;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	text-align: left;
	font-weight: 700;
	vertical-align: text-bottom;
}
.EventTime {
	color: black;
	font-size: 14px;
	text-align: right;
	vertical-align: text-bottom;
}
.EventLocName {
	color: slategray;
	text-align: left;
	font-size: 12px;
	font-weight: 600;
}
.EventAddress {
	color: slategray;
	text-align: left;
	font-size: 12px;
	padding: 0px 0px 10px 5px;
}
.EventDescription {

}
.Button {
	width: 100px;
}
.LoginButton {
	border-radius: 10px;
	width: 70px;
	height: 33px;
	font-size: 18px;
	margin: 0;
}
.BottomButton {
	width: 350px;
	font-size: 20px;
	margin: auto;
}