/* Centers test for alerts and makes them 2/3 of a given div's width */
.alert {
    display: block;
    margin: 0 auto;
    width: 50.0%;
    text-align: center;
}