#NameField {
	text-align: right;
	outline: 0;
	padding: 15px;
	font-family: bungee, sans-serif;
	font-weight: 40;
	font-style: normal;
}
input[type=button] {
	-webkit-border-radius:0px;
	outline: 0;
}
.button {
	outline: 0;
}
#clickButton {
	background: url(images/beerglass.png);
	background-size: 100% 100%;
	height: 100px;
	width: 56px;
	border: 0;
	outline: 0;
}
#clickButton:active {
	opacity: 0.6;
	outline: 0;
}
#researchButton {
	background: url(images/researchbutton.png);
	background-size: 100% 100%;
	height: 35px;
	width: 81px;
	border: 0;";
}
#researchButton:enabled:active {
	background: rgba(0, 136, 142, 1);
}

.moneybutton {
        background: url(images/moneybutton.png);
        background-size: 100% 100%;
        height: 35px;
        width: 81px;
        border: 0;
}
.moneybutton:enabled:active {
        background: rgba(88, 142, 48, 1);
}

#investButton {
	background: url(images/buystocks.png);
        background-size: 100% 100%;
        height: 35px;
        width: 81px;
        border: 0;
}

#investButton:enabled:active {
	background: rgba(88, 142, 48, 1);
}

#reInvestButton {
	background: url(images/reinvest.png);
        background-size: 100% 100%;
        height: 35px;
        width: 81px;
        border: 0;
}

#reInvestButton:enabled:active {
	background: rgba(88, 142, 48, 1);
}


#deleteCookies {
        background: url(images/resetbutton.png);
        background-size: 100% 100%;
        height: 35px;
        width: 81px;
        border: 0;
}

#deleteCookies:enabled:active {
	background: rgba(162, 33, 38, 1);
}

#ToggleGraphics {
        background: url(images/toggle.png);
        background-size: 100% 100%;
        height: 35px;
        width: 81px;
        border: 0;
}

#ToggleGraphics:enabled:active {
        background: rgba(0, 0, 0, 0.5);
}

.menubutton {
        height: 35px;
        width: 81px;
        border: 0;
}

.menubutton:enabled:active {
        background: rgba(0, 0, 0, 0.5);
}

#managesaves {
	background: url(images/managesave.png);
	background-size: 100% 100%;
}

#scoreboard {
        background: url(images/scoreboard.png);
        background-size: 100% 100%;
}

#importsave {
        background: url(images/import.png);
        background-size: 100% 100%;
}

#closeimportexport {
        background: url(images/close.png);
        background-size: 100% 100%;
}

.scoreboard {
	margin:auto;
	width: 50%;
	font-family: bungee, sans-serif;
	font-size: 30px;
}

.scoreboard table {
	margin:auto;
	border-collapse: collapse;
}

.scoreboard th {
	font-size: 40px;
}

.scoreboard td {
	padding-right: 20px;
}

.scoreboard tr:nth-child(even) {
	background-color: rgba(255, 255, 255, 0.1);
}
