html, body {
	background-color: #EEEEEE;
}

.nav-pills>li {
	padding: 5px;
}

.nav-pills>li.active>a {
	background-color: #673ab7;
}

.nav-pills>li.active>a:focus {
	background-color: #673ab7;
}

.nav-pills>li.active>a:hover {
	background-color: #673ab7;
}

.nav-pills>li>a {
	border-radius: 25px;
}

.requirements {
	font-size: 12px;
}

#softwarebox {
	padding: 25px;
}

.heading {
	text-align: left;
}

#SystemReq {
	padding-left: 25%;
	padding-right: 25%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}

#systemWIN {
	background-image: url(../img/desktop_landing/Icon_Win.png);
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

#systemMAC {
	background-image: url(../img/desktop_landing/Icon_Mac.png);
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

#systemLIN {
	background-image: url(../img/desktop_landing/Icon_Linux.png);
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

/* Extra Small Devices, Phones */
@media screen and (max-width : 992px) {
	#systemWIN {
		background-size: 10%;
	}
	#systemMAC {
		background-size: 10%;
	}
	#systemLIN {
		background-size: 10%;
	}
	#trust-top {
		padding-top: 20px;
	}
}