// Tables Format Use Only table{ width: 100%; font-weight: normal; margin-bottom: 15px; thead{ tr{ th{ background-color: $green; @include text-style($white, 10pt, 400, $oswald); text-transform: uppercase; padding: 5px 5px 2px; height: 35px; vertical-align: bottom; text-align: right; line-height: 15px; &:first-child{ background-color: $white; } } } } tbody{ tr{ &:nth-of-type(even){ background-color: rgba(236, 236, 236, .8); } &:nth-of-type(odd){ background-color: rgba(242, 242, 243, .8); } td{ @include text-style($black, 10pt, 400, $roboto); padding: 0 5px; height: 25px; text-align: right; border-right: 1px solid $white; vertical-align: middle; &:nth-of-type(1){ @include text-style($black, 10pt, 400, $oswald); } &:last-child{ border-right: 0; } .fa{ font-size: 15px; font-weight: bold; &.fa-caret-up{ color: $blue;; } &.fa-caret-down{ color: $brown; } &.fa-circle{ color: #c4c7b1; font-size: 8px; } &.yellow{ font-size: 7px; color: #fda600; margin-right: 3px; position: relative; top: -2px; } } } } } }