
body {
	margin: 5 5 5 5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

h1.live {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #8080FF;
	padding: 10;
}

h1.staging {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FF8080;
	padding: 10;
}

h2 {
	color: #FF9933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	color: #3399ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a {
	color: #000000;
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.boldred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
}

.tableheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	background-color: #CCCCCC;
}

.itemworn_date {
	font-size: 18;
	font-weight: bold;
	color: #000000;
	padding-top: 5;
	padding-right: 5;
}

.itemworn_daynumber {
	font-size: 18;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	color: #000000;
	padding-top: 5;
	padding-right: 5;
	background-color: #FFFFCC;
	border-style: solid;
	border-width: 1;
	border-color: #000000;
	width: 150;
}

.itemworn_day {
	font-size: 18;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	color: #000000;
	background-color: #FFFFCC;
	background-repeat:no-repeat;
	background-size:160px 100px;
}

.itemworn_dayempty {
	border-style: solid;
	border-width: 1;
	border-color: #FFFFFF;
	height: 150;
}

.bounding-box {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 350;
	width: 350;
}

.image-thumbnail {
	width: 250;
	height: 250;
	object-fit: cover;
}

.image-small {
	width: 350;
	height: 350;
	object-fit: cover;
}

/* Dropdown Button */
.dropbtn {
	background-color: #04AA6D;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 250px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}
