.trv_wp_webinar_list_entry {
	display: grid;
	width: 100%;
  	height: 100%;
  	grid-template-columns: 30px 1fr;
   	grid-template-rows: 1fr;
   	column-gap: 4px;
   	padding:10px;
   	line-height: 1.4em;
}

.trv_wp_selected_webinar {
	margin: 20px 0 10px;
}

.trv_wp_webinar_list_selectable {
	cursor: pointer;
}

.trv_wp_webinar_list_selectable:hover {
	background-color: #eee;
	border-radius: 10px;
	margin-right: 20px;	
}