/*
################################
#			  	#
#      PHARFOLIO SPECIAL CSS	#
#				#
################################
*/

@charset "utf-8";
@media all {
    table.clickableTable {
        border-collapse: collapse;   
    }
    .clickableTable tr:hover {
        background-color: #D1D8B6;
        cursor: pointer;
    }
    .clickableTable td:hover {
        background-color: #D1D8B6;
        cursor: pointer;
    }
    table.statTable {
        width: 95%;
        margin-bottom: 10px;
    }
    table.statTable tr{
        margin:5px;
    }
    td.statContainer {
        border: #97BF0D 1px solid;
        background-color: white; 
        width: 20px;
        text-align: center;
    }
}