/* ##### BLACK ##### */
.background-black {background-color: #000000 !important}
.text-black {color: #000000 !important}
.text-black * {color: #000000 !important}

/* ##### LIGHT GREY ##### */
.background-light-grey {background-color: #999999 !important}
.text-light-grey {color: #999999 !important}
.text-light-grey * {color: #999999 !important}

/* ##### WHITE ##### */
.background-white {background-color: #ffffff !important}
.text-white {color: #ffffff !important}
.text-white * {color: #ffffff !important}

