﻿.c-event-item {
    padding-left: 10px;
    margin-bottom: 10px;
}

.c-event-over {
    background-color: #FFFFCC;
    font-weight: bold;
    color: black;
}

.c-event-over > .description {
    font-weight: normal;
}

.c-event {
   /* background-color: #ffffff;  */
    font-family  :Georgia, Arial Unicode MS, "Times New Roman", Times, serif;
    color: #FF0000;
    font-weight: bold;
    cursor: pointer;
}

.imgButton {
    height:17px;
    width:23px;
}

.c-event-item .title {          /* this for event title*/
   font-family  :Georgia, Arial Unicode MS, "Times New Roman", Times, serif;
   font-size:15px;
   text-decoration:none;
   font-weight:normal;
   text-align: justify;
   color: #FF0000;
   line-height:1.8;
}

.c-event-item .description {               /* this for event summary*/
   font-family  :Georgia, Arial Unicode MS, "Times New Roman", Times, serif;
   font-size:14px;
   text-decoration:none;
   color:#626262;
   font-weight:normal;
   text-align: justify;
   line-height:1.8;
   margin-left: 2px;
   margin-right: 5px;
 
}

.paddingTop {
   padding-top: 10px;
}

.fontWhite {
    visibility:hidden;
}