@charset "utf-8";
/* CSS Document */

@media screen {
}

@media print {
	form, .btn-group > .btn, #greeting, #PartnerRequest, input, select, ui-widget-content {
		display: none;
	}
	
	#header img {
		width: 200px;
	}
}

body {
	margin: 0;
	padding: 5px;
	background-color: #00529C;
	font-family:"Times New Roman", Times, serif;
}

.container-fluid {
	background-color: #FFECDE;
	margin: 10px;}

.jumbotron {
	background-color: inherit;
	color: #003564;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header {
	background-color: inherit;
	color: #003564;
}

.jumbotron > img {
	padding: 5px;
}

.clubname {
	font-family: merienda-one, serif;
	font-size: 30px;
	text-align: center;
	height: auto;
	padding: 5px;
}

.slogan {
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
	color: #003564;
}

.btn-default {
    background-color: #590617;
    border-color: #590617;
    color: #edfa00;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

#footer {
	text-align: center;
	font-weight: bold;
}

#schedule td {
	text-align: center;
    vertical-align: top;
}

h1 {
	margin: 8px;
}

h2 {
	margin: 5px;
}

h4 {
	margin: 0;
}

.userlist th, td {
	font-size: 110%;
	padding: 0 10px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.error {
	color:#FF0033;
	font-size:14px;
}

.table-header {
    display: inline-block;
}

.side-by-side-tables {
    display: inline-block;
    width: 50%;
}