body {
padding-bottom: 40px;
}

#headerContainer{
width:100%;
background-color:#444444;
display:inline-block;
min-height:500px;
}

#header{
margin: 0 auto;
max-width: 700px;
}

/* Custom container */
.container-narrow {
margin: 0 auto;
max-width: 700px;
}
.container-narrow > hr {
margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
margin: 60px 0;
padding:0 0 20px 0;
text-align: center;
color:white;
}
.jumbotron h1 {
font-size: 72px;
line-height: 1;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
margin: 60px 0;
}
.marketing p + h4 {
margin-top: 28px;
}

.btnBlueCustom{
background-color: hsl(207, 40%, 55%) !important;
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#96b7d6", endColorstr="#6a91b2");
background-image: -khtml-gradient(linear, left top, left bottom, from(#96b7d6), to(#6a91b2));
background-image: -moz-linear-gradient(top, #96b7d6, #6a91b2);
background-image: -ms-linear-gradient(top, #96b7d6, #6a91b2);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96b7d6), color-stop(100%, #6a91b2));
background-image: -webkit-linear-gradient(top, #96b7d6, #6a91b2);
background-image: -o-linear-gradient(top, #96b7d6, #6a91b2);
background-image: linear-gradient(#96b7d6, #6a91b2);
border-color: #6a91b2 #6a91b2 hsl(207, 40%, 55%);
color: #ffffff !important;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.13);
-webkit-font-smoothing: antialiased;
}

/* Navigation bar */
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
color: #ffffff;
background-color: #96b7d6;
}

.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #96b7d6;
}

.nav > li > a {
color: #ffffff;
}


/* Miscelenious */
.muted {
color:  #96b7d6;
}

a{
color: #6a91b2;
text-decoration: none;
}

a:hover, a:focus {
color: #6a91b2;
text-decoration: underline;
}



#graphCutsParameters select{
margin: 25px 0;
width:100%;
}

select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
outline: thin dotted #333;
outline: 5px auto #96b7d6;
outline-offset: -2px;
}

.triangle-right {
	display: inline-block;
	width: 0;
	height: 0;
	margin:0 5px 0 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #6a91b2;
	border-bottom: 5px solid transparent;
}
