/* Sky Header and Footer CSS */

/* Mobile Header */
.universalNewsFormContainer.header{
    display: none !important;
}

.sidebar_scroll .mobileBtn{
    display: none !important;
}

footer #socialIcons a{
    display: inline-block;
}

#navDropdown{
    z-index: 99999;
}

main#content{
    z-index: 99990;
}

/* ReCaptcha V3 CSS */
.grecaptcha-badge{
    display: none !important;
    visibility: hidden !important;
    width: 0px !important;
    height: 0px !important;
}

/* Specific Adjustments */
.hiddenElement{
    display: none !important;
    visibility: hidden !important;
    height: 0px !important;
    width: 0px !important;
}

.hasPointer{
    cursor: pointer !important;
}

.dRadio .circle.active:after{
    display: none !important;
}

@media screen and (max-width: 800px){
    .universalNewsFormContainer.header{
        display: inline-block !important;
    }

    .sidebar_scroll{
        max-width: 100vw;
        overflow-x: hidden;
    }

    .sidebar_scroll > *{
        max-width: 100%;
    }

    .sidebar_scroll .mobileBtn{
        width: calc((100% - 60px) * 0.9) !important;
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 10px;
        display: inline-block !important;
    }

    .sidebar_scroll .mobileBtn img{
        position: relative;
        top: 3px;
    }

    .sidebar_scroll .mobileBtn span{
        position: relative;
        bottom: 2px;
        font-size: 17px;
    }

    .sidebar_scroll .mobileBtn.contactBtn{
        color: white;
        background: #27a1d1;
        margin-top: 40px;
    }

    .sidebar_scroll .mobileBtn.trialBtn{
        color: #473d17;
        background: #ffcf0e;
    }

    nav{
        width: calc(100vw - 28px);
    }

    footer section#middle>a>div h3{
        font-size: 28px;
    }
}

/* News Form Container */
.universalNewsFormContainer{
    background: #004587;
    color: white;
    display: block !important;
    position: relative;
    width: calc((100% - 60px) * 0.9);
    margin: 0px;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
}

footer .universalNewsFormContainer{
    background: none;
    padding: 0px;
}

@media screen and (min-width: 801px){
    footer .universalNewsFormContainer{
        max-width: 190px;
        margin-top: 20px;
        display: inline-block !important;
    }
}

@media screen and (max-width: 800px){
    .universalNewsFormContainer.header{
        background-color: #083971;
        margin-bottom: 100px;
    }

    footer .universalNewsFormContainer{
        width: calc(100% - 30px);
        left: 15px;
    }
}

/* News Form Header */
.universalNewsFormContainer h3{
    font-size: 23px !important;
    font-weight: 500;
    color: white;
    width: 100%;
    text-align: left;
    text-transform: none !important;
}

@media screen and (max-width: 800px){
    .universalNewsFormContainer h3{
        font-size: 26px !important;
    }
}

.universalNewsFormContainer .newsForm{
    width: 100%;
}

footer .universalNewsFormContainer h3{
    font-size: 18px;
    color: white;
    text-align: left;
}

/* News Form Input */
.universalNewsFormContainer .newsForm input[type=email]{
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    outline: none;
    font-size: 13px;
    color: white;
    min-width: 0px;
    width: calc(100% - 30px);
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 30px;
    padding-bottom: 5px;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
}

.universalNewsFormContainer .newsForm input[type=email]::placeholder{
    color: white;
    transition: 0.5s;
}

.universalNewsFormContainer.header .newsForm input[type=email]::placeholder{
    color: white;
}

.universalNewsFormContainer .newsForm input[type=email]:hover::placeholder{
    color: white;
}

@media screen and (max-width: 800px){
    .universalNewsFormContainer .newsForm input[type=email]{
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 20px;
        border-radius: 0px;
    }
}

/* News Form Submit Button */
.universalNewsFormContainer .newsForm button{
    background: transparent;
    outline: none;
    font-size: 14px;
    border: 2px solid #004587;
    border-radius: 20px;
    color: #769c2d;
    padding: 0px 5px;
    position: absolute;
    margin-top: 17px;
    margin-left: -20px;
    transition: 0.5s;
    height: 26px;
    cursor: pointer;
}

.universalNewsFormContainer .newsForm button:hover,
.universalNewsFormContainer .newsForm button.hover{
    border: 2px solid #769c2d;
}

/* News Form Blog and Vlog Button */
.universalNewsFormContainer .newsForm .blogButtonsContainer{
    font-size: 14px;
    margin-bottom: 10px;
}

@media screen and (max-width: 800px){
    .universalNewsFormContainer .newsForm .blogButtonsContainer{
        margin-bottom: 20px;
    }

    .universalNewsFormContainer .newsForm button{
        border-color: #083971;
        margin-top: 10px;
        margin-left: -25px;
    }
}

.universalNewsFormContainer .newsForm .blogButtonsContainer a{
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    display: inline-block;
    width: calc(50% - 8px) !important;
    height: auto;
    padding: 2px;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: 0.5s;
}

.universalNewsFormContainer .newsForm .blogButtonsContainer a:hover{
    color: initial;
}

@media screen and (max-width: 800px){
    .universalNewsFormContainer .newsForm .blogButtonsContainer a{
        height: auto;
        padding: 4px;
        width: calc(50% - 12px) !important;
    }
}

.universalNewsFormContainer .newsForm .blogButtonsContainer a.blogBtn{
    color: white;
}

@media screen and (max-width: 800px){
    .universalNewsFormContainer .newsForm .blogButtonsContainer a.blogBtn{
        color: white;
    }
}

.universalNewsFormContainer .newsForm .blogButtonsContainer a.blogBtn:hover{
    box-shadow: 0px 0px 1px 1px white;
    color: white;
}

.universalNewsFormContainer .newsForm .blogButtonsContainer a.vlogBtn{
    border-color: white;
    color: white;
}

.universalNewsFormContainer.header .newsForm .blogButtonsContainer a.vlogBtn{
    border-color: white;
    color: white;
}

.universalNewsFormContainer .newsForm .blogButtonsContainer a.vlogBtn:hover{
    box-shadow: 0px 0px 1px 1px white;
}

.universalNewsFormContainer.header .newsForm .blogButtonsContainer a.vlogBtn:hover{
    box-shadow: 0px 0px 1px 1px white;
}

/* News Form Social Icons */
.universalNewsFormContainer .newsForm .socialIconsContainer{
    margin-left: 2px;
    font-size: 20px;
    text-align: left;
}

footer .universalNewsFormContainer .newsForm .socialIconsContainer{
    float: right;
}

.universalNewsFormContainer .newsForm .socialIconsContainer a{
    display: inline-block;
    margin-right: 10px;
    padding: 0px;
    width: auto !important;
}

.universalNewsFormContainer .newsForm .socialIconsContainer a:last-of-type{
    margin-right: 0px;
}

.universalNewsFormContainer .newsForm .socialIconsContainer .footerSocialIcons{
    cursor: pointer;
}

/* Start of Entire Footer Block Design */

footer{
    background-color: #222222 !important;
}

@media screen and (max-width: 800px){
    footer{
        background-color: #1b1b1b !important;
        padding: 0px !important;
        padding-bottom: 15px !important;
    }

    @media screen and (max-width: 425px){
        footer#Footer{
            padding: 0px 15px !important;
        }
    }
}

.desktopOnly{
    display: block !important;
}

.mobileOnly{
    display: none !important;
}

.universalFooterContainer{
    width: 100%;
    height: 76px;
    overflow: hidden;
}

@media screen and (max-width: 800px){
    .desktopOnly{
        display: none !important;
    }
    
    .mobileOnly{
        display: block !important;
    }

    .universalFooterContainer{
        height: auto;
        overflow: visible;
    }
}

/* Footer Copyright Section */

.footerCopyrightContainer,
.footerCopyrightContainer *{
    color: #636363;
}

.footerCopyrightContainer.desktopOnly{
    padding-top: 0px !important;
    width: calc(100% - 900px);
    display: inline-block !important;
    position: relative;
    left: 15px;
    bottom: 25px;
    text-align: left;
}

@media screen and (max-width: 800px){
    .footerCopyrightContainer.desktopOnly{
        display: none !important;
    }

    .footerCopyrightContainer.mobileOnly{
        padding-top: 10px !important;
        width: 100%;
        text-align: center;
        display: inline-block !important;
    }
}

.footerImageLinkList{
    float: right !important;
}

.footerCopyrightContainer p{
    font-size: 14px !important;
    margin-bottom: 0px !important;
}

.footerCopyrightContainer ul{
    line-height: 13px;
    font-size: 13px !important;
    color: #636363 !important;
    margin: 0px;
}

.footerCopyrightContainer ul a{
    color: #777777 !important;
}

.footerCopyrightContainer ul a{
    font-size: 13px !important;
}

.footerCopyrightContainer li.list-inline-item{
    padding: 0px;
}

.footerCopyrightContainer li.list-inline-item:not(:last-of-type){
    margin-right: 8px !important;
}

.footerImageLinkList .list-inline-item:not(:last-of-type){
    margin-right: 10px !important;
}

.footerImageLinkList .list-inline-item a{
    margin-bottom: 0px !important;
}

/* Footer Sky Family Websites Banner */

.footerBannerContainer{
    display: inline-block;
}

.bottomFooterSkyBanner{
    background: right no-repeat;
    background-size: 100%;
    background-image: url("../../images/SkyHeaderAndFooter/skyFooterBarDesktop.jpg");
    overflow: hidden;
}

@media screen and (max-width: 800px){
    .bottomFooterSkyBanner{
        height: 78px;
        width: 690px;
        margin-left: 15px;
    }
}

@media screen and (max-width: 425px){
    .bottomFooterSkyBanner{
        height: auto;
        width: auto;
        margin-left: 0px;
    }
}

@media screen and (max-width: 800px){
    footer.bg-dark .bg-dark{
        margin-top: 30px;
    }

    .mobileOnly .footerBannerContainer{
        padding: 0px;
    }

    .mobileOnly .footerCopyrightContainer{
        background-color: #1b1b1b;
    }

    @media screen and (max-width: 600px){
        .bottomFooterSkyBanner{
            height: 134px;
            background-size: 100% calc(100% + 2px);
            background-position: center;
            background-image: url("../../images/SkyHeaderAndFooter/skyFooterBarMobile.jpg");
        }
    }
}

/* Footer clickable area links */
.bottomFooterSkyBanner a{
    display: inline-block;
}

.headerClickableArea,
.footerClickableArea{
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.footerClickableArea.skyDogg{
    width: 75px;
    height: 70px;
    margin-left: 70px;
    top: 10px;
}

.footerClickableArea.skyMethods{
    width: 130px;
    height: 70px;
    margin-left: 30px;
    top: 10px;
}

.footerClickableArea.skyQuota{
    width: 150px;
    height: 70px;
    margin-left: 30px;
    top: 10px;
}

.footerClickableArea.skyIntel{
    width: 160px;
    height: 70px;
    margin-left: 30px;
    top: 10px;
}

.footerClickableArea.skyVlogs{
    width: 150px;
    height: 70px;
    margin-left: 25px;
    top: 10px;
}

@media screen and (max-width: 800px){
    .footerClickableArea.skyDogg{
        width: 65px;
        margin-left: 50px;
    }
    
    .footerClickableArea.skyMethods{
        width: 110px;
        margin-left: 20px;
    }
    
    .footerClickableArea.skyQuota{
        width: 130px;
        margin-left: 15px;
    }
    
    .footerClickableArea.skyIntel{
        width: 140px;
        margin-left: 5px;
    }
    
    .footerClickableArea.skyVlogs{
        width: 120px;
        margin-left: 17px;
    }

    @media screen and (max-width: 425px){
        .footerClickableArea.skyDogg{
            width: 60px;
            margin-left: 35px;
            top: 0px;
        }
        
        .footerClickableArea.skyMethods{
            width: 145px;
            margin-left: 0px;
            top: 0px;
        }
        
        .footerClickableArea.skyQuota{
            width: 140px;
            margin-left: 0px;
            top: 0px;
        }
        
        .footerClickableArea.skyIntel{
            width: 170px;
            height: 50px;
            margin-left: 40px;
            top: 3px;
        }
        
        .footerClickableArea.skyVlogs{
            width: 145px;
            height: 50px;
            margin-left: 5px;
            top: 5px;
        }
    }

    @media screen and (max-width: 375px){
        .footerClickableArea.skyDogg{
            width: 60px;
            height: 60px;
            margin-left: 25px;
            top: 5px;
        }
        
        .footerClickableArea.skyMethods{
            width: 130px;
            height: 50px;
            margin-left: 0px;
            top: 0px;
        }
        
        .footerClickableArea.skyQuota{
            width: 110px;
            height: 40px;
            margin-left: 0px;
            top: 0px;
        }
        
        .footerClickableArea.skyIntel{
            width: 140px;
            height: 50px;
            margin-left: 40px;
            top: 10px;
        }
        
        .footerClickableArea.skyVlogs{
            width: 125px;
            height: 40px;
            margin-left: 10px;
            top: 10px;
        }
    }

    @media screen and (max-width: 325px){
        .footerClickableArea.skyDogg{
            width: 50px;
            height: 60px;
            margin-left: 20px;
            top: 5px;
        }
        
        .footerClickableArea.skyMethods{
            width: 100px;
            height: 50px;
            margin-left: 5px;
            top: 0px;
        }
        
        .footerClickableArea.skyQuota{
            width: 100px;
            height: 40px;
            margin-left: 0px;
            top: 0px;
        }
        
        .footerClickableArea.skyIntel{
            width: 120px;
            height: 45px;
            margin-left: 35px;
            top: 15px;
        }
        
        .footerClickableArea.skyVlogs{
            width: 100px;
            height: 30px;
            margin-left: 5px;
            top: 10px;
        }
    }
}

/* Sky News Footer */
.skyNewsFormSubmitBtn img{
    max-width: none;
}

/* Basic Image Confirmation Prompt */
.imageConfirmationPrompt{
    display: none;
    position: fixed;
    z-index: 99999 !important;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
}

.imageConfirmationPrompt .modal-content{
    width: 405px;
    padding: 0px;
    margin: 0px calc((100vw - 405px)/2);
    border: none;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    top: calc((100vh - 445px)/4);
    z-index: 99999 !important;
    flex-direction: column;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
}

@media screen and (max-width: 425px){
    .imageConfirmationPrompt .modal-content{
        width: 250px;
        margin: 0px calc((100vw - 250px)/2);
        top: calc((100vh - 275px)/4);
    }
}

.imageConfirmationPrompt .confirmationPromptLink{
    display: block;
    width: 100%;
    border: none;
    background: transparent;
}

.imageConfirmationPrompt .modal-content img{
    width: 405px;
    height: 445px;
    border-radius: 30px;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

@media screen and (max-width: 425px){
    .imageConfirmationPrompt .modal-content img{
        width: 250px;
        height: 275px;
    }
}

/* Basic Image Confirmation Prompt Close Button */
.imageConfirmationPrompt .confirmationPromptClose{
    position: absolute;
    bottom: 38px;
    left: calc((100% - 145px)/2);
    width: 145px;
    height: 45px;
    padding: 0px;
    opacity: 0;
}

@media screen and (max-width: 425px){
    .imageConfirmationPrompt .confirmationPromptClose{
        width: 90px;
        height: 25px;
        bottom: 25px;
        left: calc((100% - 90px)/2);
    }
}

/* SkyWixx Confirmation Prompts */
.imageConfirmationPrompt.skywixxDomain .confirmationPromptClose{
    width: 160px;
    bottom: 60px;
    left: calc((100% - 160px)/2);
}

.imageConfirmationPrompt.skywixxDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyWixx/confirmationPromptError.png"] + .confirmationPromptClose{
    bottom: 80px;
}

@media screen and (max-width: 425px){
    .imageConfirmationPrompt.skywixxDomain .confirmationPromptClose{
        width: 100px;
        height: 30px;
        bottom: 37px;
        left: calc((100% - 100px)/2);
    }

    .imageConfirmationPrompt.skywixxDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyWixx/confirmationPromptError.png"] + .confirmationPromptClose{
        bottom: 50px;
    }
}

/* SkyCRM Confirmation Prompts */
.imageConfirmationPrompt.skycrmDomain .confirmationPromptClose{
    width: 160px;
    bottom: 97px;
    left: calc((100% - 160px)/2);
}

.imageConfirmationPrompt.skycrmDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyCRM/confirmationPromptDefault.png"] + .confirmationPromptClose,
.imageConfirmationPrompt.skycrmDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyCRM/confirmationPromptFooter.png"] + .confirmationPromptClose{
    width: 130px;
    bottom: 236px;
    left: 23px;
}

.imageConfirmationPrompt.skycrmDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyCRM/confirmationPromptCreateAccount.png"] + .confirmationPromptClose{
    bottom: 59px;
}

.imageConfirmationPrompt.skycrmDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyCRM/confirmationPromptAddressTaken.png"] + .confirmationPromptClose{
    bottom: 88px;
}

@media screen and (max-width: 425px){
    .imageConfirmationPrompt.skycrmDomain .confirmationPromptClose{
        width: 100px;
        height: 30px;
        bottom: 59px;
        left: calc((100% - 100px)/2);
    }

    .imageConfirmationPrompt.skycrmDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyCRM/confirmationPromptDefault.png"] + .confirmationPromptClose,
    .imageConfirmationPrompt.skycrmDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyCRM/confirmationPromptFooter.png"] + .confirmationPromptClose{
        width: 80px;
        height: 30px;
        bottom: 145px;
        left: 15px;
    }

    .imageConfirmationPrompt.skycrmDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyCRM/confirmationPromptCreateAccount.png"] + .confirmationPromptClose{
        bottom: 35px;
    }

    .imageConfirmationPrompt.skycrmDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyCRM/confirmationPromptAddressTaken.png"] + .confirmationPromptClose{
        bottom: 53px;
    }
}

/* SkyQuota Confirmation Prompts */
.imageConfirmationPrompt .confirmationPromptCallToAction{
    display: none;
    visibility: hidden;
    width: 0px;
    height: 0px;
    padding: 0px;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.imageConfirmationPrompt.skyquotaDomain .confirmationPromptClose{
    width: 165px;
    bottom: 230px;
    left: calc((100% - 165px)/2);
}

.imageConfirmationPrompt.skyquotaDomain .confirmationPromptImage[src="/_images/confirmationPrompts/confirmationPromptLearnMore.png"] + .confirmationPromptClose{
    bottom: 195px;
    left: 208px;
}

.imageConfirmationPrompt.skyquotaDomain .confirmationPromptImage[src="/_images/confirmationPrompts/confirmationPromptLearnMore.png"] + .confirmationPromptClose + .confirmationPromptCallToAction{
    display: block;
    visibility: visible;
    width: 165px;
    height: 45px;
    bottom: 193px;
    left: 40px;
}

.imageConfirmationPrompt.skyquotaDomain .confirmationPromptImage[src="/_images/confirmationPrompts/confirmationPromptError.png"] + .confirmationPromptClose{
    bottom: 250px;
}

.imageConfirmationPrompt.skyquotaDomain .confirmationPromptImage[src="/_images/confirmationPrompts/confirmationPromptContact.png"] + .confirmationPromptClose,
.imageConfirmationPrompt.skyquotaDomain .confirmationPromptImage[src="/_images/confirmationPrompts/confirmationPromptFreeTrial.png"] + .confirmationPromptClose{
    bottom: 214px;
}

.imageConfirmationPrompt.skyquotaDomain .confirmationPromptImage[src="/_images/confirmationPrompts/confirmationPromptDemoVideo.png"] + .confirmationPromptClose{
    bottom: 200px;
}

.imageConfirmationPrompt.skyquotaDomain .confirmationPromptImage[src="/_images/confirmationPrompts/confirmationPromptPricing.png"] + .confirmationPromptClose,
.imageConfirmationPrompt.skyquotaDomain .confirmationPromptImage[src="/_images/confirmationPrompts/confirmationPromptGetPaidPartner.png"] + .confirmationPromptClose{
    bottom: 195px;
}

.imageConfirmationPrompt.skyquotaDomain .confirmationPromptImage[src="/_images/confirmationPrompts/confirmationPromptGetPaidReferral.png"] + .confirmationPromptClose{
    bottom: 215px;
}

@media screen and (max-width: 425px){
    .imageConfirmationPrompt.skyquotaDomain .confirmationPromptClose{
        width: 100px;
        height: 30px;
        bottom: 143px;
        left: calc((100% - 100px)/2);
    }

    .imageConfirmationPrompt.skyquotaDomain .confirmationPromptImage[src="/_images/confirmationPrompts/confirmationPromptLearnMore.png"] + .confirmationPromptClose{
        bottom: 121px;
        left: 130px;
    }
    
    .imageConfirmationPrompt.skyquotaDomain .confirmationPromptImage[src="/_images/confirmationPrompts/confirmationPromptLearnMore.png"] + .confirmationPromptClose + .confirmationPromptCallToAction{
        width: 100px;
        height: 30px;
        bottom: 121px;
        left: 25px;
    }

    .imageConfirmationPrompt.skyquotaDomain .confirmationPromptImage[src="/_images/confirmationPrompts/confirmationPromptError.png"] + .confirmationPromptClose{
        bottom: 156px;
    }

    .imageConfirmationPrompt.skyquotaDomain .confirmationPromptImage[src="/_images/confirmationPrompts/confirmationPromptContact.png"] + .confirmationPromptClose,
    .imageConfirmationPrompt.skyquotaDomain .confirmationPromptImage[src="/_images/confirmationPrompts/confirmationPromptFreeTrial.png"] + .confirmationPromptClose{
        bottom: 133px;
    }

    .imageConfirmationPrompt.skyquotaDomain .confirmationPromptImage[src="/_images/confirmationPrompts/confirmationPromptDemoVideo.png"] + .confirmationPromptClose{
        bottom: 125px;
    }

    .imageConfirmationPrompt.skyquotaDomain .confirmationPromptImage[src="/_images/confirmationPrompts/confirmationPromptPricing.png"] + .confirmationPromptClose,
    .imageConfirmationPrompt.skyquotaDomain .confirmationPromptImage[src="/_images/confirmationPrompts/confirmationPromptGetPaidPartner.png"] + .confirmationPromptClose{
        bottom: 121px;
    }

    .imageConfirmationPrompt.skyquotaDomain .confirmationPromptImage[src="/_images/confirmationPrompts/confirmationPromptGetPaidReferral.png"] + .confirmationPromptClose{
        bottom: 134px;
    }
}

/* Status Bar */
.skyStatusBar{
    position: fixed;
    top: 0px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 1em 1.5em;
    margin: 10px auto;
    border-radius: 5px;
    z-index: 9999999;
    display: block !important;
    background-color: #fcfff5;
    box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
    color: #2c662d;
    font-family: sans-serif;
    text-align: center;
}

.skyStatusBar .title{
    color: #1a531b;
    font-weight: bold;
    font-size: 18px;
    height: 20px;
    margin-bottom: 5px;
}

.skyStatusBar .content{
    color: #2c662d;
}

.skyStatusBar .content:empty{
    display: none;
}