﻿/**紫色**/
.Violet_news {
    border-radius: 5px;
    background: #BAB3D6 !important;
    color: #73143A;
    padding: 2px 12px;
}

/**紫色與白字**/
.purple_news {
    border-radius: 5px;
    background: #848abc !important;
    color: #FFFFFF;
    padding: 2px 12px;
}

/**膚色**/
.skin_news {
    border-radius: 5px;
    background: #F7C5B4 !important;
    color: #7B2626;
    padding: 2px 12px;
}

/**起司黃**/
.cheese_news {
    border-radius: 5px;
    background: #FBCC7E !important;
    color: #583802;
    padding: 2px 12px;
}

/**粉橘色**/
.lightorange_news {
    border-radius: 5px;
    background: #E87877 !important;
    color: #FFF;
    padding: 2px 12px;
}

/**橘色**/
.orange_news {
    border-radius: 5px;
    background: #FF7800 !important;
    color: #FFFFFF;
    padding: 2px 12px;
}

/**咖啡色**/
.coffee_news {
    border-radius: 5px;
    background: #987F4C !important;
    color: #FFFFFF;
    padding: 2px 12px;
}

/**紫紅色**/
.fuchsia_news {
    border-radius: 5px;
    background: #ca5089 !important;
    color: #FFFFFF;
    padding: 2px 12px;
}

/**黃綠色**/
.Olivine_news {
    border-radius: 5px;
    background: #C4BF66 !important;
    color: #6D581C;
    padding: 2px 12px;
}

/**綠色**/
.green_news {
    border-radius: 5px;
    background: #00a161 !important;
    color: #FFFFFF;
    padding: 2px 12px;
}

/**蒂芬妮綠**/
.Light_green_news {
    border-radius: 5px;
    background: #9BCDB5 !important;
    color: #125656;
    padding: 2px 12px;
}

/**亞麻綠**/
.linengreen_news {
    border-radius: 5px;
    background: #6A8047 !important;
    color: #FFFFFF;
    padding: 2px 12px;
}

/**藍綠色**/
.bluegreen_news {
    border-radius: 5px;
    background: #2A919E !important;
    color: #FFF;
    padding: 2px 12px;
}

/**淡藍色**/
.lightblue_news {
    border-radius: 5px;
    background: #a1cbed !important;
    color: #FFFFFF;
    padding: 2px 12px;
}


/**湖水藍**/
.bluelake_news {
    border-radius: 5px;
    background: #5bc2d9 !important;
    color: #FFFFFF;
    padding: 2px 12px;
}

/**深藍色**/
.navyblue_news {
    border-radius: 5px;
    background: #4978b3 !important;
    color: #FFF;
    padding: 2px 12px;
}

/**藍黑色**/
.blueblack_news {
    border-radius: 5px;
    background: #54717F !important;
    color: #FFFFFF;
    padding: 2px 12px;
}

/**中灰色**/
.midgray_news {
    border-radius: 5px;
    background: #AAA9A9 !important;
    color: #FFF;
    padding: 2px 12px;
}

/**深灰色**/
.darkgray_news {
    border-radius: 5px;
    background: #636363 !important;
    color: #FFF;
    padding: 2px 12px;
}

.good_news {
    border-radius: 5px;
    background: #20AEE5 !important;
    color: #FFF;
    padding: 2px 12px;
}

.outside_school {
    border-radius: 5px;
    background: #8CC66D !important;
    color: #FFFFC2;
    padding: 2px 12px;
}

.bulletin {
    background: #E7508C !important;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 2px 12px;
}
