body { background: rgb(255, 255, 255); color:#000000;} 
a {color: #e81c4f;}  
table, th, td {
    /* border: none; */
    border-collapse:collapse;
    table-layout: auto !important; 
    

  }

th {
    width: auto !important;
    /* border: 1px solid blue;
    border-style: dotted; */


}

td {
    width: auto !important;,
    
    /* border: 1px solid black;
    border-style: dotted; */
}

/* col.inbound { 
    background: #eee;
    

} 
col.outbound {
    background:rgb(224, 224, 224);

} */

tr:nth-child(even) {background: #eee;border-top: 1px solid black;}
tr:nth-child(odd) {background: rgb(224, 224, 224);
    border-top: 2px solid darkblue;}

colgroup {
    border: 3px solid black;
}
    



.bull {background: rgb(2, 254, 2);}
.bear {background: #FF6D6A;}
.chop {background: yellow;}

.strongbull {background: green;}
.strongbear {background:red;}

.neutral {}

/* .r10 {background: rgb(0,255,0)}
.r9 {background: rgb(28,226,0)}
.r8 {background: rgb(56,198,0)}
.r7 {background: rgb(85,170,0)} */
.r6 {background: #FFD301}
.r5 {background: #FFF684}
.r4 {background: #FFFFC2}
.r3 {background: #C4EBF1}
.r2 {background: #ADD8E5}
.r1 {background: #89C7E7}
.r0 {}


