﻿#noscript {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 25%;
    margin-top: 10%;
}

    #noscript #noScriptMessage {
        font-family: "Gotham-Book" !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        color: white;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        #noscript #noScriptMessage a {
            color: #1cc
        }
