.modal-huge {
    width: 95% !important;
}

.tab-content {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
}

/* Added for displaying image control on table cells with details-control class. Used to show hide detail child rows. */
table.dataTable td.details-control {
    background: url("/epa/Style%20Library/SOICore/Styles/DataTables/images/details_open.png") no-repeat center center;
    cursor: pointer; }

table.dataTable tr.shown td.details-control {
    background: url("/epa/Style%20Library/SOICore/Styles/DataTables/images/details_close.png") no-repeat center center; }

.dt-buttons button {
	margin-left: 10px;
}