table.PinkTable {
  font-family: Tahoma, Geneva, sans-serif;
  border: 2px solid #F213B2;
  background-color: #FFFFFF;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.PinkTable td, table.PinkTable th {
  border: 2px solid #FF00FF;
  padding: 3px 3px;
  text-align: left;
}
table.PinkTable td.columnleft {
   text-align: left;
}

table.PinkTable td.columncenter {
   text-align: center;
}

table.PinkTable td.columnright {
   text-align: right;
}


table.PinkTable tbody td {
  font-size: 16px;
  color: #0A0A0A;
}

table.PinkTable thead {
  background: #FAAFBE;
  border-bottom: 2px solid #FF00FF;
}
table.PinkTable thead th {
  font-size: 18px;
  font-weight: bold;
  color: #050505;
  text-align: center;
  border-left: 2px solid #FF00FF;
}
table.PinkTable thead th:first-child {
  border-left: none;
}

table.PinkTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #050505;
  background: #FFFFFF;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 66%, #FFFFFF 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 66%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 66%, #FFFFFF 100%);
  border-top: 2px solid #FF00FF;
}
table.PinkTable tfoot td {
  font-size: 14px;
}
table.PinkTable tfoot .links {
  text-align: right;
}
table.PinkTable tfoot .links a{
  display: inline-block;
  background: #FF00FF;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

table.PinkTable tr:hover {background-color: #ddd;
}

#EventNameFont {
font-family: Tahoma, Geneva, sans-serif;
font-size: 25px;
letter-spacing: 2px;
word-spacing: 2px;
color: #F535AA;
font-weight: 700;
text-decoration: none;
font-style: normal;
font-variant: small-caps;
text-transform: capitalize;
text-shadow: 2px 2px 5px #F535AA;}
}
.styled-select select {
   background: #F2E5F5;
   width: 100%;
   padding: 5px;
   font-size: 30px;
   line-height: 4;
   border: 2;
   border-radius: 1;
   height: 80px;
   -webkit-appearance: none;
}
.button {
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: 0px 0px;
  cursor: pointer;
}
.button1 {background-color: #FF69B4;} /* Green */
.button2 {background-color: #008CBA;} /* Blue */
}
.select {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #555;
}
.select select {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: .5rem 2.25rem .5rem 1rem;
  line-height: 2.5;
  color: white;
  background-color: #FF69B4;
  border: 0;
  border: 1px solid #D0D0D0;
  border-radius: .25rem;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* Undo the Firefox inner focus ring */
.select select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.divider {
    background-color: green;
}