/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!../webroot/review.css ***!
  \*************************************************************************************************************************************************************************************************************/
/* Master Styles */
h1 {
    color: #369;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 250%;
}
h2, h3 {
    color: #456;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
}
body {
    margin: 0;
}
body, input[text], button {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}
/* . . . */
/* everywhere else */
* {
    font-family: Arial, Helvetica, sans-serif;
}
#banner {
    display: block;
    width: 100%;
    height: 48px;
    border-bottom: thin solid #ddd;
    background: #305070;
    text-align: right;
}
#banner #title,
#banner #username {
    display: inline-block;
    line-height: 48px;
    margin-left: 1em;
    margin-right: 0.3em;
    font-size: 120%;
    font-weight: bolder;
    color: #f0f0f0;
    /* border: thin lightgrey solid; */
}
nav {
    display: block;
    width: 100%;
    padding-bottom: 2px;
    margin: 0;
    background-color: #fcfcf8;
    border-bottom: thin lightgrey solid;
}
nav a {
    display: inline-block;
    background-color: #607D8B;
    color: white;
    padding: 0.1em 0.4em;
    margin: 0;
    border-bottom-left-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
}
a {
    color: inherit;
    background-color: inherit;
    text-decoration: none;
}
nav a.active {
    background-color: #406870;
    color: #f0b0c0;
}
nav a:hover {
    color: #e8b8c8;
}
button.nav {
    display: inline-block;
    background: #305070;
    color: #fff;
    padding: 0.2em 0.5em;
    margin: 0;
    border: thin #305070 solid;
    border-radius: 0.3em;
    font-size: 1.2em;
}
button.nav:focus {
    outline: none;
}
button.nav:hover {
    background-color: #204060;
    color: #ffd722;
}


/*# sourceMappingURL=styles.css.map*/