tr:nth-child(even) {
  background-color: #dddddd;
}

table {
  border-collapse: collapse;
}

td, th {
  padding-left: 5px;
  padding-right: 5px;
}

.iframeWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.iframeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

table.grid-3 {
	width: 100%;
	border-spacing: 20px;
	border-collapse: separate;
}

table.grid-3 td {
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.11);
	width: 30%;
	text-align: center;
	transition: transform .2s; /* Animation */
}

table.grid-3 p {
	width: 80%;
	margin-left: 10%;
}

table.grid-3 td:hover {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

@media only screen and (max-width: 840px) {
    table.grid-3 td {
    	width: 100%;
    	display: block;
    	margin-bottom: 20px;
    }
}

@media only screen and (max-width: 900px) {
    #bluemanGameWindow {
        display: none;
    }
}

@media only screen and (min-width: 900px) {
    .mobile-alert {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    div.search-image {
        display: none;
    }

    div.search-item {
    	margin-left: 0px;
    }
}


td a {
	width: 100%;
	display: block;
	color: black;
	text-decoration: none;
}

td a:hover {
	color: black;
	text-decoration: none;
}

td a:visited {
	color: black;
	text-decoration: none;
}


/* Shutter Out Horizontal */
a.big-button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;

  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  background-color: #fff;
  border-radius: 35px;
  border: 5px solid #3A414E;
  color: #3A414E;
  display: inline-block;
  font-size: 30px;
  margin: auto;
  padding: 10px;
  padding-bottom: 12px;
  text-decoration: none;
  font-weight: 500;
  transition: transform .5s, border-radius .5s;
  box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.11);
  padding-left: 40px;
  padding-right: 40px;
}

a.big-button:hover {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  border-radius: 22px;
}

video {
  width: 100%;
}
