
#afterCalculateSection {
	display: none;
}

#resultsTable tr, 
#resultsTable td {
	font-size: 115%;
}

#resultsTable2 tr, 
#resultsTable2 td {
	font-size: 105%;
}

.workerHourlyTxt {
	font-style: italic;
	font-size: 95%;
}

.tableFixedHeightHeader {
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
}

.tableBoldText {
	font-weight: 900;
	font-size: 110%;
}

.tableRegText {
	font-weight: 100;
}

.workMinutes {
	font-style: italic;
	padding-left: 3px;
}

.phaseTitle {
	font-weight: 900;
}

.phaseWorker {
	font-weight: 100;
}

.phaseWorkerName {
	
}

.totalWorkerHours {
	
}

.workerProjEarnings {
	
}









#canvas-holder, 
#canvas-holder2 {
	width: 100%;
	text-align: center;
}

#canvas-holder canvas, 
#canvas-holder2 canvas {
	margin: 0 auto;
}

.spinnerWrapper {
	height: 50px;
	position: relative;
}

#spinnerOnSubmit {
	text-align:center;
	font-size: 700%;
	padding: 20px 0px;
	display: none;
	color: #0093cf;
	position: relative;
	top: -35px;
}

#userBudgetInput::-webkit-input-placeholder {
   color: #cccccc;
}
#userBudgetInput:-moz-placeholder { /* Firefox 18- */
	color: #cccccc;  
}
#userBudgetInput::-moz-placeholder {  /* Firefox 19+ */
	color: #cccccc; 
}
#userBudgetInput:-ms-input-placeholder {  
	color: #cccccc;
}
#userBudgetInput:focus {  
	color: #333333;
}

#submitButton:disabled, 
#submitButton:disabled:hover {
	background-color: #999999;
	cursor: not-allowed;
}
