@media (max-width: 700px) {
	#administrate-event-table {
		overflow: scroll;
	}
}

#administrate-event-lister .administrate-row-odd {
 	background: #eee;
 }
 
 #administrate-event-lister .administrate-row-even {
 	background: #fff;
 }

/* sort filter table */
#administrate-event-table form{
	text-align: left;
}

.administrate-sort-filter-table:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.administrate-sort-filter-table form {
	text-align: center;
	border-bottom: none;
	margin-bottom: 1em;
}
.administrate-sort-filter-table form p {
	display: inline;
	margin-bottom: 0;	
}
.administrate-sort-filter-table table {
	border: none;
	margin-bottom: 0;
	width: 100%;
}
.administrate-sort-filter-table table td,
.administrate-sort-filter-table table th
{
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 0.5em;
	vertical-align: middle;
}
.administrate-sort-filter-table table thead th {
	cursor: pointer;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	white-space: nowrap;
	vertical-align: bottom;
	padding-left: 1.5em;
	line-height: 1.25em;
}
.administrate-sort-filter-table table tbody .administrate-alt {
	background: #eee;	
}
.administrate-sort-filter-table table .header,
.administrate-sort-filter-table table .tablesorter-header {
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-repeat: no-repeat;
	background-position: 0 0.75em;
}
.administrate-sort-filter-table table .sorter-false {
	background-image: none !important;
	padding-left: 0.5em;
}
.administrate-sort-filter-table table .headerDesc,
.administrate-sort-filter-table table .tablesorter-headerDesc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
.administrate-sort-filter-table table .headerAsc,
.administrate-sort-filter-table table .tablesorter-headerAsc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjBgCjP2ptn0WskLQA7);
}
.administrate-sort-filter-table .administrate-no-rows {
	display: none;
}
form.cc_submit_form {
    text-align:right;
}
form.cc_submit_form input[type=submit] {
    width: 30%;
}
/* ---------- NEW STYLING -------------- */
 .administrate-event-filters div {
     display: inline-block;
 }
 .entry-content a img, .entry-summary a img, .comment-content a img, .textwidget a img{
 	display: inline-block !important;
 }
 ul {
 	margin-left: 0 !important;
     list-style: none !important;
     list-style-type: none !important;
 }
 ul.events-container li:nth-child(odd) {
 	background: #eee; 
 }
 ul.events-container li:nth-child(even) {
 	background: #FFF; 
 }
 .events-container .slide-title{
 	font-weight: bold;
 }
 ul.event li, ul.sessions li {
 	background:inherit !important;
  }
  .slide-register {
  	display:none;
  }
  .event-content, .event-registration {
  	display: inline-block;
  }
  .event-content{
  	position:relative;
  	width: 100%;
  	padding:2em;
  }
  .event-registration{
  	position: absolute;
     right: 0;
     top: 0;
     padding: 4%;
     text-align: right;
  }
  a.administrate-event-table-register-link {
     padding: 5px 0px;
     display: inline-block;
 }
 .administrate-session-container {
 	display:none;
 	position:relative;
 }
 ul.event{
 	width:50%;
 }
 @media only screen and (max-width: 500px) {
 	.event-registration {
 		display: none;
 	}
 	.slide-register {
  		display:block;
  	}
 }
