.nav-bar li{
	display: inline-block;
}

.text-center {
	text-align: center;
}

.container {
	margin-right: 5%;
	margin-left: 5%;
}

.divider {
	border-bottom: grey 2px dotted;
	margin-top: 40px;
	margin-bottom: 10px;
}

.caption {
	font-weight: 700;
}

table {
	border-style: solid none solid none;
}

table td{
	border-style: none none none none;
}

table thead tr{
	border-style: solid none solid none;
}
table th {
	border-style: none none solid none;
}

.pull-right {
	text-align: right;
}

footer {
	border-top: grey 1px dotted;
	margin-top: 50px;
	padding: 15px 30px 10px 10px;
}