body {

}
h1, h2, h3, h4, h5, h6, p, ul li, ol li, #clock, .navbar-brand, .preformattedText {
	font-family: 'benderregular';
	color: white;
}
table.GeneratedTable {
	font-family: 'benderregular';
	width: 100%;
	background-color: #ffffff;
	border-collapse: collapse;
	border-width: 2px;
	border-style: solid;
	color: white;
}
table.GeneratedTable td, table.GeneratedTable th {
	border-width: 2px;
	border-style: solid;
	padding: 3px;
	color: black;
}
table.GeneratedTable th {
	border-color: white;
}
table.GeneratedTable td {
	border-color: orangered;
}
table.GeneratedTable thead {
	background-color: orangered;
}
.preformattedText{
	color: white;
}
.breadcrumb{
	background-color:orangered;
	border: white;
	color: white;
}
h5{
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	color: white;
}
.accentTextSM, .accentText a:hover {
	color: orangered;
	text-decoration: none;
}
#clock {
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	font-size: 11px;
	color: white;
}
input[type=text], input[type=password], input[type=email], input[type=submit], select {
		border: thin solid orangered;
		font-family: 'benderregular';
		color: black;
		margin-bottom: 5px;
		font-size: 20px;
}
textarea{
	border: thin solid orangered;
	font-family: 'benderregular';
	color: black;
	margin-bottom: 5px;
	font-size: 1.3em;
}
.submit-button {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'benderregular';
  color: white;
  background-color: orangered;
}
mt-2{
	margin-top: 20px;
}

/* Create a custom checkbox */
.checkmark {
 
  height: 1em;
  width: 1em;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: orangered;
}

.container input:checked ~ .checkmark:after {
  display: block;
}
/*.
.accentText {
	color: orangered;
	font-family: 'benderregular';
	font-weight: 700;
}


.widget {
	float:left;
	border: 1px solid ;
	border-color: rgba(255, 255, 255, 0.15);
	border-radius: 10px;
	width:95%;
	margin:1%;
	min-height: 13em;
	background: rgb(255,255,255);
	padding:2%;
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0.500437675070028) 2%, rgba(235,235,235,0) 50%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.500437675070028) 2%, rgba(235,235,235,0) 50%);
	background: linear-gradient(180deg, rgba(255,255,255,0.15) 2%, rgba(235,235,235,0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ebebeb",GradientType=1);
	text-align: center;
}
a {
    text-decoration: none;
}
.widget a:link h4 {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.widget a:hover h4{
  color: orangered;
}*/