@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;600&display=swap');

td {
	font-family: 'Nunito Sans', sans-serif;
	padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
	font-size:95%;
	line-height:1.5em;
}
a {
	text-decoration: none;
	color:#0054FF;
}

table.admin td, table.admin th {
/* 	border:1px solid #272f69; */
    border-collapse:collapse;
    border-bottom:1px dashed #272f69;
		padding:10px
}

/* table.admin td, table.admin th
{
	border:1px solid #000D99;
}

table.admin td
{
	width:300px;
} */


hr {
	border-color:#272E6A;
}

a:visited {
	color:#9434D7;
}
a:hover {
	text-decoration: underline;
}
#dark, #dark a:link, #dark a:visited {
	color: #004D99;
	text-decoration: none;
}
#dark a:hover {
    color:#CC0000;
}
#content{
	background-color:#F5F4F2;
	padding: 32px;
	width: 79%;
	margin: auto;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 90%;
	position:relative;
	line-height:1.5em;
	border-radius: 6px;
}
.rep {
	background-repeat: no-repeat;
}
.capt {
	font-size: 0.6em;
	color: #8FAEE1;
}
.ist {
    top: 2px;
	position:relative;
}

.headerTop {
	height:40px;
	background-color:#F5F4F2;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.headerBottom {
	height:80px;
	margin-left:132px;
	background-color: #272E6A;
}

.theBard {
	vertical-align:top;
	position:absolute;
}

table#credit{
	width: 80%;
	border: px solid #000D99;
	background-color: #272E6A;
	color: #F5F4F2;
	border-spacing: 0;
	border-radius: 6px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
table#credit td{
	width: 50%;
	background-color: #F5F4F2;
	color: #272E6A;
/* 	border: 1px solid #F5F4F2; */
}
#summary{
	margin-right: 25%;
	margin-left: 25%;
}
#fancyShape {
	font-size:16px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: bold;
	position: relative;
	left:10px;
	width: 550px;
	height: 50px;
	margin-top:15px;
	background-color: #F5F4F2;
	/* border-radius: 50% / 10%; */
	text-align: center;
	text-indent: .1em;
	padding-top: 9px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
	border-radius: 6px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.linktext {
	position:relative;
	top:1px;
	z-index:2;
}

/* #fancyShape:before {
  content: '';
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: -5%;
  left: -5%;
  background: inherit;
  border-radius: 5% / 50%;
} */

body {
	background-color: #272E6A;
	color: #272E6A;
	margin:0px 0px 0px 0px;
}

table.past td {
/* 	border:1px solid #272f69; */
    border-collapse:collapse;
    border-bottom:1px dashed #272f69;
}

table.past2 td {
	border:1px solid #000D99;
}

table.past2 a {
	color:#ccddee;
}

.alumData {
	display:none;
}

#reservationsList {
	display:none;
}

footer {
	color:#F5F4F2;
}

footer table {
	color:#F5F4F2;
}

footer a, footer a:visited {
	color:#AAA2C9;
}
