/* Labels */
/* Standard */
.label {
	background-color: #008CBA;
	color: #FFFFFF;
	display: inline-block;
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-size: 0.6875rem;
	font-weight: normal;
	line-height: 1;
	margin-bottom: inherit;
	padding: 0.25rem 0.5rem 0.375rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
.success-label {
	background-color: #43AC6A;
	color: #FFFFFF;
	display: inline-block;
	padding: 0.25rem 0.5rem 0.375rem;
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-size: 0.6875rem;
	font-weight: normal;
	line-height: 1;
	margin-bottom: inherit;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;	
}
.alert-label {
	background-color: #F04124;
	color: #FFFFFF;
	display: inline-block;
	padding: 0.25rem 0.5rem 0.375rem;
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-size: 0.6875rem;
	font-weight: normal;
	line-height: 1;
	margin-bottom: inherit;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
.secondary-label {
	background-color: #E7E7E7;
	color: #333333;
	display: inline-block;
	padding: 0.25rem 0.5rem 0.375rem;
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-size: 0.6875rem;
	font-weight: normal;
	line-height: 1;
	margin-bottom: inherit;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

/* Keystrokes */
.keystroke {
	background-color: #ededed;
	border-color: #dbdbdb;
	color: #222;
	border-style: solid;
	border-width: 1px;
	margin: 0;
	font-family: "Consolas","Menlo","Courier",monospace;
	font-size: 0.875rem;
	padding: 0.125rem 0.25rem 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
	
/* Sub Header */

.subheader {
line-height:1.4;
color:#6f6f6f;
font-weight:300;
margin-top:0.2rem;
margin-bottom:0.5rem;
}