﻿body
{
    font-size: x-small;
    color: black;
    font-family: Arial;
    width: 100%;
}

h1
{
    font-size: x-small;
    color: red;
    font-family: Arial;
}

h2
{
    font-size: small;
    color: white;
    font-family: Arial;
    background-color: #6d598d;
    width: 100%;
    font-weight: bold;
}

.collapsePanel
{
	width: 100%;
	height: 50px;
	background-color: white;
	overflow: hidden;
	float:left;
	vertical-align: top;
	
}

.collapsePanelHeader{	
	width:100%;		
	height:50px;
	color: black;
	background-color: white;
	font-weight:bold;
	padding:5px; 
	cursor: pointer; 
	vertical-align: top;
	float:left
}

td
{
 white-space:normal;
}


div.center {
  text-align: center;

  width: 100%;
}

div.center table {
  margin-left: auto;

  margin-right: auto;
}

.adjustedZIndex {
    z-index: 100;
}


