/* Add here all your CSS customizations */
.action{
    color: #0088cc;
    cursor: pointer;
}

.action-red{
    color: red;
    cursor: pointer;
}

.action-green{
    color: green;
    cursor: pointer;
}

table.list th {
    margin: 2px 5px 2px 2px;
}

table.display, table.list {
    width:100%;
    padding-right:10px
}

table.list td {
    cursor: pointer;
}

label.det-head{
    font-weight:bold;
}

label.det-body{
    text-align:left !important;
}

div.result{
    margin-top: 20px;
    margin-bottom: 20px;
    padding:7px 7px;
}

h5{
    font-weight: 600;
}