body {
    background-image:url("wallpaper_bright.jpg") !important;
    background-size: cover;
}


a, a:hover, a:visited {
    color:white;
}

#sp42logo {
    width:40px;
    height:40px;
}

#reset, #checker, #soundToggle, #mode {
    cursor: pointer;
}

span.label {
    line-height:2;
}

div.counter {
    width: 100%;
    height: 7rem;
    border-radius: 4rem;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 5rem;
    font-family: Arial,Helvetica,sans-serif;
    cursor: pointer;
}

.topTitle {
    white-space: nowrap;
}

.pageTitle {
    font-family: Arial,Helvetica,sans-serif !important;
    color:white;
}

.footerButtons1 {
    font-size:2rem;
}
.footerButtons2 {
    font-size:1.5rem;
}


div.clickshadow {
    -moz-box-shadow: 2px 2px 2px #555555;
    -moz-box-shadow: 2px 2px 2px #555555;
    -webkit-box-shadow: 2px 2px 2px #555555;
    box-shadow: 2px 2px 2px #555555;
    /*margin-top: 4px;
    margin-left: 4px;*/
    background-color:lightgray !important;
}

div.shadow {
    -moz-box-shadow: 6px 6px 6px #555555;
    -moz-box-shadow: 6px 6px 6px #555555;
    -webkit-box-shadow: 6px 6px 6px #555555;
    box-shadow: 6px 6px 6px #555555;
    /*margin-top: 0px;
    margin-left: 0px;*/
}

.lighthouse {
    background: repeating-linear-gradient( 135deg, #fff, #fff 20px, #f00 20px, #f00 40px); 
} 
