﻿	#AnnoucementContainer {
	width: 61%;
	background-color: rgba(243, 243, 244, 1);
	border-radius: 15px;
	box-shadow: 0px 0px 5px 5px rgb(236, 234, 234) inset;
	}

	#Annoucement {
	padding: 10px;
	}

	#AnnoucementHeader {
	padding: 10px;
	background-color: #252b2d;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: white;
	letter-spacing: 2px;
	font-family: arial;
	font-weight: bold;
	box-shadow: 0px 0px 5px 0px rgb(253, 253, 253) inset;
	}
	.StaffTable{
	width:100%;
	table-layout:fixed;
	}
	
	.StaffTable td{
	vertical-align:top;
	}
	.StaffTable  p{
	text-align:center;
	}
	.CenterImage{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
	h1{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	color: #012D5E;
	text-align: center;
	line-height: 1.2rem;
	}
	.Center{
	text-align:center;
	}
	/*table.table-grid {width: 40%;}*/

	@media screen and (max-width:767px) {
	table.table-grid {
	width: 80%;
	}

	#menuright {
	width: 100%;
	display: block;
	border: 0;
	}

	.graybg {
	background-color: #ffffff;
	}
    .StaffTable td{
        display:block;
    }

	}

	@media screen and (max-width:505px) {
	table.table-grid {
	width: 95%;
	}
	}

	#FullertonCampusHours {
	width: 100%;
	}

	#FullertonCampusHours td {
	width: 50%;
	}

	#FullertonCampusHours thead td {
	font-weight: bold;
	}
