﻿html, body {
    margin: 0;
    padding: 0;
    background-color: #f1f3f4;
    font: 14px Tahoma, Geneva, sans-serif;
}

h1, h2, h3, li {
    font-weight: normal;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

p {
    font-size: 14px;
}

li {
    font-size: 14px;
}

.centered {
    margin: 0 auto;
    float: none;
}

.dxgvTable caption {
    color: forestgreen !important;
}

/*Using Metropolis theme*/
.dxgvHeader_Metropolis {
    font-weight: bold !important;
    color: white !important;
    background-color: forestgreen !important;
}

/*Using Metropolis theme*/
.dxgvAlternatingRow_Metropolis {
    background-color: ivory !important;
}

.captionstyle_om {
    font-weight: bold !important;
    color: forestgreen !important;
}

