/* styles related to the simpledb labs */
body {
    max-width: 1200px;
    margin-left:20px;
    font-size: large;
}

.exercise {
    background-color: #DDDDDD;
    width: 90%;
    align: center;
    margin: 20px;
    padding: 10px;
}

.submitdirections {
    color: green;
    font-weight: bold;
}

.unit {
    font-family: monospace;
    font-weight: bold;
    color: blue;
}
