body {
    background: url('../img/bg.png') repeat-y center center;
}

label, li {
    font-size: 2.4em;
}

p { 
    font-size: 1.6em;
    margin: 10px;
}

a { text-decoration: none; }
a:hover { color: red; }

label {
    font-size: 2.0em;
    vertical-align: middle;
    margin-left: 10px;
}

#wrapper {
    margin: 10px auto;
    width: 760px;
    text-align: center;
    padding: 5px;
}

button, #q {
    font-size: 2.6em;
}

button {
    margin: 15px 0;
}

#submit {
    display: block;
    clear: both;
    margin: 20px auto;
    width: 300px;
    height: 40px;
}

    button:hover { background: #f99; }

#result {
    margin: 10px auto;
    padding: 0 20px;
    font-size: 2.6em;
    border-top: 1px dotted #909090;
    border-bottom: 1px dotted #909090;
    background: #f9f9f9;
}

    #result button, #result p {
        font-size: 0.8em;
    }
    
    /*
    #result p {
        margin: 20px 0 -10px 0;
    }
    */
    
#footer {
    margin: 20px 0;
    font-size: 0.7em;
}

#footer ul {
    margin: 10px 0;
}

#footer li {
    display: inline;
    padding: 10px
}

h1, h2, h3 {
    font-family: 'Georgia', 'Times New Roman', serif;
}

h1 {
    display: none;
}

#logo {
    margin: 5px 0;
}

h2 { 
    font-size: 2.0em;
    color: #666;
}

h3 {
    font-size: 2.4em;
    width: 60%;
    color: #333;
    border-bottom: 3px double #999;
    margin: 20px auto;
}

#about {
    font-size: 1.6em;
    padding: 15px;
}

strong.very {
    font-size: 3.6em;
}

.link {
    color: blue;
}

.link:hover {
    color: red;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    width: 60%;
    margin: 0 auto;
}

    td, th {
        font-size: 1.6em;
        text-align: left;
    	padding: 9px 15px 5px 0;
    	border-bottom: 1px solid #ccc;
    	color: #333;
    }

    th {
        color: #0a9c57;
        font-weight: bold;
        border-bottom: 2px solid #0a9c57;
    }
    
    tr:hover td { 
        color: black; 
        cursor: pointer;
        background: #ddf;
    }
