﻿html {
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
    font-size: 62.5%;
    font-family: Verdana;
    color: #ddd;
    background-color: #002;
    margin: 0px;
    padding: 0px;
}

.rh {
    padding: 4px; /*ad sense stopped padding text, this adds it back. Remove if they fix it.*/
}
#tweetViewingInfo p {
    display: none;
    text-align:right;
    color:#c2f2fe;
}
@media screen and (max-width:514px) {
    /*#tweetViewingInfo img {*/
    /*    display: none;*/
    /*}*/

}
#iPhoneLink, #androidLink{
    display:none;
    color: #9f9; 
    top: 5px; 
    position: relative; 
    text-decoration: none;
}
#androidLink a {
        color: #9f9;
    }
#goFullScreen {
    display:none;
    font-size: 0.7em; 
    color:#ff0
}
#tweetViewingInfo {
    position: absolute;
    right: 20px;
    top: 130px;
    z-index: 201;
}
#specialMessage {
    width: 200px;
    color: Lime;
    margin: auto;
}

@media screen and (min-width:600px) {
    #specialMessage {
        width: 350px;
    }
}

.time {
    color: #DD0;
    line-height: .9em;
}

#directionBar {
    position: relative;
}

.directionSymbol {
    float: left;
    height: 23px;
    width: 12.5%;
    text-align: left;
    line-height: 12px;
    font-weight: bolder;
    font-size: 1.2em;
    color: #ff0;
    background-color: #4d445c;
    border-top: 1px solid #000;
    border-bottom: 1px solid #999;
}

#redWhiteMapBorder {
    width: 100%;
    height: 4px;
    background-image: url("../images/redWhiteMapBorder.gif");
}

.centeredDivContainer {
    text-align: center;
    position: relative;
}

#maxDirection {
    display: none;
    position: relative;
    margin: auto;
    width: 72px;
    height: 35px;
    background-color: #090;
    color: #fff;
    border: 2px solid #333;
    border-top-style: none;
    z-index: 10;
}

#facingDirection {
    position: absolute;
    width: 100%;
    line-height: 15px;
}

#directionBarStartDate {
    color: #fff;
    top: 2px;
    font-size: .8em;
}

#lblLocation {
    color: #777;
    font-size: .9em;
}

#txtAddress {
    border-radius: 4px;
    background-color: #fffbec;
    display: block;
    margin: auto;
    width: 195px;
    height: 24px;
    text-align: center;
}

.message {
    color: #aac;
    width: 100%;
    font-size: 1.2em;
    margin-bottom: 10px;
}

#waitAnimContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    padding-top: 150px;
    opacity: 0.1;
    margin: auto;
    text-align: center;
    z-index: -20;
    color: #2F2;
    font-weight: bold;
}

#backArrow, #androidBackArrow {
    position: relative;
    z-index: 200;
    margin: 40px 0 0 15px;
    width: 41px;
    height: 41px;
    background-image: url("../images/backArrow.png");
}

    #backArrow:hover, active {
        cursor: pointer;
        background-image: url("../images/backArrowHover.png");
    }

#pageGrid {
    position: relative;
    background-image: url('../images/EarthWithGlow360.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100%;
}

/********Different bottom trees image based on width*********/
@media screen and (min-width:480px) and (max-width:767px) {
    #pageGrid {
        background-image: url('../images/EarthWithGlow480.png');
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    #pageGrid {
        background-image: url('../images/EarthWithGlow768.png');
    }
}

@media screen and (min-width:1024px) {
    #pageGrid {
        background-image: url('../images/EarthWithGlow1024.png');
    }
}

/********End Different bottom trees image based on width*********/

#currentPass {
    display: none;
    width: 100%;
    text-align: center;
}

#largeViewingInfo {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 1.4em;
    text-align: left;
    background-color: rgba(140,140,0,.5);
    padding: 2px 10px;
    border-right: 1px solid #333;
    border-left: 1px solid #000;
    border-bottom: thin solid #222;
}

#degreesGrid {
    width: 100%;
    text-align: left;
    position: absolute;
    top: 40px;
    color: #444;
    font-size: .9em;
}

    #degreesGrid div {
        padding: 0px 90px 15px 0px;
        background: url("../images/degreeLines.png");
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        color: #777;
    }

#locationStatus {
    position: absolute;
    z-index: 102;
    padding:0;
    float: none;
    bottom: 10px;
    text-align: right;
    width: 98%;
}
#creator {
    display: inline-block;
    position:relative;
    float: left;
    color:#777;
    left:7px;
}
#creator a {
    color:#7f7;
}
/********Different DegreesGrid and LocationStatus leading based on Height*********/
@media screen and (min-height:460px) and (max-height:599px) {
    #degreesGrid div {
        padding: 0px 90px 30px 0px;
        background: url("../images/degreeLines.png");
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        color: #777;
    }

    #locationStatus {
        position: absolute;
        float: none;
        top: 440px;
        text-align: right;
    }
}

@media screen and (min-height:600px) and (max-height:859px) {
    #degreesGrid div {
        padding: 0px 90px 40px 0px;
        background: url("../images/degreeLines.png");
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        color: #777;
    }

    #locationStatus {
        position: absolute;
        float: none;
        top: 560px;
        text-align: right;
    }
}

@media screen and (min-height:860px) and (max-height:1023px) {
    #degreesGrid div {
        padding: 0px 90px 53px 0px;
        background: url("../images/degreeLines.png");
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        color: #777;
    }

    #locationStatus {
        position: absolute;
        float: none;
        top: 728px;
        text-align: right;
    }
}

@media screen and (min-height:1024px) {
    #degreesGrid div {
        padding: 0px 90px 69px 0px;
        background: url("../images/degreeLines.png");
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        color: #777;
    }

    #locationStatus {
        position: absolute;
        float: none;
        top: 984px;
        text-align: right;
    }
}
/********End Different DegreesGrid leading based on width*********/

.spaceStationStageCounterClockwise:hover, .spaceStationStageCounterClockwise:active {
    cursor: pointer;
}

.spaceStationStageCounterClockwise {
    height: 42px;
    width: 32%;
    float: right;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    text-align: center;
}

.spaceStationStage {
    height: 42px;
    width: 30%;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    text-align: center;
}

    .spaceStationStage:hover, .spaceStationStage:active {
        cursor: pointer;
    }

#spaceStationMax {
    background: url("../images/spaceStation.png");
    background-repeat: no-repeat;
    background-position: center;
}

#spaceStationStart {
    background: url("../images/spaceStationAppearing.png");
    background-repeat: no-repeat;
    background-position: center;
}

#spaceStationEnd {
    background: url("../images/spaceStationVanishing.png");
    background-repeat: no-repeat;
    background-position: center;
}

.stationDirection {
    font-family: Verdana;
    font-weight: bold;
    font-size: 60px;
    color: #334;
    position: absolute;
    top: -60px;
    text-align: center;
    width: 100%;
    z-index: -1;
}

#startStationDirection {
    top:-100px;
}

@media screen and (max-width:550px) {
    .stationDirection {
        font-size: 32px;
        top:-30px;
    }
    #startStationDirection {
        top:-65px;
    }
}

#startsHere {
    color: #FFFFFF;
    font-size: 1.2em;
    text-align: center;
    position: absolute;
    top: 5px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
    width:100%;
    left:0;
}

#startHereArrow {
    position: absolute;
    top: -40px;
    margin: auto;
    width: 100%;
}

#startTime {
    padding-top: 10px;
}

#startTime, #maxTime, #endTime {
    position: relative;
}

.smallLabel {
    font-size: .9em;
}

.dimLabel {
    color: #999;
}

.briteLabel {
    color: #F00;
    font-size: 1.1em;
    font-weight: bold;
}

.yellowLabel {
    color: #FF0;
}

#friendlyMessage {
    position: absolute;
    top: 80px;
}

#ad2 {
    position: absolute;
    top: 40px;
    left: 80px;
    z-index: 100;
}
@media (max-width: 767px) {
    .adsbygoogle-noablate {
      display: none !important;
    }
    #ad2 ins.adsbygoogle {
      display: none !important;
    }
}

@media screen and (max-width:619px) {
    #ad2 {
        top: inherit;
        left: 10px;
        bottom: 5px;
    }
}

.help {
    background-color: #90f;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    font-weight: bold;
    margin-left: 50px;
    padding-left: 2px;
    padding-right: 2px;
}

.suppressHelp {
    background-color: #F77;
    color: #000000;
    float: left;
    margin-left: 5px;
    position: relative;
    margin-right: 10px;
}

.helpBox {
    background-color: #000022;
    z-index: 21;
    top: -70px;
    width: 100%;
    height: 190px;
    overflow: auto;
    border-color: #222222;
    border-style: solid;
    border-width: thin;
    padding: 2px;
    position: absolute;
    text-align: left;
    filter: alpha(opacity=80);
    -ms-filter: alpha(opacity=80);
    -ms-opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#appearsHelp {
    display: none;
}

#maxHelp {
    display: none;
}

#endsHelp {
    display: none;
}
