H2.protocol-title {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
label.group-page {
	border-bottom: 1px solid #CCC;
	font-size: 1.1em;
	margin-bottom: 5px;
}
#welcome-back-block {
	font-size: .8em;
}
.user-profile p {
	margin: 0px;
	color: inherit !important;
	line-height: inherit !important;
}
.profile-name {
	font-size: 1.1em;
}
.profile-details {
	margin-left: 10px;
}
#user-profile-groups {
	margin-top : 10px;
	padding-top: 5px;
}
#user-profile-groups .cell-center {
	text-align: center;
}

.button-link {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	min-width:100px;
	width:auto;
	text-decoration:none;
	text-align:center;
	/*text-shadow:1px 1px 0px #1570cd;*/
  margin-right: 7px;
	padding-left: 5px;
	padding-right: 5px;
}
.button-link a {
  color: #ffffff !important;
	padding: 15px; /*!important;*/
}
.button-link:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
  	color:#ffffff !important;

}.button-link:active {
	position:relative;
	top:1px;
 	color:#ffffff !important;
}

/*Jordan 04/21/2016: Increased the height on the group ref boxes since they were a pain to use with tons of groups */
select#edit-og-group-ref-und-0-default.form-control.form-select{
  height:200px;
}
select#edit-og-group-ref-und-0-default.form-select{
  height:200px;
}
select#edit-og-user-node-und-0-default.form-select{
  height:200px;
}