.template-color-grey {
    color:black !important;
    background-color: #e2dede !important;
}
.template-color-yellow {
    color:black !important;
    background-color: #f8e41d !important;
}
.template-color-white {
    color:black !important;
    background-color: #FFFFFF !important;
}
.template-color-transparent {
    color:black !important;
    background-color: transparent !important;
}