a {
	font-size: .95em;
	text-decoration: none;
	color: #5f90b0
}

a:hover {
	color: #406882
}

* {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.container {
	width: 1000px;
	margin: 0 auto
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

.row {
	min-height: 2em;
	line-height: 2em;
	width: 100%
}

.span {
	float: left;
	display: inline;
	min-height: 1em;
	margin: 0 .5% 20px
}

.span:four-child {
	margin-left: 0
}

.span:last-child {
	margin-right: 0
}

.one {
	width: 8%
}

.two {
	width: 16%
}

.three {
	width: 24%
}

.four {
	width: 32%
}

.five {
	width: 40%
}

.six {
	width: 48%
}

.seven {
	width: 56%
}

.eight {
	width: 64%
}

.nine {
	width: 72%
}

.ten {
	width: 80%
}

.eleven {
	width: 88%
}

.twelve {
	width: 100%
}

.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.row:after, .row:before {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}

.row:after {
	clear: both
}

.row {
	zoom: 1
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	color: #42444c
}

h1 {
	font-size: 2.5em;
	line-height: 1em
}

h2 {
	font-size: 1.75em;
	line-height: 1em;
	margin-bottom: .375em
}

h3 {
	font-size: 1.125em
}

h4 {
	font-size: 1.1em;
	font-weight: 700
}

.table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: left
}

.table td, .table th {
	border-bottom: 2px #d1d1d1 solid;
	padding: 8px 12px
}

.table td {
	border-bottom: 1px #d4d4d4 solid
}

.table.table-striped tbody tr:nth-child(2n+1) {
	background-color: #f3f3f3
}

.table.table-bordered, .table.table-bordered td, .table.table-bordered th
	{
	border: 1px solid #CCC
}

.button {
	border: 0;
	border-radius: 4px;
	outline: 0;
	cursor: pointer
}

.button.small {
	padding: 7px 20px;
	font-size: .95em
}

.button.large {
	padding: 10px 45px;
	font-size: 1.1em
}

.button.primary {
	color: #FFF;
	background: #123456
}

.button.primary:hover {
	background: #123456
}

.button.success {
	color: #FFF;
	background: #123456
}

.button.success:hover {
	background: #123456
}

.button.danger {
	color: #FFF;
	background: #123456
}

.button.danger:hover {
	background: #123456
}

.navbar {
	background: #FFF;
	padding: 10px;
	margin-bottom: 60px;
	border-bottom: 1px #F2F2F2 solid;
	text-align: center
}

.navbar h4 {
	color: #191919;
	font-weight: 200
}

.navbar li {
	display: inline-block;
	padding: .3em 15px 0 0
}

.navbar li:last-child {
	padding-right: 0
}

.navbar.fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0
}

.alert {
	padding: 15px;
	margin: 10px 0;
	border-radius: 3px
}

.alert.primary {
	background: #e8eff3;
	border: 1px solid #c5d7e3
}

.alert.success {
	background: #daeee4;
	border: 1px solid #b6dfca
}

.alert.danger {
	background: #fdf4f1;
	border: 1px solid #f7cfc4
}

@media only screen and (min-width:768px) and (max-width:999px) {
	.container {
		width: 768px
	}
}

@media only screen and (max-width:767px) {
	.container {
		width: 300px
	}
	.container .span {
		width: 100% !important
	}
	.container .table {
		width: 100%;
		display: block;
		overflow: auto
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.container {
		width: 420px
	}
	.container .table {
		display: table
	}
}