﻿/*UNCW style defs from http://uncw.edu/assets/styles/main.css */
/* UNCW Gold: #f3e389; Teal: #007073 or #066; Navy: #036; */

html{
	/*background: #ffbf00;
	background: #fcc712; */
	/* gold background: #ffaa00; */
	background: rgb(0, 112, 115);
}
nav{
	background-color:rgba(0,112, 115);
}
.indent {
	margin-left: 1.5%;
	padding-right: 2.5%;
	font-size: 0.9em;
}
/*small lines inside each week */
tbody#calendar tr:nth-child(even)>td {
	border-bottom: thin navy solid;
	border-top: thin navy solid;
}
/*But remove from first column */
tbody tr:nth-child(even) th {
	border-bottom: 0;
	border-top: 0;
}
.rght {
	text-align: right;