.stack
{
    background-color: white;
    height: 88%;
    padding-left: 20px;
    padding-right: 28px;
    padding-top: 6px;
    padding-bottom: 15px;
    -webkit-box-shadow: 
        -1px 1px   0 rgba(0,   0,   0,   0.100), 
        -3px 3px   0 rgba(255, 255, 255, 1.0), 
        -4px 4px   0 rgba(0,   0,   0,   0.125), 
        -6px 6px   0 rgba(255, 255, 255, 1.0),  
        -7px 7px   0 rgba(0,   0,   0,   0.150), 
        -9px 9px   0 rgba(255, 255, 255, 1.0),  
        -10px 10px 0 rgba(0,   0,   0,   0.175);
    -moz-box-shadow: 
        -1px 1px   0 rgba(0,   0,   0,   0.100), 
        -3px 3px   0 rgba(255, 255, 255, 1.0), 
        -4px 4px   0 rgba(0,   0,   0,   0.125), 
        -6px 6px   0 rgba(255, 255, 255, 1.0),  
        -7px 7px   0 rgba(0,   0,   0,   0.150), 
        -9px 9px   0 rgba(255, 255, 255, 1.0),  
        -10px 10px 0 rgba(0,   0,   0,   0.175);
    box-shadow: 
        -1px 1px   0 rgba(0,   0,   0,   0.100), 
        -3px 3px   0 rgba(255, 255, 255, 1.0), 
        -4px 4px   0 rgba(0,   0,   0,   0.125), 
        -6px 6px   0 rgba(255, 255, 255, 1.0),  
        -7px 7px   0 rgba(0,   0,   0,   0.150), 
        -9px 9px   0 rgba(255, 255, 255, 1.0),  
        -10px 10px 0 rgba(0,   0,   0,   0.175);
}

html
{
	font-family: arial;
}

body
{
	background: rgba(0, 0, 0, 0.89);
	height: 100%;
}

html, body
{
	height:100%; padding:0; margin:0;
}

hr 
{
	border: 0;
	width: 75%;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

p
{
	font-size: 1.1em;
}

a
{
	cursor: pointer;
	color: #DF890F;
	text-decoration: none;
	font-weight: bold;
}

.pageTitle
{
  text-align: center;	
  font-size: 2em;
  font-weight: bolder;
  color: #e7e7e7 !important;
}

.pageSubTitle
{
  text-align: center;	
  font-size: 1em;
  padding: 10px 0 10px 0;
  font-weight: bolder;
  color: #e7e7e7 !important;
}

.container
{
	width: 75%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

.section
{
	width: 97%;
	margin: 0 auto;
	padding-top: 20px;
}

.contentDiv
{
  text-align: center;	
  font-size: 1em;
  padding: 0 0 10px 0;
  font-weight: bolder;
  color: #e7e7e7 !important;
}