tr.less{
  color:red;
}
tr.more{
  color:green;
}

#result tr:nth-child(even){background-color: #fff;}
#result tr:hover {background-color: #55aa55;}



//#result tr:nth-child(odd){background-color: #000000;}



 /*#result {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}*/

/*#result td, #result th {
    border: 1px solid #000;
    padding: 8px;
}*/



/*#result th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #4CAF50;
    color: white;
}*/

/*p{
    color: red;
    font-family: courier;
    font-size: 200%;
}
*/
/*br{
  color: green;
}*/
/*table td,
table th {
  border: 1px solid black;
  padding-right: 10px;
  padding-left: 10px;
text-align: center;
}
*/
.headerSortDown:after,
.headerSortUp:after {
  content: ' ';
  position: relative;
  left: 2px;
  border: 8px solid transparent;
}

.headerSortDown:after {
  top: 5px;
  border-top-color: silver;
}

.headerSortUp:after {
  bottom: 15px;
  border-bottom-color: silver;
}

.headerSortDown,
.headerSortUp {
  padding-right: 10px;
}