﻿body {
}

.glyphicon-large {
    font-size: large;
}

.table-row-bordered-top-silver {
    border-style: solid;
    border-color: #C0C0C0;
    border-width: 4px 0px 0px 0px;
}

.table-row-bordered-bottom-silver {
    border-style: solid;
    border-color: #C0C0C0;
    border-width: 0px 0px 4px 0px;
}

.table-cell-text-left {
    text-align: left;
}

.table-cell-text-center {
    text-align: center;
}

.table-cell-bgLightYellow {
    background-color: #ffffe6;
}

.table-cell-bgWhite {
    background-color: white;
}
