  @charset "utf-8";
/* CSS Document */
.border
{
	border:1px solid #666;
}

.banner
{
	border-radius:10px;
	margin-bottom:10px;
}

p.button a
{
	background:linear-gradient(#639, #3b0d6a);
	color:#FFF !important;
	display:block;
	padding:.5em;
	text-align:center;
}

p.button a:hover
{
	background:linear-gradient(#3b0d6a, #639);
	color:#FC0 !important;
}

p.button a:focus {outline:0;}

div#buttons
{
	display:flex;
	justify-content:space-evenly;
	flex-wrap:wrap;
}

table#team, table#team tr td
{
	border:none;
}

table#team tr td
{
	text-align:left;
	padding:5px 10px;
	font-size:1.5em;
}

table#team tr:not(:last-child) td
{
	border-bottom:1px solid #CCC !important;
}

table#team tr:nth-child(even)
{
	background:#EEE;
}
	
p.notification
{
	padding:1em !important;
	margin:1em;
	border: 2px dotted #F00;
}

div#alert h5
{
	background:#FC0;
	padding:.5em;
	margin:.5em 0;
}

div#redalert h5
{
	background:orangered;
	padding:.5em;
	margin:.5em 0;
}