
.template_main_color{
    color:#8CBA34!important;
}
.template_main_back{
    background-color:#8CBA34!important;
}
.template_main_border{
    border-color:#8CBA34!important;
}


.template_sub_color{
    color:#006AB8!important;
}
.template_sub_back{
    background-color:#006AB8!important;
}
.template_sub_border{
    border-color:#006AB8!important;
}


.template_rgb_color{
    color:rgba(140,186,52,0.8)!important;
}
.template_rgb_back{
    background-color:rgba(140,186,52,0.8)!important;
}
.template_rgb_pseudo:before,.template_rgb_pseudo:after{
    background:rgba(140,186,52,0.8)!important;
}
.template_rgb_border{
    border-color:rgba(140,186,52,0.8)!important;
}