.orange-button {
	background-color: #FF9900;
	border-radius: 6px;
	border: none;
	color: white;
	padding: 1px 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 1px;
	cursor: pointer;
	width: 150px;
	height: 28px;
}
.red-button {
	background-color: #FF0000;
	border-radius: 6px;
	border: none;
	color: white;
	padding: 1px 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 1px;
	cursor: pointer;
	width: 80px;
	height: 28px;
}
.green-button {
	background-color: #00CC00;
	border-radius: 6px;
	border: none;
	color: white;
	padding: 1px 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 1px;
	cursor: pointer;
	width: 80px;
	height: 28px;
}
.blue-button {
	background-color: #0066FF;
	border-radius: 6px;
	border: none;
	color: white;
	padding: 1px 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 1px;
	cursor: pointer;
	width: 80px;
	height: 28px;
}
.violet-button {
	background-color: #9933FF;
	border-radius: 6px;
	border: none;
	color: white;
	padding: 1px 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 1px;
	cursor: pointer;
	width: 80px;
	height: 28px;
}
.black-button {
	background-color: #000000;
	border-radius: 6px;
	border: none;
	color: white;
	padding: 1px 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 1px;
	cursor: pointer;
	width: 80px;
	height: 28px;
}
.orange-button-na {
	background-color: #FF9900;
	border-radius: 6px;
	border: none;
	color: white;
	padding: 1px 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 1px;
	cursor: not-allowed;
	width: 150px;
	height: 28px;
	opacity: 0.6;
}
.red-button-na {
	background-color: #FF0000;
	border-radius: 6px;
	border: none;
	color: white;
	padding: 1px 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 1px;
	cursor: not-allowed;
	width: 80px;
	height: 28px;
	opacity: 0.6;
}
.green-button-na {
	background-color: #00CC00;
	border-radius: 6px;
	border: none;
	color: white;
	padding: 1px 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 1px;
	cursor: not-allowed;
	width: 80px;
	height: 28px;
	opacity: 0.6;
}
.blue-button-na {
	background-color: #0066FF;
	border-radius: 6px;
	border: none;
	color: white;
	padding: 1px 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 1px;
	cursor: not-allowed;
	width: 80px;
	height: 28px;
	opacity: 0.6;
}
.violet-button-na {
	background-color: #9933FF;
	border-radius: 6px;
	border: none;
	color: white;
	padding: 1px 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 1px;
	cursor: not-allowed;
	width: 80px;
	height: 28px;
	opacity: 0.6;
}
.black-button-na {
	background-color: #000000;
	border-radius: 6px;
	border: none;
	color: white;
	padding: 1px 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 1px;
	cursor: not-allowed;
	width: 80px;
	height: 28px;
	opacity: 0.6;
}
.disabled-button {
	opacity: 0.6;
	cursor: not-allowed;
}
.red-button-lg {
	background-color: #FF0000;
	border-radius: 15px;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;	cursor: pointer;
	width: 120px;
	height: 50px;
}
.green-button-lg {
	background-color: #00CC00;
	border-radius: 15px;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;	cursor: pointer;
	width: 120px;
	height: 50px;
}
.black-button-lg {
	background-color: #000000;
	border-radius: 15px;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;	cursor: pointer;
	width: 260px;
	height: 50px;
}
.red-button-lg-na {
	background-color: #FF0000;
	border-radius: 15px;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;	cursor: not-allowed;
	width: 120px;
	height: 50px;
}
.green-button-lg-na {
	background-color: #00CC00;
	border-radius: 15px;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;	cursor: not-allowed;
	width: 120px;
	height: 50px;
}
.black-button-lg-na {
	background-color: #000000;
	border-radius: 15px;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;	cursor: not-allowed;
	width: 260px;
	height: 50px;
}
.link-button {
	background-color: #00CC00;
	border-radius: 15px;
	border: none;
	margin: 20px;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;	cursor: pointer;
	width: 280px;
	height: 80px;
}
.link-button-na {
	background-color: #FF0000;
	border-radius: 15px;
	border: none;
	margin: 20px;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;	cursor: pointer;
	width: 280px;
	height: 80px;
	opacity: 0.7;
	cursor: not-allowed;
}
.mp-link-button {
	background-color: #0099FF;
	border-style: none;
	margin: 5px;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	cursor: pointer;
	width: 290px;
	height: 80px;
}		
#linkButtonContainer {
}
#mainContainer {
	width: 320px;
	height: 480px;
	margin: auto;
}
#name {
	width: 320px;
	height: 50px;
	text-align: center;
	font-family: sans-serif;
	font-size: 40px;
}
.name {
	width: 320px;
	height: 50px;
	text-align: center;
	font-family: sans-serif;
	font-size: 40px;
}
#displaysContainer {
	position: relative;
	width: 300px;
	height: 300px;
	left: 10px;
	top: 10px;
}
#outerDial {
}
#innerDial {
	position: relative;
	width: 200px;
	height: 200px;
	left: 40px;
	top: -265px;
}
#monitor {
	position: relative;
	height: 25px;
	width: 100px;
	left: 110px;
	top: -50px;
	font-family: sans-serif;
	font-size: 25px;
	text-align: center;
}
.monitor {
	position: relative;
	height: 25px;
	width: 100px;
	left: 110px;
	top: -50px;
	font-family: sans-serif;
	font-size: 25px;
	text-align: center;
}
#buttonsContainer {
	position: relative;
	height: 120px;
	width: 260px;
	left: 30px;
	top: -30px;
}
#buttonSmall {
	position: relative;
	height: 50px;
	width: 120px;
}
#buttonLarge {
	position: relative; 
	height: 50px; 
	width: 260px; 
	top: 20px;
}
#mainOuter {
	width: 960px;
	height: 560px;
	margin-left: auto;
	margin-right: auto;
}
#mainTitle {
	position: relative;
	width: 960px;
	height: 80px;
	margin: auto;
	text-align: center;
	font-family: sans-serif;
	font-size: 50px;
	font-weight: bold;
}
#footer {
	position: relative;
	top: -480px;
	width: 640px;
	height: 50px;
	margin: auto;
	text-align: center;
	font-family: sans-serif;
	font-size: 20px;
}
.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}