#header h1 {
    font-size: 20px;
}

.rush-schedule-item {
    padding: .7em 50px .7em 5px;
    font-size: 12px;
}


.rush-schedule-time {
    display: inline;
    min-height: 100%
}

.rush-schedule-event {
    display: inline;
    height: 100%
}

#call-rick-text p {
    text-align: center
}

#contact p {
    text-align: center;
}

.ui-bar-b {
    border:1px solid #a02d2b;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#a02d2b),to(#6f2221)) !important;
    background-image: -webkit-linear-gradient(top,#a02d2b,#6f2221) !important;
    background-image: -moz-linear-gradient(top,#a02d2b,#6f2221) !important;
    background-image: -ms-linear-gradient(top,#a02d2b,#6f2221) !important;
    background-image: -o-linear-gradient(top,#a02d2b,#6f2221) !important;
    background-image: linear-gradient(top,#a02d2b,#6f2221) !important;
}

.ui-btn-active {
	border: 1px solid #a02d2b  !important;
	text-shadow: 0 -1px 1px #a02d2b  !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#396b9e), to(#4e89c5));
	background-image: -webkit-linear-gradient(top,#a02d2b,#6f2221) !important;
	background-image:    -moz-linear-gradient(top,#a02d2b,#6f2221)  !important;
	background-image:     -ms-linear-gradient(top,#a02d2b,#6f2221)  !important;
	background-image:      -o-linear-gradient(top,#a02d2b,#6f2221)  !important;
	background-image:         linear-gradient(top,#a02d2b,#6f2221)  !important;
}

