/**
 * Custom styles for realy-simple-events plugin
 * Author: Huntly Cameron
 * Website: http://www.huntlycameron.co.uk/
 */
 .wrap #upcoming-events td.actions,
 .wrap #past-events td.actions{
	 text-align: right;
 }

 .hidden{
	 display: none;
 }


/** Cal can go under the admin bar in the backend, up the cal z-index **/
 .wp-admin #ui-datepicker-div{
    z-index: 100000 !important;

 }
 .hc_rse_events_table{
 	max-width: 800px;
 }
 .hc_rse_events_table td{
 	margin: 0px;
 	padding: 0px;
 }
 .hc_rse_events_table td.hc_rse_date{
 	width: 110px;
 }
  .hc_rse_events_table td.hc_rse_title{
 	font-weight: bold;
 }
 .hc_rse_events_table td.hc_rse_extra_info{
 	font-size: 0.8em;
 	width: 200px;
 }