
body{ font-family: 'Open Sans', sans-serif; }

table { font-family: 'Roboto Condensed', sans-serif; font-size: 100%; 
        border-collapse: collapse;
        text-align: right
       }
 
td{ text-align:right }  

/* .detailtable tbody tr:nth-child(6n+1), tbody tr:nth-child(6n+2), tbody tr:nth-child(6n+3) {
   background-color: #def;
} */

.easytable{ width: 60% }
.easytable th{ text-align: left; font-weight: normal; text-align: right }
.easytable th{ text-align: left; font-weight: normal; text-align: right }
.easytable td{ text-align: center }
.positive_weak { color: #99ddbb; font-weight: bold; size: 120%}
.positive_med { color: #77ccaa; font-weight: bold; size: 120% }
.positive_strong { color: #1c8807; font-weight: bold; size: 120%}
.nonsig { color: #ccc; font-size: 80%; font-weight: bold; size: 120% }
.negative_weak { color: #f6d57b; font-weight: bold; size: 120% }
.negative_med  { color: #f6a37b; font-weight: bold; size: 120% }
.negative_strong  { color: #d76464; font-weight: bold; size: 120%}

.easytable tr:nth-child( odd ){
   background-color: #def;
}

.easytable td.col_header{ background-color: white } 
