/** styles for penalti site */

#main_table {
    align: center;
    padding-top: 8px;
    background: black;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 24px;
    margin: 36px;
}

body {
    color: white;
    background: #444;
    }

h1 {
    font-size: 2.3em;
    text-align: center;
    color: white;
    font-weight: bold;
}

h2 {
    font-size: 1.0em;
    text-align: center;
    color: #aaa;
    font-style: italic;
    padding-bottom: 16px;
}

h3 {
    padding: 36 6 6 6;
}

.step {
    border-radius: 16px;
    -moz-border-radius: 16px;
    background: #222;
    text-align: center;
    padding: 6px;
}

.step_img {
    padding: 6px;
    float: center;
}
