
textarea#the_text {
	font-family: 'Courier', monospace;
}

.container {
	margin-top: 10px;
	margin-bottom: 10px;
}

.container.gray-01 {
	/*background-color: #f0f0f0;*/
}

#countdown-display {
	text-align: right;
	padding-right: 20px;
	font-size: 50px;
	font-weight: bold;
	color: white;
	position: relative;
	top: -70px;
}

.budget-value {
	text-align: right;
}


/* tweaks */
/* when I print I dont want to see all the links */
@media print {

  a[href]:after {
    content: none;
  }

}

