﻿
.template_main_color{
    color:#317EE4!important;
}
.template_main_back{
    background-color:#317EE4!important;
}
.template_main_border{
    border-color:#317EE4!important;
}


.template_sub_color{
    color:#FF0909!important;
}
.template_sub_back{
    background-color:#FF0909!important;
}
.template_sub_border{
    border-color:#FF0909!important;
}


.template_rgb_color{
    color:rgba(49,126,228,0.7)!important;
}
.template_rgb_back{
    background-color:rgba(49,126,228,0.7)!important;
}
.template_rgb_pseudo:before,.template_rgb_pseudo:after{
    background:rgba(49,126,228,0.7)!important;
}
.template_rgb_border{
    border-color:rgba(49,126,228,0.7)!important;
}