/*
  This Day In History Plugin CSS
*/


/* Admin Screens */

.column-event_date { width: 10%; }

.column-event_name { width: 60% }

.column-event_modified { width: 15% }

.column-event_type { width: 15%; }


/* Widget */

ul.tdih .tdih_event_type { 
	font-weight: bold; 
	list-style-type: none; 
	max-height: 250px;
	overflow: auto!important;
}



/* tdih Shortcode */

ul.tdih_list .tdih_event_type { font-weight: bold; list-style-type: none; height: 50px;}


/* tdih_tab Shortcode */

.tdih_table .tdih_event_date, .tdih_table .tdih_event_type { white-space: nowrap; height: 50px;}

