.highlight {
    background:#c6f8d1 !important;
}
.bg-bisque {
	background:#FFE4C4 !important;
}
.bg-azure {
	background:#F0FFFF !important;
}
.bg-lightgray {
	background:#D3D3D3 !important;
}
.border-azure {
	border-color: #C1DDDD !important;
}
.text-white-hover:hover {
	color: #fff !important
}
.text-black {
	color: #000 !important
}
.highlight-color-green {
	color: green;
    font-size: 10px;
    font-style: italic;
}
.highlight-color-red {
	color: red;
    font-size: 10px;
    font-style: italic;
}
.highlight-color-blue {
	color: blue;
    font-size: 10px;
    font-style: italic;
}