		/*no JS message*/
            #jsDisabled {
                position: fixed;
                width: 100%;
                height: 100%;
                background: url(https://cyclenavy.com/wp-content/plugins/wp-js-detect/images/dark-bg.png) repeat;
                z-index: 2000;                
                -webkit-transition-property: width height background-color font-size left top color;
                -webkit-transition-duration:1s;
                -webkit-transition-delay:1s;
                -webkit-transition-timing-function: linear;
                transition-property: width height background-color font-size left top color;
                transition-duration:1s;
                transition-delay:1s;
                transition-timing-function: linear;
            }
            #jsDisabled p {
                position: absolute;
                top: 50%;
                left: 50%;
                width: 100%;
                width: 500px;
                margin-left: -200px;
                margin-top: -75px;
                border-radius: 5px;
                box-shadow: 0 0 10px #000;
                padding: 30px 150px 30px 120px;
                background: #fef5f2 url(https://cyclenavy.com/wp-content/plugins/wp-js-detect/images/symbol_error.png) 30px 50% no-repeat;
                font-size: 15px;
                text-align: left;
                color: #333;
                line-height: 26px;
            }
            #jsDisabled p a {
                color: #d13131;
            }
		