/*
This file is part of
"it's electric": software for storing and viewing home energy monitoring data
Copyright (C) 2009--2015 Robert R. Tupelo-Schneck <schneck@gmail.com>
http://tupelo-schneck.org/its-electric

"it's electric" is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

"it's electric" 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 Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with "it's electric", as legal/COPYING-agpl.txt.
If not, see <http://www.gnu.org/licenses/>.
*/
.its-electric {
    font-family: monospace;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 5px;
    text-shadow: gray 2px 2px 2px;
}
.monospace {
    font-family: monospace;
}
.blocky {
    font-size:11px;
    font-family:sans-serif;
}
#errorsOverlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 10000000;
}
#errorsOverlayBackground {
     width:100%;
     height:100%;
     background-image:url(background.png);
     opacity: 0.5;
}
#errorsOverlayForeground {
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 10000001;
}
#errorsOverlayInternal {
     width:60%;
     margin: 100px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:left;
     opacity: 1.0;
}
