/* Add here all your CSS customizations */
.action{
    color: red;
    cursor: pointer;
}

table.list tr {
    cursor: pointer;
}

label.det-head{
    font-weight:bold;
}

label.det-body{
    text-align:left !important;
}

div.result{
    margin-bottom:20px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding:7px 7px;
}