


body{

   
    font-family: 'Cinzel', serif;
    background: #000;
}

h3 {
    font-family: 'Cinzel', serif;
    text-align: center;
    font-size: 1.7em;
    color: #edd4c3;
    text-align:left;
    margin: 10% 0 5% 0;

} 

h2 {
    font-family: 'Cinzel', serif;
    text-align: center;
    font-size: 1.7em;
    color: #edd4c3;
    text-align:center;
    margin: 2% 0 2% 0;

} 


.color-scro{
	overflow-y: scroll;
	margin-bottom: 25px;
    height:500px; width:99%;
}


.color-scro::-webkit-scrollbar-button{ display: block; height: 13px; border-radius: 0px; background-color: #AAA; } 
.color-scro::-webkit-scrollbar-button:hover{ background-color: #AAA; } 
.color-scro::-webkit-scrollbar-thumb{ background-color: #e51702; } 
.color-scro::-webkit-scrollbar-thumb:hover{ background-color: #ec1600; } 
.color-scro::-webkit-scrollbar-track{ background-color: #efefef; } 
.color-scro::-webkit-scrollbar-track:hover{ background-color: #CCC; } 
.color-scro::-webkit-scrollbar{ width: 13px; }



.blco{
    color: #fff;
    
}

img{
    width: 99%;
    margin: 0;
}


	table.tableizer-table {
		font-size: 12px;
		border: 1px solid #CCC; 
		font-family: Arial, Helvetica, sans-serif;
        width: 99%;
      
	} 
	.tableizer-table td {
		padding: 4px;
		margin: 3px;
		border: 1px solid #fff;
	}

    .tableizer-table tr td {
		color: #fff;
	}

	.tableizer-table th {
		background-color: #000000; 
		color: #FFF;
        font-family: Arial, Helvetica, sans-serif;
		
	}

