
/* alternating row colors */
#resultBody tr:nth-child(odd){
    background-color: #f9f9f9;
}

#resultBody tr:nth-child(even){
    background-color: #e8f4ff;
}

/* hover effect */
#resultBody tr:hover{
    background-color: #ffeeba;
}

h2 {
    color: red !important;
}


table {
    table-layout: auto;
    width: 100%;
}

.table td,
.table th {
    word-break: break-all;
}
.table {
    border: 5px solid red !important;
}
h2 {
    color: red !important;
}