* {
	font-family: 'Merriweather Sans', sans-serif;
}

html {
    min-height: 100%;
    position: relative;
}

body {
	background-color: #ffffcc;
    height: 100%;
}

input, select {
	font-size: 100%;
}

table {
	border-spacing: 0px;
}

thead th {
	background-color: #000000;
}

th {
	text-align: left;
	color: #ffffcc;
}

td, th {
	padding-left: 10px;
	padding-right: 10px;
}

td.label {
	white-space: nowrap;
}

tr.odd {
	background-color: #cccc88;
}

a {
 	text-decoration: none;
 	color: #00a0da;
}

a:hover {
 	color: #006080;
}

a.red {
 	color: #a00020;
}

a.red:hover {
 	color: #000000;
}

a.white {
 	color: #ffffcc;
}

a.white:hover {
 	color: #cccc88;
}

a.submit {
	margin-top: 1em;
}

div.menubar {
	background-color: #000000;
	padding: 4px;
}

div.popup_background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow:hidden;
	background-color: rgba(255, 255, 255, 0.5);
    z-index: 10;
}

div.popup {
	position:absolute;
	background-color: #ffffcc;
	top: 0px;
	left: 0px;
	border: 2px solid #00A0DA;
}

div.popup_header {
	background: #00A0DA;
	color: #ffffcc;
	padding: 4px 8px;
	display: flex;
	justify-content: space-between;
}

div.popup_body {
	padding: 8px;
}

div.pageheader {
	background: #ffffcc;
	position: fixed;
	height: 8em;
	width: 99%;
}

div.pagecontent {
	position: absolute;
	height: 80%;
	width: 99%;
	top: 8em;
	overflow-y: auto;
}

div.longpagecontent {
 	position: absolute;
 	height: 80%;
 	width: 99%;
 	top: 8em;
 	overflow-y: auto;
}

span.menuitem {
	color: #ffffcc;
	font-weight: bold;
}

span.warning {
    color: #a00020;
}

a.menuitem {
	display: inline-block;
	padding: 4px 8px;
	border-radius: 4px;
	color: #00A0DA;
	font-weight: bold;
}

a.mainitem {
	margin-left: 4ex;
}

a.subitem {
	font-weight: normal;
}

.print {
	display: none;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

td.potionsheet_code {
	text-align: center;
	font-family: "VictorianD";
	font-size: 24px;
	border-left: 1px solid black;
	border-right: none;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

td.potionsheet_expiration {
	border-right: 1px solid black;
	border-left: none;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

input.potionsheet_expiration {
    background: transparent;
}

td.potionsheet_spacer {
	border: none;
}

td.potionsheet_description {
	border: 1px solid black;
}

span.guide_property {
	font-weight: bold;
}

div.guide_block {
	padding-top: 1ex;
}

div.guide_name {
	padding-top: 4ex;
	font-size: 120%;
	font-face: "VictorianD";
}

@font-face {
  font-family: "VictorianD";
  src: url("./VictorianD.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@media print {
	* {
		font-size: 9px;
	}
    @page {
    	margin: 1.5cm;
    }
    body {
    	margin: 0cm;
    	background: none;
    }
    th {
    	color: #ffffff;
    }
    td, th {
    	padding-left: 2px;
    	padding-right: 2px;
    }
    tr.odd {
    	background: none;
    }
	h1, h2, h3 {
		font-size: 100%;
	}
	div.menubar {
		display: none;
	}
	[class^="flaticon-"] {
		display: none;
	}
	.print {
		display: inline-block;
	}
	.nonprint {
		display: none;
	}
	div.pagecontent {
		position: static;
	}
	div.longpagecontent {
        position: static;
        height: 100%;
        width: 100%;
        top: 0;
	}
	td.potionsheet_expiration {
	    padding-top: 12px;
	    padding-bottom: 12px;
	}
	input {
		border: none;
	}

	#column-left {
		width: 9cm;
		float: left;
	}
	#column-right {
    	margin-left: 10cm;
    }

    #notes {
        clear: both;
        padding-top: 1cm;
    }
}