body
{
	background-color: #fafafa;
	width: 100%;
	height: auto;
	margin: 0;
	#line-height: 1.4em;
	font-family: Arial;
	font-weight: 400;
	font-size: 16pt;
	color: #111
}
label
{
	font-size: 16pt;
};
.block
{
	display: block;
	width: 100%;
}
.btn
{
	display: inline-block;
	background-color: #f44336;
	color: #FFFFFF;
	padding: 2px 10px;
	text-align: center;
	text-decoration: none;
	font-size: 16pt;
	opacity: 0.9;
	border: none;
	border-radius: 4px;
}
.btn:hover
{
	color:white;
	background-color:red;
	opacity:1;
}
.btn.normal
{
	background-color: #74bac6;
}

h1
{
	background-color: #aaaaaa;
}

nav
{
	color: white;
	background-color: #74bac6;
	height: 2em;
	width: 100%;
}

header
{
	padding: 10px;
}

footer
{
	color: white;
	background-color: #74bac6;
	position: fixed;
	height: 3em;
	width: 100%;
	bottom: 0px;
}

.inline
{
  display: inline;
}

.link-button
{
  background: none;
  border: none;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1em;
  #font-family: serif;
  margin: 5px;
}
.link-button:focus
{
  outline: none;
}
.link-button:active
{
  color:red;
}

.split-para
{
	display: block;
	margin: 10px;
}
.split-para span
{
	display: block;
	float: right;
	width: 50%;
	margin-left: 10px;
}
table td.shrink {
  white-space: nowrap;
  width: 1px;
  padding-right: 5px;
}

table.service {
  border-collapse: collapse;
  width: 100%;
}

th.service, td.service {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 16pt
}
tr.service:hover {background-color: #f5f5f5;}
tr.service:nth-child(even) {background-color: #f2f2f2;}
