html {
	/* background: linear-gradient(to bottom, #000044, black);
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
	color: #FFFFFF;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding: 1.5% 0 5% 0;
	background: none;
}

.og_bg {
  color: #FFEEEE;
  background: linear-gradient(to bottom, #000044, black);
}

.love {
	color: #FFEEEE;
	background: linear-gradient(to bottom, #440000, black);
}

a {
	color: #66CCFF;
	text-decoration: none;
}

a:hover {
	color: #AAEEFF;
	text-decoration: underline;
}

h1 {
	font-size: 2.5em;
	line-height: 0.9em;
}

h2 {
	line-height: 1.1em;
}

#bannerImage {
	display: block;
	width: auto;
	height: auto;
	text-align: center;
}

#bannerImage img {
	width: 100%;
}

#mainText {
	display: block;
	margin: 0 auto;
	min-width: 380px;
	max-width: 440px;
}

#scheduleMainText {
	display: block;
	margin: 0 auto;
	min-width: 730px;
	max-width: 730px;
}

#mainText p, #scheduleMainText p {
	text-align: justify;
}

span.link {
	font-size: 15px;
}

#participants {
	display: block;
	margin:	0 auto;
	padding: 0 0 10px 0;
}

.profileRow {
	display: block;
}

.profile {
	display: inline-block;
	padding: 0 5px 10px 0;
}

.profile img {
	background-color: black;
	animation: infinite;
	animation-duration: 1s;
}

@keyframes blinking {
  0% {
  	outline: 10px solid #550000;
  }

  50% {
    outline: 10px solid #ff0000;
  }

  100% {
  	outline: 10px solid #550000;
  }

}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltipText {
  visibility: hidden;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top:-20px;
  left:-20px;
}

.tooltip:hover .tooltipText {
  visibility: visible;
}

.calendarIcon {
  position: relative;
  display: inline-block;
  margin-left: -27px;
  opacity: 65%;
  visibility: hidden;
}

.question {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}

.answer {
	padding: 0 0 10px 0;
	text-align: justify;	
}

.copyright {
	font-size: 0.8em;
	text-align: center;
}

/***** MEDIA PAGE *****/
.promotionalMedia img {
	max-width: 100%;
}

/***** SCHEDULE PAGE *****/
table {
  width: 100%;
  max-width: 50rem;
  tr:nth-child(even) th {
    color: #ccc;
    font-weight: normal;
  }
  th,
  td {
    padding: 0.5rem 1rem;
  }
  th {
    font-weight: normal;
    border-top: thin dotted #ccc;
  }
  tr {
    border-bottom: 1px;
    border-color: #cc6666;
  }
  td {
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    transition: opacity 0.3s ease;
  }
  td > span {
    font-size: 0.8em;
    font-weight: normal;
    display: block;
    width: 100%;
  }
}

.s0 {
	font-weight: bold;
}