body {
	padding-top: 10px;
}

.navbar {
	margin-bottom: 15px;
}

h2 {
	text-align: center;
	margin-top: 10px;
}

.brand {
	margin-top: 0px;
	margin-bottom: 0px;
}


.dropdown-menu > li > a {
	padding-left: 20px;	
}

.dropdown-menu > li.glyphicon > a {
	padding-left: 3px;	
}

[class^="icon-"], [class*=" icon-"] {
	padding-right: 3px;	
}

.panel-heading {
	padding: 5px 10px;
}

.panel-title {
	font-size: 14px;
	font-weight: bold;
}

.list-group-item {
	padding: 5px 10px;
	font-size: 13px;
}

.list-group-item > a:hover {
	text-decoration: none;
}

.hero-unit {
	border-radius: 10px 10px 10px 10px;	
	border: rgb(216,216,216) solid 1px;
}

.hero-unit-text {
	margin-top: 10px;
	margin-bottom: 15px;
}

a:link.hero-unit-text {
	color: rgb(92,92,92);
	text-decoration: none;
}
a:visited.hero-unit-text {
	color: rgb(92,92,92);
	text-decoration: none;
}
a:hover.hero-unit-text {
	color: rgb(92,92,92);
	text-decoration: underline;
}
a:active.hero-unit-text {
	color: rgb(92,92,92);
	text-decoration: underline;
}

table.quote {
	border: 1px rgb(162,162,162) dashed;
	background-color:rgb(232,232,232);
	background-image: url('quote.png');
	background-repeat: no-repeat;
	width: 450px;
}

td.quote {
	text-align: justify;
	font-size: 0.9em;
	padding: 5px 15px 5px 15px;
}

.well {
	padding-top: 19px;	
	padding-bottom: 19px;
	padding-right: 1px;
	padding-left: 1px;
}

.paypal {
	font-size: 12px;
	width: 90%;
	height: 28px;
	margin-right:19px;	
}

select.paypal {
	width: 96%;
}

label.paypal {
	line-height: 16px;
	height: 16px;	
}

.paypalButton {
	display: block;
	padding-top: 10px;
	margin-left: auto;
    margin-right: auto;
    width: 100%;
}

footer {
	text-align: center;
	font-size: 0.8em;
	border: 1px rgb(224,224,224) solid;
	background-color:rgb(248,248,248);
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	border-radius: 4px 4px 4px 4px;
}