/* _css/calendar_color_codes.css for CESEI.org
   calendar portal color codes styles */
   
.portal-event-cesei{
   color: #090e49;
   }
.portal-event-edu{
   color: #0f3f22;
   }
.portal-event-healthcare{
   color: #490909;
   }
.portal-event-research{
   color: #484909;
   }

#portal-legend{
   padding: 0 5px;
   float: right;
   }
#portal-legend span{
   margin-right: 5px
   }
.portal-legend{
   position: relative;
   top: 1px;
   width: 10px;
   height: 10px;
   margin-right: 5px;
   }
.portal-legend-cesei{
   background-color: #090e49;
   }
.portal-legend-edu{
   background-color: #0f3f22;
   }
.portal-legend-healthcare{
   background-color: #490909;
   }
.portal-legend-research{
   background-color: #484909;
   }
   