#teaserBoxContainer {
	margin: 0 auto;
}

table#teaserboxCalendar {
	margin-bottom: 0;
}

table#teaserboxCalendar tr.row:before, 
table#teaserboxCalendar tr.row:after {
	content: normal;
}

#teaserBoxContainer fieldset {
	padding-bottom: 0;
}

button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
 
  color: white; }

.teaser-dates input, .teaser-promo {
	margin-right: 5px !important;
}  

.teaser-button {
	padding: 15px 10px 28px 10px;
}
  
@media only screen and (max-width: 767px) {
	.teaser-dates, .teaser-dates input {
		width: 100% !important;
		padding-bottom: 5px;
		margin-right: 0;
	}
	.teaser-promo {
		width: 100% !important;
		margin-bottom: 5px !important;
		margin-right: 0;
	}
	.teaser-dropdown {
		width: 45% !important;
		margin-bottom: 5px !important;
	}
	.teaser-button {
		padding: 0 10px;
	}
}