﻿
/* Body text */
@import url('https://fonts.googleapis.com/css?family=Roboto Slab');
/* Typical header */
@import url('https://fonts.googleapis.com/css2?family=Suez One&display=swap');
/* KC brand */
@import url('https://fonts.googleapis.com/css2?family=Kaushan Script&display=swap');


/**********************************************************************/

html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0em;
	font-family: Roboto Slab, sans-serif;
    color: rgb(255, 255, 228);
	background-color: black;
    background-image: url(PageBackground.jpg);
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a {
    color: white;
}
a:hover {
    color: yellow;
}

form {
    margin: 0em;
}

input, select, textarea, button, .Button {
    padding: 0.2em;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0.2em;
}
input:focus, select:focus, textarea:focus {
    background-color: white;
}

input[type="submit"], input[type="button"], button, .Button {
    margin-right: 0.4em;
    padding-left: 0.7em;
    padding-right: 0.7em;
    color: white;
    background-color: rgb(190, 126, 89);
    border-radius: 1em;
    border: 1px solid rgb(138, 68, 88);
    cursor: pointer;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover, .Button:hover {
    background-color: rgb(255, 185, 73);
}

.Button {
    display: inline-block;
    margin-left: 0.3em;
    cursor: default;
}

p:first-child {
    margin-top: 0em;
}

.NarrativeText {
    max-width: 50em;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

.FullJustify {
    text-align: justify;
}


/**********************************************************************/

#PageHeader {
}

#PageHeader h1 {
    margin: 0;
	color: rgb(203, 211, 212);
	font-size: 2.5em;
	font-family: Suez One, serif;
    font-weight: normal;
    text-align: center;
    text-shadow: 2px 2px 4px black;
}

#PageHeader h1 a {
    text-decoration: none;
	color: rgb(118, 221, 232);
}
#PageHeader h1 a:hover {
    text-decoration: underline;
	color: rgb(255, 238, 171);
}

@media screen and (max-width: 700px) {

    #PageHeader h1 {
        margin-top: 0em;
        margin-bottom: 0em;
        padding-left: 0.5em;
        text-align: center;
        font-size: 1.4em;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0) 100%);
    }

}

#PageHeader .NavBar {
    display: flex;
    flex-direction: row;
    height: 70px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0) 100%);
    overflow: hidden;
}

#PageHeader .NavBar .SiteTitleBlock {
    flex-grow: 100;
}


#PageHeader .NavBar .MenuBurger {
    display: inline-block;
    position: fixed;
    z-index: 10000;
    width: 38px;
    height: 38px;
    margin-left: 8px;
    margin-top: 10px;
    margin-right: 16px;
    margin-bottom: 12px;
    vertical-align: top;
    font-size: 26px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: linear-gradient(0deg, rgba(112, 124, 128, 0.4) 0%, rgba(167, 175, 178, 0.4) 100%);
    color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
#PageHeader .NavBar .MenuBurger:hover {
    border-color: rgb(255, 238, 171);
    background: linear-gradient(0deg, rgb(112, 124, 128) 0%, rgb(167, 175, 178) 100%);
    color: rgb(255, 238, 171);
}

#PageHeader .NavBar .MenuBurger > i {
    padding-top: 6px;
}

#PageHeader .NavBar .SiteTitle {
    display: inline-block;
    margin-top: 10px;
    margin-left: 60px;
    color: rgb(219, 216, 184);
    text-decoration: none;
    font-family: Kaushan Script;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3em;
    text-shadow: 1px 2px 4px black;
}
#PageHeader .NavBar .SiteTitle div:first-child {
    font-size: 1.8em;
}

#PageHeader .NavBar .SiteTitle:hover {
    color: rgb(255, 238, 171);
}

#PageHeader .NavBar .Account {
    display: inline-block;
    flex-grow: 1;
    height: 56px;
    padding-right: 20px;
    padding-top: 6px;
    white-space: nowrap;
}

@media screen and (max-width: 450px) {

    #PageHeader .NavBar .Account {
        display: none;
    }

}

#PageHeader .NavBar .Account .DisplayName {
    display: block;
    padding-left: 14px;
    padding-right: 8px;
    padding-bottom: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 20px;
    text-decoration: none;
}

#PageHeader .NavBar .Account .DisplayName.Anonymous {
}

#PageHeader .NavBar .Account .DisplayName:hover {
    background-color: rgb(255, 238, 171);
    color: rgb(200, 0, 0);
}

#PageHeader .NavBar .Account .Buttons {
    margin-top: 4px;
}

#PageHeader .NavBar .Account .Buttons.Disabled {
    visibility: hidden;
}

#PageHeader .NavBar .Account .Buttons a {
    margin-left: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 2px;
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    font-size: 0.9em;
    text-decoration: none;
}
#PageHeader .NavBar .Account .Buttons a:hover {
    background-color: rgb(255, 238, 171);
    color: rgb(200, 0, 0);
}

.NoticeBar {
    padding: 0.5em;
    padding-bottom: 0em;
    color: black;
}

.NoticeBar:not(:empty) {
    margin-bottom: 1em;
}

.NoticeBox {
    display: flex;
    justify-content: center;
}

.Notice {
    display: inline-block;
    min-width: 50%;
    margin: 0.4em;
    padding: 0.2em;
    border-radius: 0.8em;
    background-color: gray;
}

.Notice .Title {
    padding-bottom: 0.2em;
    color: white;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}

.Notice .Close {
    float: right;
    margin-right: 0.3em;
    margin-top: 0.1em;
    padding-left: 0.3em;
    padding-right: 0.3em;
    padding-bottom: 0.1em;
    border: 1px solid white;
    border-radius: 0.4em;
    font-size: 0.8em;
    cursor: pointer;
}

.Notice .Close:hover {
    background-color: white;
    color: black;
}

.Notice .Text {
    padding: 1em;
    background-color: white;
    border-bottom-left-radius: 0.6em;
    border-bottom-right-radius: 0.6em;
}

.Notice.Error {
    background-color: rgb(226, 77, 77);
}

.Notice.Warning {
    background-color: rgb(203, 170, 63);
}

.Notice.Information {
    background-color: rgb(117, 191, 96);
}

#PageFooter {
	margin-top: 1em;
    margin-bottom: 0.8em;
	color: rgb(137, 111, 18);
	text-align: center;
}
#PageFooter address {
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 1em;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px 6px;
}

#PageContent {
    padding: 0.7em;
    padding-top: 0em;
    font-size: 1.1em;
}

@media screen and (max-width: 700px) {

    #PageContent {
        font-size: 1em;
    }

}


/**********************************************************************/

#PageToolbar:not(:empty) {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}

#PageToolbar a {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 0.3em;
    margin-left: 0.15em;
    margin-right: 0.15em;
    min-width: 2.5em;
    padding: 0.3em;
    padding-top: 0.4em;
    padding-bottom: 0.6em;
    background-color: rgba(70, 42, 33, 0.80);
    border-radius: 0.7em;
    color: rgb(228, 219, 166);
    white-space: nowrap;
}
#PageToolbar a:hover {
    background-color: rgb(206, 112, 42);
    color: white;
}

#PageToolbar a > div {
    margin-top: 0.2em;
    font-size: 0.7em;
}


/**********************************************************************/

.FlowBlock {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: center;
    margin: 0.5em;
}

a.FlowBlock {
    text-decoration: none;
}

a.FlowBlock:hover {
    background-color: rgba(0, 148, 255, 0.1);
}

.FlowAtom {
    margin: 0.2em;
    padding: 0.5em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.7em;
    text-align: center;
    text-decoration: none;
}
.FlowAtom:hover {
    border-color: rgba(255, 255, 255, 0.8);
}

.FlowAtom label {
    display: block;
    font-size: 0.8em;
    color: rgb(104, 128, 150);
}

.FlowAtom div {
    max-width: 30em;
    color: rgb(48, 0, 86);
}

.FlowAtom i {
    color: rgba(0, 0, 0, 0.5);
}

a.FlowAtom {
    cursor: pointer;
    border-color: rgba(105, 45, 159, 0.1);
    background-color: rgba(105, 45, 159, 0.03);
}
a.FlowAtom:hover {
    border-color: rgba(105, 45, 159, 0.50);
    background-color: rgba(105, 45, 159, 0.10);
}

a.FlowAtom label {
    cursor: pointer;
}


.FlowPanel {
    margin: 0.4em;
	margin-bottom: 0.6em;
    padding: 0.8em;
	background-color: rgba(0, 0, 0, 0.6);
	border: 1px solid rgba(91, 125, 148, 0.6);
	border-radius: 8px;
    overflow: hidden;
}

.FlowPanel h2 {
    margin-top: -0.6em;
    margin-left: -0.6em;
    margin-right: -1.2em;
	margin-bottom: -0.5em;
    padding: 0.4em;
    padding-bottom: 0.8em;
    padding-left: 0.7em;
	font-family: Suez One, serif;
    font-weight: normal;
	font-size: 1.4em;
    font-weight: normal;
	color: #FFCC99;
    background: linear-gradient(180deg,
        rgba(91, 125, 148, 0.5) 0%,
        rgba(83, 111, 133, 0) 100%
    );
    text-shadow: 2px 2px 4px black;
}

.FlowPanel h2 .Button {
    margin-top: -0.1em;
    margin-left: 0.3em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.2em;
    padding-top: 0.1em;
    font-family: Roboto Slab, sans-serif;
    font-size: 0.7em;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    border-radius: 1em;
    text-decoration: none;
    vertical-align: top;
}
.FlowPanel h2 .Button:hover {
    background-color: white;
    color: rgb(0, 50, 200);
}

.FlowPanel h2 .Button:first-of-type {
    margin-left: 0.7em;
}

.FlowPanel h2.Tabs {
    padding-top: 0.3em;
}

.FlowPanel h2.Tabs .Tab {
    display: inline-block;
    margin-right: -0.2em;
    padding-top: 0.2em;
    padding-left: 0.4em;
    padding-right: 1em;
    background: linear-gradient(0deg, rgb(118, 138, 154) 30%, rgb(154, 175, 193) 80%);
    color: white;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 1.2em;
    box-shadow: -1px -3px 4px rgba(0, 0, 0, 0.2);
    cursor: default;
}
.FlowPanel h2.Tabs .Tab:hover {
    background: linear-gradient(0deg, rgb(118, 138, 154) 0%, rgb(191, 212, 229) 40%);
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.FlowPanel h2.Tabs .Tab.Selected {
    background: linear-gradient(0deg, rgb(118, 138, 154) 0%, rgb(209, 234, 255) 40%, rgb(179, 208, 230) 100%);
    color: rgb(137, 97, 133);
}
.FlowPanel h2.Tabs .Tab.Selected:hover {
    text-shadow: none;
}

.FlowPanel h3 {
    margin-top: 0.5em;
    font-size: 1.2em;
}

.FlowPanel .ButtonBar {
    padding-top: 0.5em;
    padding-right: 1.2em;
    padding-left: 2em;
    text-align: right;
}


.FlowListHeader {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    background-color: rgba(165, 138, 181, 0.20);
    border-radius: 1em;
    font-size: 1.2em;
    text-decoration: none;
    color: rgb(42, 24, 68);
}
a.FlowListHeader:hover {
    background-color: rgb(181, 61, 131);
    color: white;
}

.FlowListItem {
    display: block;
    margin-bottom: 0.2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-radius: 0.7em;
    font-size: 1.2em;
    text-decoration: none;
    color: rgb(255, 240, 191);
}
a.FlowListItem {
    color: rgb(255, 240, 191);
}
a.FlowListItem:hover {
    background-color: rgb(233, 171, 95);
    color: rgb(101, 9, 9);
}

.FlowListStat {
    display: block;
}

.FlowListStat label {
    display: inline-block;
    font-size: 0.8em;
    color: rgb(104, 128, 150);
}

.FlowListStat label.LabelBefore {
    width: 5em;
    margin-right: 0.7em;
    text-align: right;
}

.FlowListStat label.LabelAfter {
    margin-left: 0.7em;
}

.FlowListStat span {
    display: inline-block;
}

.FlowListStat span.LabelBefore {
}

.FlowListStat span.LabelAfter {
    width: 4em;
    text-align: right;
}

@media screen and (max-width: 700px) {

    a.FlowListItem {
        padding-top: 0.4em;
        padding-bottom: 0.4em;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

}

.Panel2Column, .Panel3Column {
	vertical-align: top;
	padding-right: 3%;
	display: inline-block;
}

.Panel2Column {
	width: 46%;
}
.Panel3Column {
	width: 29%;
}

.PanelWithExtraHeaders h2,
.Panel2Column h2,
.Panel3Column h2 {
    margin-top: 0em;
    margin-bottom: -1em;
    background: none;
}

.PanelWithExtraHeaders h2:not(:first-child),
.Panel2Column h2:not(:first-child),
.Panel3Column h2:not(:first-child) {
    margin-top: 1em;
}

@media (max-width: 700px) {
	.Panel2Column {
		width: 100%;
	}
}

@media (max-width: 900px) {
	.Panel3Column {
		width: 100%;
	}
}


/**********************************************************************/

.LabeledField {
    display: inline-block;
    margin-bottom: 0.4em;
    margin-right: 0.5em; 
    white-space: nowrap;
    text-align: left;
}

.LabeledField label {
    font-size: 0.9em;
    color: rgb(201, 165, 135);
}
.LabeledField label:hover {
    color: white;
}

.LabeledField .Prefix {
    padding-right: 0.2em;
    font-size: 0.9em;
}

.LabeledField .Suffix {
    padding-left: 0.2em;
    font-size: 0.9em;
}

.LabeledField .StaticText {
    padding: 0.1em;
    padding-left: 0.25em;
    padding-right: 0.25em;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.GoButton {
    margin-left: -0.5em;
    padding: 0.12em;
    padding-left: 0.3em;
    padding-right: 0.4em;
    border-radius: 1em;
    border-bottom-left-radius: 0em;
    border-top-left-radius: 0em;
    font-size: 0.9em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-left: none;
    background-color: rgb(166, 167, 173);
    color: rgb(203, 204, 206);
}
.GoButton:link, .GoButton:visited {
    background-color: rgb(156, 161, 195);
    color: white;
    text-decoration: none;
}
.GoButton:link:hover, .GoButton:visited:hover {
    background-color: rgb(181, 61, 131);
}

.ActionButtons {
    margin-top: 1em;
    padding-right: 0.5em;
    text-align: right;
}


/**********************************************************************/

#MenuBar {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000000;
}

#MenuPanel {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 20em;
    bottom: 0px;
    padding-left: 0.7em;
    padding-right: 0.7em;
    background-image: url(MenuBackground.jpg?4);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: rgb(8, 31, 29);
    z-index: 1000001;
}

#MenuPanel.Hidden {
    left: -22em;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0);
    opacity: 0.2;
    transition: left ease-in 0.2s, box-shadow ease-in 0.2s, opacity ease-in 0.2s;
}

#MenuPanel.Visible {
    left: 0px;
    box-shadow: 15px 0px 50px rgba(0, 0, 0, 0.9);
    opacity: 1;
    transition: left ease-in 0.2s, box-shadow ease-in 0.2s;
    transition: left ease-in 0.2s, box-shadow ease-in 0.2s, opacity ease-in 0.2s;
}

#MenuPanel .SiteTitleBlock {
    height: 70px;
    margin-left: -0.7em;
    margin-right: -0.7em;
    background: linear-gradient(180deg, rgba(20, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0) 100%);
}

#MenuPanel .SiteTitle {
    display: inline-block;
    padding-top: 4px;
    color: rgb(180, 177, 127);
    text-decoration: none;
    font-family: Kaushan Script;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3em;
    text-shadow: 1px 2px 4px black;
}
#MenuPanel .SiteTitle div:first-child {
    font-size: 1.8em;
}

#MenuPanel .MenuBurger {
    display: inline-block;
    width: 25px;
    width: 38px;
    height: 34px;
    margin-left: 8px;
    margin-top: 10px;
    margin-right: 16px;
    margin-bottom: 12px;
    padding-top: 4px;
    vertical-align: top;
    font-family: Suez One, serif;
    font-weight: normal;
    font-size: 24px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
#MenuPanel .MenuBurger:hover {
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.2) 100%);
}

#MenuPanel .MenuBurger > i {
    padding-top: 3px;
}

#MenuPanel .SiteTitle {
    display: inline-block;
    height: 48px;
    margin-top: 6px;
}

#MenuPanel .SubMenu {
    margin-left: 2em;
    margin-right: 1em;
    font-size: 0.9em;
}

#MenuPanel .FlowListItem {
    display: block;
    margin-bottom: 0.2em;
    padding: 0.2em;
    padding-left: 0.8em;
    padding-right: 0.8em;
    border-radius: 1em;
    font-size: 1.4em;
    text-decoration: none;
}
#MenuPanel a.FlowListItem {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.8);
}
#MenuPanel a.FlowListItem:hover {
    background-color: rgba(116, 156, 182, 0.5);
    color: white;
}

#MenuPanel .FlowListSpacer {
    height: 0.7em;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 0.7em;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 30em) {

    #MenuPanel {
        width: auto;
        right: 0em;
    }

    #MenuPanel.Hidden {
        left: -100%;
        right: 100%;
        opacity: 1;
        transition: right ease-in 0.2s, left ease-in 0.2s;
    }

    #MenuPanel.Visible {
        left: 0px;
        right: 0px;
        opacity: 1;
        transition: right ease-in 0.2s, left ease-in 0.2s;
    }

    #MenuPanel .FlowListItem {
        padding: 0.3em;
        padding-left: 0.8em;
        padding-right: 0.8em;
    }

}


/**********************************************************************/

.PopupBacksplash {
    display: flex;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    padding-left: 50px;
    padding-top: 20px;
    padding-right: 60px;
    padding-bottom: 30px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.2);
    justify-content: center;
    flex-direction: column;
}

.Popup {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 4px 6px 30px rgba(0, 0, 0, 0.6);
    background-color: white;
	border: 2px solid black;
	border-radius: 20px;
    overflow: hidden;
    color: black;
}

.Popup a {
    color: blue;
}

.Popup h2 {
    display: flex;
    flex-direction: row;
    min-height: 1.5em;
    margin-top: -0.05em;
    margin-bottom: 0.1em;
    padding-left: 0.75em;
    padding-top: 0.2em;
    padding-bottom: 0.5em;
    background: linear-gradient(180deg,
        rgb(145, 188, 221) 0%,
        rgb(82, 115, 139) 30%,
        rgb(61, 84, 111) 80%,
        rgba(83, 111, 133, 0) 100%
    );
    color: white;
}

.Popup h2 .Text {
    flex-grow: 1;
	font-family: Suez One, serif;
    font-weight: normal;
	font-size: 1.2em;
	color: #FFCC99;
    text-shadow: 1px 1px 4px black;
}

.Popup h2 .CloseButton {
    margin-top: 0.25em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0.3em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.2em;
    border-top-right-radius: 0.5em;
    font-family: Roboto Slab, sans-serif;
    font-size: 0.8em;
    cursor: default;
}
.Popup h2 .CloseButton:hover {
    background-color: rgb(160, 49, 49);
    border-color: white;
}

.PopupContent {
    padding: 1em;
    padding-top: 0em;
    overflow: auto;
}

.Popup .ButtonBar {
    padding-top: 0.5em;
    padding-bottom: 0.7em;
    padding-right: 1.2em;
    padding-left: 2em;
    text-align: right;
}

.Popup .ButtonBar .Button {
    padding-bottom: 0.3em;
    padding-left: 0.7em;
    padding-right: 0.7em;
    font-size: 1.1em;
}


.Popup.MessageBox {
    max-width: 40em;
}

@media screen and (max-width: 500px) {

    .PopupBacksplash {
        padding-left: 10px;
        padding-top: 10px;
        padding-right: 22px;
        padding-bottom: 22px;
    }

    .Popup.MessageBox {
        max-width: initial;
    }

}


/**********************************************************************/

.EditRowButton {
    display: inline-block;
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-bottom: 0.1em;
    margin-right: 0.3em;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.5em;
    color: rgba(0, 0, 0, 0.4);
    cursor: default;
}
.EditRowButton:hover {
    background-color: rgba(100, 168, 213, 0.2);
}


/****************************************************************/


@media screen {

    #PagePrintHeader {
        display: none;
    }

}


@media print {

    #PageHeader {
        display: none;
    }

    body {
        background: none;
    }

    a {
        color: black;
    }

    #PagePrintHeader {
        color: black;
        text-align: center;
        margin-bottom: 1.5em;
    }


    #PagePrintHeader div:nth-child(1) {  /* Site title */
        margin-bottom: 0.5em;
        font-family: Kaushan Script;
        font-weight: bold;
        font-size: 1.3em;
    }

    #PagePrintHeader div:nth-child(2) {  /* Page title */
        font-family: Suez One, serif;
        font-weight: normal;
        font-size: 1.6em;
    }

    #PageFooter {
        padding-top: 1em;
    }

    #PageFooter address {
        background: none;
        box-shadow: none;
        color: rgb(100, 100, 100);
    }

    .FlowPanel {
        background: none;
        color: black;
        border-color: rgb(150, 150, 150);
    }

    .FlowPanel h2 {
        padding-bottom: 0.25em;
        margin-bottom: 0.5em;
        color: black;
        text-shadow: none;
        background: none;
        border-bottom: 1px solid rgb(150, 150, 150);
    }

    a.FlowListItem {
        color: black;
    }

}


