.headline_inner h1 {
	font-size: 32px;
	text-transform: uppercase;
	color: #0067B1;
	margin: 0px !important;
}
.headline {
	background-color: white !important;
	box-shadow: none !important;
	-moz-box-shadow: 0px !important;
	-webkit-box-shadow: 0px !important;
}
#header, .cmsms_breadcrumbs {
	display: none !important;
}
#bottom, #footer {
	display: none;
}
#middle {
	padding-top:  0px !important;
}
.detail-tbl {
	width: 100%;
	margin-bottom: 0px;
}
.detail-tbl tr td {
	border-collapse: collapse;
	padding: 10px;
}
.detail-tbl tr td table tr td {
	border: 1px solid #eeeeee;
	font-size: 12px;
	background-color: #DDDDDD;
	line-height: 14px;
}
.detail-tbl tr td table tr td.bold {
	background-color: #999999;
	color: white !important;
	font-size: 14px;
	line-height: 18px;
}
.detail-tbl tr td table tr th {
	background-color: #93C01F;
	color: white !important;
	padding: 10px;
}
.detail-tbl ul li,
.detail-tbl ol li {
	margin-left: 15px;
	list-style: outside;
}
.detail-tbl ul li ul li,
.detail-tbl ol li ul li,
.detail-tbl ul li ol li,
.detail-tbl ol li ol li {
	list-style: circle outside;
	margin-left: 30px;
}
.fullwidth {
	width: auto !important;
	height: auto !important;
}
#ddd {
	height: 350px;
	padding-left: 0px;
}
.contact-box {
	width: 90%;
	border: 1px dotted #cccccc;	
	margin: 15px 0px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 10px 20px !important;
}
.contact-box input, 
.contact-box textarea {
	width: 200px;
	float: right;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #CCCCCC;
    color: #808080;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding: 2px;
    height: 24px;
    margin: 0px;
    margin-top: -10px;
}
.contact-box textarea {
	height: 70px !important;
	min-height: 70px;
}
.wpcf7-form-control-wrap {
	
}
span.wpcf7-form-control-wrap {
	float: right;
	margin: 0px;
}
.contact-box input.wpcf7-submit {
	width: 100px;
	background-color: #93C01F !important;
	margin: 0px !important;
}
.wpcf7 form.wpcf7-form > p, .contact-box p {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	margin-top: 5px;
}
#fancybox-left, #fancybox-right {
		display: none !important;
	}
	
	
	
@media only screen and (max-width: 767px) {
.detail-tbl tr td {
	display:block !important;
	width: 100% !important;
}	
.detail-tbl tr td table.gtfs-stats tr td {
	width: auto !important;
}
.print-link {
	display:none;
}
#ddd {
	width:100%;
	height:100%;
}
.picture h1 {
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 10px;
	width:99%;
}
.liquid .container {
	width: 100% !important;
}
.entry table {
	width: 100% !important;
}
/*.entry .jspContainer {
	height:100% !important;
	width:100% !important;
}*/
.entry .jspContainer .jspPane {
	height:100% !important;
	width:100% !important;
}
	
}	