.divTable{
	display: table;
    max-width: 1080px;
    margin: auto;
    border-top: 5px solid #aa0000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.8);
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
    display: table-cell;
    vertical-align: top;
    background-color: #FFFFFF;
    width: 33%;

}
.divTableHeading 
{
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot 
{
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody 
{
	display: table-row-group;
}

.slideGridItem
{
    font-size: 14px;
    text-align: center;
}

.slidecontainer 
{
    width: 100%;
}
  
.slider 
{
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
  
  .slider:hover 
  {
    opacity: 1;
  }
  
  .slider::-webkit-slider-thumb 
  {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #CC0000;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb 
  {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #CC0000;
    cursor: pointer;
  }

body {
    color: #444;
    font: 100%/30px 'Helvetica Neue', helvetica, arial, sans-serif;

    background-color: #434343;
    background-position:  center;
    background-size: cover;
    height: 100%;
}

#module_style_text_area
{
    background: #FFFFFF;
    font-size: 12px;
    padding: 1em;
    margin: 1em auto;
    min-height: 300px;
    width: 100%;
    border-top: 5px solid #aa0000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.8);
}

.module_style_canvas_left 
{
    float: left;
    font-size: 12px;
    padding: 10px;
    background: #FFFFFF;

}

.module_style_canvas_right 
{
    float: right;
    font-size: 12px;
    min-width: 450px;
    min-height: 500px;
    padding: 10px;
    background: #FFFFFF;

}

.module_style_canvas_center 
{
    text-align: center;
    font-size: 12px;
    width: 375px;
    min-width: 375px;
    margin: auto;
    padding: 25px;
    background: #FFFFFF;

}


h1 {
    margin-top: 0;
}
.stats 
{
    margin-top: 0;
    border-collapse: collapse;
    box-shadow: inset 0 1px 0 #fff;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    width: 100%;
}
.stats td:nth-child(odd) {font-weight: bold; width: 40%;}
.stats td:nth-child(even) {width: 10%; text-align: center;}
.stats tr:nth-child(even) {background-color: #e9e9e9;}
.stats td {padding: 3px;}
.stats-2 
{
    border-collapse: collapse;
    box-shadow: inset 0 1px 0 #fff;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    width: 100%;
}

.stats-2 td {border: none; padding: 3px;}
.stats-2 td:nth-child(odd) {font-weight: bold; width: 60%;}
.stats-2 td:nth-child(even) {width: 40%;}
.stats-2 tr:nth-child(even) {background-color: #e9e9e9;}

