html {
	font-size: 1.2em;
	line-height: 1.4;
	font-family: "Oxygen", sans-serif;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 130% 0%;
	background-attachment: fixed;
}
.logo {
	float: right;
	width: 100px;
	margin-top: 5px;
	height: 100px;
	background-image: url("https://vcesummertutoring.au/colourlogo2.png");
	background-size: contain;
}
html.debug {
    background-color: #fcc;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family: "Arvo", sans-serif;
}
body {
	box-sizing: border-box;
	margin: auto;
	width: 75%;
	background-color: #fff;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
@media (max-width:801px)  {
	body {
		width: 100%;
		padding: 0 5px 0 5px;
	}
}
h2 {
	position: relative;
	font-size: 1.4em;
	top: 0em;
}
h3 {
	font-size: 1.0em;
	font-weight: bold;
}
fieldset.noheading {
	padding-top: 0em;
}
fieldset {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 130% 0%;
	background-attachment: fixed;
	position: relative;
	margin-top: 1em;
	border: none;
}
.fauxlabel, label {
	font-weight: bold;
	display: block;
	margin-bottom: 1.2em;
}
.fauxlabel span.instruction, label span.instruction {
	font-size: 0.8em;
	font-weight: normal;
	color: #555;
	display: block;
}
.fauxlabel input {
	display: inline;
}
.fauxlabel label {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0;
}
.fauxlabel label.other {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0;
	display: inline;
}
label.inline input[type=text], label.inline input[type=password] {
	margin-top: -0.8em;
	display: inline;
	width: 30%;
}
.fauxlabel table thead {
	font-size: 0.8em;
	text-align: center;
}
.fauxlabel table td.input {
	width: 80%;
}
.fauxlabel table td.input input {
	width: 95%;
}
label input[type=text], label input[type=password], label textarea {
	display: block;
	width: 50%;
	font-family: "Oxygen", sans-serif;
}
.head {
	font-family: "Arvo", serif;
	text-transform: uppercase;
	font-size: 0.8em;
}
h1 {
	margin-top: 0; padding-top: 0;
}
table.grid {
	width: 100%;
	text-align: center;
}
table.bordered thead th {
	border-bottom: 1px solid #111111;
}
table.bordered {
	border-collapse: collapse;
}
table.bordered td, table.bordered th {
	border: 1px solid #999999;
}
table.info td, table.info th {
	border-bottom: 1px solid #cccccc;
}
table.info {
	width: 100%;
}
table.info th {
	text-align: left;
}
div.collapsible {
	margin: 4px;
	border: 1px solid #ddf;
	margin-bottom: 1em;
}
div.collapsible div.collapsible { 
	border: 1px solid #fdd;
	margin-top: 1em;
}
div.collapsible div.collapsible h3 {
	margin-top: 0;
	width: 100%;
	background-color: #fee;
	border-top: 3px solid #fdd;
	border-bottom: 1px solid #fdd;
}
div.collapsible h2 {
	margin-top: 0;
	width: 100%;
	background-color: #eef;
	border-top: 3px solid #ddf;
	border-bottom: 1px solid #ddf;
}
span.collapser {
	margin-right: 1em;
	border: 1px solid #999;
	cursor: pointer;
}
div.collapsible div.collapsible span.collapser:hover {
	background-color: #ecc;
}
div.collapsible span.collapser:hover {
	background-color: #cce;
}
table.interviewtimes {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}
table.interviewtimes td, table.interviewtimes th {
	border: 1px solid #000000;
	width: 14.28%;
}
.interviewblock {
	background-color: #88cccc;
}
.smallannot {
	font-variant: small-caps;
	text-transform: lowercase;
}
p.warning {
	margin: 1em;
	font-weight: bold;
	color: #733;
	border: 1px solid #533;
	padding: 3px;
}
div.box {
	border-left: 3px solid #ccc;
	padding: 0.8em 0 1.2em 0.8em;
	margin-bottom: 1em;
}
div.box.action {
	border-left: 3px solid #00c;
	background-color: #eef;
}
.workshop_green, .workshop_yellow, .workshop_red {
	margin: 0;
}
.workshop_green { margin-bottom: 1.5em; }
.workshop_green, .workshop_green li b {
	color: #373;
}
.workshop_yellow, .workshop_yellow li b {
	color: #773;
}
.workshop_red, .workshop_red li b {
	color: #733;
}
.workshop_green li, .workshop_red li, .workshop_yellow li {
	color: #333;
}
.workshop_greenblock {
	background-color: #373;
}
.workshop_yellowblock {
	background-color: #773;
}
.workshop_redblock {
	background-color: #733;
}

#email_preview {
	float: right;
	width: 45%;
	margin-left: 0.5em;
	padding-left: 0.5em;
	border-left: 1px solid #ccc;
}
hr {
	border-top: 1px solid #000000;
	border-left: none;
	border-right: none;
	border-bottom: none;
	width: 90%;
	margin: auto;
}

.workshopblock {
	border: 1px solid #aaaaaa;
	margin-bottom: 2px;
}
.workshopblock h2, .workshopblock label {
	font-family: "Arvo", sans-serif;
	display: inline;
	font-size: 14pt;
	margin: 0;
	padding: 0;
}
.workshopblock p {
	margin: 3px;
}
.workshopblock .extra {
	display: none;
}

.workshopblock.selected .addpref {
	display: none;
}
.workshopblock .ifadded {
	display: none;
}
.workshopblock.selected .ifadded {
	display: inline;
}
.workshopblock.selected {
	background-color: #eeeeee;
}

#preferences li {
}
.up, .down, .delete {
}
#preferences, #preferences .hidden_li {
	display: none;
}
#top {
	background-color: #fff;
	top: 0;
	padding-top: 1em;
	position: fixed;
	width: 75%;
	z-index: 1;
	overflow: hidden;
	border-bottom: 1px solid #000000;
	background-repeat: no-repeat;
	background-position: 130% 0%;
	background-attachment: fixed;
}
#spacer {
	font-size: 24pt;
	height: 3em;
	margin-bottom: 6px;
}
.submit {
	display: none;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	margin-left: 1em;
	padding-left: 1em;
	border-left: 3px solid #222;
}
.submit input {
	margin-left: 2em;
}
#hidden_form_elements {
	display: none;
}
#preferences ol img {
	cursor: pointer;
}
#preferences ol img:hover {
	opacity: 0.8;
}
table.whatson {
	width: 100%;
	border-collapse: collapse;
}
table.whatson td {
	border: 1px solid #aaa;
}
table.whatson .linkz, table.whatson .linkz {
	color: #00a;
	text-decoration: underline;
	cursor: pointer;
}
table.whatson a.block {
	display: block;
	width: 100%;
	height: 100%;
}
table.whatson .tr-past {
	opacity: 0.7;
}
table.whatson .tr-now {
	background-color: #eef;
}
table.whatson .tr-future {
}
.submit-selection {
	margin-top: 1.5em;
}
tfoot.invisible {
	display: none;
}
.subject_messages {
	font-size: 0.9em;
	margin-left: 1em;
	margin-right: 1em;
	padding: 3px;
	border: 1px dotted #ddd;
	background: #eee;
}
.subject_messages p {
	padding-bottom: 4px;
	border-bottom: 1px solid #999;
}
p.block {
	font-size: 80%;
	margin: 0;
	padding: 0;
	float: right;
}
p.tt-tutors {
	margin: 0 0 4px 0;
	padding: 0;
}
p.tt-heading {
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0;
}
footer {
    margin-top: 100px;
    color: #222;
    border-top: 1px solid #999;
	font-size: 80%;
}
.container {
	margin-top: 1em;
	padding: 1em 0;
}
.zine-available {
	background-color: #efe;
	font-size: 120%;
	padding-left: 10px;
}
