.thSub {
	text-align: center;
	font-weight:bold;
}

td {
	text-align: center;
}

#dollarTD {
	font-size: 2em;
	padding-top:10px;
}

.centerTable {
	text-align:center;
}

.centerTable td {
	padding: 2px;
}

.hire {
}

/*#maxBuyCont {
	display: none;
}*/

.btn-grey {
	border: 1px solid;
}

.btn-grey:hover{
	background-color: #cccccc;
}

.darkButton {
	background-color: #61605f;
	color: white;
	text-decoration: line-through;
}

#nukeButton:hover{
	background-color: maroon;
}

.karmaSymbol {
	font-weight: bold;
	text-decoration: line-through;
}

#clickCell {
	height: 50px;
	width: 60%;
}

#hiring {
	float:none;
	vertical-align: middle;
}

#upgradePanel {
	display:none;
}

#clickTable {
	margin-top: 2%;
	max-width:75%;
}

#clickButton {
	background-color: #77876B;
	color: white;
}

#dollars {
	font-weight: bold;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

#charityWarning {
	color:red;
	border-bottom: 1px dotted #ff0000;
    text-decoration: none;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

#staff {
	display:inline;
}

#bankTable {
	display:none;
}

#charityTable {
	display:none;
}

#optionsPanel {
	display:none;
}

#statsPanel {
	display:none;
}

#creditsWell {
	display:none;
}

#techRow{
	display:none;
}
#clerkRow{
	display:none;
}
#engRow{
	display:none;
}
#managerRow{
	display:none;
}
#directorRow{
	display:none;
}
#vpRow{
	display:none;
}
#presRow{
	display:none;
}


#chimp {
	background-color: #875514;
	color: white;
}