﻿table.DBTable {
    table-layout: fixed;
    width: 100%;
}

table.DBTable th {
    text-align: center;
    word-break: break-all;
    padding: 2px !important;
}

table.DBTable td {
    vertical-align: middle !important;
    padding: 2px !important;
}

table.DBTable a:link {
    text-decoration: none;
}

table.DBTable a:hover {
    text-decoration: none;
}

table.DBTable td.DBActionTD {
    overflow: visible;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}