.shadow {
	border: 1px solid #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 5px 5px 5px #ccc; 
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc; 
}

td.lastCol, th.lastCol {border-right:none}
td.firstCol, th.firstCol {border-left:none}
td.topRow, th.topRow {border-top:none}
td.bottomRow, th.bottomRow {border-bottom:none}
td.topLeft, th.topLeft {border-left:none; border-top:none}
td.topRight, th.topRight {border-right:none; border-top:none}
td.bottomLeft, th.bottomLeft {border-left:none; border-bottom:none}
td.bottomRight, th.bottomRight {border-right:none; border-bottom:none}
td.bottom, th.bottom {border-right:none; border-left:none; border-bottom:none}
th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	background-color:#550033;
}
.container {
	color: #333333;
	background-color: #FFFFFF;
	border: thin solid #000000;
	margin-bottom: 50px;
}
/* nav bar */
	.navbar {
		margin-bottom:0;
		background-color: #2d2d30;
		border:0;
		font-size: 11px !important;
		letter-spacing: 4px;
		opacity: 0.9;
	}
	/* gray navbar links */
	.navbar li a, .navbar .navbar-brand {
		color: #d5d5d5 !important;
	}
	/*hover*/
	.navbar-nav li a:hover {
		color: #ffffff !important;
	}
	/*active link*/
	.navbar-nav li.active a {
		color:#000000 !important;
		background-color: #29292c;
	}
	/*dropdown*/
	.navbar-default .navbar-toggle {
		border-color: transparent;
	}
	.open .dropdown-toggle {
		color:#ffffff;
		background-color: #555 !important;
	}
	.dropdown-menu li a {
		color:#000 !important;
	}
	.dropdown-menu li a:hover {
		background-color: red !important;
	}
	.navbar-right {
		margin-right: 10px;
	}
	@media (max-width: 600px) {
		.navbar-brand {
			font-size:10px;
		}
		.col-sm-6, .col-sm-8 {
			margin-top:150px;
		}
		div .col-sm-12 {
			display:none;
		}
		/*#pic {
			display: none;
		}*/
	}
