/*Copyright 2020-22 - Adam Engelstad & Outerspaceland. All rights reserved.*/

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

body {
    margin-left:0px;
    margin-right:0px;
    padding-right:0px;
    background: #101010;
    background-size: cover;
}

a {
    text-decoration:none; 
    color:#1c31f7 
}

.copyText {
    font-family:'avenir';  
}

.warnText {
	font-style: italic;
	color: #c13945;
}

hr {
    width: 100%;
    border-bottom: solid 1px #181818;
    margin-top: 2em;
    margin-bottom: 2em;
}

h1 {
   color:#181818;
    font-family:'Rockwell';
    font-style: italic;
    font-weight: bold;
    font-size: 36px;
    text-align: left;
}

h2 {
   color:#181818;
    font-family:'Rockwell';
    font-style: italic;
    font-weight: bold; 
}

h3 {
   color:#181818;
    font-family:'Rockwell';
    font-style: italic;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 3%;
}

h4 {
   color:#181818;
    font-family:'Rockwell';
    font-style: italic;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    margin-top: 1.5em;
    margin-bottom: 0;
}

h5 {
   color:#181818;
    font-family:'Rockwell';
    font-style: italic;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    font-size: 23px;
    margin-top: 0px;
    margin-bottom: 3%;
}

h6 {
   color:#181818;
    font-family:'Rockwell';
    font-style: italic;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 3%;
}

.ArticleByline {
    color:#181818;
    font-family:'Rockwell';
    font-style: italic;
    font-size: 11px;
}

.NewArticleTab {
    Position: absolute;
    top: 100%;
    left: -2px;
    width: 100%;
    height: 42%;
    background-color: #2deaf8;
    font-family:'Rockwell';
    font-style: italic;
    font-weight: bold;
    font-size: 8px;
    text-align:center;
    padding-top: 13%;
    border-bottom: solid 2px #fff; 
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    border-radius: 0 0 4px 4px;
    z-index: -1;
}

@media screen and (min-width: 320px){
.NewArticleTab {
    font-size: calc(8px + 8 * ((100vw - 320px)/320));
}
}
 
@media screen and (min-width: 640px){
.NewArticleTab {
    font-size: 16px;
}         
}

.NewArticleTab2 {
    Position: absolute;
    top: 21%;
    left: 81%;
    width: 100%;
    height: 42%;
    background-color: #2deaf8;
    font-family:'Rockwell';
    font-style: italic;
    font-weight: bold;
    font-size: 8px;
    text-align:center;
    padding-top: 13%;
    border-bottom: solid 2px #fff; 
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    border-radius: 0 0 4px 4px;
	transform: rotate(-90deg);
    z-index: -1;
}

@media screen and (min-width: 320px){
.NewArticleTab2 {
    font-size: calc(8px + 8 * ((100vw - 320px)/320));
}
}
 
@media screen and (min-width: 640px){
.NewArticleTab2 {
    font-size: 16px;
}         
}

.ArticleTab {
	Position: absolute;
    top: 2px;
    left: 3%;
    width: 30%;
    height: 5.5%;
    font-family:'Rockwell';
    font-style: italic;
    font-weight: bold;
    font-size: 7px;
    text-align:center;
	padding-top: 1%;
    border-bottom: solid .5px #fff; 
    border-left: solid 0px #fff;
    border-right: solid .5px #fff;
    border-radius: 0 0 4px 4px;
    z-index: -1;
}

@media screen and (min-width: 472.3077px){
.ArticleTab {
    font-size: calc(7px + 7.2280128 * ((100vw - 472.3077px)/487.6923));
}
}
 
@media screen and (min-width: 960px){
.ArticleTab {
    font-size: 14.2280128px;
}         
}

.ArticleTab5 {
	Position: absolute;
    top: 2px;
    left: 1%;
    width: 15%;
    height: 5.5%;
    font-family:'Rockwell';
    font-style: italic;
    font-weight: bold;
    font-size: 7px;
    text-align:center;
	padding-top: .5%;
    border-bottom: solid .5px #fff; 
    border-left: solid 0px #fff;
    border-right: solid .5px #fff;
    border-radius: 0 0 4px 4px;
    z-index: -1;
}

@media screen and (min-width: 472.3077px){
.ArticleTab5 {
    font-size: calc(7px + 7.2280128 * ((100vw - 472.3077px)/487.6923));
}
}
 
@media screen and (min-width: 960px){
.ArticleTab5 {
    font-size: 14.2280128px;
}         
}

.ArticleTabRight {
	Position: absolute;
    top: 2px;
    right: 3%;
    width: 30%;
    height: 5.5%;
    font-family:'Rockwell';
    font-style: italic;
    font-weight: bold;
    font-size: 7px;
    text-align:center;
	padding-top: 1%;
    border-bottom: solid .5px #fff; 
    border-left: solid 0px #fff;
    border-right: solid .5px #fff;
    border-radius: 0 0 4px 4px;
    z-index: -1;
}

@media screen and (min-width: 472.3077px){
.ArticleTabRight {
    font-size: calc(7px + 7.2280128 * ((100vw - 472.3077px)/487.6923));
}
}
 
@media screen and (min-width: 960px){
.ArticleTabRight {
    font-size: 14.2280128px;
}         
}

.ArticleTabPages {
	Position: absolute;
    top: 2px;
    left: 3%;
    width: 30%;
    height: 5.5%;
    font-family:'Rockwell';
    font-style: italic;
    font-weight: bold;
    font-size: 3.06px;
    text-align:center;
	padding-top: 1%;
    border-bottom: solid .5px #fff; 
    border-left: solid 0px #fff;
    border-right: solid .5px #fff;
    border-radius: 0 0 4px 4px;
    z-index: -1;
}

@media screen and (min-width: 200px){
.ArticleTabPages {
    font-size: calc(3.06px + 10.44 * ((100vw - 200px)/682.352941));
}
}
 
@media screen and (min-width: 882.352941px){
.ArticleTabPages {
    font-size: 13.5px;
}         
}

@media (max-aspect-ratio: 1/1) {
	@media screen and (min-width: 200px){
	.ArticleTabPages {
    font-size: calc(3.06px + 15.602 * ((100vw - 200px)/682.352941));
	}
	}
 
	@media screen and (min-width: 882.352941px){
	.ArticleTabPages {
    font-size: 18.662px;
	}
	}
}

.ArticleTabRightPages {
	Position: absolute;
    top: 2px;
    right: 3%;
    width: 30%;
    height: 5.5%;
    font-family:'Rockwell';
    font-style: italic;
    font-weight: bold;
    font-size: 3.06px;
    text-align:center;
	padding-top: 1%;
    border-bottom: solid .5px #fff; 
    border-left: solid 0px #fff;
    border-right: solid .5px #fff;
    border-radius: 0 0 4px 4px;
    z-index: -1;
}

@media screen and (min-width: 200px){
.ArticleTabRightPages {
    font-size: calc(3.06px + 10.44 * ((100vw - 200px)/682.352941));
}
}
 
@media screen and (min-width: 882.352941px){
.ArticleTabRightPages {
    font-size: 13.5px;
}         
}

@media (max-aspect-ratio: 1/1) {
	@media screen and (min-width: 200px){
	.ArticleTabRightPages {
    font-size: calc(3.06px + 15.602 * ((100vw - 200px)/682.352941));
	}
	}
 
	@media screen and (min-width: 882.352941px){
	.ArticleTabRightPages {
    font-size: 18.662px;
	}
	}
}

.LEOTab {
	background-color: #429fa6;
}

.MoonTab {
	background-color: #dbfb00;
}

.MarsTab {
	background-color: #c13945;
}

.AsteroidTab {
	background-color: #9f9b9b;
}

.WormholeTab {
	background-color: #111;
	color: #fff;
}

.copyImage {
    position: relative;
    top: 1.5em;
    background-repeat: no-repeat;
}

.QuoteContainer {
    position: relative;
    top: 1.5em;
    background-repeat: no-repeat;
    width: 45vw;
    Height: 36vw;
    max-width: 360px;
    max-height: 288px;
    min-width: 180px;
    min-height: 144px;
    float: right;
    margin-left: 1.2em;
    margin-bottom: 6em;
    border-left: solid 1px #181818;
}

.copyQuote {
    position: relative;
    float: left;
    width: 45%;
    height: 94%;
    line-height: 1.4em;
    padding-left: 3%;
    padding-top: 6%;
    text-align: left;
    font-family: 'Rockwell';
    font-style: italic;
    font-size: 19px;
    word-wrap: break-word;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.QuoteContainerXtraBottomSpace {
    position: relative;
    top: 1.5em;
    background-repeat: no-repeat;
    width: 45vw;
    Height: 36vw;
    max-width: 360px;
    max-height: 288px;
    min-width: 180px;
    min-height: 144px;
    float: right;
    margin-left: 1.2em;
    margin-bottom: 7em;
    border-left: solid 1px #181818;
}

.QuoteContainer2 {
    position: relative;
    top: 1.5em;
    background-repeat: no-repeat;
    width: 21vw;
    Height: 30vw;
    max-width: 168px;
    max-height: 240px;
    min-width: 84px;
    min-height: 120px;
    float: right;
    margin-left: 1.2em;
    margin-bottom: 6em;
    border-left: solid 1px #181818;
}

.QuoteContainer3 {
    position: relative;
    top: .5em;
    background-repeat: no-repeat;
    width: 21vw;
    Height: 30vw;
    max-width: 168px;
    max-height: 240px;
    min-width: 84px;
    min-height: 120px;
    float: right;
    margin-left: 1.2em;
    margin-bottom: 6em;
    border-left: solid 1px #181818;
}

.copyQuote2 {
    position: relative;
    float: left;
    width: 80%;
    height: 94%;
    line-height: 1.4em;
    padding-left: 6%;
    padding-top: 6%;
    text-align: left;
    font-family: 'Rockwell';
    font-style: italic;
    font-size: 19px;
    word-wrap: break-word;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.Caption {
    color: #181818;
    font-family:'Rockwell';
    font-size: 11px;
    font-style: italic;
}

.ProfileCaption {
    margin-top: 149%;
}

.FeatureCaption {
    margin-top: 147%;
}

.PeregrineTestPhoto {
    width: 45vw;
    Height: 40vw;
    max-width: 360px;
    max-height: 320px;
    min-width: 180px;
    min-height: 160px;
    background-image: url(STM_Vibration.jpg);
    background-size: 100%;
    background-position: center;
    float: right;
    margin-left: .8em;
    margin-bottom: 9em;
    background-color: 181818;
    border: solid 1px;
}

.PeregrineTestCaption{
    margin-top: 92%;
}

.SpacebitImage {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 0;
    width: 45vw;
    Height: 30vw;
    max-width: 360px;
    max-height: 240px;
    min-width: 180px;
    min-height: 120px;
    background-image: url(SpacebitAsugamoFront.png);
    background-size: 90%;
    background-position: center;
    float: right;
    margin-left: 2em;
    margin-bottom: 2em;
    top: .5em;
}

.SpaceBitCaption {
    margin-top: 66%;
    margin-left: 5%
}

.ThorntonPhoto {
    position: absolute;
    top: 1em;
    right: 0px;
    margin-top: 0;
    width: 21vw;
    Height: 30vw;
    max-width: 168px;
    max-height: 240px;
    min-width: 84px;
    min-height: 120px;
    background-image: url(ThorntonPhoto.jpg);
    background-size: 270%;
    background-position: 37% 75%;
    background-color: 181818;
    border: solid 1px;
}

.OutpostCopyPhoto1 {
    width: 45vw;
    Height: 30vw;
    max-width: 360px;
    max-height: 240px;
    min-width: 180px;
    min-height: 120px;
    background-image: url("BishopAirlock.jpg");
    background-size: 130%;
    background-position: 0%;
    float: right;
    margin-left: .8em;
    margin-bottom: 9em;
    background-color: 181818;
    border: solid 1px;
}

.OutpostCopyCaption1 {
    margin-top: 69%;
}

.OutpostCopyPhoto2 {
    width: 100%;
	height: 35%;
    background-image: url("Outpost_InteriorStrcuture.png");
    background-size: 90%;
    background-position: 50% 20%;
	padding-top: 1em;
	margin-top: -1.75em;
	margin-bottom: 1em;
	background-color: 181818;
    border-left: solid 1px #181818;
	border-right: solid 1px #181818;
}

.OutpostCopyCaption2 {
	margin-top: 40%;
	margin-left: 8%;
	margin-right: 8%;
	text-align: bottom;
}

.OutpostCopyPhoto3 {
    width: 45vw;
    Height: 30vw;
    max-width: 360px;
    max-height: 240px;
    min-width: 180px;
    min-height: 120px;
    background-image: url("MixstixAstronaut.jpg");
    background-size: 120%;
    background-position: 70% 0%;
    float: right;
    margin-left: .8em;
    margin-bottom: 9em;
    background-color: 181818;
    border: solid 1px;
}

.OutpostCopyCaption3 {
    margin-top: 69%;
}

.OutpostCopyPhoto4 {
    width: 45vw;
    Height: 30vw;
    max-width: 360px;
    max-height: 240px;
    min-width: 180px;
    min-height: 120px;
    background-image: url("ManberEconomist.jpg");
    background-size: 120%;
    background-position: 70% 10%;
    float: right;
    margin-left: .8em;
    margin-bottom: 9em;
    background-color: 181818;
    border: solid 1px;
}

.OutpostCopyCaption4 {
    margin-top: 69%;
}

.BishopPhoto {
    position: absolute;
    top: 1em;
    right: 0px;
    margin-top: 0;
    width: 21vw;
    Height: 30vw;
    max-width: 168px;
    max-height: 240px;
    min-width: 84px;
    min-height: 120px;
    background-image: url(ImgComingSoonLeo.svg);
    background-size: 150%;
    background-position: center;
    background-color: 181818;
    border: solid 1px;
}

.DickesPhoto {
    position: absolute;
    top: 1em;
    right: 0px;
    margin-top: 0;
    width: 21vw;
    Height: 30vw;
    max-width: 168px;
    max-height: 240px;
    min-width: 84px;
    min-height: 120px;
    background-image: url("Abby Dickes Headshot 2.jpg");
    background-size: 150%;
    background-position: 50% 75%;
    background-color: 181818;
    border: solid 1px;
}

.ModularBeamAmpImage {
	position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 0;
    width: 45vw;
    Height: 30vw;
    max-width: 360px;
    max-height: 240px;
    min-width: 180px;
    min-height: 120px;
    background-image: url("SpaceFabModularBeamAmplifier.jpeg");
    background-size: 90%;
    background-position: center;
    float: right;
    margin-left: 2em;
    margin-bottom: 2em;
    top: .5em;
}

.ModularBeamAmpCaption {
    margin-top: 66%;
    margin-left: 5%
}

.ViewpointImage {
    width: 45vw;
    Height: 40vw;
    max-width: 360px;
    max-height: 320px;
    min-width: 180px;
    min-height: 160px;
    background-image: url("ViewpointVsWaypoint.jpg");
    background-size: 110%;
    background-position: 95% 0%;
    float: right;
    margin-left: .8em;
    margin-bottom: 9em;
    background-color: 181818;
    border: solid 1px;
}

.ViewpointImageCaption{
    margin-top: 92%;
}

.MartinPhoto {
    position: absolute;
    top: 1em;
    right: 0px;
    margin-top: 0;
    width: 21vw;
    Height: 30vw;
    max-width: 168px;
    max-height: 240px;
    min-width: 84px;
    min-height: 120px;
    background-image: url("MartinPhoto.png");
    background-size: 260%;
    background-position: 70% 0%;
    background-color: 181818;
    border: solid 1px;
}

.HopperImage {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 0;
    width: 45vw;
    Height: 30vw;
    max-width: 360px;
    max-height: 240px;
    min-width: 180px;
    min-height: 120px;
    background-image: url("IMHopper.png");
    background-size: 65%;
    background-position: center;
    float: right;
    margin-left: 2em;
    margin-bottom: 2em;
    top: 0em;
}

.HopperCaption {
    margin-top: 68%;
    margin-left: 5%
}

.NovaEnginePhoto {
    width: 45vw;
    Height: 30vw;
    max-width: 360px;
    max-height: 240px;
    min-width: 180px;
    min-height: 120px;
    background-image: url("Hot Fire 40 7DEC2020.JPG");
    background-size: 118%;
    background-position: 0%;
    float: right;
    margin-left: .8em;
    margin-bottom: 9em;
    background-color: 181818;
    border: solid 1px;
}

.NovaEngineCaption {
    margin-top: 69%;
}


.ILOA1Photo {
    width: 45vw;
    Height: 40vw;
    max-width: 360px;
    max-height: 320px;
    min-width: 180px;
    min-height: 160px;
    background-image: url("ILO-1SouthPole_MC_05_15 (c) ILOA.jpg");
    background-size: 125%;
    background-position: 20% 0%;
    float: right;
    margin-left: .8em;
    margin-bottom: 9em;
    background-color: 181818;
    border: solid 1px;
}

.ILOA1PhotoCaption{
    margin-top: 92%;
}

.NovaCPatchImage {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 0;
    width: 45vw;
    Height: 35vw;
    max-width: 360px;
    max-height: 360px;
    min-width: 180px;
    min-height: 180px;
    background-image: url("NovaCPatch.jpg");
    background-size: 65%;
    background-position: 50% 0%;
    float: right;
    margin-left: 2em;
    margin-bottom: 2em;
    top: 0em;
}

.NovaCPatchCaption {
    margin-top: 78%;
    margin-left: 5%
}

.PuliRoverStairsTest {
    width: 45vw;
    Height: 30vw;
    max-width: 360px;
    max-height: 240px;
    min-width: 180px;
    min-height: 120px;
    background-image: url("Puli_I0.1_2010_11_07_Budapest.jpg");
    background-size: 100%;
    float: right;
    margin-left: .8em;
    margin-bottom: 9em;
    background-color: 181818;
    border: solid 1px;
}

.PuliRoverStairsCaption {
    margin-top: 69%;
}


.PuliSnooperPatchImage {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 0;
    width: 45vw;
    Height: 35vw;
    max-width: 360px;
    max-height: 280px;
    min-width: 180px;
    min-height: 120px;
    background-image: url("PuliSpace_PLWS_Logo_HiRes_TP.png");
    background-size: 95%;
    background-position: 50% 20%;
    float: right;
    margin-left: 2em;
    margin-bottom: 2em;
    top: 0em;
}

.PuliSnooperPatchCaption {
    margin-top: 78%;
    margin-left: 5%
}

.PuliSnooperData {
    width: 100%;
	height: 35%;
    background-image: url("PLWS_H2O_mapping.png");
    background-size: 90%;
    background-position: 50% 20%;
	padding-top: 1em;
	margin-top: -1.75em;
	margin-bottom: 1em;
	background-color: 181818;
    border-left: solid 1px #181818;
	border-right: solid 1px #181818;
}

.PuliSnooperDataCaption {
	margin-top: 40%;
	margin-left: 8%;
	margin-right: 8%;
	text-align: bottom;
}

.PuliFieldTest {
    width: 45vw;
    Height: 40vw;
    max-width: 360px;
    max-height: 320px;
    min-width: 180px;
    min-height: 160px;
    background-image: url("amadee-fieldtest.jpg");
    background-size: 120%;
    float: right;
    margin-left: .8em;
    margin-bottom: 9em;
    background-color: 181818;
    border: solid 1px;
}

.PuliFieldTestCaption {
    margin-top: 92%;
}

.PuliFoldingWhegs {
    width: 100%;
    background-image: url("FoldingWhegsIllustration.jpg");
    background-size: 94%;
	background-position: 50% 25%;
	padding-top: 1em;
	margin-top: -1.75em;
	margin-bottom: 1em;
	background-color: 181818;
    border-left: solid 1px #181818;
	border-right: solid 1px #181818;
}

.PuliFoldingWhegsCaption {
	margin-top: 34%;
	margin-left: 8%;
	margin-right: 8%;
	text-align: bottom;
}

.PacherPhoto {
    position: absolute;
    top: 1em;
    right: 0px;
    margin-top: 0;
    width: 21vw;
    Height: 30vw;
    max-width: 168px;
    max-height: 240px;
    min-width: 84px;
    min-height: 120px;
    background-image: url("Pacher.jpg");
    background-size: 156%;
    background-position: 52% 100%;
    background-color: 181818;
    border: solid 1px;
}

.SquareHead {
    color:#181818;
    font-family:'Rockwell';
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
    text-align:center;
    margin-top: 10%
}

@media screen and (min-width: 320px){
.SquareHead {
    font-size: calc(12px + 12 * ((100vw - 320px)/320));
}
}
 
@media screen and (min-width: 640px){
.SquareHead {
    font-size: 24px;
}         
}

.TurnArrow {
    width: 100%;
    height: 100%;
    background-image: url(TurnArrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.TurnArrow2 {
	position: absolute;
	bottom: 0px;
	margin-bottom: 10%;
    width: 100%;
    height: 100%;
    background-image: url(TurnArrow2.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.A1 {
    transform: rotate(270deg)
}

.A2 {
    transform: rotate(180deg)
}

.A3 {
    transform: rotate(90deg)
}

.A4 {
    transform: rotate(0deg)
}

.A5 {
    transform: scaleX(-1) rotate(270deg)
}

.A6 {
    transform: scaleX(-1) rotate(180deg)
}

.A7 {
    transform: scaleX(-1) rotate(90deg)
}

.A8 {
    transform: scaleX(-1) rotate(0deg)
}


.TurnHead {
    color:#2a2423;
    font-family:'Rockwell';
    font-weight: bold;
    font-style: italic;
    font-size: 8px;
}


.T1 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin-bottom: 4%;
    margin-right: 6%;
    text-align: right;
    font-size: 7px;
}

@media screen and (min-width: 320px){
.T1 {
    font-size: calc(7px + 7 * ((100vw - 320px)/320));
}
}
 
@media screen and (min-width: 640px){
.T1 {
    font-size: 14px;
}         
}

.T2 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin-bottom: 4%;
    margin-right: 6%;
    transform: rotate(deg);
    font-size: 10px;
}

@media screen and (min-width: 320px){
.T2 {
    font-size: calc(10px + 10 * ((100vw - 320px)/320));
}
}
 
@media screen and (min-width: 640px){
.T2 {
    font-size: 20px;
}         
}

.T3 {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 10%;
    margin-left: 6%;
}

@media screen and (min-width: 320px){
.T3 {
    font-size: calc(8px + 8 * ((100vw - 320px)/320));
}
}
 
@media screen and (min-width: 640px){
.T3 {
    font-size: 16px;
}         
}

.T4 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-bottom: 4%;
    margin-left: 6%;
    text-align: left;
    font-size: 8px;
}

@media screen and (min-width: 320px){
.T4 {
    font-size: calc(8px + 8 * ((100vw - 320px)/320));
}
}
 
@media screen and (min-width: 640px){
.T4 {
    font-size: 16px;
}         
}

.T5 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-bottom: 4%;
    margin-left: 6%;
    text-align: left;
    font-size: 10px;
}

@media screen and (min-width: 320px){
.T5 {
    font-size: calc(10px + 10 * ((100vw - 320px)/320));
}
}
 
@media screen and (min-width: 640px){
.T5 {
    font-size: 20px;
}         
}

.ArticleHead1 {
    color:#2a2423;
    margin-top: 10%;
    line-height: 1.3em;
    font-family:'Futura', bold;
    font-size: 7.5px;
    text-align:center;
}

@media screen and (min-width: 320px){
.ArticleHead1 {
    font-size: calc(7.5px + 7.5 * ((100vw - 320px)/320));
}
}
 
@media screen and (min-width: 640px){
.ArticleHead1 {
    font-size: 15px;
}         
}

.ArticleHeadWhite {
    color:#fff;
    margin-top: 10%;
    line-height: 1.3em;
    font-family:'Futura', bold;
    font-size: 7.5px;
    text-align:center;
}

@media screen and (min-width: 320px){
.ArticleHeadWhite {
    font-size: calc(7.5px + 7.5 * ((100vw - 320px)/320));
}
}
 
@media screen and (min-width: 640px){
.ArticleHeadWhite {
    font-size: 15px;
}         
}

.ArticleHead3stack {
    color:#2a2423;
    margin-top: 20%;
    line-height: 1.3em;
    font-family:'Futura', bold;
    font-size: 7.5px;
    text-align:center;
}

@media screen and (min-width: 320px){
.ArticleHead3stack {
    font-size: calc(7.5px + 7.5 * ((100vw - 320px)/320));
}
}
 
@media screen and (min-width: 640px){
.ArticleHead3stack {
    font-size: 15px;
}         
}

.ArticleHeadWhite3stack {
    color:#fff;
    margin-top: 20%;
    line-height: 1.3em;
    font-family:'Futura', bold;
    font-size: 7.5px;
    text-align:center;
}

@media screen and (min-width: 320px){
.ArticleHeadWhite3stack {
    font-size: calc(7.5px + 7.5 * ((100vw - 320px)/320));
}
}
 
@media screen and (min-width: 640px){
.ArticleHeadWhite3stack {
    font-size: 15px;
}         
}

#earth {
    background-image: url(EarthFinal.png);
    background-size: 100%;
    width: 500%;
    height: 500%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-bottom: -25%;
    z-index:-2;
    visibility: visible
}

#SpaceStation {
    background-image: url(ISS.png);
    background-size: 100%;
    width: 175%;
    height: 250%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: 170%;
    margin-top: 50%;
    background-repeat:no-repeat;
    transform: rotate(0deg);
    visibility: visible   
}

#moon {
    background-image: url(MoonFinal2.png);
    background-size: 100%;
    width: 225%;
    height: 225%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: 700%;
    margin-top: -150%;
    background-repeat:no-repeat;
    transform: rotate(0deg);
    z-index: -2;
    visibility: visible   
}

#mars {
    background-image: url(MarsFinal2.png);
    background-size: 100%;
    width: 225%;
    height: 225%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: 1190%;
    margin-top: 100%;
    visibility: visible  
}

#venus{
   background-image: url("VenusFinal.png");
	background-size: 100%;
	width: 225%;
    height: 225%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: 890%;
    margin-top: -800%;
    visibility: visible;
}

#Sun{
   background-image: url("SunFinal.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 400%;
    height: 800%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: 1255%;
    margin-top: -1435%;
    visibility: visible;
	z-index: -2;
}

#SunFlare{
   background-image: url("SunFlareFinal.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 115%;
    height: 150%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: 1275%;
    margin-top: -908%;
    visibility: visible;
	z-index: -2;
}


#asteroid1 {
    background-image: url(AsteroidFinal1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 125%;
    height: 125%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 580%;
    margin-left: 550%;
    transform: rotate(30deg);
    visibility: visible  
}

#asteroid2 {
    background-image: url(AsteroidFinal2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 62.5%;
    height: 62.5%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 400%;
    margin-left: 850%;
    transform: rotate(10deg);
    visibility: visible  
}

#asteroid3 {
    background-image: url(AsteroidFinal3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 45%;
    height: 60%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 650%;
    margin-left: 880%;
    transform: rotate(75deg);
    visibility: visible  
}

#asteroid4 {
    background-image: url(AsteroidFinal4.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 45%;
    height: 60%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 540%;
    margin-left: 510%;
    transform: rotate(25deg);
    visibility: visible  
}

#asteroid5 {
    background-image: url(AsteroidFinal5.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 70%;
    height: 75%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 630%;
    margin-left: 460%;
    transform: rotate(50deg);
    visibility: visible  
}

#asteroidCluster1 {
    background-image: url(AsteroidClusterFinal1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 60%;
    height: 65%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 420%;
    margin-left: 775%;
    transform: rotate(0deg);
    visibility: visible
}

#asteroidCluster2 {
    background-image: url(AsteroidClusterFinal2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 470%;
    margin-left: 510%;
    transform: rotate(90deg);
    visibility: visible
}

#asteroidCluster3 {
    background-image: url(AsteroidClusterFinal3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 445%;
    margin-left: 560%;
    transform: rotate(100deg);
    visibility: visible
}

#asteroidCluster4 {
    background-image: url(AsteroidClusterFinal3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 450%;
    margin-left: 600%;
    transform: rotate(25deg);
    visibility: visible
}

#asteroidCluster5 {
    background-image: url(AsteroidClusterFinal3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 470%;
    margin-left: 650%;
    transform: rotate(-120deg);
    visibility: visible
}

#asteroidCluster6 {
    background-image: url(AsteroidClusterFinal2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 510%;
    margin-left: 600%;
    transform: rotate(-120deg);
    visibility: visible
}

#asteroidCluster7 {
    background-image: url(AsteroidClusterFinal2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 450%;
    margin-left: 700%;
    transform: rotate(270deg);
    visibility: visible
}

#asteroidCluster8 {
    background-image: url(AsteroidClusterFinal2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 640%;
    margin-left: 880%;
    transform: rotate(-90deg);
    visibility: visible
}

#wormhole {
    background-image: url(WormholeWIP1.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 140%;
    height: 300%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 845%;
    margin-left: 80%;
    z-index: -2;
    transform: rotate(-20deg);
    visibility: visible;
}

#activate-wormhole{display:none}

#activate-wormhole:checked ~ label ~ #GamePiece {
    position:absolute;
    top: 0px;
    margin-left: 1210%;
    margin-top: -870%;
	visibility: visible;
	transform: rotate(-120deg);
	transition-delay: 1s
}

#wormhole2 {
    background-image: url(WormholeWIP1.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 140%;
    height: 300%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: -1028%;
    margin-left: 1218%;
    z-index: -2;
    transform: scaleX(-1) rotate(-195deg);
    visibility: visible;
}

#activate-wormhole2{display:none}

#activate-wormhole2:checked ~ label ~ #GamePiece {
    position:absolute;
    top: 0px;
    margin-left: 80%;
    margin-top: 895%;
	visibility: visible;
	transition-delay: 1s;
}


#wormholeDebris {
    background-image: url(WormholeDebrisFinal.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 150%;
    height: 300%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 695%;
    margin-left: 185%;
    z-index: -3;
    transform: rotate(220deg);
    visibility: visible
}

#Jupiter {
	background-image: url("JupiterFinalPurple.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 400%;
    height: 400%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 650%;
    margin-left: 1200%;
    z-index: -2;
    transform: rotate(0deg);
    visibility: visible
}

#OSLCard {
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    box-shadow: 0px 0px 3px 1px #181818;
    visibility:visible;
    -webkit-backface-visibility: hidden;
}

#OSLCopyright {
    position: absolute;
    top: 57%;
    left: -11%;
    background-image: url(Copyright22.svg);
    background-size: 100%;
    background-repeat:no-repeat;
    width: 30%;
    height: 10%;
    transform: rotate(-90deg);
    visibility: visible;
}

#OSLLogo {
    position: absolute;
    top: 17%;
    left: 20%;
    background-image: url(OSLLogoFinalAlt6.svg);
    background-size: 100%;
    background-repeat:no-repeat;
    width: 57.5%;
    height: 75%;
    visibility: visible;
}

#OSLCardBorder {
    position: absolute;
    top: 0px;
    margin-top: 3%;
    margin-left: 3%;
    background-size: 175%;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 3px #181818;
    width: 94%;
    height: 88%;
    visibility: visible;
}

@media screen and (min-width: 472.3077px){
#OSLLogo {
    font-size: calc(23.256px + 24.014 * ((100vw - 472.3077px)/487.6923));
}
}
 
@media screen and (min-width: 960px){
#OSLLogo {
    font-size: 47.27px;
}         
}

.ArticleLink {
    color:#181818;
    font-family:'futura';
    text-align: center;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: -2%
}

.CardThumb {
    position: absolute;
    top: 0px;
    margin-top: 6%;
    margin-left: 6%;
    background-size: 175%;
    background-repeat: no-repeat;
    box-shadow: .125px .25px 0 .25px #ffffff;
    border: solid 1px;
    width: 40.5%;
    height: 76.5%;
    z-index: 1;
}

.CardThumbTripleContain {
    position: absolute;
    top: 0px;
   	margin-top: 3.5%;
	margin-left: 3.5%;
    background-color: #fff;
    background-size: 280%;
    background-position: 45% 85%;
	box-shadow: 0 0 0 2px;
    width: 93%;
    height: 57.5%;
    z-index: 1;
}

.CardThumbBorder {
    position: absolute;
    top: 0px;
    margin-top: 3%;
    margin-left: 3%;
    background-color: #fff;
    background-size: 175%;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 3px #181818;
    width: 47%;
    height: 88%;
}

.LeoThumbBorder {
    background-color: #429fa6;
}

.MoonThumbBorder {
    background-color: #dbfb00;
}

.MarsThumbBorder {
    background-color: #c13945;
}

.AsteroidThumbBorder {
    background-color: #9f9b9b;
}

.WormThumbBorder {
    background-color: #fff;
}

.VenusThumbBorder {
	background-color: #ff9a00;
}

.CardText {
    position: relative;
    top: 0px;
    height: 82%;
    margin-top: 6%;
    margin-left: 54%;
	margin-right: 3%;
    line-height: 1.3;
    overflow: auto;
    font-family: 'futura';
    font-size: 13px;
    color:#2a2423;
    -webkit-overflow-scrolling: touch;
}

.CardTextTripleContain {
    position: relative;
    top: 74%;
    height: 20%;
    margin-left: 3.5%;
	margin-right: 3.5%;
    line-height: 1.3;
    overflow: auto;
    font-family: 'futura';
    font-size: 13px;
    color:#2a2423;
    -webkit-overflow-scrolling: touch;
}


.CardPhotoCredit {
    position: absolute;
    text-align: right;
    right: 0px;
    bottom: 0px;
    margin-right: 3%;
    margin-bottom: 1%;
    padding-left: 1%;
    color: #fff;
    font-family:'Rockwell';
    font-style:italic;
    font-size: 9px;
}

.CardDisclaimer {
    font-family:'futura';
    font-style:italic;
    font-size: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.LanderPieceText {
    position: absolute;
    text-align: right;
    right: 0px;
    bottom: 0px;
    margin-right: 5%;
    margin-bottom: 1%;
    color: #fff;
    font-family:'Rockwell';
    font-style:italic;
    font-size: 9px;
}

.StartCard, .LeoCard1, .LeoCard2, .MoonCard1, .MoonCard2, .MoonCard3, .MoonCard4, .MoonCard5, .MarsCard1, .MarsCard2, .AsteroidCard1, .AsteroidCard2, .WormCard1, .WormCard2 {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%; 
    overflow:hidden;
    visibility:hidden;
}

.AboutLogo{
    position:absolute;
    top: 3.6vw;
    left: 35%;
    background-image: url(OSLLogoFinalAlt6.svg);
    background-size: 100%;
    background-repeat:no-repeat;
    width: 29%;
    height: 35%;
}

@media screen and (max-width: 680px){
    
.AboutLogo{
    background-image: url(OuterspacelandHoriz.svg);
    background-size: 100%;
    background-repeat:no-repeat;
    top: 6vw;
    left: 19%;
    width: 60%;
    height: 35%;
}
}

@media screen and (max-width: 544px){
    
.AboutLogo{
    visibility: hidden;
}
}

.About{
    position: absolute;
    bottom: 20%;
    left: 9%;
    right: 6%;
    font-family:'futura';
    font-size: 13px;
}

.ContactContainer {
    position: absolute;
    bottom: 0px;
    margin-bottom: 3%;
    width: 100%;
    text-decoration:none;
}

.ContactContainerLanding {
    position: absolute;
    margin-left: 900%;
    margin-top: 1100%;
    width: 600%;
    line-height: 1.6;
    text-decoration:none;
    visibility: visible;
}

.ContactContainerCard {
    position: absolute;
    bottom: 5%;
    width: 100%;
}

.Contact {
    text-align: center;
    left: 25%;
    color: #fff;
    font-family:'Rockwell';
    font-style:italic;
    font-size: 10.5px;
}

.ContactLanding {
    text-align: right;
    left: 25%;
    color: #fff;
    font-family:'Rockwell';
    font-style:italic;
    font-size: 10.5px;
}

.ContactCard {
    text-align: center;
    left: 25%;
    color: #429fa6;
    font-family:'Rockwell';
    font-style:italic;
    font-size: 10.5px;
}

.LeoThumb1 {
    margin-top: 3%;
	margin-left: 3%;
	background-image: url("OutpostDeep.jpg");
    background-color: #fff;
    background-size: 200%;
    background-position: 50% 60%;
	box-shadow: inset 0 0 0 2px #181818;
    width: 47%;
    height: 88%;
}

.LeoHead1 {
    font-size: 1.6em;
}

.LeoThumb2 {
    margin-top: 3%;
	margin-left: 3%;
	background-image: url("SkylarkMicroLaunch2RQ.png");
    background-color: #fff;
    background-size: 215%;
    background-position: 45% 100%;
	box-shadow: inset 0 0 0 2px #181818;
    width: 47%;
    height: 88%;
}

.LeoHead2 {
    font-size: 1.6em
}

.MoonThumb1 {
    margin-top: 3%;
	margin-left: 3%;
	background-image: url(PeregrineLander2.jpg);
    background-color: #fff;
    background-size: 190%;
    background-position: 60%;
	box-shadow: inset 0 0 0 2px #181818;
    width: 47%;
    height: 88%;
}

.MoonHead1 {
    font-size: 1.6em
}

.MoonThumb2 {
    margin-top: 3%;
	margin-left: 3%;
	background-image: url("IM-2 _MoonRender.png");
    background-color: #fff;
    background-size: 220%;
    background-position: 15% 70%;
	box-shadow: inset 0 0 0 2px #181818;
    width: 47%;
    height: 88%;
}

.MoonHead2 {
    font-size: 1.6em
}

.MoonThumb3 {
    margin-top: 3%;
	margin-left: 3%;
	background-image: url("rover_V2.jpg");
    background-color: #fff;
    background-size: 270%;
    background-position: 90% 100%;
	box-shadow: inset 0 0 0 2px #181818;
    width: 47%;
    height: 88%;
}

.MoonHead3 {
    font-size: 1.6em
}

.MoonThumb4 {
    margin-top: 3%;
	margin-left: 3%;
	background-image: url("LunarOutpostFeature.jpg");
    background-color: #fff;
    background-size: 280%;
    background-position: 45% 85%;
	box-shadow: inset 0 0 0 2px #181818;
    width: 47%;
    height: 88%;
}

.MoonThumb5TripleLeft {
	position: absolute;
	margin-top: 0%;
	margin-left: 0%;
	background-image: url("HakutoR.jpeg");
    background-color: #fff;
    background-size: 185%;
	background-position: center;
	box-shadow: 0 0 0 2px;
    width: 33.333%;
    height: 100%;
	z-index: -2;
}

.MoonThumb5TripleCenter {
    position: absolute;
	margin-top: 0%;
	margin-left: 33.333%;
	background-image: url("PeregrineLander2.jpg");
    background-color: #fff;
    background-size: 185%;
	background-position: 60% 0%;
	box-shadow: 0 0 0 2px;
    width: 33.333%;
    height: 100%;
	z-index: -2;
}

.MoonThumb5TripleRight {
    position: absolute;
	margin-top: 0%;
	margin-left: 66.666%;
	background-image: url("Nova-C-2023.jpg");
    background-color: #fff;
    background-size: 210%;
	background-position: 90% 100%;
	box-shadow: 0 0 0 2px;
    width: 33.333%;
    height: 100%;
	z-index: -2;
}

.MoonHead4 {
    font-size: 1.6em
}

.MarsThumb1 {
    background-image: url(MarsIcon.svg);
    background-color: #c13945;
    background-size: 65%;
    background-position: center;
}

.MarsHead1 {
    font-size: 1.6em
}

.MarsThumb2 {
    background-image: url(MarsIcon.svg);
    background-color: #c13945;
    background-size: 65%;
    background-position: center;
}

.MarsHead2 {
    font-size: 1.6em
}

.AsteroidThumb1 {
    margin-top: 3%;
	margin-left: 3%;
	background-image: url("SpaceFab Towers final_Filtered.jpg");
    background-color: #9f9b9b;
    background-size: 190%;
    background-position: 80% 20%;
	box-shadow: inset 0 0 0 2px #181818;
    width: 47%;
    height: 88%;
}

.AsteroidHead1 {
    font-size: 1.45em
}

.AsteroidThumb2 {
    margin-top: 3%;
	margin-left: 3%;
	background-image: url("TAMiniBeeAsteroidCapture.png");
    background-color: #9f9b9b;
    background-size: 150%;
    background-position: 60% 40%;
	box-shadow: inset 0 0 0 2px #181818;
    width: 47%;
    height: 88%;
}

.AsteroidHead2 {
    font-size: 1.45em
}

.WormThumb1 {
   	margin-top: 3%;
	margin-left: 3%;
	background-image: url("AndorAndLuthen.jpg");
    background-color: #111;
    background-size: 155%;
    background-position: 40% 80%;
	box-shadow: inset 0 0 0 2px #181818;
    width: 47%;
    height: 88%;
}

.WormHead1 {
    font-size: 1.45em
}

.WormThumb2 {
   	margin-top: 3%;
	margin-left: 3%;
	background-image: url("Andrew_Astral5_AdamThumb.jpg");
    background-color: #111;
    background-size: 104%;
    background-position: center;
	box-shadow: inset 0 0 0 2px #181818;
    width: 47%;
    height: 88%;
}

.WormHead2 {
    font-size: 1.45em
}

#GamePiece {
    background-image: url(RocketShipGamePiece2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 75%;
    position: absolute;
    margin-left: 100%;
    margin-top: 5%;
    transform: rotate(120deg);
    visibility: visible; 
}

.LeoTitle {
    position: absolute;
    text-align: center;
    left: 125%;
    top: 290%;
    width: 200%;
    color: #fff;
    font-family:'Rockwell';
    font-style:italic;
}

.LeoTitle2 {
    position: absolute;
    text-align: center;
    left: 125%;
    top: 290%;
    width: 200%;
    color: #fff;
    font-family:'Rockwell';
    font-style:italic;
}

.LeoTitle3 {
    position: absolute;
    text-align: center;
    left: 125%;
    top: 290%;
    width: 200%;
    color: #fff;
    font-family:'Rockwell';
    font-style:italic;
}

.MoonTitle {
    position: absolute;
    text-align: center;
    left: 785%;
    top: 100%;
    width: 150%;
    color: #fff;
    font-family:'Rockwell';
    font-style:italic;
}

.MoonTitle2 {
    position: absolute;
    text-align: center;
    left: 735%;
    bottom: 320%;
    width: 150%;
    color: #fff;
    font-family:'Rockwell';
    font-style:italic;
}

.MarsTitle {
    position: absolute;
    text-align: center;
    left: 1225%;
    bottom: 25%;
    width: 150%;
    color: #fff;
    font-family:'Rockwell';
    font-style:italic;
}

.AsteroidsTitle {
    position: absolute;
    text-align: center;
    left: 590%;
    top: 375%;
    width: 150%;
    color: #fff;
    font-family:'Rockwell';
    font-style:italic;
}

.VenusTitle {
	position: absolute;
    text-align: center;
   	left: 925%;
   	top: -875%;
    width: 150%;
    color: #fff;
    font-family:'Rockwell';
    font-style:italic;
}

.StationPieceText {
    color: #fff;
    font-family:'Rockwell';
    font-style:italic;
    font-size: 10px;
}

.SPT1 {
    position: absolute;
    width: 200%;
    text-align: left;
    left: -10%;
    top: 105%;
}

#StationPiece1 {
    background-image: url(StationPiece.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 65%;
    margin-top: 167%;
    transform: rotate(0deg);
}

#activate-StationPiece1{display:none}

#activate-StationPiece1:checked ~ label #StationPiece1 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-StationPiece1:checked ~ label ~ #StationCard1{
    visibility: visible;
}

.OReefThumb {
    background-image: url("Orbital-Reef-Outside-Windows.jpg");
    background-color: #fff;
    background-size: 190%;
    background-position: center;
}

#StationCard1{
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.SPT2 {
    position: absolute;
    width: 200%;
	text-align: left;
    left: 30%;
    top:105%;
}

#StationPiece2 {
    background-image: url(StationPiece.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 130%;
    margin-top: 125%;
    transform: rotate(0deg);
}

#activate-StationPiece2{display:none}

#activate-StationPiece2:checked ~ label #StationPiece2 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-StationPiece2:checked ~ label ~ #StationCard2{
    visibility: visible;
}

.NGrummThumb {
    background-image: url("Northrop+Grumman+Signs+Agreement+with+NASA+to+Design+Space+Station+for+Low+Earth+Orbit.png");
    background-color: #fff;
    background-size: 220%;
    background-position: center;
}

#StationCard2{
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.SPT3 {
    position: absolute;
    width: 200%;
    text-align: left;
    left: 70%;
    top:105%;
}

#StationPiece3 {
    background-image: url(StationPiece.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 275%;
    margin-top: 140%;
    transform: rotate(0deg);
}

#activate-StationPiece3{display:none}

#activate-StationPiece3:checked ~ label #StationPiece3 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-StationPiece3:checked ~ label ~ #StationCard3{
    visibility: visible;
}

.AxiomThumb {
    background-image: url("AxiomStation.png");
    background-color: #fff;
    background-size: 205%;
    background-position: 50% 70%;
}

#StationCard3{
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.SPT4 {
    position: absolute;
    width: 200%;
	text-align: left;
    left: -20%;
    top: 105%;
}

#StationPiece4 {
    background-image: url(StationPiece.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 490%;
    margin-top: -15%;
    transform: rotate(0deg);
}

#activate-StationPiece4{display:none}

#activate-StationPiece4:checked ~ label #StationPiece4 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-StationPiece4:checked ~ label ~ #StationCard4{
    visibility: visible;
}

.VoyagerThumb {
    background-image: url("VoyagerThumb.png");
    background-color: #fff;
    background-size: 160%;
    background-position: top 0% left 60%;
}

#StationCard4 {
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.SPT5 {
    position: absolute;
    width: 200%;
    text-align: left;
    left: 70%;
    top:105%;
}

#StationPiece5 {
    background-image: url(StationPiece.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 520%;
    margin-top: 75%;
    transform: rotate(0deg);
}

#activate-StationPiece5{display:none}

#activate-StationPiece5:checked ~ label #StationPiece5 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-StationPiece5:checked ~ label ~ #StationCard5{
    visibility: visible;
}

.NanoracksThumb {
    background-image: url(OutpostEarth.jpg);
    background-color: #fff;
    background-size: 200%;
    background-position: center;
}

#StationCard5 {
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.SPT6 {
    position: absolute;
    width: 200%;
	text-align: left;
    left: 60%;
    top:105%;
}

#StationPiece6 {
    background-image: url(StationPiece.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 365%;
    margin-top: 80%;
    transform: rotate(0deg);
}

#activate-StationPiece6{display:none}

#activate-StationPiece6:checked ~ label #StationPiece6 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-StationPiece6:checked ~ label ~ #StationCard6{
    visibility: visible;
}

.StarlabThumb {
    background-image: url("NanoracksStarlabThumb.jpeg");
    background-color: #fff;
    background-size: 110%;
    background-position: center;
}

#StationCard6 {
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.SPT7 {
    position: absolute;
    width: 200%;
    text-align: left;
    left: 70%;
    top:-18%;
}

#StationPiece7 {
    background-image: url(StationPiece.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 480%;
    margin-top: -115%;
    transform: rotate(0deg);
}

#activate-StationPiece7{display:none}

#activate-StationPiece7:checked ~ label #StationPiece7 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-StationPiece7:checked ~ label ~ #StationCard7{
    visibility: visible;
}

.PioneerThumb {
    background-image: url("OACPioneerClass.jpeg");
    background-color: #fff;
    background-size: 180%;
    background-position: 70% 20%;
}

#StationCard7 {
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}


.TouristPieceText {
    color: #fff;
    font-family:'Rockwell';
    font-style:italic;
    font-size: 10px;
}

.TPT4 {
    position: absolute;
    width: 300%;
    text-align: left;
    left: 70%;
    top:-18%;
}

#TouristPiece4 {
    background-image: url("TouristPiece.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 455%;
    margin-top: 55%;
    transform: rotate(0deg);
}

#activate-TouristPiece4 {display:none}

#activate-TouristPiece4:checked ~ label #TouristPiece4 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-TouristPiece4:checked ~ label ~ #TouristCard4 {
    visibility: visible;
}

.DragonThumb {
    background-image: url("CrewDragon2onPad.jpg");
    background-color: #fff;
    background-size: 250%;
    background-position: 20% 60%;
}

#TouristCard4 {
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.TPT5 {
    position: absolute;
    width: 200%;
    text-align: right;
    right: 35%;
    top: 105%;
}

#TouristPiece5 {
    background-image: url("TouristPiece.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 150%;
    margin-top: 80%;
    transform: rotate(0deg);
}

#activate-TouristPiece5{display:none}

#activate-TouristPiece5:checked ~ label #TouristPiece5 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-TouristPiece5:checked ~ label ~ #TouristCard5 {
    visibility: visible;
}

.UnityThumb {
    background-image: url("SpaceshipTwo_Unity_flying_free_in_the_New_Mexico_Airspace_for_the_first_time_2.jpg");
    background-color: #fff;
    background-size: 150%;
    background-position: 30% 90%;
}

#TouristCard5 {
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.TPT6 {
    position: absolute;
    width: 300%;
    text-align: right;
    right: 10%;
    top: 105%;
}

#TouristPiece6 {
    background-image: url("TouristPiece.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 245%;
    margin-top: 160%;
    transform: rotate(0deg);
}

#activate-TouristPiece6 {display:none}

#activate-TouristPiece6:checked ~ label #TouristPiece6 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-TouristPiece6:checked ~ label ~ #TouristCard6 {
    visibility: visible;
}

.AxiomThumb2 {
    background-image: url("AxiomStationISS.png");
    background-color: #fff;
    background-size: 110%;
    background-position: center;
}

#TouristCard6 {
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.TPT7 {
    position: absolute;
    width: 200%;
    text-align: left;
    left: 60%;
    top: 105%;
}

#TouristPiece7 {
    background-image: url("TouristPiece.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 300%;
    margin-top: 75%;
    transform: rotate(0deg);
}

#activate-TouristPiece7{display:none}

#activate-TouristPiece7:checked ~ label #TouristPiece7 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-TouristPiece7:checked ~ label ~ #TouristCard7 {
    visibility: visible;
}

.NewShepardThumb {
    background-image: url("BlueOrigin_NewShepard_M8_MorningOnLaunchPad.jpg");
    background-color: #fff;
    background-size: 250%;
    background-position: 50% 90%;
}

#TouristCard7 {
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.TPT1 {
    position: absolute;
    width: 200%;
    text-align: left;
    left: 70%;
    top:-18%;
}

#TouristPiece1 {
    background-image: url("TouristPiece.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 600%;
    margin-top: 90%;
    transform: rotate(0deg);
}

#activate-TouristPiece1{display:none}

#activate-TouristPiece1:checked ~ label #TouristPiece1 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-TouristPiece1:checked ~ label ~ #TouristCard1 {
    visibility: visible;
}

.StarshipThumb {
    background-image: url("StarshipStacked.jpg");
    background-color: #fff;
    background-size: 180%;
    background-position: 65% 70%;
}

#TouristCard1 {
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}


.TPT2 {
    position: absolute;
    width: 200%;
    text-align: left;
    left: 70%;
    top:-18%;
}

#TouristPiece2 {
    background-image: url("TouristPiece.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 470%;
    margin-top: -95%;
    transform: rotate(0deg);
}

#activate-TouristPiece2{display:none}

#activate-TouristPiece2:checked ~ label #TouristPiece2 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-TouristPiece2:checked ~ label ~ #TouristCard2 {
    visibility: visible;
}

.DreamChaserThumb {
    background-image: url("SierraSpaceDreamChaser.jpeg");
    background-color: #fff;
    background-size: 186%;
    background-position: 45% 70%;
}

#TouristCard2 {
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.LanderPieceText {
    color: #fff;
    font-family:'Rockwell';
    font-style:italic;
    font-size: 10px;
}

.LPT1 {
    position: absolute;
    width: 200%;
    text-align: right;
    right: 60%;
    top:-18%;
}

#LanderPiece1 {
    background-image: url(LanderPiece.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 800%;
    margin-top: -160%;
    transform: rotate(0deg);
}

#activate-LanderPiece1{display:none}

#activate-LanderPiece1:checked ~ label #LanderPiece1 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-LanderPiece1:checked ~ label ~ #LanderCard1{
    visibility: visible;
}

#LanderCard1{
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.PeregrineThumb {
    background-image: url(PeregrineLander.jpg);
    background-color: #fff;
    background-size: 150%;
    background-position: center;
}

.LPT2 {
    position: absolute;
    width: 200%;
    text-align: right;
    right: 70%;
    top: 105%;
}

#LanderPiece2 {
    background-image: url(LanderPiece.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 728%;
    margin-top: 25%;
    transform: rotate(0deg);
}

.NovaCThumb {
    background-image: url("Nova-C Lander.png");
    background-color: #101010;
    background-size: 210%;
    background-position: 20% 130%;
}

#activate-LanderPiece2{display:none}

#activate-LanderPiece2:checked ~ label #LanderPiece2 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-LanderPiece2:checked ~ label ~ #LanderCard2{
    visibility: visible;
}

#LanderCard2{
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}


.LPT3 {
    position: absolute;
    width: 200%;
    text-align: right;
    right: 50%;
    top: 105%;
}

#LanderPiece3 {
    background-image: url(LanderPiece.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 860%;
    margin-top: -105%;
    transform: rotate(0deg);
}

.BlueGhostThumb {
    background-image: url("FireFlyBlueGhost.jpeg");
    background-color: #101010;
    background-size: 155%;
    background-position: 70% 40%;
}

#activate-LanderPiece3{display:none}

#activate-LanderPiece3:checked ~ label #LanderPiece3 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-LanderPiece3:checked ~ label ~ #LanderCard3{
    visibility: visible;
}

#LanderCard3{
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.LPT4 {
    position: absolute;
    width: 200%;
    text-align: left;
    left: 70%;
    top: 105%;
}

#LanderPiece4 {
    background-image: url(LanderPiece.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 827%;
    margin-top: 25%;
    transform: rotate(0deg);
}

.LStarshipThumb {
    background-image: url("SpaceXStarshipHLS.jpeg");
    background-color: #101010;
    background-size: 240%;
    background-position: 30% 0%;
}

#activate-LanderPiece4{display:none}

#activate-LanderPiece4:checked ~ label #LanderPiece4 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-LanderPiece4:checked ~ label ~ #LanderCard4{
    visibility: visible;
}

#LanderCard4{
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.LPT5 {
    position: absolute;
    width: 200%;
    text-align: left;
    left: 70%;
    top:-18%;
}

#LanderPiece5 {
    background-image: url(LanderPiece.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 840%;
    margin-top: -170%;
    transform: rotate(0deg);
}

.HakutoRThumb {
	background-image: url("HakutoR.jpeg");
    background-color: #101010;
    background-size: 190%;
    background-position: 57% 0%;
}

#activate-LanderPiece5{display:none}

#activate-LanderPiece5:checked ~ label #LanderPiece5 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-LanderPiece5:checked ~ label ~ #LanderCard5{
    visibility: visible;
}

#LanderCard5{
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.LPT6 {
    position: absolute;
    width: 200%;
    text-align: right;
    right: 40%;
    top: 105%;
}

#LanderPiece6 {
    background-image: url(LanderPiece.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 778%;
    margin-top: 35%;
    transform: rotate(0deg);
}

.GriffinThumb {
    background-image: url("AstroboticGriffinLander.jpg");
    background-color: #000;
    background-size: 150%;
    background-position: 50% 0%;
}

#activate-LanderPiece6{display:none}

#activate-LanderPiece6:checked ~ label #LanderPiece6 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-LanderPiece6:checked ~ label ~ #LanderCard6{
    visibility: visible;
}

#LanderCard6{
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.MLanderPieceText {
    color: #fff;
    font-family:'Rockwell';
    font-style:italic;
    font-size: 10px;
}

.MLPT1 {
    position: absolute;
    width: 200%;
    text-align: right;
    right: 65%;
    top: 105%;
}

#MLanderPiece1 {
    background-image: url(LanderPiece.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 1220%;
    margin-top: 155%;
    transform: rotate(0deg);
}

#activate-MLanderPiece1{display:none}

#activate-MLanderPiece1:checked ~ label #MLanderPiece1 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-MLanderPiece1:checked ~ label ~ #MLanderCard1{
    visibility: visible;
}

#MLanderCard1{
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.MarsStarship1Thumb {
    background-image: url("StarshipAtDusk.jpg");
    background-color: #fff;
    background-size: 160%;
    background-position: center;
}

.MLPT2 {
    position: absolute;
    width: 200%;
    text-align: right;
    right: 65%;
    top: 105%;
}

#MLanderPiece2 {
    background-image: url(LanderPiece.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 1245%;
    margin-top: 270%;
    transform: rotate(0deg);
}

#activate-MLanderPiece2{display:none}

#activate-MLanderPiece2:checked ~ label #MLanderPiece2 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-MLanderPiece2:checked ~ label ~ #MLanderCard2{
    visibility: visible;
}

#MLanderCard2{
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.ImpulseLanderThumb {
    background-image: url("ImpulseLanderBlackBK.png");
    background-color: #000;
    background-size: 160%;
    background-position: center;
}

.AProbePieceText {
    color: #fff;
    font-family:'Rockwell';
    font-style:italic;
    font-size: 10px;
}

.APPT1 {
    position: absolute;
    width: 200%;
    text-align: right;
    right: 65%;
    top: 105%;
}

#AProbePiece1 {
    background-image: url("ProbePiece.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 590%;
    margin-top: 650%;
    transform: rotate(0deg);
}

#activate-AProbePiece1{display:none}

#activate-AProbePiece1:checked ~ label #AProbePiece1 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-AProbePiece1:checked ~ label ~ #AProbeCard1{
    visibility: visible;
}

.SpaceFabViewpointThumb {
    background-image: url("ViewpointVsWaypoint.jpg");
    background-color: #9f9b9b;
    background-size: 150%;
    background-position: 100% 0%;
}

#AProbeCard1{
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.APPT2 {
    position: absolute;
    width: 200%;
    text-align: right;
    right: 70%;
    top:-18%;
}

#AProbePiece2 {
    background-image: url("ProbePiece.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 610%;
    margin-top: 500%;
    transform: rotate(0deg);
}

#activate-AProbePiece2{display:none}

#activate-AProbePiece2:checked ~ label #AProbePiece2 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-AProbePiece2:checked ~ label ~ #AProbeCard2{
    visibility: visible;
}

.TransAstraHoneyBeeThumb {
    background-image: url("TAHoneyBee.png");
    background-color: #000000;
    background-size: 150%;
    background-position: 12.5% 25%;
}

#AProbeCard2{
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.APPT3 {
    position: absolute;
    width: 200%;
    text-align: left;
    left: 60%;
    top: 105%;
}

#AProbePiece3 {
    background-image: url("ProbePiece.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 875%;
    margin-top: 360%;
    transform: rotate(0deg);
}

#activate-AProbePiece3{display:none}

#activate-AProbePiece3:checked ~ label #AProbePiece3 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-AProbePiece3:checked ~ label ~ #AProbeCard3{
    visibility: visible;
}

.TransAstraQueenBeeThumb {
    background-image: url("TAQueenBee.png");
    background-color: #000000;
    background-size: 100%;
    background-position: center;
}

#AProbeCard3{
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.VProbePieceText {
    color: #fff;
    font-family:'Rockwell';
    font-style:italic;
    font-size: 10px;
}

.VPPT1 {
     position: absolute;
    width: 200%;
    text-align: left;
    left: 70%;
    top: 105%;
}

#VProbePiece1 {
    background-image: url("ProbePiece.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    margin-left: 1080%;
    margin-top: -670%;
    transform: rotate(0deg);
}

#activate-VProbePiece1{display:none}

#activate-VProbePiece1:checked ~ label #VProbePiece1 {
    box-shadow: 0 0 0 2px #fff;
}

#activate-VProbePiece1:checked ~ label ~ #VProbeCard1{
    visibility: visible;
}

.RocketLabProtonThumb {
    background-image: url("RocketLabVenus.jpeg");
    background-color: #fff;
    background-size: 250%;
    background-position: 40% 35%;
}

#VProbeCard1{
    position: fixed;
    width: 65vw;
    height: 36.5625vw;
    max-width: 624px;
    max-height: 351px;
    min-width: 307px;
    min-height: 172.6875px;
    top: 2vw;
    left: 2vw;
    background: #fff;
    visibility: hidden;
    z-index:1
}

.square {
    width: 15vw;
    height: 15vw;
    max-width: 96px;
    max-height: 96px;
    min-width: 48px;
    min-height: 48px;
    border: solid 3px #181818;
    background: #fff;
}

.squareback {
    position:absolute;
    top: -5px;
    right: -5px;
    z-index: -1;
    width: 15vw;
    height: 15vw;
    max-width: 96px;
    max-height: 96px;
    min-width: 48px;
    min-height: 48px;
    border: solid 5px #fff;
    background: #fff;
}

.b1 {
    border-radius: 102.5px 0 0 0;
}

.b2 {
    border-radius: 0 102.5px 0 0;
}

.b3 {
    border-radius: 0 0 102.5px 0;
}

.b4 {
    border-radius: 0 0 0 102.5px;
}

/*lighter blue
.x7 {
    background: #b1dfe0;
}
*/

.x3, .x8 {
    background: #429fa6;
}

.x14, .x18, .x20, .x22, .x61 {
    background: #dbfb00;
}

/*lighter yellow
.x15 {
    background: #f9fed8
}
*/

.x43, .x46 {
    background: #9f9b9b;
}

.x52, .x56 {
	background: #111;
}

.x5, .x10 {
	box-shadow: inset #429fa6 0 0 0 3px;
}

.x16 {
	box-shadow: inset #dbfb00 0 0 0 3px;
}

.x32 {
	box-shadow: inset #c13945 0 0 0 3px;
}

.x40 {
    box-shadow: inset #9f9b9b 0 0 0 3px;
}

.x73 {
	box-shadow: inset #ff9a00 0 0 0 3px;
}

#activate-x1:checked ~ label ~ #Stations > #StationCard1, 
#activate-x2:checked ~ label ~ #Stations > #StationCard1, 
#activate-x3:checked ~ label ~ #Stations > #StationCard1, 
#activate-x4:checked ~ label ~ #Stations > #StationCard1, 
#activate-x5:checked ~ label ~ #Stations > #StationCard1, 
#activate-x6:checked ~ label ~ #Stations > #StationCard1, 
#activate-x7:checked ~ label ~ #Stations > #StationCard1, 
#activate-x8:checked ~ label ~ #Stations > #StationCard1, 
#activate-x9:checked ~ label ~ #Stations > #StationCard1, 
#activate-x101:checked ~ label ~ #Stations > #StationCard1,
#activate-x11:checked ~ label ~ #Stations > #StationCard1, 
#activate-x12:checked ~ label ~ #Stations > #StationCard1, 
#activate-x13:checked ~ label ~ #Stations > #StationCard1, 
#activate-x14:checked ~ label ~ #Stations > #StationCard1, 
#activate-x15:checked ~ label ~ #Stations > #StationCard1, 
#activate-x16:checked ~ label ~ #Stations > #StationCard1, 
#activate-x17:checked ~ label ~ #Stations > #StationCard1, 
#activate-x18:checked ~ label ~ #Stations > #StationCard1, 
#activate-x19:checked ~ label ~ #Stations > #StationCard1, 
#activate-x20:checked ~ label ~ #Stations > #StationCard1,
#activate-x21:checked ~ label ~ #Stations > #StationCard1, 
#activate-x22:checked ~ label ~ #Stations > #StationCard1, 
#activate-x23:checked ~ label ~ #Stations > #StationCard1, 
#activate-x24:checked ~ label ~ #Stations > #StationCard1, 
#activate-x25:checked ~ label ~ #Stations > #StationCard1, 
#activate-x26:checked ~ label ~ #Stations > #StationCard1, 
#activate-x27:checked ~ label ~ #Stations > #StationCard1, 
#activate-x28:checked ~ label ~ #Stations > #StationCard1, 
#activate-x29:checked ~ label ~ #Stations > #StationCard1, 
#activate-x30:checked ~ label ~ #Stations > #StationCard1,
#activate-x31:checked ~ label ~ #Stations > #StationCard1, 
#activate-x32:checked ~ label ~ #Stations > #StationCard1, 
#activate-x33:checked ~ label ~ #Stations > #StationCard1, 
#activate-x34:checked ~ label ~ #Stations > #StationCard1, 
#activate-x35:checked ~ label ~ #Stations > #StationCard1, 
#activate-x36:checked ~ label ~ #Stations > #StationCard1, 
#activate-x37:checked ~ label ~ #Stations > #StationCard1, 
#activate-x38:checked ~ label ~ #Stations > #StationCard1, 
#activate-x39:checked ~ label ~ #Stations > #StationCard1, 
#activate-x40:checked ~ label ~ #Stations > #StationCard1,
#activate-x41:checked ~ label ~ #Stations > #StationCard1, 
#activate-x42:checked ~ label ~ #Stations > #StationCard1, 
#activate-x43:checked ~ label ~ #Stations > #StationCard1, 
#activate-x44:checked ~ label ~ #Stations > #StationCard1, 
#activate-x45:checked ~ label ~ #Stations > #StationCard1, 
#activate-x46:checked ~ label ~ #Stations > #StationCard1, 
#activate-x47:checked ~ label ~ #Stations > #StationCard1, 
#activate-x48:checked ~ label ~ #Stations > #StationCard1, 
#activate-x49:checked ~ label ~ #Stations > #StationCard1, 
#activate-x50:checked ~ label ~ #Stations > #StationCard1,
#activate-x51:checked ~ label ~ #Stations > #StationCard1, 
#activate-x52:checked ~ label ~ #Stations > #StationCard1, 
#activate-x53:checked ~ label ~ #Stations > #StationCard1, 
#activate-x54:checked ~ label ~ #Stations > #StationCard1, 
#activate-x55:checked ~ label ~ #Stations > #StationCard1, 
#activate-x56:checked ~ label ~ #Stations > #StationCard1, 
#activate-x57:checked ~ label ~ #Stations > #StationCard1, 
#activate-x58:checked ~ label ~ #Stations > #StationCard1, 
#activate-x59:checked ~ label ~ #Stations > #StationCard1, 
#activate-x60:checked ~ label ~ #Stations > #StationCard1,
#activate-x61:checked ~ label ~ #Stations > #StationCard1,
#activate-x62:checked ~ label ~ #Stations > #StationCard1,
#activate-x63:checked ~ label ~ #Stations > #StationCard1,
#activate-x64:checked ~ label ~ #Stations > #StationCard1,
#activate-x65:checked ~ label ~ #Stations > #StationCard1,
#activate-x66:checked ~ label ~ #Stations > #StationCard1,
#activate-x67:checked ~ label ~ #Stations > #StationCard1,
#activate-x68:checked ~ label ~ #Stations > #StationCard1,
#activate-x69:checked ~ label ~ #Stations > #StationCard1,
#activate-x70:checked ~ label ~ #Stations > #StationCard1,
#activate-x71:checked ~ label ~ #Stations > #StationCard1,
#activate-x72:checked ~ label ~ #Stations > #StationCard1,
#activate-x73:checked ~ label ~ #Stations > #StationCard1,
#activate-x74:checked ~ label ~ #Stations > #StationCard1,
#activate-x75:checked ~ label ~ #Stations > #StationCard1,
#activate-x76:checked ~ label ~ #Stations > #StationCard1,
#activate-wormhole:checked ~ label ~ #Stations > #StationCard1,
#activate-wormhole2:checked ~ label ~ #Stations > #StationCard1,

#activate-x1:checked ~ label ~ #Stations > #StationCard2, 
#activate-x2:checked ~ label ~ #Stations > #StationCard2, 
#activate-x3:checked ~ label ~ #Stations > #StationCard2, 
#activate-x4:checked ~ label ~ #Stations > #StationCard2, 
#activate-x5:checked ~ label ~ #Stations > #StationCard2, 
#activate-x6:checked ~ label ~ #Stations > #StationCard2, 
#activate-x7:checked ~ label ~ #Stations > #StationCard2, 
#activate-x8:checked ~ label ~ #Stations > #StationCard2, 
#activate-x9:checked ~ label ~ #Stations > #StationCard2, 
#activate-x101:checked ~ label ~ #Stations > #StationCard2,
#activate-x11:checked ~ label ~ #Stations > #StationCard2, 
#activate-x12:checked ~ label ~ #Stations > #StationCard2, 
#activate-x13:checked ~ label ~ #Stations > #StationCard2, 
#activate-x14:checked ~ label ~ #Stations > #StationCard2, 
#activate-x15:checked ~ label ~ #Stations > #StationCard2, 
#activate-x16:checked ~ label ~ #Stations > #StationCard2, 
#activate-x17:checked ~ label ~ #Stations > #StationCard2, 
#activate-x18:checked ~ label ~ #Stations > #StationCard2, 
#activate-x19:checked ~ label ~ #Stations > #StationCard2, 
#activate-x20:checked ~ label ~ #Stations > #StationCard2,
#activate-x21:checked ~ label ~ #Stations > #StationCard2, 
#activate-x22:checked ~ label ~ #Stations > #StationCard2, 
#activate-x23:checked ~ label ~ #Stations > #StationCard2, 
#activate-x24:checked ~ label ~ #Stations > #StationCard2, 
#activate-x25:checked ~ label ~ #Stations > #StationCard2, 
#activate-x26:checked ~ label ~ #Stations > #StationCard2, 
#activate-x27:checked ~ label ~ #Stations > #StationCard2, 
#activate-x28:checked ~ label ~ #Stations > #StationCard2, 
#activate-x29:checked ~ label ~ #Stations > #StationCard2, 
#activate-x30:checked ~ label ~ #Stations > #StationCard2,
#activate-x31:checked ~ label ~ #Stations > #StationCard2, 
#activate-x32:checked ~ label ~ #Stations > #StationCard2, 
#activate-x33:checked ~ label ~ #Stations > #StationCard2, 
#activate-x34:checked ~ label ~ #Stations > #StationCard2, 
#activate-x35:checked ~ label ~ #Stations > #StationCard2, 
#activate-x36:checked ~ label ~ #Stations > #StationCard2, 
#activate-x37:checked ~ label ~ #Stations > #StationCard2, 
#activate-x38:checked ~ label ~ #Stations > #StationCard2, 
#activate-x39:checked ~ label ~ #Stations > #StationCard2, 
#activate-x40:checked ~ label ~ #Stations > #StationCard2,
#activate-x41:checked ~ label ~ #Stations > #StationCard2, 
#activate-x42:checked ~ label ~ #Stations > #StationCard2, 
#activate-x43:checked ~ label ~ #Stations > #StationCard2, 
#activate-x44:checked ~ label ~ #Stations > #StationCard2, 
#activate-x45:checked ~ label ~ #Stations > #StationCard2, 
#activate-x46:checked ~ label ~ #Stations > #StationCard2, 
#activate-x47:checked ~ label ~ #Stations > #StationCard2, 
#activate-x48:checked ~ label ~ #Stations > #StationCard2, 
#activate-x49:checked ~ label ~ #Stations > #StationCard2, 
#activate-x50:checked ~ label ~ #Stations > #StationCard2,
#activate-x51:checked ~ label ~ #Stations > #StationCard2, 
#activate-x52:checked ~ label ~ #Stations > #StationCard2, 
#activate-x53:checked ~ label ~ #Stations > #StationCard2, 
#activate-x54:checked ~ label ~ #Stations > #StationCard2, 
#activate-x55:checked ~ label ~ #Stations > #StationCard2, 
#activate-x56:checked ~ label ~ #Stations > #StationCard2, 
#activate-x57:checked ~ label ~ #Stations > #StationCard2, 
#activate-x58:checked ~ label ~ #Stations > #StationCard2, 
#activate-x59:checked ~ label ~ #Stations > #StationCard2, 
#activate-x60:checked ~ label ~ #Stations > #StationCard2,
#activate-x61:checked ~ label ~ #Stations > #StationCard2,
#activate-x62:checked ~ label ~ #Stations > #StationCard2,
#activate-x63:checked ~ label ~ #Stations > #StationCard2,
#activate-x64:checked ~ label ~ #Stations > #StationCard2,
#activate-x65:checked ~ label ~ #Stations > #StationCard2,
#activate-x66:checked ~ label ~ #Stations > #StationCard2,
#activate-x67:checked ~ label ~ #Stations > #StationCard2,
#activate-x68:checked ~ label ~ #Stations > #StationCard2,
#activate-x69:checked ~ label ~ #Stations > #StationCard2,
#activate-x70:checked ~ label ~ #Stations > #StationCard2,
#activate-x71:checked ~ label ~ #Stations > #StationCard2,
#activate-x72:checked ~ label ~ #Stations > #StationCard2,
#activate-x73:checked ~ label ~ #Stations > #StationCard2,
#activate-x74:checked ~ label ~ #Stations > #StationCard2,
#activate-x75:checked ~ label ~ #Stations > #StationCard2,
#activate-x76:checked ~ label ~ #Stations > #StationCard2,
#activate-wormhole:checked ~ label ~ #Stations > #StationCard2,
#activate-wormhole2:checked ~ label ~ #Stations > #StationCard2,

#activate-x1:checked ~ label ~ #Stations > #StationCard3, 
#activate-x2:checked ~ label ~ #Stations > #StationCard3, 
#activate-x3:checked ~ label ~ #Stations > #StationCard3, 
#activate-x4:checked ~ label ~ #Stations > #StationCard3, 
#activate-x5:checked ~ label ~ #Stations > #StationCard3, 
#activate-x6:checked ~ label ~ #Stations > #StationCard3, 
#activate-x7:checked ~ label ~ #Stations > #StationCard3, 
#activate-x8:checked ~ label ~ #Stations > #StationCard3, 
#activate-x9:checked ~ label ~ #Stations > #StationCard3, 
#activate-x101:checked ~ label ~ #Stations > #StationCard3,
#activate-x11:checked ~ label ~ #Stations > #StationCard3, 
#activate-x12:checked ~ label ~ #Stations > #StationCard3, 
#activate-x13:checked ~ label ~ #Stations > #StationCard3, 
#activate-x14:checked ~ label ~ #Stations > #StationCard3, 
#activate-x15:checked ~ label ~ #Stations > #StationCard3, 
#activate-x16:checked ~ label ~ #Stations > #StationCard3, 
#activate-x17:checked ~ label ~ #Stations > #StationCard3, 
#activate-x18:checked ~ label ~ #Stations > #StationCard3, 
#activate-x19:checked ~ label ~ #Stations > #StationCard3, 
#activate-x20:checked ~ label ~ #Stations > #StationCard3,
#activate-x21:checked ~ label ~ #Stations > #StationCard3, 
#activate-x22:checked ~ label ~ #Stations > #StationCard3, 
#activate-x23:checked ~ label ~ #Stations > #StationCard3, 
#activate-x24:checked ~ label ~ #Stations > #StationCard3, 
#activate-x25:checked ~ label ~ #Stations > #StationCard3, 
#activate-x26:checked ~ label ~ #Stations > #StationCard3, 
#activate-x27:checked ~ label ~ #Stations > #StationCard3, 
#activate-x28:checked ~ label ~ #Stations > #StationCard3, 
#activate-x29:checked ~ label ~ #Stations > #StationCard3, 
#activate-x30:checked ~ label ~ #Stations > #StationCard3,
#activate-x31:checked ~ label ~ #Stations > #StationCard3, 
#activate-x32:checked ~ label ~ #Stations > #StationCard3, 
#activate-x33:checked ~ label ~ #Stations > #StationCard3, 
#activate-x34:checked ~ label ~ #Stations > #StationCard3, 
#activate-x35:checked ~ label ~ #Stations > #StationCard3, 
#activate-x36:checked ~ label ~ #Stations > #StationCard3, 
#activate-x37:checked ~ label ~ #Stations > #StationCard3, 
#activate-x38:checked ~ label ~ #Stations > #StationCard3, 
#activate-x39:checked ~ label ~ #Stations > #StationCard3, 
#activate-x40:checked ~ label ~ #Stations > #StationCard3,
#activate-x41:checked ~ label ~ #Stations > #StationCard3, 
#activate-x42:checked ~ label ~ #Stations > #StationCard3, 
#activate-x43:checked ~ label ~ #Stations > #StationCard3, 
#activate-x44:checked ~ label ~ #Stations > #StationCard3, 
#activate-x45:checked ~ label ~ #Stations > #StationCard3, 
#activate-x46:checked ~ label ~ #Stations > #StationCard3, 
#activate-x47:checked ~ label ~ #Stations > #StationCard3, 
#activate-x48:checked ~ label ~ #Stations > #StationCard3, 
#activate-x49:checked ~ label ~ #Stations > #StationCard3, 
#activate-x50:checked ~ label ~ #Stations > #StationCard3,
#activate-x51:checked ~ label ~ #Stations > #StationCard3, 
#activate-x52:checked ~ label ~ #Stations > #StationCard3, 
#activate-x53:checked ~ label ~ #Stations > #StationCard3, 
#activate-x54:checked ~ label ~ #Stations > #StationCard3, 
#activate-x55:checked ~ label ~ #Stations > #StationCard3, 
#activate-x56:checked ~ label ~ #Stations > #StationCard3, 
#activate-x57:checked ~ label ~ #Stations > #StationCard3, 
#activate-x58:checked ~ label ~ #Stations > #StationCard3, 
#activate-x59:checked ~ label ~ #Stations > #StationCard3, 
#activate-x60:checked ~ label ~ #Stations > #StationCard3,
#activate-x61:checked ~ label ~ #Stations > #StationCard3,
#activate-x62:checked ~ label ~ #Stations > #StationCard3,
#activate-x63:checked ~ label ~ #Stations > #StationCard3,
#activate-x64:checked ~ label ~ #Stations > #StationCard3,
#activate-x65:checked ~ label ~ #Stations > #StationCard3,
#activate-x66:checked ~ label ~ #Stations > #StationCard3,
#activate-x67:checked ~ label ~ #Stations > #StationCard3,
#activate-x68:checked ~ label ~ #Stations > #StationCard3,
#activate-x69:checked ~ label ~ #Stations > #StationCard3,
#activate-x70:checked ~ label ~ #Stations > #StationCard3,
#activate-x71:checked ~ label ~ #Stations > #StationCard3,
#activate-x72:checked ~ label ~ #Stations > #StationCard3,
#activate-x73:checked ~ label ~ #Stations > #StationCard3,
#activate-x74:checked ~ label ~ #Stations > #StationCard3,
#activate-x75:checked ~ label ~ #Stations > #StationCard3,
#activate-x76:checked ~ label ~ #Stations > #StationCard3,
#activate-wormhole:checked ~ label ~ #Stations > #StationCard3,
#activate-wormhole2:checked ~ label ~ #Stations > #StationCard3,

#activate-x1:checked ~ label ~ #Stations > #StationCard4, 
#activate-x2:checked ~ label ~ #Stations > #StationCard4, 
#activate-x3:checked ~ label ~ #Stations > #StationCard4, 
#activate-x4:checked ~ label ~ #Stations > #StationCard4, 
#activate-x5:checked ~ label ~ #Stations > #StationCard4, 
#activate-x6:checked ~ label ~ #Stations > #StationCard4, 
#activate-x7:checked ~ label ~ #Stations > #StationCard4, 
#activate-x8:checked ~ label ~ #Stations > #StationCard4, 
#activate-x9:checked ~ label ~ #Stations > #StationCard4, 
#activate-x101:checked ~ label ~ #Stations > #StationCard4,
#activate-x11:checked ~ label ~ #Stations > #StationCard4, 
#activate-x12:checked ~ label ~ #Stations > #StationCard4, 
#activate-x13:checked ~ label ~ #Stations > #StationCard4, 
#activate-x14:checked ~ label ~ #Stations > #StationCard4, 
#activate-x15:checked ~ label ~ #Stations > #StationCard4, 
#activate-x16:checked ~ label ~ #Stations > #StationCard4, 
#activate-x17:checked ~ label ~ #Stations > #StationCard4, 
#activate-x18:checked ~ label ~ #Stations > #StationCard4, 
#activate-x19:checked ~ label ~ #Stations > #StationCard4, 
#activate-x20:checked ~ label ~ #Stations > #StationCard4,
#activate-x21:checked ~ label ~ #Stations > #StationCard4, 
#activate-x22:checked ~ label ~ #Stations > #StationCard4, 
#activate-x23:checked ~ label ~ #Stations > #StationCard4, 
#activate-x24:checked ~ label ~ #Stations > #StationCard4, 
#activate-x25:checked ~ label ~ #Stations > #StationCard4, 
#activate-x26:checked ~ label ~ #Stations > #StationCard4, 
#activate-x27:checked ~ label ~ #Stations > #StationCard4, 
#activate-x28:checked ~ label ~ #Stations > #StationCard4, 
#activate-x29:checked ~ label ~ #Stations > #StationCard4, 
#activate-x30:checked ~ label ~ #Stations > #StationCard4,
#activate-x31:checked ~ label ~ #Stations > #StationCard4, 
#activate-x32:checked ~ label ~ #Stations > #StationCard4, 
#activate-x33:checked ~ label ~ #Stations > #StationCard4, 
#activate-x34:checked ~ label ~ #Stations > #StationCard4, 
#activate-x35:checked ~ label ~ #Stations > #StationCard4, 
#activate-x36:checked ~ label ~ #Stations > #StationCard4, 
#activate-x37:checked ~ label ~ #Stations > #StationCard4, 
#activate-x38:checked ~ label ~ #Stations > #StationCard4, 
#activate-x39:checked ~ label ~ #Stations > #StationCard4, 
#activate-x40:checked ~ label ~ #Stations > #StationCard4,
#activate-x41:checked ~ label ~ #Stations > #StationCard4, 
#activate-x42:checked ~ label ~ #Stations > #StationCard4, 
#activate-x43:checked ~ label ~ #Stations > #StationCard4, 
#activate-x44:checked ~ label ~ #Stations > #StationCard4, 
#activate-x45:checked ~ label ~ #Stations > #StationCard4, 
#activate-x46:checked ~ label ~ #Stations > #StationCard4, 
#activate-x47:checked ~ label ~ #Stations > #StationCard4, 
#activate-x48:checked ~ label ~ #Stations > #StationCard4, 
#activate-x49:checked ~ label ~ #Stations > #StationCard4, 
#activate-x50:checked ~ label ~ #Stations > #StationCard4,
#activate-x51:checked ~ label ~ #Stations > #StationCard4, 
#activate-x52:checked ~ label ~ #Stations > #StationCard4, 
#activate-x53:checked ~ label ~ #Stations > #StationCard4, 
#activate-x54:checked ~ label ~ #Stations > #StationCard4, 
#activate-x55:checked ~ label ~ #Stations > #StationCard4, 
#activate-x56:checked ~ label ~ #Stations > #StationCard4, 
#activate-x57:checked ~ label ~ #Stations > #StationCard4, 
#activate-x58:checked ~ label ~ #Stations > #StationCard4, 
#activate-x59:checked ~ label ~ #Stations > #StationCard4, 
#activate-x60:checked ~ label ~ #Stations > #StationCard4,
#activate-x61:checked ~ label ~ #Stations > #StationCard4,
#activate-x62:checked ~ label ~ #Stations > #StationCard4,
#activate-x63:checked ~ label ~ #Stations > #StationCard4,
#activate-x64:checked ~ label ~ #Stations > #StationCard4,
#activate-x65:checked ~ label ~ #Stations > #StationCard4,
#activate-x66:checked ~ label ~ #Stations > #StationCard4,
#activate-x67:checked ~ label ~ #Stations > #StationCard4,
#activate-x68:checked ~ label ~ #Stations > #StationCard4,
#activate-x69:checked ~ label ~ #Stations > #StationCard4,
#activate-x70:checked ~ label ~ #Stations > #StationCard4,
#activate-x71:checked ~ label ~ #Stations > #StationCard4,
#activate-x72:checked ~ label ~ #Stations > #StationCard4,
#activate-x73:checked ~ label ~ #Stations > #StationCard4,
#activate-x74:checked ~ label ~ #Stations > #StationCard4,
#activate-x75:checked ~ label ~ #Stations > #StationCard4,
#activate-x76:checked ~ label ~ #Stations > #StationCard4,
#activate-wormhole:checked ~ label ~ #Stations > #StationCard4,
#activate-wormhole2:checked ~ label ~ #Stations > #StationCard4,

#activate-x1:checked ~ label ~ #Stations > #StationCard5, 
#activate-x2:checked ~ label ~ #Stations > #StationCard5, 
#activate-x3:checked ~ label ~ #Stations > #StationCard5, 
#activate-x4:checked ~ label ~ #Stations > #StationCard5, 
#activate-x5:checked ~ label ~ #Stations > #StationCard5, 
#activate-x6:checked ~ label ~ #Stations > #StationCard5, 
#activate-x7:checked ~ label ~ #Stations > #StationCard5, 
#activate-x8:checked ~ label ~ #Stations > #StationCard5, 
#activate-x9:checked ~ label ~ #Stations > #StationCard5, 
#activate-x101:checked ~ label ~ #Stations > #StationCard5,
#activate-x11:checked ~ label ~ #Stations > #StationCard5, 
#activate-x12:checked ~ label ~ #Stations > #StationCard5, 
#activate-x13:checked ~ label ~ #Stations > #StationCard5, 
#activate-x14:checked ~ label ~ #Stations > #StationCard5, 
#activate-x15:checked ~ label ~ #Stations > #StationCard5, 
#activate-x16:checked ~ label ~ #Stations > #StationCard5, 
#activate-x17:checked ~ label ~ #Stations > #StationCard5, 
#activate-x18:checked ~ label ~ #Stations > #StationCard5, 
#activate-x19:checked ~ label ~ #Stations > #StationCard5, 
#activate-x20:checked ~ label ~ #Stations > #StationCard5,
#activate-x21:checked ~ label ~ #Stations > #StationCard5, 
#activate-x22:checked ~ label ~ #Stations > #StationCard5, 
#activate-x23:checked ~ label ~ #Stations > #StationCard5, 
#activate-x24:checked ~ label ~ #Stations > #StationCard5, 
#activate-x25:checked ~ label ~ #Stations > #StationCard5, 
#activate-x26:checked ~ label ~ #Stations > #StationCard5, 
#activate-x27:checked ~ label ~ #Stations > #StationCard5, 
#activate-x28:checked ~ label ~ #Stations > #StationCard5, 
#activate-x29:checked ~ label ~ #Stations > #StationCard5, 
#activate-x30:checked ~ label ~ #Stations > #StationCard5,
#activate-x31:checked ~ label ~ #Stations > #StationCard5, 
#activate-x32:checked ~ label ~ #Stations > #StationCard5, 
#activate-x33:checked ~ label ~ #Stations > #StationCard5, 
#activate-x34:checked ~ label ~ #Stations > #StationCard5, 
#activate-x35:checked ~ label ~ #Stations > #StationCard5, 
#activate-x36:checked ~ label ~ #Stations > #StationCard5, 
#activate-x37:checked ~ label ~ #Stations > #StationCard5, 
#activate-x38:checked ~ label ~ #Stations > #StationCard5, 
#activate-x39:checked ~ label ~ #Stations > #StationCard5, 
#activate-x40:checked ~ label ~ #Stations > #StationCard5,
#activate-x41:checked ~ label ~ #Stations > #StationCard5, 
#activate-x42:checked ~ label ~ #Stations > #StationCard5, 
#activate-x43:checked ~ label ~ #Stations > #StationCard5, 
#activate-x44:checked ~ label ~ #Stations > #StationCard5, 
#activate-x45:checked ~ label ~ #Stations > #StationCard5, 
#activate-x46:checked ~ label ~ #Stations > #StationCard5, 
#activate-x47:checked ~ label ~ #Stations > #StationCard5, 
#activate-x48:checked ~ label ~ #Stations > #StationCard5, 
#activate-x49:checked ~ label ~ #Stations > #StationCard5, 
#activate-x50:checked ~ label ~ #Stations > #StationCard5,
#activate-x51:checked ~ label ~ #Stations > #StationCard5, 
#activate-x52:checked ~ label ~ #Stations > #StationCard5, 
#activate-x53:checked ~ label ~ #Stations > #StationCard5, 
#activate-x54:checked ~ label ~ #Stations > #StationCard5, 
#activate-x55:checked ~ label ~ #Stations > #StationCard5, 
#activate-x56:checked ~ label ~ #Stations > #StationCard5, 
#activate-x57:checked ~ label ~ #Stations > #StationCard5, 
#activate-x58:checked ~ label ~ #Stations > #StationCard5, 
#activate-x59:checked ~ label ~ #Stations > #StationCard5, 
#activate-x60:checked ~ label ~ #Stations > #StationCard5,
#activate-x61:checked ~ label ~ #Stations > #StationCard5,
#activate-x62:checked ~ label ~ #Stations > #StationCard5,
#activate-x63:checked ~ label ~ #Stations > #StationCard5,
#activate-x64:checked ~ label ~ #Stations > #StationCard5,
#activate-x65:checked ~ label ~ #Stations > #StationCard5,
#activate-x66:checked ~ label ~ #Stations > #StationCard5,
#activate-x67:checked ~ label ~ #Stations > #StationCard5,
#activate-x68:checked ~ label ~ #Stations > #StationCard5,
#activate-x69:checked ~ label ~ #Stations > #StationCard5,
#activate-x70:checked ~ label ~ #Stations > #StationCard5,
#activate-x71:checked ~ label ~ #Stations > #StationCard5,
#activate-x72:checked ~ label ~ #Stations > #StationCard5,
#activate-x73:checked ~ label ~ #Stations > #StationCard5,
#activate-x74:checked ~ label ~ #Stations > #StationCard5,
#activate-x75:checked ~ label ~ #Stations > #StationCard5,
#activate-x76:checked ~ label ~ #Stations > #StationCard5,
#activate-wormhole:checked ~ label ~ #Stations > #StationCard5,
#activate-wormhole2:checked ~ label ~ #Stations > #StationCard5,

#activate-x0:checked ~ label ~ #Stations > #StationCard6,
#activate-x1:checked ~ label ~ #Stations > #StationCard6, 
#activate-x2:checked ~ label ~ #Stations > #StationCard6, 
#activate-x3:checked ~ label ~ #Stations > #StationCard6, 
#activate-x4:checked ~ label ~ #Stations > #StationCard6, 
#activate-x5:checked ~ label ~ #Stations > #StationCard6, 
#activate-x6:checked ~ label ~ #Stations > #StationCard6, 
#activate-x7:checked ~ label ~ #Stations > #StationCard6, 
#activate-x8:checked ~ label ~ #Stations > #StationCard6, 
#activate-x9:checked ~ label ~ #Stations > #StationCard6, 
#activate-x101:checked ~ label ~ #Stations > #StationCard6,
#activate-x11:checked ~ label ~ #Stations > #StationCard6, 
#activate-x12:checked ~ label ~ #Stations > #StationCard6, 
#activate-x13:checked ~ label ~ #Stations > #StationCard6, 
#activate-x14:checked ~ label ~ #Stations > #StationCard6, 
#activate-x15:checked ~ label ~ #Stations > #StationCard6, 
#activate-x16:checked ~ label ~ #Stations > #StationCard6, 
#activate-x17:checked ~ label ~ #Stations > #StationCard6, 
#activate-x18:checked ~ label ~ #Stations > #StationCard6, 
#activate-x19:checked ~ label ~ #Stations > #StationCard6, 
#activate-x20:checked ~ label ~ #Stations > #StationCard6,
#activate-x21:checked ~ label ~ #Stations > #StationCard6, 
#activate-x22:checked ~ label ~ #Stations > #StationCard6, 
#activate-x23:checked ~ label ~ #Stations > #StationCard6, 
#activate-x24:checked ~ label ~ #Stations > #StationCard6, 
#activate-x25:checked ~ label ~ #Stations > #StationCard6, 
#activate-x26:checked ~ label ~ #Stations > #StationCard6, 
#activate-x27:checked ~ label ~ #Stations > #StationCard6, 
#activate-x28:checked ~ label ~ #Stations > #StationCard6, 
#activate-x29:checked ~ label ~ #Stations > #StationCard6, 
#activate-x30:checked ~ label ~ #Stations > #StationCard6,
#activate-x31:checked ~ label ~ #Stations > #StationCard6, 
#activate-x32:checked ~ label ~ #Stations > #StationCard6, 
#activate-x33:checked ~ label ~ #Stations > #StationCard6, 
#activate-x34:checked ~ label ~ #Stations > #StationCard6, 
#activate-x35:checked ~ label ~ #Stations > #StationCard6, 
#activate-x36:checked ~ label ~ #Stations > #StationCard6, 
#activate-x37:checked ~ label ~ #Stations > #StationCard6, 
#activate-x38:checked ~ label ~ #Stations > #StationCard6, 
#activate-x39:checked ~ label ~ #Stations > #StationCard6, 
#activate-x40:checked ~ label ~ #Stations > #StationCard6,
#activate-x41:checked ~ label ~ #Stations > #StationCard6, 
#activate-x42:checked ~ label ~ #Stations > #StationCard6, 
#activate-x43:checked ~ label ~ #Stations > #StationCard6, 
#activate-x44:checked ~ label ~ #Stations > #StationCard6, 
#activate-x45:checked ~ label ~ #Stations > #StationCard6, 
#activate-x46:checked ~ label ~ #Stations > #StationCard6, 
#activate-x47:checked ~ label ~ #Stations > #StationCard6, 
#activate-x48:checked ~ label ~ #Stations > #StationCard6, 
#activate-x49:checked ~ label ~ #Stations > #StationCard6, 
#activate-x50:checked ~ label ~ #Stations > #StationCard6,
#activate-x51:checked ~ label ~ #Stations > #StationCard6, 
#activate-x52:checked ~ label ~ #Stations > #StationCard6, 
#activate-x53:checked ~ label ~ #Stations > #StationCard6, 
#activate-x54:checked ~ label ~ #Stations > #StationCard6, 
#activate-x55:checked ~ label ~ #Stations > #StationCard6, 
#activate-x56:checked ~ label ~ #Stations > #StationCard6, 
#activate-x57:checked ~ label ~ #Stations > #StationCard6, 
#activate-x58:checked ~ label ~ #Stations > #StationCard6, 
#activate-x59:checked ~ label ~ #Stations > #StationCard6, 
#activate-x60:checked ~ label ~ #Stations > #StationCard6,
#activate-x61:checked ~ label ~ #Stations > #StationCard6,
#activate-x62:checked ~ label ~ #Stations > #StationCard6,
#activate-x63:checked ~ label ~ #Stations > #StationCard6,
#activate-x64:checked ~ label ~ #Stations > #StationCard6,
#activate-x65:checked ~ label ~ #Stations > #StationCard6,
#activate-x66:checked ~ label ~ #Stations > #StationCard6,
#activate-x67:checked ~ label ~ #Stations > #StationCard6,
#activate-x68:checked ~ label ~ #Stations > #StationCard6,
#activate-x69:checked ~ label ~ #Stations > #StationCard6,
#activate-x70:checked ~ label ~ #Stations > #StationCard6,
#activate-x71:checked ~ label ~ #Stations > #StationCard6,
#activate-x72:checked ~ label ~ #Stations > #StationCard6,
#activate-x73:checked ~ label ~ #Stations > #StationCard6,
#activate-x74:checked ~ label ~ #Stations > #StationCard6,
#activate-x75:checked ~ label ~ #Stations > #StationCard6,
#activate-x76:checked ~ label ~ #Stations > #StationCard6,
#activate-wormhole:checked ~ label ~ #Stations > #StationCard6,
#activate-wormhole2:checked ~ label ~ #Stations > #StationCard6,

#activate-x1:checked ~ label ~ #Stations > #StationCard7, 
#activate-x2:checked ~ label ~ #Stations > #StationCard7, 
#activate-x3:checked ~ label ~ #Stations > #StationCard7, 
#activate-x4:checked ~ label ~ #Stations > #StationCard7, 
#activate-x5:checked ~ label ~ #Stations > #StationCard7, 
#activate-x6:checked ~ label ~ #Stations > #StationCard7, 
#activate-x7:checked ~ label ~ #Stations > #StationCard7, 
#activate-x8:checked ~ label ~ #Stations > #StationCard7, 
#activate-x9:checked ~ label ~ #Stations > #StationCard7, 
#activate-x101:checked ~ label ~ #Stations > #StationCard7,
#activate-x11:checked ~ label ~ #Stations > #StationCard7, 
#activate-x12:checked ~ label ~ #Stations > #StationCard7, 
#activate-x13:checked ~ label ~ #Stations > #StationCard7, 
#activate-x14:checked ~ label ~ #Stations > #StationCard7, 
#activate-x15:checked ~ label ~ #Stations > #StationCard7, 
#activate-x16:checked ~ label ~ #Stations > #StationCard7, 
#activate-x17:checked ~ label ~ #Stations > #StationCard7, 
#activate-x18:checked ~ label ~ #Stations > #StationCard7, 
#activate-x19:checked ~ label ~ #Stations > #StationCard7, 
#activate-x20:checked ~ label ~ #Stations > #StationCard7,
#activate-x21:checked ~ label ~ #Stations > #StationCard7, 
#activate-x22:checked ~ label ~ #Stations > #StationCard7, 
#activate-x23:checked ~ label ~ #Stations > #StationCard7, 
#activate-x24:checked ~ label ~ #Stations > #StationCard7, 
#activate-x25:checked ~ label ~ #Stations > #StationCard7, 
#activate-x26:checked ~ label ~ #Stations > #StationCard7, 
#activate-x27:checked ~ label ~ #Stations > #StationCard7, 
#activate-x28:checked ~ label ~ #Stations > #StationCard7, 
#activate-x29:checked ~ label ~ #Stations > #StationCard7, 
#activate-x30:checked ~ label ~ #Stations > #StationCard7,
#activate-x31:checked ~ label ~ #Stations > #StationCard7, 
#activate-x32:checked ~ label ~ #Stations > #StationCard7, 
#activate-x33:checked ~ label ~ #Stations > #StationCard7, 
#activate-x34:checked ~ label ~ #Stations > #StationCard7, 
#activate-x35:checked ~ label ~ #Stations > #StationCard7, 
#activate-x36:checked ~ label ~ #Stations > #StationCard7, 
#activate-x37:checked ~ label ~ #Stations > #StationCard7, 
#activate-x38:checked ~ label ~ #Stations > #StationCard7, 
#activate-x39:checked ~ label ~ #Stations > #StationCard7, 
#activate-x40:checked ~ label ~ #Stations > #StationCard7,
#activate-x41:checked ~ label ~ #Stations > #StationCard7, 
#activate-x42:checked ~ label ~ #Stations > #StationCard7, 
#activate-x43:checked ~ label ~ #Stations > #StationCard7, 
#activate-x44:checked ~ label ~ #Stations > #StationCard7, 
#activate-x45:checked ~ label ~ #Stations > #StationCard7, 
#activate-x46:checked ~ label ~ #Stations > #StationCard7, 
#activate-x47:checked ~ label ~ #Stations > #StationCard7, 
#activate-x48:checked ~ label ~ #Stations > #StationCard7, 
#activate-x49:checked ~ label ~ #Stations > #StationCard7, 
#activate-x50:checked ~ label ~ #Stations > #StationCard7,
#activate-x51:checked ~ label ~ #Stations > #StationCard7, 
#activate-x52:checked ~ label ~ #Stations > #StationCard7, 
#activate-x53:checked ~ label ~ #Stations > #StationCard7, 
#activate-x54:checked ~ label ~ #Stations > #StationCard7, 
#activate-x55:checked ~ label ~ #Stations > #StationCard7, 
#activate-x56:checked ~ label ~ #Stations > #StationCard7, 
#activate-x57:checked ~ label ~ #Stations > #StationCard7, 
#activate-x58:checked ~ label ~ #Stations > #StationCard7, 
#activate-x59:checked ~ label ~ #Stations > #StationCard7, 
#activate-x60:checked ~ label ~ #Stations > #StationCard7,
#activate-x61:checked ~ label ~ #Stations > #StationCard7,
#activate-x62:checked ~ label ~ #Stations > #StationCard7,
#activate-x63:checked ~ label ~ #Stations > #StationCard7,
#activate-x64:checked ~ label ~ #Stations > #StationCard7,
#activate-x65:checked ~ label ~ #Stations > #StationCard7,
#activate-x66:checked ~ label ~ #Stations > #StationCard7,
#activate-x67:checked ~ label ~ #Stations > #StationCard7,
#activate-x68:checked ~ label ~ #Stations > #StationCard7,
#activate-x69:checked ~ label ~ #Stations > #StationCard7,
#activate-x70:checked ~ label ~ #Stations > #StationCard7,
#activate-x71:checked ~ label ~ #Stations > #StationCard7,
#activate-x72:checked ~ label ~ #Stations > #StationCard7,
#activate-x73:checked ~ label ~ #Stations > #StationCard7,
#activate-x74:checked ~ label ~ #Stations > #StationCard7,
#activate-x75:checked ~ label ~ #Stations > #StationCard7,
#activate-x76:checked ~ label ~ #Stations > #StationCard7,
#activate-wormhole:checked ~ label ~ #Stations > #StationCard7,
#activate-wormhole2:checked ~ label ~ #Stations > #StationCard7,


/*
#activate-x0:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x1:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x2:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x311:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x4:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x5:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x6:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x7:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x8:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x9:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x10:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x11:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x12:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x13:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x14:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x15:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x16:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x17:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x18:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x19:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x20:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x21:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x22:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x23:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x24:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x25:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x26:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x27:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x28:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x29:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x30:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x31:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x32:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x33:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x34:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x35:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x36:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x37:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x38:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x39:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x40:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x41:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x42:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x43:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x44:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x45:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x46:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x47:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x48:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x49:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x50:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x51:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x52:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x53:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x54:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x55:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x56:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x57:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x58:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x59:checked ~ label ~ #Tourists > #TouristCard3, 
#activate-x60:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x61:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x62:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x63:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x64:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x65:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x66:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x67:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x68:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x69:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x70:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x71:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x72:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x73:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x74:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x75:checked ~ label ~ #Tourists > #TouristCard3,
#activate-x76:checked ~ label ~ #Tourists > #TouristCard3,
#activate-wormhole:checked ~ label ~ #Tourists > #TouristCard3,
#activate-wormhole2:checked ~ label ~ #Tourists > #TouristCard3,
*/

#activate-x1:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x2:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x3:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x4:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x511:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x6:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x7:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x8:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x9:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x10:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-x11:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x12:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x13:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x14:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x15:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x16:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x17:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x18:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x19:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x20:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-x21:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x22:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x23:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x24:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x25:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x26:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x27:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x28:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x29:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x30:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-x31:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x32:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x33:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x34:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x35:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x36:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x37:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x38:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x39:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x40:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-x41:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x42:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x43:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x44:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x45:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x46:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x47:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x48:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x49:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x50:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-x51:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x52:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x53:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x54:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x55:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x56:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x57:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x58:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x59:checked ~ label ~ #Tourists2 > #TouristCard6, 
#activate-x60:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-x61:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-x62:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-x63:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-x64:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-x65:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-x66:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-x67:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-x68:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-x69:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-x70:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-x71:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-x72:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-x73:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-x74:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-x75:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-x76:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-wormhole:checked ~ label ~ #Tourists2 > #TouristCard6,
#activate-wormhole2:checked ~ label ~ #Tourists2 > #TouristCard6,

#activate-x0:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x1:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x2:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x3:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x4:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x511:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x6:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x7:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x8:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x9:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x10:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x11:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x12:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x13:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x14:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x15:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x16:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x17:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x18:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x19:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x20:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x21:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x22:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x23:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x24:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x25:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x26:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x27:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x28:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x29:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x30:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x31:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x32:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x33:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x34:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x35:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x36:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x37:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x38:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x39:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x40:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x41:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x42:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x43:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x44:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x45:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x46:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x47:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x48:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x49:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x50:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x51:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x52:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x53:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x54:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x55:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x56:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x57:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x58:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x59:checked ~ label ~ #Tourists2 > #TouristCard5, 
#activate-x60:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x61:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x62:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x63:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x64:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x65:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x66:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x67:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x68:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x69:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x70:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x71:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x72:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x73:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x74:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x75:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-x76:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-wormhole:checked ~ label ~ #Tourists2 > #TouristCard5,
#activate-wormhole2:checked ~ label ~ #Tourists2 > #TouristCard5,

#activate-x1:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x2:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x3:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x4:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x511:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x6:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x7:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x8:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x9:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x10:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-x11:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x12:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x13:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x14:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x15:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x16:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x17:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x18:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x19:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x20:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-x21:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x22:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x23:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x24:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x25:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x26:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x27:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x28:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x29:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x30:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-x31:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x32:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x33:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x34:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x35:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x36:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x37:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x38:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x39:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x40:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-x41:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x42:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x43:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x44:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x45:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x46:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x47:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x48:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x49:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x50:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-x51:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x52:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x53:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x54:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x55:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x56:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x57:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x58:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x59:checked ~ label ~ #Tourists2 > #TouristCard7, 
#activate-x60:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-x61:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-x62:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-x63:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-x64:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-x65:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-x66:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-x67:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-x68:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-x69:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-x70:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-x71:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-x72:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-x73:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-x74:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-x75:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-x76:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-wormhole:checked ~ label ~ #Tourists2 > #TouristCard7,
#activate-wormhole2:checked ~ label ~ #Tourists2 > #TouristCard7,

#activate-x1:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x2:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x3:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x4:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x511:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x6:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x7:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x8:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x9:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x10:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-x11:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x12:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x13:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x14:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x15:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x16:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x17:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x18:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x19:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x20:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-x21:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x22:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x23:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x24:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x25:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x26:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x27:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x28:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x29:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x30:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-x31:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x32:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x33:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x34:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x35:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x36:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x37:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x38:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x39:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x40:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-x41:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x42:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x43:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x44:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x45:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x46:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x47:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x48:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x49:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x50:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-x51:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x52:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x53:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x54:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x55:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x56:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x57:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x58:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x59:checked ~ label ~ #Tourists2 > #TouristCard4, 
#activate-x60:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-x61:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-x62:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-x63:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-x64:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-x65:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-x66:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-x67:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-x68:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-x69:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-x70:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-x71:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-x72:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-x73:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-x74:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-x75:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-x76:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-wormhole:checked ~ label ~ #Tourists2 > #TouristCard4,
#activate-wormhole2:checked ~ label ~ #Tourists2 > #TouristCard4,

#activate-x1:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x2:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x3:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x4:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x511:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x6:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x7:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x8:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x9:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x10:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-x11:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x12:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x13:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x14:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x15:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x16:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x17:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x18:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x19:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x20:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-x21:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x22:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x23:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x24:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x25:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x26:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x27:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x28:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x29:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x30:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-x31:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x32:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x33:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x34:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x35:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x36:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x37:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x38:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x39:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x40:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-x41:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x42:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x43:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x44:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x45:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x46:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x47:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x48:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x49:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x50:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-x51:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x52:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x53:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x54:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x55:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x56:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x57:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x58:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x59:checked ~ label ~ #Tourists2 > #TouristCard1, 
#activate-x60:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-x61:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-x62:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-x63:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-x64:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-x65:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-x66:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-x67:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-x68:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-x69:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-x70:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-x71:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-x72:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-x73:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-x74:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-x75:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-x76:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-wormhole:checked ~ label ~ #Tourists2 > #TouristCard1,
#activate-wormhole2:checked ~ label ~ #Tourists2 > #TouristCard1,

#activate-x1:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x2:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x3:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x4:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x511:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x6:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x7:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x8:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x9:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x10:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-x11:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x12:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x13:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x14:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x15:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x16:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x17:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x18:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x19:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x20:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-x21:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x22:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x23:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x24:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x25:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x26:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x27:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x28:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x29:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x30:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-x31:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x32:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x33:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x34:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x35:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x36:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x37:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x38:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x39:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x40:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-x41:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x42:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x43:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x44:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x45:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x46:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x47:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x48:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x49:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x50:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-x51:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x52:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x53:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x54:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x55:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x56:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x57:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x58:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x59:checked ~ label ~ #Tourists2 > #TouristCard2, 
#activate-x60:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-x61:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-x62:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-x63:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-x64:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-x65:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-x66:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-x67:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-x68:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-x69:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-x70:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-x71:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-x72:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-x73:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-x74:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-x75:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-x76:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-wormhole:checked ~ label ~ #Tourists2 > #TouristCard2,
#activate-wormhole2:checked ~ label ~ #Tourists2 > #TouristCard2,

#activate-x0:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x1:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x2:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x3:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x4:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x5:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x6:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x7:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x8:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x9:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x10:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x11:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x12:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x13:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x14:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x15:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x161:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x17:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x18:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x19:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x20:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x21:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x22:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x23:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x24:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x25:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x26:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x27:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x28:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x29:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x30:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x31:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x32:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x33:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x34:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x35:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x36:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x37:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x38:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x39:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x40:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x41:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x42:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x43:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x44:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x45:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x46:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x47:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x48:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x49:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x50:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x51:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x52:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x53:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x54:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x55:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x56:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x57:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x58:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x59:checked ~ label ~ #Landers2 > #LanderCard1, 
#activate-x60:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x61:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x62:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x63:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x64:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x65:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x66:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x67:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x68:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x69:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x70:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x71:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x72:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x73:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x74:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x75:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-x76:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-wormhole:checked ~ label ~ #Landers2 > #LanderCard1,
#activate-wormhole2:checked ~ label ~ #Landers2 > #LanderCard1,

#activate-x1:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x2:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x3:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x4:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x5:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x6:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x7:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x8:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x9:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x10:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-x11:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x12:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x13:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x14:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x15:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x161:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x17:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x18:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x19:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x20:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-x21:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x22:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x23:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x24:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x25:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x26:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x27:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x28:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x29:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x30:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-x31:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x32:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x33:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x34:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x35:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x36:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x37:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x38:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x39:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x40:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-x41:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x42:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x43:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x44:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x45:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x46:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x47:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x48:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x49:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x50:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-x51:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x52:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x53:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x54:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x55:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x56:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x57:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x58:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x59:checked ~ label ~ #Landers2 > #LanderCard2, 
#activate-x60:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-x61:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-x62:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-x63:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-x64:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-x65:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-x66:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-x67:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-x68:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-x69:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-x70:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-x71:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-x72:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-x73:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-x74:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-x75:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-x76:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-wormhole:checked ~ label ~ #Landers2 > #LanderCard2,
#activate-wormhole2:checked ~ label ~ #Landers2 > #LanderCard2,

#activate-x1:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x2:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x3:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x4:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x5:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x6:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x7:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x8:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x9:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x10:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-x11:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x12:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x13:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x14:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x15:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x161:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x17:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x18:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x19:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x20:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-x21:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x22:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x23:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x24:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x25:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x26:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x27:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x28:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x29:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x30:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-x31:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x32:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x33:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x34:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x35:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x36:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x37:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x38:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x39:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x40:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-x41:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x42:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x43:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x44:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x45:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x46:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x47:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x48:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x49:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x50:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-x51:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x52:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x53:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x54:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x55:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x56:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x57:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x58:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x59:checked ~ label ~ #Landers2 > #LanderCard3, 
#activate-x60:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-x61:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-x62:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-x63:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-x64:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-x65:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-x66:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-x67:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-x68:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-x69:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-x70:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-x71:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-x72:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-x73:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-x74:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-x75:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-x76:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-wormhole:checked ~ label ~ #Landers2 > #LanderCard3,
#activate-wormhole2:checked ~ label ~ #Landers2 > #LanderCard3,

#activate-x1:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x2:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x3:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x4:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x5:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x6:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x7:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x8:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x9:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x10:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-x11:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x12:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x13:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x14:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x15:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x161:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x17:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x18:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x19:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x20:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-x21:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x22:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x23:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x24:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x25:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x26:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x27:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x28:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x29:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x30:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-x31:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x32:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x33:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x34:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x35:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x36:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x37:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x38:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x39:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x40:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-x41:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x42:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x43:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x44:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x45:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x46:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x47:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x48:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x49:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x50:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-x51:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x52:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x53:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x54:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x55:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x56:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x57:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x58:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x59:checked ~ label ~ #Landers2 > #LanderCard4, 
#activate-x60:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-x61:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-x62:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-x63:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-x64:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-x65:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-x66:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-x67:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-x68:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-x69:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-x70:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-x71:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-x72:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-x73:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-x74:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-x75:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-x76:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-wormhole:checked ~ label ~ #Landers2 > #LanderCard4,
#activate-wormhole2:checked ~ label ~ #Landers2 > #LanderCard4,

#activate-x1:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x2:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x3:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x4:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x5:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x6:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x7:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x8:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x9:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x10:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-x11:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x12:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x13:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x14:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x15:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x161:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x17:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x18:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x19:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x20:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-x21:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x22:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x23:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x24:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x25:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x26:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x27:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x28:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x29:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x30:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-x31:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x32:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x33:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x34:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x35:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x36:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x37:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x38:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x39:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x40:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-x41:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x42:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x43:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x44:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x45:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x46:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x47:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x48:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x49:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x50:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-x51:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x52:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x53:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x54:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x55:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x56:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x57:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x58:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x59:checked ~ label ~ #Landers2 > #LanderCard5, 
#activate-x60:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-x61:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-x62:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-x63:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-x64:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-x65:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-x66:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-x67:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-x68:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-x69:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-x70:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-x71:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-x72:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-x73:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-x74:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-x75:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-x76:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-wormhole:checked ~ label ~ #Landers2 > #LanderCard5,
#activate-wormhole2:checked ~ label ~ #Landers2 > #LanderCard5,

#activate-x1:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x2:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x3:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x4:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x5:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x6:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x7:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x8:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x9:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x10:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-x11:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x12:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x13:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x14:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x15:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x161:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x17:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x18:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x19:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x20:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-x21:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x22:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x23:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x24:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x25:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x26:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x27:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x28:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x29:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x30:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-x31:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x32:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x33:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x34:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x35:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x36:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x37:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x38:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x39:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x40:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-x41:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x42:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x43:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x44:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x45:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x46:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x47:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x48:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x49:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x50:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-x51:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x52:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x53:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x54:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x55:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x56:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x57:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x58:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x59:checked ~ label ~ #Landers2 > #LanderCard6, 
#activate-x60:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-x61:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-x62:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-x63:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-x64:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-x65:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-x66:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-x67:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-x68:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-x69:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-x70:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-x71:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-x72:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-x73:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-x74:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-x75:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-x76:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-wormhole:checked ~ label ~ #Landers2 > #LanderCard6,
#activate-wormhole2:checked ~ label ~ #Landers2 > #LanderCard6,

#activate-x1:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x2:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x3:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x4:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x5:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x6:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x7:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x8:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x9:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x10:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-x11:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x12:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x13:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x14:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x15:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x16:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x17:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x18:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x19:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x20:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-x21:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x22:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x23:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x24:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x25:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x26:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x27:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x28:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x29:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x30:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-x31:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x323:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x33:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x34:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x35:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x36:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x37:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x38:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x39:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x40:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-x41:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x42:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x43:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x44:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x45:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x46:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x47:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x48:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x49:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x50:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-x51:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x52:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x53:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x54:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x55:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x56:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x57:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x58:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x59:checked ~ label ~ #MLanders > #MLanderCard1, 
#activate-x60:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-x61:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-x62:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-x63:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-x64:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-x65:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-x66:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-x67:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-x68:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-x69:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-x70:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-x71:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-x72:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-x73:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-x74:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-x75:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-x76:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-wormhole:checked ~ label ~ #MLanders > #MLanderCard1,
#activate-wormhole2:checked ~ label ~ #MLanders > #MLanderCard1
{
 	visibility: hidden;	
}

#activate-x0:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x1:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x2:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x3:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x4:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x5:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x6:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x7:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x8:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x9:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x10:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x11:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x12:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x13:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x14:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x15:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x16:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x17:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x18:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x19:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x20:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x21:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x22:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x23:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x24:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x25:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x26:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x27:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x28:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x29:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x30:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x31:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x323:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x33:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x34:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x35:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x36:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x37:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x38:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x39:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x40:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x41:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x42:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x43:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x44:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x45:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x46:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x47:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x48:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x49:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x50:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x51:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x52:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x53:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x54:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x55:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x56:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x57:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x58:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x59:checked ~ label ~ #MLanders > #MLanderCard2, 
#activate-x60:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x61:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x62:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x63:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x64:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x65:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x66:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x67:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x68:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x69:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x70:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x71:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x72:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x73:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x74:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x75:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-x76:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-wormhole:checked ~ label ~ #MLanders > #MLanderCard2,
#activate-wormhole2:checked ~ label ~ #MLanders > #MLanderCard2,

#activate-x1:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x2:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x3:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x4:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x5:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x6:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x7:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x8:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x9:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x10:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-x11:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x12:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x13:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x14:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x15:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x16:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x17:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x18:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x19:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x20:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-x21:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x22:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x23:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x24:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x25:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x26:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x27:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x28:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x29:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x30:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-x31:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x32:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x33:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x34:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x35:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x36:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x37:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x38:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x39:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x401:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-x41:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x42:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x43:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x44:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x45:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x46:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x47:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x48:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x49:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x50:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-x51:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x52:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x53:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x54:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x55:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x56:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x57:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x58:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x59:checked ~ label ~ #AProbes > #AProbeCard1, 
#activate-x60:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-x61:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-x62:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-x63:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-x64:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-x65:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-x66:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-x67:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-x68:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-x69:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-x70:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-x71:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-x72:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-x73:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-x74:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-x75:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-x76:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-wormhole:checked ~ label ~ #AProbes > #AProbeCard1,
#activate-wormhole2:checked ~ label ~ #AProbes > #AProbeCard1,

#activate-x0:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x1:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x2:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x3:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x4:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x5:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x6:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x7:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x8:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x9:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x10:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x11:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x12:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x13:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x14:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x15:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x16:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x17:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x18:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x19:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x20:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x21:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x22:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x23:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x24:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x25:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x26:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x27:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x28:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x29:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x30:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x31:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x32:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x33:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x34:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x35:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x36:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x37:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x38:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x39:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x401:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x41:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x42:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x43:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x44:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x45:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x46:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x47:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x48:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x49:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x50:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x51:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x52:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x53:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x54:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x55:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x56:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x57:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x58:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x59:checked ~ label ~ #AProbes > #AProbeCard2, 
#activate-x60:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x61:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x62:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x63:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x64:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x65:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x66:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x67:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x68:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x69:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x70:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x71:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x72:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x73:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x74:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x75:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-x76:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-wormhole:checked ~ label ~ #AProbes > #AProbeCard2,
#activate-wormhole2:checked ~ label ~ #AProbes > #AProbeCard2,

#activate-x1:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x2:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x3:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x4:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x5:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x6:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x7:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x8:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x9:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x10:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-x11:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x12:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x13:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x14:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x15:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x16:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x17:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x18:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x19:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x20:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-x21:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x22:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x23:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x24:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x25:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x26:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x27:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x28:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x29:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x30:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-x31:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x32:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x33:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x34:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x35:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x36:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x37:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x38:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x39:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x401:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-x41:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x42:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x43:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x44:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x45:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x46:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x47:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x48:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x49:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x50:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-x51:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x52:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x53:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x54:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x55:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x56:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x57:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x58:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x59:checked ~ label ~ #AProbes > #AProbeCard3, 
#activate-x60:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-x61:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-x62:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-x63:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-x64:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-x65:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-x66:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-x67:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-x68:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-x69:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-x70:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-x71:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-x72:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-x73:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-x74:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-x75:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-x76:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-wormhole:checked ~ label ~ #AProbes > #AProbeCard3,
#activate-wormhole2:checked ~ label ~ #AProbes > #AProbeCard3,

#activate-x0:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x1:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x2:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x3:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x4:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x5:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x6:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x7:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x8:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x9:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x10:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x11:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x12:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x13:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x14:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x15:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x16:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x17:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x18:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x19:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x20:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x21:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x22:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x23:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x24:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x25:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x26:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x27:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x28:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x29:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x30:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x31:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x32:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x33:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x34:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x35:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x36:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x37:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x38:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x39:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x40:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x41:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x42:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x43:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x44:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x45:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x46:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x47:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x48:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x49:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x50:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x51:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x52:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x53:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x54:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x55:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x56:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x57:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x58:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x59:checked ~ label ~ #VProbes > #VProbeCard1, 
#activate-x60:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x61:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x62:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x63:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x64:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x65:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x66:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x67:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x68:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x69:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x70:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x71:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x72:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x735:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x74:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x75:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-x76:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-wormhole:checked ~ label ~ #VProbes > #VProbeCard1,
#activate-wormhole2:checked ~ label ~ #VProbes > #VProbeCard1
{
    visibility: hidden;
}


.x {
    position: relative;
    top: 1255px;
    left: 750px;
    visibility: hidden;
}

#activate-x0{display:none}

.x1 {
    position:absolute;
    top: 0px;
    right: 0px;
    visibility: visible;
}

#activate-x1{display:none}

#activate-x1:checked ~ label ~ #GamePiece {
    position:absolute;
    top: 0px;
    transform: rotate(180deg);
    margin-left: 7%;
    margin-top: 25%;
	transition-duration: .5s;
}

#activate-x1:checked ~ label ~ #OSLCard #OSLLogo{
    visibility: hidden;
}



#activate-x1:checked ~ label ~ #OSLCard .StartCard {
    visibility: visible;
}

.x2 {
    position:absolute;
    top: 0px;
    right: 3px;
    margin-right: 100%;
    border-radius: 180px 0 0 0;
    visibility: visible;
}

#activate-x2{display:none}

#activate-x2:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(120deg);
    margin-left: -100%;
    margin-top: 20%;
	transition-duration: .5s;
}

.x3 {
    position:absolute;
    top: 3px;
    left: -9px;
    margin-left: -100%;
    margin-top: 100%;
    visibility: visible;
}

#activate-x3{display:none}

#activate-x3:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(90deg);
    margin-left: -100%;
    margin-top: 120%;
	transition-duration: .5s;
}

#activate-x3:checked ~ label ~ #OSLCard #OSLLogo{
    visibility: hidden;
}

#activate-x3:checked ~ label ~ #OSLCard #OSLCardBorder{
    visibility: hidden;
}

#activate-x3:checked ~ label ~ #OSLCard #OSLCopyright{
    visibility: hidden;
}

#activate-x3:checked ~ label ~ #OSLCard .LeoCard2 {
    visibility: visible;
}

.x4 {
    position:absolute;
    top: 6px;
    right: 3px;
    margin-right: 100%;
    margin-top: 200%;
    visibility: visible;
}

#activate-x4{display:none}

#activate-x4:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(90deg);
    margin-left: -100%;
    margin-top: 225%;
	transition-duration: .5s;
}

.x5 {
    position:absolute;
    top: 9px;
    right: 3px;
    margin-right: 100%;
    margin-top: 300%;
    visibility: visible;
}

#activate-x5{display:none}

#activate-x5:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(90deg);
    margin-left: -100%;
    margin-top: 330%;
	transition-duration: .5s;
    
}

#activate-x5:checked ~ label ~ #Tourists2{
    visibility: visible;
	animation: fadeIn .5s;
}

.x6 {
    position:absolute;
    top: 12px;
    right: 3px;
    margin-right: 100%;
    margin-top: 400%;
    border-radius: 0 0 0 180px;
    visibility: visible;
}

#activate-x6{display:none}

#activate-x6:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(30deg);
    margin-left: -100%;
    margin-top: 430%;
	transition-duration: .5s;
}

.x7 {
    position:absolute;
    top: 12px;
    right: 0px;
    margin-top: 400%;
    visibility: visible;
}

#activate-x7{display:none}

#activate-x7:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
    margin-left: 14%;
    margin-top: 430%;
	transition-duration: .5s;
}

.x8 {
    position:absolute;
    top: 12px;
    left: -3px;
    margin-left: 100%;
    margin-top: 400%;
    visibility: visible;
}

#activate-x8{display:none}

#activate-x8:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
    margin-left: 118%;
    margin-top: 430%;
	transition-duration: .5s;
}

#activate-x8:checked ~ label ~ #OSLCard #OSLLogo{
    visibility: hidden;
}

#activate-x8:checked ~ label ~ #OSLCard #OSLCardBorder{
    visibility: hidden;
}

#activate-x8:checked ~ label ~ #OSLCard #OSLCopyright{
    visibility: hidden;
}

#activate-x8:checked ~ label ~ #OSLCard .LeoCard1 {
    visibility: visible;
}

.x9 {
    position:absolute;
    top: 12px;
    left: 0px;
    margin-left: 200%;
    margin-top: 400%;
    visibility: visible
}

#activate-x9{display:none}

#activate-x9:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
    margin-left: 222%;
    margin-top: 430%;
	transition-duration: .5s;
}

.x10 {
    position:absolute;
    top: 12px;
    left: 3px;
    margin-left: 300%;
    margin-top: 400%;
    border-radius: 0 0 0 0;
    visibility: visible
}

#activate-x10{display:none}

#activate-x10:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
    margin-left: 320%;
    margin-top: 430%;
	transition-duration: .5s;
}

#activate-x10:checked ~ label ~ #Stations{
    visibility: visible;
	animation: fadeIn .5s;
}

.x11 {
    position:absolute;
    top: 12px;
    left: 6px;
    margin-left: 400%;
    margin-top: 400%;
    border-radius: 0 0 180px 0;
    visibility: visible
}

#activate-x11{display:none}

#activate-x11:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(-30deg);
    margin-left: 410%;
    margin-top: 430%;
	transition-duration: .5s;
}

.x12 {
    position:absolute;
    top: 9px;
    left: 6px;
    margin-left: 400%;
    margin-top: 300%;
    visibility: visible
}

#activate-x12{display:none}

#activate-x12:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(-90deg);
    margin-left: 420%;
    margin-top: 320%;
	transition-duration: .5s;
}

.x13 {
    position:absolute;
    top: 6px;
    left: 6px;
    margin-left: 400%;
    margin-top: 200%;
    border-radius: 180px 0 0 0;
    visibility: visible
}

#activate-x13{display:none}

#activate-x13:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(-30deg);
    margin-left: 425%;
    margin-top: 225%;
	transition-duration: .5s;
}

.x14 {
    position:absolute;
    top: 6px;
    left: 9px;
    margin-left: 500%;
    margin-top: 200%;
    visibility: visible
}

#activate-x14{display:none}

#activate-x14:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
    margin-left: 525%;
    margin-top: 225%;
	transition-duration: .5s;
}

#activate-x14:checked ~ label ~ #OSLCard #OSLLogo{
    visibility: hidden;
}

#activate-x14:checked ~ label ~ #OSLCard #OSLCardBorder{
    visibility: hidden;
}

#activate-x14:checked ~ label ~ #OSLCard #OSLCopyright{
    visibility: hidden;
}

#activate-x14:checked ~ label ~ #OSLCard .MoonCard1 {
    visibility: visible;
}

.x15 {
    position:absolute;
    top: 6px;
    left: 12px;
    margin-left: 600%;
    margin-top: 200%;
    visibility: visible
}

#activate-x15{display:none}

#activate-x15:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
    margin-left: 625%;
    margin-top: 225%;
	transition-duration: .5s;
}

.x16 {
    position:absolute;
    top: 6px;
    left: 15px;
    margin-left: 700%;
    margin-top: 200%;
    visibility: visible
}

#activate-x16{display:none}

#activate-x16:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform:rotate(0deg);
    margin-left: 735%;
    margin-top: 225%;
	transition-duration: .5s;
}

#activate-x16:checked ~ label ~ #Landers2{
    visibility: visible;
	animation: fadeIn .5s;
}

.x17 {
    position:absolute;
    top: 6px;
    left: 18px;
    margin-left: 800%;
    margin-top: 200%;
    visibility: visible
}

#activate-x17{display:none}

#activate-x17:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
    margin-left: 835%;
    margin-top: 225%;
	transition-duration: .5s;
}

.x18 {
    position:absolute;
    top: 6px;
    left: 21px;
    margin-left: 900%;
    margin-top: 200%;
    visibility: visible
}

#activate-x18{display:none}

#activate-x18:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
    margin-left: 945%;
    margin-top: 225%;
	transition-duration: .5s;
}

#activate-x18:checked ~ label ~ #OSLCard #OSLLogo{
    visibility: hidden;
}

#activate-x18:checked ~ label ~ #OSLCard #OSLCardBorder{
    visibility: hidden;
}

#activate-x18:checked ~ label ~ #OSLCard #OSLCopyright{
    visibility: hidden;
}

#activate-x18:checked ~ label ~ #OSLCard .MoonCard5 {
    visibility: visible;
}


.x19 {
    position:absolute;
    top: 6px;
    left: 24px;
    margin-left: 1000%;
    margin-top: 200%;
    border-radius: 0 0 180px 0;
    visibility: visible
}

#activate-x19{display:none}

#activate-x19:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(-30deg);
    margin-left: 1045%;
    margin-top: 225%;
	transition-duration: .5s;
}

.x20 {
    position:absolute;
    top: 3px;
    left: 24px;
    margin-left: 1000%;
    margin-top: 100%;
    visibility: visible
}

#activate-x20{display:none}

#activate-x20:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(-90deg);
    margin-left: 1055%;
    margin-top: 115%;
	transition-duration: .5s;
}

#activate-x20:checked ~ label ~ #OSLCard #OSLLogo{
    visibility: hidden;
}

#activate-x20:checked ~ label ~ #OSLCard #OSLCardBorder{
    visibility: hidden;
}

#activate-x20:checked ~ label ~ #OSLCard #OSLCopyright{
    visibility: hidden;
}

#activate-x20:checked ~ label ~ #OSLCard .MoonCard2 {
    visibility: visible;
}

.x21 {
    position:absolute;
    top: 0;
    left: 24px;
    margin-left: 1000%;
    margin-top: 0;
    visibility: visible
}

#activate-x21{display:none}

#activate-x21:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(-90deg);
    margin-left: 1055%;
    margin-top: 10%;
	transition-duration: .5s;
}

.x22 {
    position:absolute;
    top: -3px;
    left: 24px;
    margin-left: 1000%;
    margin-top: -100%;
    visibility: visible
}

#activate-x22{display:none}

#activate-x22:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(-90deg);
    margin-left: 1055%;
    margin-top: -90%;
	transition-duration: .5s;
}

#activate-x22:checked ~ label ~ #OSLCard #OSLLogo{
    visibility: hidden;
}

#activate-x22:checked ~ label ~ #OSLCard #OSLCardBorder{
    visibility: hidden;
}

#activate-x22:checked ~ label ~ #OSLCard #OSLCopyright{
    visibility: hidden;
}

#activate-x22:checked ~ label ~ #OSLCard .MoonCard4 {
    visibility: visible;
}

.x23 {
    position:absolute;
    top: -6px;
    left: 24px;
    margin-left: 1000%;
    margin-top: -200%;
    visibility: visible
}

#activate-x23{display:none}

#activate-x23:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(-90deg);
    margin-left: 1055%;
    margin-top: -190%;
	transition-duration: .5s;
}

/*Moon Fork*/

.x61 {
    position:absolute;
    top: -9px;
    left: 24px;
    margin-left: 1000%;
    margin-top: -300%;
    visibility: visible
}

#activate-x61{display:none}

#activate-x61:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(-90deg);
    margin-left: 1055%;
    margin-top: -290%;
	transition-duration: .5s;
}

#activate-x61:checked ~ label ~ #OSLCard #OSLLogo{
    visibility: hidden;
}

#activate-x61:checked ~ label ~ #OSLCard #OSLCardBorder{
    visibility: hidden;
}

#activate-x61:checked ~ label ~ #OSLCard #OSLCopyright{
    visibility: hidden;
}

#activate-x61:checked ~ label ~ #OSLCard .MoonCard3 {
    visibility: visible;
}

.x62 {
    position:absolute;
    top: -12px;
    left: 24px;
    margin-left: 1000%;
    margin-top: -400%;
    visibility: visible
}

#activate-x62{display:none}

#activate-x62:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(-90deg);
    margin-left: 1055%;
    margin-top: -390%;
	transition-duration: .5s;
}

/*Moon Fork*/

.x24 {
    position:absolute;
    top: -6px;
    left: 27px;
    margin-left: 1100%;
    margin-top: -200%;
    visibility: visible
}

#activate-x24{display:none}

#activate-x24:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
    margin-left: 1155%;
    margin-top: -190%;
	transition-duration: .5s;
}

.x25 {
    position:absolute;
    top: -6px;
    left: 30px;
    margin-left: 1200%;
    margin-top: -200%;
    visibility: visible
}

#activate-x25{display:none}

#activate-x25:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
    margin-left: 1260%;
    margin-top: -190%;
	transition-duration: .5s;
}

.x26 {
    position:absolute;
    top: -6px;
    left: 33px;
    margin-left: 1300%;
    margin-top: -200%;
    visibility: visible;
}

#activate-x26{display:none}

#activate-x26:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
    margin-left: 1365%;
    margin-top: -190%;
	transition-duration: .5s;
}

.x27 {
    position:absolute;
    top: -6px;
    left: 36px;
    margin-left: 1400%;
    margin-top: -200%;
    border-radius: 0 180px 0 0;
    visibility: visible;
}

#activate-x27{display:none}

#activate-x27:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(30deg);
    margin-left: 1460%;
    margin-top: -185%;
	transition-duration: .5s;
}

.x28 {
    position:absolute;
    top: -3px;
    left: 36px;
    margin-left: 1400%;
    margin-top: -100%;
    visibility: visible
}

#activate-x28{display:none}

#activate-x28:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(90deg);
    margin-left: 1460%;
    margin-top: -90%;
	transition-duration: .5s;
}

.x29 {
    position:absolute;
    top: 0px;
    left: 36px;
    margin-left: 1400%;
    margin-top: 0;
    visibility: visible
}

#activate-x29{display:none}

#activate-x29:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(90deg);
    margin-left: 1460%;
    margin-top: 10%;
	transition-duration: .5s;
}

.x30 {
    position:absolute;
    top: 3px;
    left: 36px;
    margin-left: 1400%;
    margin-top: 100%;
    visibility: visible
}

#activate-x30{display:none}

#activate-x30:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(90deg);
    margin-left: 1460%;
    margin-top: 115%;
	transition-duration: .5s;
}

.x31 {
    position:absolute;
    top: 6px;
    left: 36px;
    margin-left: 1400%;
    margin-top: 200%;
    visibility: visible
}

#activate-x31{display:none}

#activate-x31:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(90deg);
    margin-left: 1460%;
    margin-top: 220%;
	transition-duration: .5s;
}

.x32 {
    position:absolute;
    top: 9px;
    left: 36px;
    margin-left: 1400%;
    margin-top: 300%;
    visibility: visible
}

#activate-x32{display:none}

#activate-x32:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(90deg);
    margin-left: 1460%;
    margin-top: 325%;
	transition-duration: .5s;
}

#activate-x32:checked ~ label ~ #MLanders {
    visibility: visible;
	animation: fadeIn .5s;
}
.x33 {
    position:absolute;
    top: 12px;
    left: 36px;
    margin-left: 1400%;
    margin-top: 400%;
    border-radius: 0 0 180px 0;
    visibility: visible;	
}

#activate-x33{display:none}

#activate-x33:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(150deg);
    margin-left: 1460%;
    margin-top: 425%;
	transition-duration: .5s;
}

.x34 {
    position:absolute;
    top: 12px;
    left: 33px;
    margin-left: 1300%;
    margin-top: 400%;
    visibility: visible
}

#activate-x34{display:none}

#activate-x34:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(180deg);
    margin-left: 1360%;
    margin-top: 425%;
	transition-duration: .5s;
}

.x35 {
    position:absolute;
    top: 12px;
    left: 30px;
    margin-left: 1200%;
    margin-top: 400%;
    visibility: visible;
}

#activate-x35{display:none}

#activate-x35:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(180deg);
    margin-left: 1260%;
    margin-top: 425%;
	transition-duration: .5s;
}

.x36 {
    position:absolute;
    top: 12px;
    left: 27px;
    margin-left: 1100%;
    margin-top: 400%;
    border-radius: 180px 0 0 0;
    visibility: visible
}

#activate-x36{display:none}

#activate-x36:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(150deg);
    margin-left: 1150%;
    margin-top: 425%;
	transition-duration: .5s;
}

.x37 {
    position:absolute;
    top: 15px;
    left: 27px;
    margin-left: 1100%;
    margin-top: 500%;
    border-radius: 0 0 180px 0;
    visibility: visible
}

#activate-x37{display:none}

#activate-x37:checked ~ label ~ #GamePiece {
     position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(150deg);
    margin-left: 1140%;
    margin-top: 520%;
	transition-duration: .5s;
}

.x38 {
    position:absolute;
    top: 15px;
    left: 24px;
    margin-left: 1000%;
    margin-top: 500%;
    visibility: visible
}

#activate-x38{display:none}

#activate-x38:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(180deg);
    margin-left: 1050%;
    margin-top: 525%;
	transition-duration: .5s;
}

.x39 {
    position:absolute;
    top: 15px;
    left: 21px;
    margin-left: 900%;
    margin-top: 500%;
    visibility: visible
}

#activate-x39{display:none}

#activate-x39:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(180deg);
    margin-left: 945%;
    margin-top: 525%;
	transition-duration: .5s;
}

.x40 {
    position:absolute;
    top: 15px;
    left: 18px;
    margin-left: 800%;
    margin-top: 500%;
    visibility: visible
}

#activate-x40{display:none}

#activate-x40:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(180deg);
    margin-left: 840%;
    margin-top: 525%;
	transition-duration: .5s;
}

#activate-x40:checked ~ label ~ #AProbes {
    visibility: visible;
	animation: fadeIn .5s;
}

.x41 {
    position:absolute;
    top: 15px;
    left: 15px;
    margin-left: 700%;
    margin-top: 500%;
    border-radius: 180px 0 0 0;
    visibility: visible
}

#activate-x41{display:none}

#activate-x41:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(150deg);
    margin-left: 735%;
    margin-top: 530%;
	transition-duration: .5s;
}

.x42 {
    position:absolute;
    top: 18px;
    left: 15px;
    margin-left: 700%;
    margin-top: 600%;
    visibility: visible
}

#activate-x42{display:none}

#activate-x42:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(90deg);
    margin-left: 725%;
    margin-top: 640%;
	transition-duration: .5s;
}

.x43 {
    position:absolute;
    top: 21px;
    left: 15px;
    margin-left: 700%;
    margin-top: 700%;
    visibility: visible
}

#activate-x43{display:none}

#activate-x43:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(90deg);
    margin-left: 725%;
    margin-top: 745%;
	transition-duration: .5s;
}

#activate-x43:checked ~ label ~ #OSLCard #OSLLogo{
    visibility: hidden;
}

#activate-x43:checked ~ label ~ #OSLCard #OSLCardBorder{
    visibility: hidden;
}

#activate-x43:checked ~ label ~ #OSLCard #OSLCopyright{
    visibility: hidden;
}

#activate-x43:checked ~ label ~ #OSLCard .AsteroidCard1 {
    visibility: visible;
}

.x44 {
    position:absolute;
    top: 24px;
    left: 15px;
    margin-left: 700%;
    margin-top: 800%;
    border-radius: 0 0 180px 0;
    visibility: visible
}

#activate-x44{display:none}

#activate-x44:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(150deg);
    margin-left: 725%;
    margin-top: 840%;
	transition-duration: .5s;
}

.x45 {
    position:absolute;
    top: 24px;
    left: 12px;
    margin-left: 600%;
    margin-top: 800%;
    visibility: visible
}

#activate-x45{display:none}

#activate-x45:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(180deg);
    margin-left: 630%;
    margin-top: 840%;
	transition-duration: .5s;
}

.x46 {
    position:absolute;
    top: 24px;
    left: 9px;
    margin-left: 500%;
    margin-top: 800%;
    visibility: visible
}

#activate-x46{display:none}

#activate-x46:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(180deg);
    margin-left: 525%;
    margin-top: 840%;
	transition-duration: .5s;
}

#activate-x46:checked ~ label ~ #OSLCard #OSLLogo{
    visibility: hidden;
}

#activate-x46:checked ~ label ~ #OSLCard #OSLCardBorder{
    visibility: hidden;
}

#activate-x46:checked ~ label ~ #OSLCard #OSLCopyright{
    visibility: hidden;
}

#activate-x46:checked ~ label ~ #OSLCard .AsteroidCard2 {
    visibility: visible;
}

.x47 {
    position:absolute;
    top: 24px;
    left: 6px;
    margin-left: 400%;
    margin-top: 800%;
    visibility: visible
}

#activate-x47{display:none}

#activate-x47:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(180deg);
    margin-left: 420%;
    margin-top: 840%;
	transition-duration: .5s;
}

.x48 {
    position:absolute;
    top: 24px;
    left: 3px;
    margin-left: 300%;
    margin-top: 800%;
    border-radius: 0 0 0 180px;
    visibility: visible
}

#activate-x48{display:none}

#activate-x48:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(-150deg);
    margin-left: 325%;
    margin-top: 840%;
	transition-duration: .5s;
}

.x49 {
    position:absolute;
    top: 21px;
    left: 3px;
    margin-left: 300%;
    margin-top: 700%;
    visibility: visible
}

#activate-x49{display:none}

#activate-x49:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(-90deg);
    margin-left: 325%;
    margin-top: 745%;
	transition-duration: .5s;
}

.x50 {
    position:absolute;
    top: 18px;
    left: 3px;
    margin-left: 300%;
    margin-top: 600%;
    border-radius: 0 180px 0 0;
    visibility: visible
}

#activate-x50{display:none}

#activate-x50:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(-150deg);
    margin-left: 315%;
    margin-top: 640%;
	transition-duration: .5s;
}

.x51 {
    position:absolute;
    top: 18px;
    left: 0;
    margin-left: 200%;
    margin-top: 600%;
    visibility: visible
}

#activate-x51{display:none}

#activate-x51:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(180deg);
    margin-left: 210%;
    margin-top: 635%;
	transition-duration: .5s;
}

.x52 {
    position:absolute;
    top: 18px;
    left: -3px;
    margin-left: 100%;
    margin-top: 600%;
    visibility: visible
}

#activate-x52{display:none}

#activate-x52:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(180deg);
    margin-left: 105%;
    margin-top: 635%;
	transition-duration: .5s;
}

#activate-x52:checked ~ label ~ #OSLCard #OSLLogo{
    visibility: hidden;
}

#activate-x52:checked ~ label ~ #OSLCard #OSLCardBorder{
    visibility: hidden;
}

#activate-x52:checked ~ label ~ #OSLCard #OSLCopyright{
    visibility: hidden;
}

#activate-x52:checked ~ label ~ #OSLCard .WormCard1 {
    visibility: visible;
}

.x53 {
    position:absolute;
    top: 18px;
    left: -6px;
    margin-left: 0%;
    margin-top: 600%;
    visibility: visible
}

#activate-x53{display:none}

#activate-x53:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(180deg);
    margin-left: 0;
    margin-top: 635%;
	transition-duration: .5s;
}

.x54 {
    position:absolute;
    top: 18px;
    left: -9px;
    margin-left: -100%;
    margin-top: 600%;
    border-radius: 180px 0 0 0;
    visibility: visible
}

#activate-x54{display:none}

#activate-x54:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(150deg);
    margin-left: -100%;
    margin-top: 635%;
	transition-duration: .5s;
}

.x55 {
    position:absolute;
    top: 21px;
    left: -9px;
    margin-left: -100%;
    margin-top: 700%;
    visibility: visible
}

#activate-x55{display:none}

#activate-x55:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(90deg);
    margin-left: -105%;
    margin-top: 745%;
	transition-duration: .5s;
}

.x56 {
    position:absolute;
    top: 24px;
    left: -9px;
    margin-left: -100%;
    margin-top: 800%;
    visibility: visible
}

#activate-x56{display:none}

#activate-x56:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(90deg);
    margin-left: -105%;
    margin-top: 850%;
	transition-duration: .5s;
}

#activate-x56:checked ~ label ~ #OSLCard #OSLLogo{
    visibility: hidden;
}

#activate-x56:checked ~ label ~ #OSLCard #OSLCardBorder{
    visibility: hidden;
}

#activate-x56:checked ~ label ~ #OSLCard #OSLCopyright{
    visibility: hidden;
}

#activate-x56:checked ~ label ~ #OSLCard .WormCard2 {
    visibility: visible;
}

.x57 {
    position:absolute;
    top: 27px;
    left: -9px;
    margin-left: -100%;
    margin-top: 900%;
    visibility: visible
}

#activate-x57{display:none}

#activate-x57:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(90deg);
    margin-left: -100%;
    margin-top: 950%;
	transition-duration: .5s;
}

.x58 {
    position:absolute;
    top: 30px;
    left: -9px;
    margin-left: -100%;
    margin-top: 1000%;
    border-radius: 0 0 0 180px;
    visibility: visible
}

#activate-x58{display:none}

#activate-x58:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(30deg);
    margin-left: -100%;
    margin-top: 1055%;
	transition-duration: .5s;
}

.x59 {
    position:absolute;
    top: 30px;
    left: -6px;
    margin-left: 0;
    margin-top: 1000%;
    visibility: visible
}

#activate-x59{display:none}

#activate-x59:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
    margin-left: 0%;
    margin-top: 1055%;
	transition-duration: .5s;
}

.x60 {
    position:absolute;
    top: 30px;
    left: -3px;
    margin-left: 100%;
    margin-top: 1000%;
    border-radius: 0 0 180px 0;
    visibility: visible
}

#activate-x60{display:none}

#activate-x60:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(-30deg);
    margin-left: 105%;
    margin-top: 1055%;
	transition-duration: .5s;
}

/*Venus line*/

.x63 {
    position:absolute;
    top: -15px;
    left: 24px;
    margin-left: 1000%;
    margin-top: -500%;
	border-radius: 0 180px 0 0;
    visibility: visible
}

#activate-x63{display:none}

#activate-x63:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(-150deg);
    margin-left: 1015%;
    margin-top: -490%;
	transition-duration: .5s;
}

.x64 {
    position:absolute;
    top: -15px;
    left: 21px;
    margin-left: 900%;
    margin-top: -500%;
    visibility: visible
}

#activate-x64{display:none}

#activate-x64:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(180deg);
    margin-left: 925%;
    margin-top: -490%;
	transition-duration: .5s;
}

.x65 {
    position:absolute;
    top: -15px;
    left: 18px;
    margin-left: 800%;
    margin-top: -500%;
    visibility: visible
}

#activate-x65{display:none}

#activate-x65:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(180deg);
    margin-left: 825%;
    margin-top: -490%;
	transition-duration: .5s;
}

.x66 {
    position:absolute;
    top: -15px;
    left: 15px;
    margin-left: 700%;
    margin-top: -500%;
	border-radius: 0 0 0 180px;
    visibility: visible
}

#activate-x66{display:none}

#activate-x66:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(-150deg);
    margin-left: 725%;
    margin-top: -510%;
	transition-duration: .5s;
}

.x67 {
    position:absolute;
    top: -18px;
    left: 15px;
    margin-left: 700%;
    margin-top: -600%;
    visibility: visible
}

#activate-x67{display:none}

#activate-x67:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(-90deg);
    margin-left: 725%;
    margin-top: -610%;
	transition-duration: .5s;
}

.x68 {
    position:absolute;
    top: -21px;
    left: 15px;
    margin-left: 700%;
    margin-top: -700%;
    visibility: visible
}

#activate-x68{display:none}

#activate-x68:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(-90deg);
    margin-left: 725%;
    margin-top: -710%;
	transition-duration: .5s;
}

.x69 {
    position:absolute;
    top: -24px;
    left: 15px;
    margin-left: 700%;
    margin-top: -800%;
    visibility: visible
}

#activate-x69{display:none}

#activate-x69:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(-90deg);
    margin-left: 725%;
    margin-top: -810%;
	transition-duration: .5s;
}

.x70 {
    position:absolute;
    top: -24px;
    left: 15px;
    margin-left: 700%;
    margin-top: -900%;
    visibility: visible
}

#activate-x70{display:none}

#activate-x70:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(-90deg);
    margin-left: 725%;
    margin-top: -910%;
	transition-duration: .5s;
}

.x71 {
    position:absolute;
    top: -27px;
    left: 15px;
    margin-left: 700%;
    margin-top: -1000%;
	border-radius: 180px 0 0 0;
    visibility: visible
}

#activate-x71{display:none}

#activate-x71:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(-30deg);
    margin-left: 725%;
    margin-top: -1010%;
	transition-duration: .5s;
}

.x72 {
    position:absolute;
    top: -27px;
    left: 18px;
    margin-left: 800%;
    margin-top: -1000%;
    visibility: visible
}

#activate-x72{display:none}

#activate-x72:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
    margin-left: 825%;
    margin-top: -1010%;
	transition-duration: .5s;
}

.x73 {
    position:absolute;
    top: -27px;
    left: 21px;
    margin-left: 900%;
    margin-top: -1000%;
    visibility: visible
}

#activate-x73{display:none}

#activate-x73:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
    margin-left: 925%;
    margin-top: -1010%;
	transition-duration: .5s;
}

#activate-x73:checked ~ label ~ #VProbes{
    visibility: visible;
	animation: fadeIn .5s;
}

.x74 {
    position:absolute;
    top: -27px;
    left: 24px;
    margin-left: 1000%;
    margin-top: -1000%;
    visibility: visible
}

#activate-x74{display:none}

#activate-x74:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
    margin-left: 1025%;
    margin-top: -1010%;
	transition-duration: .5s;
}

.x75 {
    position:absolute;
    top: -27px;
    left: 27px;
    margin-left: 1100%;
    margin-top: -1000%;
    visibility: visible
}

#activate-x75{display:none}

#activate-x75:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
    margin-left: 1125%;
    margin-top: -1010%;
	transition-duration: .5s;
}

.x76 {
    position:absolute;
    top: -27px;
    left: 30px;
    margin-left: 1200%;
    margin-top: -1000%;
	border-radius: 0 180px 0 0;
    visibility: visible
}

#activate-x76{display:none}

#activate-x76:checked ~ label ~ #GamePiece {
    position: absolute;
    top: 0px;
    transform: rotate(30deg);
    margin-left: 1225%;
    margin-top: -1010%;
	transition-duration: .5s;
}

/*Venus line*/

#rightSpacer {
	position:absolute;
    top: 9px;
    left: 36px;
    margin-left: 1500%;
    margin-top: 300%;
	width: 15vw;
    height: 15vw;
    max-width: 96px;
    max-height: 96px;
    min-width: 48px;
    min-height: 48px;
	visiblity: hidden;
}

/*Delete below as part of Venus button cleanup. This is code for pages */

.icon{
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 20%;
    left: 20%;
    width: 58%;
    height: 85%;
}

.iOSL{
    Background-image: url(OSLLogoFinalAlt6.svg);
    background-size: 95%;
	width: 85%;
	height: 85%;
    top: 24%;
	left: 8%
}

.iLeo{
    background-image: url(LEOIcon.svg);
    background-size: 95%;
	width: 60%;
	height: 70%;
	top: 21%;
    left: 21%;
}

.iMoon{
    background-image: url(MoonIcon.svg);
	background-size: 91%;
	width: 60%;
	height: 70%;
	top: 21%;
    left: 23.5%;
}

.iMars{
    background-image: url(MarsIcon.svg);
    background-size: 86%;
	width: 60%;
	height: 80%;
	top: 10%;
    left: 24%;
}

.iAsteroids{
    background-image: url(AsteroidIcon.svg);
    background-size: 96%;
	top: 21%;
    left: 21%;
}

.iWormhole{
    Background-image: url(WormholeIcon.svg);
	background-size: 96%;
	top: 28%;
    left: 22%;
}

.iWormholeWhite{
	Background-image: url("WormholeIconWhite.svg");
	background-size: 96%;
	top: 28%;
    left: 22%;
}

.button {
    width: 16vh;
    height: 16vh;
    max-width: 120px;
    max-height: 120px;
    box-shadow: #2a2423 0 0 0 3px;
    background: #fff; 
}

.buttonback {
    position:absolute;
    top: -5px;
    right: -5px;
    z-index: -1;
    width: 16vh;
    height: 16vh;
    max-width: 120px;
    max-height: 120px;
    border: solid 5px #fff;
    background: #fff;
}

.y {
    position: fixed;
    top: 50%;
    left: 2vw;
    visibility: hidden;
}

.ArticleContainer{
    position: absolute;
    top: 0px;
    left: 19.5vw;
    margin-top: -48vh;
    width: 68vw;
    height: 93vh;
    max-width: 900px;
    padding-top: 20%;
    padding-left: 30%;
    padding-right: 30%;
    background-color: #fff;
    visibility: visible;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.ArticleContainerInvis{
    position: absolute;
    top: 0px;
    left: 19.5vw;
    margin-top: -48vh;
    width: 68vw;
    height: 93vh;
    max-width: 900px;
    padding-top: 20%;
    padding-left: 30%;
    padding-right: 30%;
    visibility: visible;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.aboutContainer {
    position: relative;
    width: 80%;
    height: 130px;
    margin-left: 10%;
    margin-bottom: 5em;
}

.aboutText {
    position: relative;
    top: 1.3em;
    color: #181818;
    font-family: 'Rockwell';
    font-style: italic;
    font-size: 12px;
}

.aboutImage {
    position: relative;
    float: right;
    border: solid 1px;
    background-repeat: no-repeat;
    width: 20vw;
    Height: 20vw;
    max-width: 100px;
    max-height: 100px;
    min-width: 75px;
    min-height: 75px;
    margin-left: 1em;
}

.AdamPhoto {
    background-image: url(AdamPhoto.png);
    background-size: 100%;
    background-position: 10%
    
}

.ArticleCardClick{
    position: absolute;
    left: 0%;
    margin-left: 0px;
    width: 68vw;
    height: 38.25vw;
    max-width: 600px;
    max-height: 337.5px;
    z-index: 8;
}

.NoArticleCard{
    position: relative;
    left: 0%;
    margin-left: 0px;
    width: 68vw;
    height: 38.25vw;
    max-width: 600px;
    max-height: 337.5px;
    background-color: #101010;
	background-image: url("ArticlesComingSoon.png");
	background-repeat: no-repeat;
	background-size: 65%;
	background-position: 47.5% 47.5%;
	border-radius: 20px 20px;
    box-shadow: inset 0px 0px 0px 5px #252525;
    visibility: visible;
    overflow: hidden;
}

.ArticleCard1{
    position: relative;
    left: 0%;
    margin-left: 0px;
    width: 68vw;
    height: 38.25vw;
    max-width: 600px;
    max-height: 337.5px;
    background-color: #fff;
    box-shadow: 0px 0px 3px 1px #181818;
    visibility: visible;
    overflow: hidden;
}

.ArticleCard2{
    position: relative;
    left: 0%;
    margin-left: 0px;
    margin-top: 2vh;
    width: 68vw;
    height: 38.25vw;
    max-width: 600px;
    max-height: 337.5px;
    background-color: #fff;
    box-shadow: 0px 0px 3px 1px #181818;
    visibility: visible;
    overflow: hidden;
}

.ArticleImg{
    position: relative;
    left: 0%;
    margin-left: 0px;
    width: 100%;
    height: 38.25vw;
    max-height: 506.25px;
    background-position: center;
    background-size: 40%;
    background-repeat: no-repeat;
    border: solid 2px #181818;
    visibility: visible
}

@media screen and (min-width: 882.352941176px){
    
.NoArticleCard{
	position: relative;
    left: 50%;
    margin-left: -300px;
	}
	
.ArticleCard1{
    position: relative;
    left: 50%;
    margin-left: -300px;
}
    
.ArticleCard2{
    position: relative;
    left: 50%;
    margin-left: -300px;
}

}

.LeoImg1{
    background-image: url("OutpostDeep.jpg");
	background-size: 105%;
}

.LeoImg2{
    background-image: url("SkylarkMicroLaunch2RQ.png");
	background-size: 117%;
	background-position: 100% 100%
}

.MoonImg1{
    background-image: url(PeregrineLander2.jpg);
    background-size: 105%;
}

.MoonImg2{
    background-image: url("IM-2 _MoonRender.png");
	background-size: 100%;
}

.MoonImg3{
    background-image: url("rover_V2.jpg");
	background-size: 170%;
	background-position: 100% 40%;
}

.MoonImg4{
    background-image: url("LunarOutpostFeature.jpg");
	background-size: 150%;
	background-position: 60% 80%;
}

.MarsImg1{
    background-image: url(MarsIcon.svg);
    background-size: 35%;
}

.MarsImg2{
    background-image: url(MarsIcon.svg);
    background-size: 35%;
}

.AsteroidImg1{
    background-image: url("SpaceFab Towers final_Filtered.jpg");
	background-size: 103%;
}

.AsteroidImg2{
    background-image: url("TAMiniBeeAsteroidCapture.png");
	background-color: black;
	background-size: 95%;
	background-position: 0% 40%;
}

.WormholeImg1{
    background-image: url("")
}

.WormholeImg2{
    background-image: url(WormholeIcon.svg)
}

.ArticleText{
    font-family: 'futura';
    font-size: 17px;
    color:#2a2423;
    
}

.yOSL {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: -300%;
    visibility: visible; 
}

.yLeo {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: -200%;
    visibility: visible;
}

.yLeoActive {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: -200%;
    background: #429fa6;
    visibility: visible;
}

.yMoon {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: -100%;
    visibility: visible;
}

.yMoonActive {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: -100%;
    background: #d7df23;
    visibility: visible;
}

.yMars {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 0;
    visibility: visible;
}

.yMarsActive {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 0;
    background: #c13d46;
    visibility: visible;
}

.yAsteroids {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 100%;
    visibility: visible;
}

.yAsteroidsActive {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 100%;
    background: #a8acad;
    visibility: visible;
}

.yWormhole {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 200%;
    visibility: visible;
}

.yWormholeActive {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 200%;
    background: #111;
    visibility: visible;
}


@media (max-aspect-ratio: 1/1) {
    
.button {
    width: 16vw;
    height: 16vw;
    max-width: 150px;
    max-height: 150px;
    box-shadow: #2a2423 0 0 0 3px;
    background: #fff; 
}
    
.buttonback {
    position:absolute;
    top: -5px;
    right: -5px;
    z-index: -1;
    width: 16vw;
    height: 16vw;
    max-width: 150px;
    max-height: 150px;
    border: solid 5px #fff;
    box-shadow: 0px -10px #101010;
    background: #fff;
}

.y {
    position: fixed;
    top: auto;
    bottom: 2vh;
    left: 50%;
    visibility: hidden;
}
    
.ArticleContainer{
    position: absolute;
    top: auto;
    left: -300%;
    bottom: 110%;
    width: 540%;
    height: 70vh;
    max-width: 900px;
    padding-top: 20%;
    padding-left: 30%;
    padding-right: 30%;
    background-color: #fff;
    visibility: visible;
    z-index: -1;
}
    
.ArticleContainerInvis{
    position: absolute;
    top: auto;
    left: -300%;
    bottom: 110%;
    width: 540%;
    height: 70vh;
	padding-left: 30%;
	padding-right: 30%;
    visibility: visible;
}
	
.aboutContainer {
	width: 96%;
    margin-left: 2%;
	margin-bottom: 7em;
}
    
.ArticleCardClick{
    position: absolute;
    left: 0px;
    margin-left: 0px;
    width: 86vw;
    height: 48.375vw;
    z-index: 8;
}
	
.NoArticleCard{
	position: relative;
    left: -4vw;
    margin-left: 0px;
    width: 94vw;
    height: 52.875vw;
    visibility: visible
	}
    
.ArticleCard1{
    position: relative;
    left: -4vw;
    margin-left: 0px;
    width: 94vw;
    height: 52.875vw;
    visibility: visible
}
    
.ArticleCard2{
    position: relative;
    left: -4vw;
    margin-left: 0px;
    width: 94vw;
    height: 52.875vw;
    visibility: visible
}   
    
.ArticleImg{
    position: relative;
    height: 48.375vw;
    max-height: 506.25px;
}
    
@media screen and (min-width: 638.297872340425532px){

.NoArticleCard{
	position: relative;
    left: 50%;
    margin-left: -300px;	
	}
	
.ArticleCard1{
    position: relative;
    left: 50%;
    margin-left: -300px;
}
    
.ArticleCard2{
    position: relative;
    left: 50%;
    margin-left: -300px;
} 
    
}
    
.yOSL {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: auto;
    margin-left: -300%;
    visibility: visible; 
}

.yLeo {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-top: auto;
    margin-left: -200%;
    visibility: visible;
}
    
.yLeoActive {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-top: auto;
    margin-left: -200%;
    background: #429fa6;
    visibility: visible;
}

.yMoon {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-top: auto;
    margin-left: -100%;
    visibility: visible;
}
    
.yMoonActive {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-top: auto;
    margin-left: -100%;
    background: #d7df23;
    visibility: visible;
}

.yMars {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-top: auto;
    margin-left: 0;
    visibility: visible;
}
    
.yMarsActive {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-top: auto;
    margin-left: 0;
    background: #c13d46;
    visibility: visible;
}

.yAsteroids {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-top: auto;
    margin-left: 100%;
    visibility: visible;
}
    
.yAsteroidsActive {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-top: auto;
    margin-left: 100%;
    background: #a8acad;
    visibility: visible;
}

.yWormhole {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-top: auto;
    margin-left: 200%;
    visibility: visible;
}
    
.yWormholeActive {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-top: auto;
    margin-left: 200%;
    background: #111;
    visibility: visible;
}
    
}

/*November 29, 2022*/

/*Copyright 2020-22 - Adam Engelstad & Outerspaceland. All rights reserved.*/




