/*
 * #%L
 * MyWordClock
 * %%
 * Copyright (C) 2015 Rustam Mehmandarov
 * 
 * This file is part of MyWordClock.
 * 
 * MyWordClock 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 3 of the License, or
 * (at your option) any later version.
 * 
 * MyWordClock 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 MyWordClock.  If not, see <http://www.gnu.org/licenses/>.
 * #L%
 */

#wordClock {
    font-family: Consolas,monaco,monospace;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 26.4px;
    letter-spacing: 3px;
    color: #7e7e7e;
    background-color: #000000;
    display: inline-block;
}

#clockContainer {
    background-color: #000000;
    display: inline-block;
    padding-top: 20px;  
    padding-right: 20px;  
    padding-bottom: 20px;  
    padding-left: 20px;

}

#highlight {
    color: #F8F8FF;
}

#devMode {
    font-family: Consolas,monaco,monospace;
    font-size: 12px;
}
