/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
/*  text-align: center;*/
/*  border-bottom: 1px solid #e5e5e5;*/
}

.spacer {
	margin-top: 10px;
	margin-bottom: 20px;
}

	
.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#submitButtons {
	margin-top: 30px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}


#submitForm {
	padding: 20px;
	background-color: #eee;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.spacer-xs {
	margin-bottom: 5px;
}

.federation {
	margin-top: 20px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}


.img-responsive {
	margin: 0 auto;
	padding-left: 35%;
	padding-right: 35%;
}

.glyphicon-gbutton {
	background-image: url('../img/google.png');
	background-position: 2px 2px;
	background-repeat: no-repeat;
	background-size: 39px;
}

.glyphicon-fbutton {
	background-image: url('../img/facebook.png');
	background-position: 2px 2px;
	background-repeat: no-repeat;
	background-size: 39px;
}

.glyphicon-ybutton {
	background-image: url('../img/yahoo.png');
	background-position: 2px 2px;
	background-repeat: no-repeat;
	background-size: 39px;
}

.buttonSpan {
	padding-left: 11px;
}