/* Add in your custom CSS here and it will overwrite all default style in Continuum */
#next-event-quick {
 border-radius: 5px;
 background: #eee;
 padding: 0.2em;
 text-align:right;
 box-shadow: 1px 1px 2px 1px #777 inset;
}

#next-event-quick h1 {
 font-size: 1.5em;
}
#next-event-quick h1 a {
 text-shadow: none;
 color:black;
}

#next-event-quick ul li {
 display: inline;
}
#next-event-quick ul li a {
 color: #ccc;
 background: #2C4365;
 padding: 0.4em;
 border-radius: 5px;
 border: 1px solid #416294; 
}
#next-event-quick ul li a:hover {
 color: #fff;
 background: #4e6587;
}