﻿/*! Generated by Live LESS Theme Customizer */
@import url('https://fonts.googleapis.com/css?family=Maven+Pro');

body {
    font-family: 'Maven Pro', sans-serif;
    background-color: #333;
}
.spanLabel {
    color: whitesmoke;
    font-size: 14px;
}
h2 {
    border-bottom: 1px solid white;
    color: whitesmoke;
}
h3 {
    color: whitesmoke;
}

#waitingDiv {
    height: 100%;
    width: 100%;
    background: white;
    z-index: 100;
    position: absolute;
    -ms-opacity: 1;
    opacity: 1;
    text-align: center;
    font-family: 'Maven Pro', sans-serif;
    color: #999;
    font-size: 1.2em;
    padding-top: 120px;
    padding-left: 10px;
    padding-right: 20px;
}
.col {
    color: white;
}