body *,
body a { -webkit-user-select: none; }
body
{
	background: #000;
	font-family: "-apple-system";
}

.alert-error-container a,
.alert-error-container { margin-top: 20px; }

.alert-error-title a,
.alert-error-title
{
	color: #ccc;
	font-weight: 100;
	font-size: 20px;
}

.connecting-title {
    color: #ccc;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 0px;
    margin-top: 7px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.connection-container {
    position: relative;
    padding: 10px;
    min-height: 90px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 49px;
    border: 2px solid #333;
    -webkit-border-radius: 10px;
	background: #101010;
}

.error-container
{
	position: relative;
	padding: 10px;
	min-height: 90px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 49px;
	border: 2px solid #333;
	-webkit-border-radius: 10px;
	background: #101010;
}

.error-message
{
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 23px;
	padding-right: 23px;
	margin-left: 93px;
	font-size: 13px;
}

.error-title a,
.error-title
{
	color: #ccc;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 93px;
}

.help-button
{
	position: absolute;
	bottom: 5px;
	width: 23px;
	height: 23px;
	background-image: url(../ErrorPageHelpButton.png);
	right: 5px;
}

.icon
{
	position: absolute;
	top: 11px;
	left: 7px;
	width: 90px;
	height: 90px;
	margin-right: 12px;
}

.suggestion-container
{
	position: relative;
	padding: 10px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 55px;
	border: 2px solid #333;
	-webkit-border-radius: 10px;
	background: #101010;
}

.suggestion-form
{
	text-align: center;
	margin-bottom: 8px;
}

.suggestion-form input { font-size: 16px; }

.suggestion-prompt
{
	color: #666;
	padding-bottom: 0px;
	margin-top: 6px;
	margin-bottom: 18px;
	text-align: center;
	font-size: 13px;
}

