/* Custom Styles */
.white {
	color:white;
}
offwhite {
	color:#F6F7F2!important;
}
.red {
	color:#B63545!important;
}
.blue {
	color:#3D79C1!important;
}
.green {
	color:#3ABF5C!important;
}
.orange {
	color:#D17442!important;
}
.lightgrey {
	color:#D8D8DF!important;
}
.mediumgrey {
	color:#9C9C95!important;
}
.darkgrey {
	color:#62625E!important;
}
.offblack {
	color:#252324!important;
}
.black {
	color:black;
}
/* Labels */
/* Standard */
.label {
	background-color: #73A0D2;
	color: #C3C3C3;
	display: inline-block;
	font-family: 'Rosario', 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: #73A0D2;
	color: #C3C3C3;
	display: inline-block;
	padding: 0.25rem 0.5rem 0.375rem;
	font-family: 'Rosario', 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: #ED8130;
	color: #C3C3C3;
	display: inline-block;
	padding: 0.25rem 0.5rem 0.375rem;
	font-family: 'Rosario', 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: #C3C3C3;
	color: #73A0D2;
	display: inline-block;
	padding: 0.25rem 0.5rem 0.375rem;
	font-family: 'Rosario', 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: #D8D8DF;
	border-color: #9C9C95;
	color: #252324;
	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:#9C9C95;
font-weight:300;
margin-top:0.2rem;
margin-bottom:0.5rem;
}