﻿.right3Point 
{
    padding-right: 3px;
}

.top5Point
{
    padding-top: 5px;
}

.top7Point
{
    padding-top: 7px;
}

.top10Point
{
    padding-top: 10px;
}

.cancelButton {
    background-color: lightgray;
    color: black;
    font-family: Arial, 'Times New Roman';
    font-size: 9pt;
    font-weight: bold;
}

.notifiedButton {
    border-radius: 5px;
    border-color: violet;
    background-color: lightblue;
}

.incomeTypeSelect a {
    color: black;
    background-color: lightblue;
}

.item-no-border table,
.item-no-border th,
.item-no-border tr,
.item-no-border td {
    border: none !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    border-width: 0 !important;
    border-style: none !important;
    padding: 0 !important;
}



