/*
 * Main CSS
 * March 22, 2020
 * MM
 */

/* Disable highlighting */
html {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

div.alert {
    color: red;
}

div.action {
    text-align: center;
}