﻿.dtable {
    width: 100%;
}

.dtable th {
    background-color: #26648b;
    color: white;
    padding: 10px;
}

.dtable td {
    padding: 10px;
}