
.fontColor{
    color: #000 !important;
}
.fontStyle{
font-family: sans-serif;
text-align: justify;
}

.cmdimg img
{
	border: 1px solid #17479e;
    /*border-radius: 18px;*/
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}


.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.bgRed
{
	background-color: #d71920;
    color: #fff;
}

.bgYellow
{
	background-color: yellow;
    color: #000;

}

.bgBlue
{
	background-color: #17479e;
}

.bgSkyBlue
{
    background-color: #7eddf7;
    color: #000;
}
.bgGreen
{
    background-color: #beb72b;
    color: #000;
}