body {
  padding: 50px;
  /*font: 14px "Raleway", Helvetica, Arial, sans-serif;*/
  /* background-color: rgb(243, 244, 245); */ 
   background-color: rgb(230, 230, 230);
}

table {
    border-collapse: collapse;
}

table, th, td {
    /* border: 1px solid black; */
    padding-left: 4px;
}
hr {
      margin-top: 0.1em;
    margin-bottom: 0.1em;
    margin-left: 20%;
    margin-right: 20%;
}

h2 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  text-shadow: -3px 3px 3px rgb(190, 190, 190);
}

h1 {
  text-shadow: -5px 5px 4px rgb(170, 170, 170);
}

h3 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.45em;
  /*text-shadow: -2px 2px 2px rgb(190, 190, 190); */
}

.nav {
  font-size: 1.3em;
}

.nav .li {
  color: rgb(210, 210, 210)
}

.subtitle {
   color:rgb(0, 160, 255);
}

a {
  color: #00B7FF;
}

.content-row {
  margin-bottom: 12px;
}

.mainPageRankingDiv {
  margin-left:10px;
  font-family:sans-serif;
}

fieldset {
  padding: 8px 12px;
  margin-top:18px;
  margin-bottom: 8px;
    background-color: skyblue;
    border: 1px solid blue;
}

fieldset label {
    display: inline-block;
    width: 120px;
    margin-top: 4px;
    margin-bottom: 4px;
}

fieldset input {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
}
fieldset legend {
  background-color: navy;
  color: white;
}
#eventmap {
    height: 500px;
    width: 100%;
    z-index:0;
    margin-top: 4px;
    overflow: hidden;
    /*
    position: absolute;
    right: 0px;
    top: 5px;
    bottom: 0;
    */
}

.mainInfoBox {
  background-color:darkgray;
  box-shadow: -5px 5px 14px rgb(100, 100, 12
  0);
}
#eventDetailBox {
  width: 20%;
  height: 30%;
  background-color: lightblue;
  opacity: 0.8;
  border-radius: 8px;
    position: absolute;
    left: 5%;
    top: 3%;
    bottom: 0;
    z-index:100;
    
}

.listItem {
  font-size: 1.1em;
  font-weight: 400;
  border: 1px solid;
  border-radius: 8px;
  z-index:100;
}

#sliderArrow {
  position: absolute;
  right: -15px;
  top: 75px;
  font-size: 3em;
  font-weight: 700;
  background-color: lightblue;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.eventLink {
  text-decoration: underline;
  color: lightseagreen;
}

