body {
	line-height: 24px;
	background-color: #f6f6f6;
}

h2 {
	font-size: 24px;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.alert {
	padding: 3px 10px;
}

.jumbotron {
	padding: 10px 0;
	margin-bottom: 10px;
}

.jumbotron h1 {
	font-size: 28px;
	margin-bottom: 20px;
}

.jumbotron p {
	font-size: 14px;
}

.jumbotron .container, .container {
	max-width: 960px;
}

.jumbotron .contact {
	margin-right: 25px;
}

.navbar {
	min-height: 41px;
}

.navbar-brand {
	font-size: 16px;
	height: 40px;
	padding: 10px 15px;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

#file-picker .webuploader-element-invisible {
	display:none;
}

/* *************************************************** */

.sidebar {
	background: #eee;
	padding: 0;
}

.sidebar-nav li a:hover {
	background-color: #F5F5F5;
}

.sidebar-nav li.active, .sidebar-nav li.active a {
	color: #fff;
	background: #428bca;
}

.charge-table {
	width: 90%;
}
.charge-table td, .charge-table th{
	font-size: 14px;
	border: 1px solid #eeeeee;
	padding: 8px 15px;
	word-break: keep-all;
	white-space:nowrap;
}

.charge-table th {
	width: 90px;
	vertical-align: middle;
}

.charge-table .amount {
	display: block;
	float: left;
	margin: 5px 4px;
}

.charge-table .amount input {
	display: inline;
	width: 60px;
	text-align: right;
}

.charge-table .submit {
	width: 100px;
	height: 36px;
	font-size: 14px;
}

.highlight {
	color: #ff6600;
	font-weight: bold;
}