﻿
/*Gridview Center*/
table {
    max-width: 100%;
    background-color: transparent;
    text-align: center;
}

th {
    text-align: center;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

table caption {
    text-align: right;
}
