html { font-family: "Spectral", serif; background: #3d3d3d; padding: 1em; }
body { margin: 0 auto; background: #202020; max-width: 60%; }
h1 { color: #dddddd; margin: 0.5em 0; }
a { color: #dddddd; text-decoration: none;}
p { color: #dddddd; margin-top: 0; margin-bottom: 0; }
hr { border: none; border-top: 1px solid #dddddd; margin-top: 1em; }
.mainpanel { background: #000000; display: flex; align-items: center; padding-left: 0.25em; padding-right: 0.25em; /*border-top-left-radius: 1em; border-top-right-radius: 1em; */}
nav h1 { flex: auto; margin: 0; }
nav h1 a { text-decoration: none; padding-top: 0.5rem; padding-left: 0.25rem; padding-right: 0.25rem; }
nav ul  { display: flex; list-style: none; margin: 0; padding: 0; height: 100%; max-width: 100%; }
nav ul li a, nav ul li span, header .action { margin-block-start: 0px; margin-block-end: 0px; padding-left: 5px; }
label { color: #dddddd;}
.contentButton { margin-bottom: 1em; max-width: 100%;}
.navbutton { height: 2.75em; width: 15vw;}
.userpanelul { display: flex; padding: 0; padding-right: 0.5rem; }
.content { padding: 0 1em 1em; border-left: 5px solid #000000;border-right: 5px solid #000000;border-bottom: 5px solid #000000; }
.content > header { border-bottom: 1px solid #dddddd; display: flex; align-items: flex-end; }
.content > header h1 { flex: auto; margin: 0.5rem 0 0.25rem 0; }
.flash { margin: 1em 0; padding: 1em; background: #cae6f6; border: 1px solid #377ba8; }
.post > header { display: flex; align-items: flex-end; font-size: 0.85em; }
.post > header > div:first-of-type { flex: auto; }
.post > header h1 { font-size: 1.5em; margin-bottom: 0; }
.post .about { color: #8d8d8d; font-style: italic; }
.post .body { white-space: pre-line; }
.content:last-child { margin-bottom: 0; }
.content form { margin: 1em 0; display: flex; flex-direction: column; }
.content label { font-weight: bold; margin-bottom: 0.5em; }
.content input, .content textarea { margin-bottom: 1em; }
.content textarea { min-height: 12em; resize: vertical; }
input.danger { color: #cc2f2e; }
input[type=submit] { align-self: start; min-width: 10em; }
#myDropzone { margin: auto;align-self: center;width: 60%; height: 3em; border: 3px solid #dddddd;padding: 10px; background-color: #333333; }
.dz-default.dz-message { margin: auto;align-self: center; display: flex;  }
.dz-button { color: #dddddd; background-color: transparent; border-style: none; }
.home { display:flex; }
button { background-color: #292929; }
.primary.h1 {font-size: xx-large}
.imgcontainer { text-align: center; padding-top: 1em;}
.thumbnail { width: 230px; height: 230px; max-width: 24%; object-fit: cover; border-radius: 1em; border-color:#dddddd; border-style: solid; border-width: 0.2em; }
table { width: 40%; }
td { text-align: left; }
tr { text-align: left; }
h2 { color: #dddddd; }
img { max-height: 100%; max-width: 100%; }
.navicon { max-height: 100%; width: 60px; }
.contenticon { max-height: 100%; width: 40px; }
.logo { max-height: 100%; width: 75px; padding-top: 1em; padding-bottom: 1em; padding-left: 0.5em}
/* For mobile phones, when screen width is smaller than X pixels: */
@media only screen and (max-width: 600px) {
    [class="mainbody"] {
      max-width: 100%;
    }
}