
[v-cloak] { display: none; }

/*
    ORIGINAL STYLE
*/

body {
    margin: 0px;
    font-family: arial;
}

#page {
    display: inline-block;
    height: 100%;
    width: 100%;
}

header {
    padding: 0px 8px;
}

header h1 {
    display: inline-block;
    margin: 0px;
    width: 50%;
    letter-spacing: 1.2px;
    font-size: 1.5em;
}


#body { padding: 0px 25px; }

input {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid grey;
}

.note {
	color: grey;
	display: none;
}

.alert {
    background-color: yellow;
}

nav ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

nav ul li {
    display: inline-block;
    margin: 0px 5px;
    padding-right: 10px;
}

nav ul li:hover { color: #4285f4; }

.note dt { font-weight: bold; }

.note dt {
    margin-top: 10px;
    margin-bottom: 10px;
}

.note dd:first-child { margin-top: 10px; }

.note dd:last-child { margin-bottom: 10px; }

.button {
    border: none;
    padding: 5px;
    color: white;
}

.button, .material-icons, header a, .list-group-item { cursor: pointer; }

.required { color: red; }

header button, header .material-icons { margin: 0px 10px; }

.material-icons { vertical-align: middle; }

.back {
    font-size: 1.1em;
    vertical-align: text-top;
}

#scoring select { max-width: 200px; }
