#ieSupport{
	 display: none;
	 position: fixed;
	 top: 0;
	 left: 0;
	 z-index: 11;
	width: 100%;
	height: 100%;
	background-color: #45494A;
 }

#ieHeader {
	background-color: #45494A;
	padding: 0.1px 10px 0 10px;
	height: 10vh;
	margin:0;
	z-index: 1;
	width: 100vw;
}

/* Style left in the header */
#ieHeader #ieLeft {
	float: left;
}

.ieLogo-lg img {
	width: 140px;
	float: left;
	padding-top: 5px;
}

#outdatedText{
	color: white;
	text-align: center;
	padding-top: 2px;
}

.ieContainer{
	margin-top: 2vh;
}

#outdatedText h1, #outdatedText h2{
	font-size: 13pt;
}

.col{
	float: left;
	width: 25%;
	padding: 0;
	height: 90vh;
	color: white;
	margin: 0 auto;
	text-align: center;
}
#browsers{
	height: 100%;
}

/* Clear floats after the columns */
#browsers:after {
	content: "";
	display: table;
	clear: both;
}

#chrome{
	background-color: #4285F4;
}

#firefox{
	background-color: #20123A;
}

#edge{
	background-color: #33C6FA;
}

#safari{
	background-color: #00A0E6;
}

.browserLogo{
	width: 150px;
	margin-top: 25%;
	margin-bottom: 20px;
}

.roundedButton {
	padding: 10px 20px;
	min-width: 100px;
	border-radius: 2rem;
	text-decoration: none;
}

.roundedButton:hover, .roundedButton:focus {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4), 0 1px 3px 1px rgba(0, 0, 0, 0.3);
}

.roundedButton:active {
	box-shadow: none;
}

.outlineButton{
	background-color: transparent;
	border: 2px solid #fff;
	padding: 15px;
	color: white;
}

.outlineButton:hover{
	background-color: #45494A;
	border: 2px solid #45494A;
	box-shadow: none;
	color: white;
}

.availDiv{
	margin-top: 50%;
}

.availIcons{
	margin-top: 10px;
}

.osIcon{
	font-size: 20pt;
}

.downloadButton{
	display: block;
	width: 100px;
	font-size: 10pt;
	margin: auto;
	margin-top: 20px;
}

#continueLink{
	position: absolute;
	bottom: 50px;
	text-align: center;
	color: white;
	width: 100%;
	background-color: transparent;
	outline: none;
	border: none;
	text-decoration: underline;
	cursor: pointer;
}

@media (max-width: 750px) {

	#ieHeader{
		min-height: 10vh;
		height: auto;
	}

	#outdatedText h1, #outdatedText h2{
		font-size: 10pt;
	}

	.browserLogo{
		width: 80%;
	}

	#ieHeader #ieLeft {
		float: none;
		display: block;
	}

	.downloadButton{
		min-width: auto;
		width: 90%;
		font-size: 8pt;
		padding: 10px;
	}

	.col h5{
		font-size: 8pt;
	}

	.osIcon{
		font-size: 15pt;
	}
}

@media (min-width: 751px) and (max-height: 646px) {
	.col{
		width: 20%;
	}
}