@charset "utf-8";
/* CSS Document */

/***** Color *****/
.default-color {color:#505050!important;}
.featured-color {color:#f28056!important;}
.white-color {color:#FFF!important;}
.blue-color {color:#0f9cb9!important;}

a:hover .default-color,a:hover.default-color {color:#0f9cb9!important;}
.selected .white-color,a:hover.white-color {color:#0f9cb9!important;}


/***** Background *****/
.black-background { background:#202020!important;}
.blue-background {background:#0f9cb9!important;}