/* Base */
html, body {
    font-family: "Microsoft JhengHei", "Helvetica Neue", "Noto Sans", Helvetica,Arial, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

/* Background */
.gjunAPPbg {
    background-color: #E00422;
}
.gjunAPPContent {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffed8c+0,fefcea+21,fefcea+100 */
    background: rgb(255,237,140); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,237,140,1) 0%, rgba(254,252,234,1) 21%, rgba(254,252,234,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,237,140,1) 0%,rgba(254,252,234,1) 21%,rgba(254,252,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,237,140,1) 0%,rgba(254,252,234,1) 21%,rgba(254,252,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffed8c', endColorstr='#fefcea',GradientType=0 ); /* IE6-9 */

}
.eventContent {
    line-height: 24px;
}
.eventTitle {
    color: rgba(0,0,0,1.0);
    font-weight: bolder;
}
.eventDescription {
   color: rgba(0,0,0,0.64); 
}