.oauthButton{
	display: block;
    text-decoration: none;
    font-weight: bold;
    padding: 6px 8px;
    font-size: 0.9em;
    color: white;
    background-color: #547f00;
    border-radius: 4px;
}

.inline {
	clear: both;
	display: inline-flex;
}

.authorizationHeader{
	font-weight: bold;
	display: inline-block;
}   

.success:before
{
	content: 'i';
	display: inline-block;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	width: 1.8ex;
	height: 1.8ex;
	font-size: 1.4ex;
	line-height: 1.8ex;
	border-radius: 1.2ex;
	margin-right: 4px;
	padding: 1px;
	color: white;
	background: blue;
	text-decoration: none;
}

.failure:before
{
	content: '!';
	display: inline-block;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	width: 1.8ex;
	height: 1.8ex;
	font-size: 1.4ex;
	line-height: 1.8ex;
	border-radius: 1.2ex;
	margin-right: 4px;
	padding: 1px;
	color: white;
	background: red;
	text-decoration: none;
}

	