table.dataTable tbody tr td {
    vertical-align: middle;
}

table.dataTable .text-muted {
    color: lightgrey;
}

.page-break {
    page-break-before: always;
}

table.dataTable .col-10pct {
    width: 10%;
}

table.dataTable .col-20pct {
    width: 20%;
}

table.dataTable .col-30pct {
    width: 30%;
}
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.alert-link{
    text-decoration: underline;
}
.ullinks a{
    text-decoration: underline;
}