@CHARSET "ISO-8859-1";

html {
	position: relative;
	min-height: 100%;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
	padding-top: 50px;
	margin-bottom: 90px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 40px;
	background-color: #000;
	text-align: right;
	color: #ddd;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
	border: 0;
}

.navbar-brand {
	padding: 0px;
	margin: 0px;
}

.navbar-brand img {
	height: 45px;
	margin-left: 15px;
}

#navigation-top {
	margin-right:0px;
}

.sidebar .panel-title {
	font-size: 90%;
}

.sidebar .panel .glyphicon {
	margin-right: 10px;
}

.sidebar .panel-body {
	padding: 0px;
}

.sidebar .panel-body table tr td {
	padding-left: 15px
}

.sidebar .panel-body .table {
	margin-bottom: 0px;
}

#accordion {
	padding-top: 15px;
}

#wait {
	text-align:center;
	width:100%;
}

.link {
	cursor:pointer;
}

th.result, td.result {
	text-align:center;
}

.friend {
	background-color:#dff0d8 !important; 
}

.friend:hover {
	background-color:#d0e9c6 !important;
}

.myself {
	background-color:#d9edf7 !important; 	
}

.myself:hover {
	background-color:#c4e3f3 !important;
}

