﻿div.results
{
    width: 882px;
    padding: 0;
    margin: 0;   
}

div.results div.data h3 
{
    border-top: 1px solid #cc9966; 
    background-color: #cc9966;
	font-weight: bold;
	font-size: 14px;
	color: #ffff99;
    text-align:center;
    line-height: 25px;
    border-bottom: 1px solid #cc9966;
}

div.data 
{
    margin-bottom: 1em; 
    margin-left:auto;
    margin-right:auto;
    width: 600px;
    text-align: center; 
    background-color: #ffff99; 
    border: 1px solid #cc9966;
}

table.criterionDetails 
{
  width: 100%; 
}

table.generalInfoTable
{
    text-align:left;    
}

table.WinnerChangeTable 
{
    border: 1px solid #000;
    border-collapse: collapse;
    text-align: center;
    width: 600px;
}

table.WinnerChangeTable td 
{
    border: 1px solid #000;
}

.tabWinnerChangeHeader td
{
    font-weight:bolder;
    background-color: #980000;
    color: #fff;

}

table.consistencyRaport 
{
    width: 500px;    
    margin : 1em 0 1em 50px;
    border: solid 1px #ddf;
    border-bottom: solid 1px #000;
    border-collapse: collapse; 
}

table.consistencyRaport td
{
    padding: 5px;  
}

table.consistencyRaport thead td
{
    font-weight:bolder;
    border-bottom: solid 1px #000;
    background-color: #980000;
    color: #fff;
}

p.strenghts 
{
    text-align: left;    
}



