#supported-browsers-wrapper {
	height: 100%;
	width: 100%;
}

#supported-browsers {
	padding: 2em;
	top: 5%;
	position: relative;
	background-color: #fff;
	-moz-border-radius:1em;
	-o-border-radius:1em;
	-webkit-radius:1em;
	border-radius:1em;
	box-shadow: 0 0.4em 0.7em rgba(0, 0, 0, 0.8);
	margin: auto;
	display: table;
}

#browsers-table {
	display: table;
	margin: auto;
}

#browsers-title {
	color: blue;
	font-weight: bolder;
	font-size: large;
	margin: 0.5em auto 2em auto;
	text-align: center;
}

#supported-browsers .browser-row {
	display: table-row;
}

#supported-browsers img {
	display: table-cell;
	height: 64px;
	width: 64px;
	margin: 0.1em;
}

#supported-browsers .browser-text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 1em
}

#supported-browsers .browser-text span.browser-name {
	color: #444;
}

#supported-browsers .browser-text span.browser-version {
	color: green;
	margin-left: 0.5em;
	font-weight: bolder;
	font-size: large;
}

#anyway-text {
	color: red;
	text-align: center;
	margin: 2em auto 1em auto;
	width: 70%;	
	font-size: smaller;
}

#load-anyway {
	text-align: center;
}

#load-anyway button {
	display: none;
}

#user-browser-version {
	color:#000;
	margin: 0.4em auto;
	text-align: center;
	text-transform: capitalize;
}

#ping-image {
	display: none;
}