﻿/*
//================================================

Turn Off the Lights
The entire page will be fading to dark, so you can watch the video as if you were in the cinema.
Copyright (C) 2017 Stefan vd
www.stefanvd.net
www.turnoffthelights.com

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.


To view a copy of this license, visit http://creativecommons.org/licenses/GPL/2.0/

//================================================
*/


#notinstalled{display:block;background:white;position:fixed;width:100%;height:100%;z-index:500;margin:0;padding:0;left:0;top:0;overflow:auto}
#notinstalledcenter{margin:auto;width:760px}
#notinstalledtop{padding-top:60px;text-align:center}
#notinstalledbottom{padding-top:30px;padding-bottom:60px}
.promoboxbutton,.promoboxbutton:hover{border:0;background:#4285f4;color:white;width:225px}
.promoboxbutton:hover{opacity:.8}
#errorextension{display:none;background:#ce3426;color:#fff;width:calc(100% - 50px);padding:20px 50px;font-size:16px;position:sticky;top:0;z-index:2000}
.btnfixit{padding:5px 15px;background:#fff;color:#000;text-decoration:none;float:right;top:-5px;position:relative}
.btnfixit:hover{background:rgba(255,255,255,.8)}

.respontotl, .respontotlrect{display:inline-block;width:300px;height:250px}
@media(min-width:500px) {
.respontotl{width:468px;height:60px}
}

@media(min-width:800px) {
    .respontotl{width:728px;height:90px}
}

@media(min-width:1000px) {
    .respontotl{width:970px;height:90px}
}

@media(min-width:500px) {
    .respontotlrect{width:300px;height:250px}
}

@media(min-width:800px) {
    .respontotlrect{width:970px;height:250px}
}
@media print{}