/* Style the body and outer container */

.wrapper{
	width: 800px;
	margin: 0 auto;
}

.wrapperform{
	width: 600px;
	margin: 0 auto;
}

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

.page-header {
	padding: 10px 0 0px;
	display: flex;
	align-items: center;

}

.page-header h2 {
	color: #f15b25;
	margin: 20px 20px 0px 20px;
}

.globalmenubar {
	margin-top:20px;
	margin-left: auto;
	}

.pagefooter {
	padding: 10px 0 10px 0;
}

.pagefooter p {
	font-size: 75%;
}

table tr td:last-child a{
	margin-right: 15px;
}

.pull-right {
	margin-right: 5px;
}

.col-md-12 h3 {
	color: #f15b25;
}

ul .tab {
	list-style-type: none;
}

p + ul {
	margin-top: -10px;
}

/* button size */
.fixedsize {
	width: 150px;
}

.first-column {
}
.second-column {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	padding: 15px;
}

.second-column img {
	padding-bottom: 15px;
}

.small {
	font-size: 40%;
	width: 200px;
}

.orange {
	color: #f15b25;
	}

.btn {
	border-radius: 0 !important;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.btn-orange {
	background-color: #f15b25;
	color: #fff;

	}

.btn-orange:hover {
	color: #FFFFFF !important;
	background: #CF6044;
	text-decoration: none;
}

.report {
	width: 100%;
}

.report td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top:5px;
}

.report h1 {
	font-size: 36px;
	line-height: 0px;
	padding: 0px 0 15px;
}

.report h2 {
	font-size: 24px;
	text-transform:uppercase;
	line-height: 0px;
	padding: 0px ;
}

.boatname {
	padding-top: 15px !important;
}

.outdent {
	text-indent: -10px;
}

.report h4{
	line-height: 0px;
	padding: 0px 0;
}

.reporttitle {
	margin-bottom: 0px;
}
.reportrunning {
	border-top: 4px solid black;
	margin:35px 20px;
}

.reportentry {
	margin:10px 40px;
	border-top: 1px solid gray;
}

