/*
Theme Name: The Doom-O-Meter
*/

body {
    font-size: 18px;
    text-align: left;
    background: #fff;
    border: none;
    color: #000;
    font-family: 'Times';
}

div.doomPng {
    position: absolute;
    top: 20px;
    left: 100px;
}

div#explanation {
    font-size: 24px;
    color: #f00;
    font-family: 'Times';    
}

div#below {
    position: absolute;
    top: 710px;
    left: 20px;
}

div#illustration {
    z-index: 0;
}

div#colorscale {
    z-index: 10;
}

div#dial {
    z-index: 20;
}

div#ring {
    z-index: 30;
}
