h2.tribe-events-page-title, h2.tribe-events-single-event-title {
    font-size: 3.5em !important;
    font-weight: bold;
    line-height: 90% !important;
    text-transform: uppercase;
	color: #28363C;
}

div.tribe-events-event-image {
	padding: 4px;
	border: 1px solid #BDBDBD;
}

div.single-tribe-img div{
	text-align: center !important;
}

div.tribe-events-single {
	margin: 0 10px 0 5px;
}

#EventCountry, #EventStartDate, #EventEndDate{
    width: 220px !important;
}

#recurrence_end{
    width: 220px;
}

#allDayCheckbox {
    -webkit-appearance: checkbox !important;
}

span.timeofdayoptions select{
    width: 50px !important;
}

tr.recurrence-row select {
    width: 150px !important;
	height: 30px !important;
}

tr.recurrence-row input#recurrence_end_count {
    display: inline-block !important;
}

div.events-community-post-content textarea{
    width: 100% !important;
	height: 200px !important;
}

.events-community-submit {
    width: auto;
    padding: 5px 1em;
    margin: 10px 0px 0px;
    font-size: 0.8em;
    border-width: 1px !important;
    border-style: solid !important;
    border-right: 1px solid #ADADAD !important;
    border-color: #ECECEC #ADADAD #ADADAD #ECECEC !important;
    -moz-border-top-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    border-image: none !important;
}

@media only screen and (max-width : 468px) {

    #tribe-community-events {
	   padding: 0 5px;
	}

	#tribe-events {
	   margin-right:7px;
	   padding-right:7px;
	}
	
}