@CHARSET "ISO-8859-1";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}



.Table_report {
    width:100%;
    color:white;
	border: 0px solid transparent;
    text-align:left;
    background: rgba(25, 25, 25, .5);

}


.row_ASO:hover {
background-color:black;
color:#09E1DE !important;
border:2px solid white !important;
}


.ReportTitleColumnsDescription  {
color:white!important;
font-size:2vw;
font-weight:600;
}


.cell_ASO {
color:white !important;
font-size:1.5vw;
border-bottom:1px solid #666666  !important;
padding:4px;
}

.cell_ASO:hover {
color:#09E1DE !important;
font-size:1.5vw;
}


.cell_ASO a:hover {
color:#09E1DE !important;
font-size:1.5vw;
}