.loginlinks
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 7pt;
    COLOR: white;
    FONT-FAMILY: Roboto;
    TEXT-DECORATION: none
}

.littlelinks
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 7pt;
    COLOR: #000084;
    FONT-FAMILY: Roboto, Arial;
    TEXT-DECORATION: none
}

.littlewhitelinks
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #ffffff;
    FONT-FAMILY: Roboto, Arial;
    TEXT-DECORATION: none
}

.smallwhitetext
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: white;
    FONT-FAMILY: Roboto
}

.smallyellowtext
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #ffff99;
    FONT-FAMILY: Roboto, Arial
}

#Menu1 {
  background-color: #EBEBEB;
  border: 1px solid Black;
  width: 100%;
}

#Menu1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
}

#Menu1 a {
  color: #033333;
  font-family: Roboto;
  font-size: 9pt;
  text-decoration: none;
  white-space: nowrap;
  display: block;
}

body, p {
  font-family: 'roboto', sans-serif;
}

.container {
  display: flex;
  flex-direction: row;
}

.form-container {
  flex: 1;
  margin-right: 20px;
  margin-left: 75px;
}

.contact-info-container {
  flex: 1;
  margin-left: 20px;
}

#contact-form {
  display: flex;
  flex-direction: column;
}

.form-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

label {
  margin-right: 10px;
}

input,
textarea {
  padding: 5px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#pteLoginView_pteLogin_LoginButton {
  display: block;
  margin: 0 auto;
}

#UpdatePanel2 a {
  color: white;
}

.footer
{
    FONT-SIZE: 7pt;
    COLOR: white;
    FONT-FAMILY: "Roboto"
}

nav {
  display: flex;
  padding-top: 8px;
  margin-left: 200px;
}

nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav li {
  margin-right: 35px;
}

nav li:last-child {
  margin-right: 0;
}

nav a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}

#pllgames table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}

#pllgames th {
	background-color: #000084;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 5px 10px;
	border: 1px solid #000084;
	border-radius: 3px;
	white-space: nowrap;
}

#pllgames td {
	font-size: 14px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	white-space: nowrap;
}

#pllgames tr:nth-child(even) {
	background-color: #f2f2f2;
}

#sponsor table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}

#sponsor th {
	background-color: #000084;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 5px 10px;
	border: 1px solid #000084;
	border-radius: 3px;
	white-space: nowrap;
}

#sponsor td {
	font-size: 14px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	white-space: nowrap;
}

#sponsor tr:nth-child(even) {
	background-color: #f2f2f2;
}

#rules {
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
}

#rules li {
  margin-bottom: 10px;
  text-align: left;
}

#concessions form {
  display: flex;
  flex-direction: column;
}

#concessions form span {
  margin-bottom: 1px;
}

#concessions td {
  vertical-align: top;
  position: relative;
  border: 1px solid black; 
}
