/**************************
Grid System
**************************/
.grid-container {
	overflow: hidden;
	clear: both;
}
.grid12-1,
.grid12-2,
.grid12-3,
.grid12-4,
.grid12-5,
.grid12-6,
.grid12-7,
.grid12-8,
.grid12-9,
.grid12-10,
.grid12-11,
.grid-full {
	float: left;
	margin: 0 0.5%;
}
.grid12-1 {
	width: 7.33%;
}
.grid12-2 {
	width: 15.66%;
}
.grid12-3 {
	width: 24%;
}
.grid12-4 {
	width: 32.33%;
}
.grid12-5 {
	width: 40.66%;
}
.grid12-6 {
	width: 49%;
}
.grid12-7 {
	width: 57.33%;
}
.grid12-8 {
	width: 65.66%;
}
.grid12-9 {
	width: 74%;
}
.grid12-10 {
	width: 82.33%;
}
.grid12-11 {
	width: 90.66%;
}
.grid-full {
	width: 99%;
}
.grid12-1.no-gutter,
.grid12-2.no-gutter,
.grid12-3.no-gutter,
.grid12-4.no-gutter,
.grid12-5.no-gutter,
.grid12-6.no-gutter,
.grid12-7.no-gutter,
.grid12-8.no-gutter,
.grid12-9.no-gutter,
.grid12-10.no-gutter,
.grid12-11.no-gutter,
.grid-full.no-gutter {
	margin: 0;
}
.grid12-1.no-gutter {
	width: 8.33%;
}
.grid12-2.no-gutter {
	width: 16.66%;
}
.grid12-3.no-gutter {
	width: 25%;
}
.grid12-4.no-gutter {
	width: 33.33%;
}
.grid12-5.no-gutter {
	width: 41.66%;
}
.grid12-6.no-gutter {
	width: 50%;
}
.grid12-7.no-gutter {
	width: 58.33%;
}
.grid12-8.no-gutter {
	width: 66.66%;
}
.grid12-9.no-gutter {
	width: 75%;
}
.grid12-10.no-gutter {
	width: 83.33%;
}
.grid12-11.no-gutter {
	width: 91.66%;
}
.grid-full.no-gutter {
	width: 100%;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 5px;
	padding-right: 5px;
}

/**** Layout ****/
body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}
a,
a:focus,
a:hover {
	text-decoration: none;
	color: #53AB3B;
}
a:active,
a:hover {
	color: #006600;
}
p {
	margin-top: 0;
	margin-bottom: 15px;
}
a.pillButton {
	display: inline-block;
	vertical-align: middle;
	
}
a.pillButton,
input.pillButton {
	background: none #53AB3B;
	height: 36px;
	line-height: 36px;
	color: #ffffff;
	padding: 0 20px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	border: none;
	box-sizing: border-box;
	border-radius: 6px;
}
.pillButton.small {
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	border-radius: 4px;
}
.pillButton.large {
	padding: 0 30px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	border-radius: 8px;
}
.buttons .pillButton {
	margin: 0.2em 0 0.5em 0;
}
a.pillButton.dark,
.pillButton.dark {
	background: none #333333;
	color: #ffffff;
}
a.pillButton:hover,
input.pillButton:hover {
	background-color: #000000;
	text-decoration: none;
}
div.form .errorSummary {
	border: 1px solid #C00;
}
div.form .RememberMe label {
	display: inline;
}
.buttons input.pillButton {
	width: 100%;
	max-width: 200px;
}
.checkboxRow {
	margin-top: 10px;
}

/**** Grid ****/
.grid-view table.items th {
	background: none #53AB3B;
}
.grid-view table.items thead tr th:first-child {
	border-top-left-radius: 5px;
}
.grid-view table.items thead tr th:last-child {
	border-top-right-radius: 5px;
}
.grid-view table.items tbody tr {
	cursor: pointer;
}
.grid-view table.items tr.odd {
    background-color: #eeffe9;
}
.grid-view table.items th, 
.grid-view table.items th a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
}

/**** Header ****/
.donate-outer .container {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.donateBox {
	max-width: 200px;
	float: right;
	width: 100%;
	font-size: 12px;
	text-align: center;
}
#header {
	background-color: #53AB3B;
	padding: 10px 0;
}
#mainmenu {
	background-color: #333333;
	font-size: 12px;
}
#mainmenu .menu-text {
	float: left;
	color: #ffffff;
	padding: 10px 0 10px 0;
}
#mainmenu ul {
	list-style: none;
	margin: 0 0 0 60px;
	padding: 0;
	overflow: hidden;
	padding: 10px 0 0;
}
#mainmenu li {
	float: left;
	padding: 0 10px;
	margin-bottom: 10px;
	border-right: 1px solid #53AB3B;	
}
#mainmenu li a {
	color: #ffffff;
	font-weight: normal;
	border-bottom: 1px dotted #888888;
	
}
#mainmenu li a:hover {
	color: #53AB3B;
}
#mainmenu li.last {
	border-right: none;
}

/**** Grid / Pagination ****/
.form-control:focus {
	border-color: #53AB3B;
}
select.form-control  {
	padding: 0;
}
.grid-view table.items tr.odd {
	background-color: #E7F4E5;
}
ul.yiiPager a:hover {
	border: 1px solid #333333;
}
ul.yiiPager a:link, ul.yiiPager a:visited {
	color: #000000;
	border: 1px solid #53AB3B;
}
ul.yiiPager .selected a {
	background-color: #53AB3B;
	color: #ffffff;
}
.grid-view .pager {
	margin-top: 15px;
}

.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
	background-color: #53AB3B;
	border-color: #53AB3B;
}
.pagination>li>a,
.pagination>li>span,
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus {
	color: #333333;
}

/**** Header ****/
#logo {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 38px;
}

/**** Footer ****/
#footer {
	text-align: center;
	background-color: #53AB3B;
	color: #ffffff;
}

/**** Tiles ****/
.tiles {
	margin-bottom: 30px;
}
.clear {
	clear: both;
}
.tile-event {
	background-color: #ffffff;
	font-size: 12px;
	display: block;
}
.tile-event .tile-inner {
	border: 1px solid #d5d5d5;
	overflow: hidden;
	display: block;
}
.tile-event .info-image,
.tile-event .info-text {
	width: 50%;
	float: left;
	position: relative;
	min-height: 225px;
	height: auto !important;
	height: 225px;
	display: block;
}
.tile-event.tile-carousel .info-image {
	width: 100%;
}
.tile-event.tile-carousel .info-text {
	width: auto;
}
.tile-event .info-image {
	background-color: #888888;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.tile-event .logo-image .info-image {
	background-color: #ffffff;
	background-position: center center;
	background-size: cover;
	opacity: 0.3;
}
.tile-event .info-image-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	padding: 8px;
	opacity: 0.85;
    filter: alpha(opacity=85); /* For IE8 and earlier */
	background-color: #333333;
	color: #ffffff;
	text-transform: uppercase;
	text-align: right;
}
.tile-event span {
	display: block;
}
.info-image-bottom-location,
.info-image-bottom-venue {
	font-size: 10px;
}
.info-image-bottom-date {
	font-weight: bold;
}
.info-text {
	color: #333333;
}
.info-text h3 {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 5px;
}
.info-text-genre {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
/*.owl-item .logo-image .info-text-genre,
.owl-item .logo-image .info-text h4,
.owl-item .logo-image .info-text h3 {
	text-shadow: -1px 0 #999999, 0 1px #999999, 1px 0 #999999, 0 -1px #999999;
	color: #000000;
}*/
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.owl-nav {
	display: none;
}
.owl-item .info-text-genre,
.owl-item .info-text h4,
.owl-item .info-text h3 {
	text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
	color: #ffffff;
	font-weight: bold;
}
.info-text h4 {
	font-weight: normal;
}
.info-text-inner {
	margin: 10px;
}
.owl-carousel .grid12-4 {
	width: 452px;
	margin: 0;
}
.slider-container {
	padding: 20px;
}
.slider-outer {
	background: #f3f3f3;
}
.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	margin-top: 17px;
	font-size: 34px;
	line-height: 34px;
}
.owl-prev {
	left: -40px;
	text-indent: -9999px;
}
.owl-next {
	right: -40px;
	text-indent: -9999px;
}
.owl-next::after {
	font-size: 34px;
	line-height: 34px;
	content: ">";
}
.owl-prev::after {
	font-size: 34px;
	line-height: 34px;
	content: "<";
}
.boxes-title {
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}
.organiserLogo img {
	max-width: 250px;
}
.organiserLogo {
	float: right;
	margin: 0 0 15px 15px;
}
.breadcrumbs-container {
	margin-top: 10px;
	margin-bottom: 10px;
}
.title-link-container {
	position: relative;
}
.title-link-container .title-links {
	position: absolute;
	right: 20px;
	top: 22px;
}

/**** Home ****/
.home-bottom {
	padding: 10px;
	background: #eeeeee;
	margin: 10px 0;
}

/**** Entry pages ****/
.eventContent {
	margin-bottom: 20px;
}
.addthis_toolbox {
	margin-bottom: 15px;
}
.eventDetailBox {
	border-radius: 5px;
	padding: 20px;
	border: 1px solid #DDDDDD;
	background-color: #efefef;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.eventDetailBox hr {
	border-top: 1px solid #dddddd;
}
.eventDetailBox .row:after {
	clear: none;
}
.eventDetailBox.post-box p {
	margin-bottom: 20px;
}
.eventDetailsLeft,
.eventDetailsRight {
	margin-bottom: 15px;
}
.eventDetailBox h2 {
	margin-top: 0;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-bottom: 20px;
	font-family: 'Oswald', serif; 
}
.owl-item .info-text h4 {
	font-family: 'Oswald', serif; 
}
h1 a,
h1 a:hover {
	color: #ffffff;
}
h1 {
	margin-top: 0;
	font-size: 36px;
	padding: 20px;
	color: #ffffff;
	background-color: #999999;
	text-transform: uppercase;
	border-radius: 15px;
	vertical-align: middle;
}
h1 span {
	display: block;
	font-size: 26px;
}
.eventHeader h1 {
	/*max-width: 670px;*/
}
.entry-header {
	font-size: 26px;
	font-weight: bold;
}
h3 {
	margin-top: 7px;
}
h4 {
	margin-bottom: 5px;
	margin-top: 0;
}
.eventDetailBox label {
	font-weight: bold;
	margin-right: 15px;
	min-width: 100px;
}
.row {
	margin: 0;
}
.checkbox-row {
	width: auto;
	clear: both;
}
.image-form {
	margin-bottom: 15px;
}
div.form .checkbox-row label {
	display: inline-block;
}
div.form .checkbox-row input {
	float: left;
	margin-right: 8px;
}
#Trader_Services,
#Trader_Coverage {
	border: 1px solid #cccccc;
	padding: 10px;
	background-color: #dedede;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 3px;
}
div.form .row,
.eventDetailBox .row {
	margin-bottom: 15px;
}
.eventDetailBox .row:last-child {
	margin-bottom: 0;
}
.center-link {
	text-align: center;
}
.center-link a {
	display: block;
	color: #ffffff;
	background-color: #777777;
	margin-top: 10px;
	line-height: 50px;
	height: 50px;
	padding: 0 10px;
	border-radius: 10px;
	font-size: 16px;
}
.center-link a:hover {
	text-decoration: none;
	background: #999999;
}

/**** Summary Table ****/
.reviewTable .summary-column {
	width: 50%;
	float: left;
}
.reviewTable .summary-column.Name,
.reviewTable .summary-column.AuthorName {
	text-align: right;
}
.statList .stat,
.summaryTable .summaryRow {
	clear: both;
	padding-bottom: 8px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 8px;
	overflow: hidden;
}
.summaryTable .summaryRow:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.summaryRow .DateFromFormatted {
	width: 33.33%;
	float: left;
}
.summaryRow .Title {
	width: 66.66%;
	text-align: right;
	float: left;
}
.summaryRow .OrganiserNameFormatted,
.summaryRow .SiteNameFormatted {
	text-align: right;
}
.entryTable .col1 {
	float: left;
	width: 100px;
}
.entryTable .col1 img {
	width: 100%;
}
.entryTable .col2 {
	margin-left: 110px;
	min-height: 100px;
}
.entryTable .col2 .name a {
	font-weight: bold;
}
.entryTable .col1 .genre,
.entryTable .col1 .region {
	font-size: 10px;
	color: #ffffff;
	background-color: #666666;
	line-height: 16px;
	height: 16px;
	width: 100px;
	text-align: center;
}
.entryTable .col1 .genre {
	margin-bottom: 1px;
}
.entryTable .col1 .region {
	margin-top: 1px;
}
.entryTable .col1 .image {
	max-height: 70px;
	overflow: hidden;
}
.entry-row {
	height: 114px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
}
.entryTable .boxes-title {
	margin-bottom: 15px;
}
.entry-row:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
a.thumb-holder {
	display: block;
	width: 100px;
	height: 70px;
	background-color: #dddddd;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #cccccc;
	line-height: 70px;
	overflow: hidden;
}
a.thumbholder:hover {
	color: #cccccc;
	text-decoration: none;
}
.home-lists-container {
	padding-top: 10px;
}
.top-banner {
	text-align: right;
}
img.hbanner {
	width: 100%;
	max-width: 468px;
}
.statList .stat label,
.statList .stat span {
	width: 50%;
	float: left;
	margin-right: 0;
}
.statList .stat span {
	text-align: right;
}
.eventMapContent {
	margin-bottom: 20px;
}
.imageContainer {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.fields {
	margin-left: 175px;
}
#eventForm input[type="text"],
#eventForm input[type="password"],
#eventForm select {
	line-height: 26px;
	height: 26px;
	padding: inherit 4px;
}
#eventForm input[type="text"],
#eventForm input[type="password"],
#eventForm select,
#eventForm textarea {
	width: 100%;
	max-width: 250px;
	margin: 0 0 5px 0;
	border-radius: 4px;
	border: 1px solid #a9a9a9;
	padding-left: 8px;
	padding-right: 8px;
}
#eventForm textarea {
	max-width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.select2 {
	margin-bottom: 5px;
}
input[type=radio],
input[type=checkbox] {
	margin: 0 0 5px 0;
	line-height: 26px;
	height: 26px;
}
.captchaImage > img {
	margin: 0 5px 10px 0;
	border: 1px solid #a9a9a9;
	border-radius: 4px;
}
#eventForm textarea {
	height: 150px;
}
.gap-right {
	margin-right: 15px;
}
#eventList {
	margin-bottom: 20px;
}
.google-map,
.googleMap {
	width: 100% !important;
	height: 250px;
}
.google-map.big {
	height: 450px;
}
div.form .checkboxRow label {
	float: left;
}
.entry-slider {
	margin-bottom: 20px;
} 
#eventForm input.hasDatepicker[type="text"] {
	max-width: 95px;
}
.dates-row span.to-spacer {
	margin: 0 20px 0 19px;
}
#eventForm label {
	float: left;
	max-width: 160px;
	width: 100%;
	min-height: 26px;
	margin-top: 0;
	margin-bottom: 5px;
}
span.tick {
	width: 16px;
	height: 16px;
	background: url("/images/tick_cross.png") no-repeat scroll center top transparent;
	display: block;
	float: left;
	margin: 2px 10px 7px 0;
}
span.cross {
	width: 16px;
	height: 16px;
	background: url("/images/tick_cross.png") no-repeat scroll center bottom transparent;
	display: block;
	float: left;
	margin: 2px 10px 7px 0;
}
/*.flash {
	border: 1px solid #00ff00;
	text-align: center;
	color: #000000;
	background-color: #ddff99;
	padding: 10px;
	margin-bottom: 20px;
}*/

/**** Side Options ****/
.side-options {
	position: fixed;
	right: 0;
	top: 50px;
	width: 150px;
	border: 1px solid #333333;
	padding: 20px;
	background-color: #ffffff;
}
.side-options .open-button {
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	border: 1px solid #333333;
	left: -50px;
	top: -1px;
}
.user-option {
	margin: 5px 0;
}
.user-option a {
	color: #333333;
	line-height: 20px;
}
.user-option a:hover {
	color: #000000;
	text-decoration: none;
}
.user-option img {
	margin-right: 5px;
}
.entry-icon {
	margin-right: 10px;
}
.saveSuccess {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 15px 0 15px 0;
	color: #00aa00;
	font-weight: bold;
}
.bookmark-options {
	margin-top: 10px;
}
.ratingStars {
	margin-top: 4px;
	margin-bottom: 7px;
}
.row.review-row {
	margin-bottom: 15px;
}
#fancybox-close {
	right: -30px;
}
.follow-btns {
	float: right;
	padding: 10px 0;
}
.follow-btns span {
	color: #ffffff;
	margin-right: 5px;
}
.follow-btns span.separator {
	margin: 0 10px;
}
.follow-btns a {
	margin-left: 5px;
}
.follow-btns a:hover img {
	opacity: 0.8;
}
.bottom-ad {
	padding: 0 20px;
}
/*.bottom-ad img {
	width: 100%;
    height: auto;
    max-width: 728px;
}
.bottom-ad img.mobile-banner {
	max-width: 300px;
}*/
.daterangepicker td.in-range {
    background-color: #E7F4E5;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #53AB3B;
}
.entry-text {
	word-wrap: break-word;
}
.index-description {
	padding-top: 15px;
}
.bottom-ad a {
	margin-top: 3px;
}
.bottom-ad a img:hover {
	opacity: 0.8;
}
.post-featured-image {
	text-align: center;
}
.post-featured-image .imageContainer {
	float: none;
	margin-right: 0;
}
.blog-featured-thumb {
	float: right;
    margin: 0 0 15px 15px;
}
.blog-featured-thumb img {
	max-width: 200px;
	width: 100%;
}
.side-menu ul {
	padding: 0;
}
.side-menu li {
	list-style: none;
	border-top: 1px dotted #dddddd;
	padding: 6px 0;
}
.side-menu {
	border-radius: 10px;
    padding: 20px;
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.side-menu li:first-child {
	border-top: none;
}
.side-menu li.active a,
.side-menu li.active a:hover {
	color: #000000;
}
.side-menu li > span {
	display: block;
	font-weight: 500;
    line-height: 1.1;
	font-size: 18px;
	margin-bottom: 5px;
}
.post-links {
	margin-bottom: 20px;
	margin-top: 20px;
}
.prev-link,
.next-link,
.parent-link {
	
}
.page-image {
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	background-color: #efefef;
	padding: 10px;
}
.page-image img {
	width: 100%;
	border-radius: 4px;
}
.page-image .image-label {
	font-size: 12px;
}
.prev-link {
	float: left;
}
.parent-link {
	text-align: center;
}
.next-link {
	float: right;
}
.prev-link i {
	margin-rigt: 10px;
}
.next-link i {
	margin-left: 10px;
}
.referral {
	margin-top: 5px;
}
.referral span {
	font-weight: bold;
}
.ad-container {
	text-align: center;
	padding-top: 10px;
	display: inline;
	margin: 0 auto;
}
.sidebar-ad {
	text-align: center;
	padding-bottom: 10px;
}

@media only screen and (min-width: 992px)  {
	.checkbox-row {
		width: 50%;
	}
}
@media only screen and (min-width: 768px)  {
	.checkbox-row {
		width: 33.33%;
		float: left;
		clear: none;
	}
}
@media only screen and (max-width: 767px)  {
	.grid12-1.no-gutter,
	.grid12-2.no-gutter,
	.grid12-3.no-gutter,
	.grid12-4.no-gutter,
	.grid12-5.no-gutter,
	.grid12-6.no-gutter,
	.grid12-7.no-gutter,
	.grid12-8.no-gutter,
	.grid12-9.no-gutter,
	.grid12-10.no-gutter,
	.grid12-11.no-gutter,
	.grid-full.no-gutter {
		width: 100%;
	}
	.grid12-1,
	.grid12-2,
	.grid12-3,
	.grid12-4,
	.grid12-5,
	.grid12-6,
	.grid12-7,
	.grid12-8,
	.grid12-9,
	.grid12-10,
	.grid12-11,
	.grid-full {
		width: 99%;
		float: none;
	}
	
	.filterCheckbox input {
		clear: left;
	}
	div.form input[type="text"],
	div.form input[type="password"],
	div.form textarea,
	div.form select {
		width: 100%;
		box-sizing: border-box;
	}
	#eventForm label {
		max-width: none;
	}
	#logo {
		text-align: center;
	}
	.follow-btns {
		float: none;
		text-align: center;
	}
	.follow-btns a img {
		width: 25px;
		height: 25px;
	}
	.fields {
		margin-left: 0;
	}
	a.pillButton,
	input.pillButton {
		padding: 0 10px;
	}
	h1 {
		font-size: 32px;
	}
	.pagination.pull-right {
		float: none !important;
	}
	.google-map.big {
		height: 250px;
	}
}
@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) {
	#eventList thead tr.filters {
		position: relative;
		top: auto;
		left: auto;
	}
	#eventList thead tr.filters td {
		border-bottom: none;
		padding-top: 0;
		padding-bottom: 8px;
	}
	#eventList thead tr.filters td:first-child {
		padding-top: 8px;
	}
	#eventList thead tr.filters td:last-child {
		display: none;
	}
	#yw0 td:nth-of-type(5):before {
		content: " " !important;
	}
}