body {
	font-family: geneva,verdana,san-serif;
	font-size: 1.3em;
}
h1 {
	font-size:1.8em;
}
h2 {
	font-size:1.6em;
}
h3 {
	font-size:1.4em;
}
a {
    color: #FF8500;
    text-decoration: none;
}
a:hover {
    color: #19C0FF;
    text-decoration: none;
}
label {
	font-weight: 800;
	font-size: 1.2em;
}
small, .small-text {
	font-size:0.8em;
}
strong {
	font-weight:800;
}
.btn-primary {
	background: #FF8500;
	border: 1px solid #FF8500;
}
.btn-primary:active,.btn-primary:focus,.btn-primary:hover {
	background: #19C0FF;
	border: 1px solid #19C0FF;
}
.navbar {
	margin-bottom: 0em;
	border:none;
	border-radius: 0;
}
.navbar-brand img {
	max-height: 2em;
	padding:0em 0.2em 0.4em;
}
.navbar-inverse-light {
	background: #122b40;
}
.login img {
	max-height: 6em;
}
td.unimportant, th.unimportant {
	display: none;
}
.home-page {
	background:url(/resources/images/call-center-photo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.invisible {
	display:none;
}
.jumbotron {
	text-align: center;
	font-size:1.8em;
	line-height: 1.4em;
	color:#eee;
        text-shadow: 1px 1px 1px #FF8500;
	padding:3em;
}
.jumbotron h1 {
	font-size:2em;
	color:#FFF;
        text-shadow: 1px 1px 1px #FF8500;
}
.jumbotron .btn {
	font-size:0.9em;
	padding:0.5em 1em;
	margin:0.3em;
        text-shadow: none;
}
.footer {
	font-size: 0.8em;
}
.panel {
	border-radius: 0;
}
.panel-heading {
	text-align: center;
}
.panel-heading h2 {
	font-size:1.2em;
	color:#008FC5;
}
.hide-div {
	display: none;
}
.unhidden-div {
	display: block;
}
ul {
    list-style-image: url('/resources/images/icons/tick-16.png');
}
ul.prompt-list {
    list-style: none;
}
ul.prompt-list li {
    display: block;
    border-top: 1px solid #DDD;
    padding:0.5em 0em;
}
ul.prompt-list li span {
    padding-left: 0.5em;
}
@media (min-width: 768px)
{
	td.unimportant, th.unimportant {
		display: table-cell;
	}
}