/*
This file contains styles that are used everywhere in the project.
Extreme caution should be used when changing anything in this file.
*/
HTML {
    height: 100%;
}

BODY {
    margin: 0;
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
}

.readonly {
    color: #575757;
}

UL {
    COLOR: black;
    font-family: 'Roboto', sans-serif;
}

P {
    margin: 5px 0;
}

A {
    text-decoration: none;
}

A:hover {
    text-decoration: none;
    cursor: pointer;
}

BUTTON {
   font-family: 'Roboto', sans-serif;
}

:focus {
   outline:0;
}