/* Add here all your CSS customizations */
body {
    font-size: 16px;
}
.sidebar-widget .widget-header h6 {
    color: #fff;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group {
    /*
    display: block;
    */
}
.form-horizontal button {
    width: 100%;
}
#timer1 {
    color: #f00; 
    font-size: 150%; 
    font-weight: bold;
    display: none
}
.timer0 {
    text-align: right;
}
