/* city CSS styles for print only */
@media print {
	body {
	   background: #fff;
	   font-size: 12pt;
	   color:#000;
	   border:0;
	}
	
<!---max-width:767px--->	
	.container-fluid{padding:0;}
	.container{width:auto;}
	.row-fluid{width:100%}
	.row,.thumbnails{margin-left:0}
	.thumbnails>li{float:none;margin-left:0}
	[class*="span"],.uneditable-input[class*="span"],.row-fluid [class*="span"]{display:block;float:none;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
	.span12,.row-fluid .span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
	.row-fluid [class*="offset"]:first-child{margin-left:0}
	.input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],
	textarea[class*="span"],.uneditable-input{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
	.input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]{display:inline-block;width:auto}
	.controls-row [class*="span"]+[class*="span"]{margin-left:0}
<!---end max-width:767px--->
	
	.banner {
		background:none;
		height:auto;
		border-bottom: 1px solid #ccc;
	}
	
	.banner .banner-feature {
		display:none;
	}
	
	.banner .banner-logo {
		height:auto;
		padding:0;
		margin:0 0 10px 0;
	}
	
	.breadcrumbs {
		display:none;
	}
	
	[class^="icon-"],[class*=" icon-"]{display:none;width:0;height:0;margin-top:0;*margin-right:0;line-height:14px;vertical-align:text-top;background-image:none;background-position:0 0;background-repeat:no-repeat}
	
	.content { 
	    margin-bottom:0;
	}
	
	.non-table .visible-phone { display: inline !important; }
	
	ul.double li, ul.triple li, .span6 ul.triple li { 
	    float:none; 
		width: 100%; 
	}
	
	.spacer {
		height:0;
	}
	
	.footer { border-top: 1px solid #ccc; padding:10px 0; }
	
	.footer img { display:none; }
	
	.footer ul.copyright li { float: none; }
	
	a:link, a:visited {
	   color: #00f;
	   text-decoration: none;
	}
	 
	/*** External icons ***/
	a[href^="http"] { background-image: none; background-position: none; background-repeat: none; padding-right: inherit; }
	  
	.no-print {
		display:none;
	}
	
	.print-only {
		float: left;
		visibility: visible;
		bottom: auto;
	}


/*********************
Start Document Links
*********************/
	a[href$=".csv"], a[href$=".CSV"],
	a[href$=".doc"], a[href$=".DOC"],
	a[href$=".docx"], a[href$=".DOCX"],
	a[href$=".eps"], a[href$=".EPS"],
	a[href$=".pdf"], a[href$=".PDF"],
	a[href$=".ppt"], a[href$=".PPT"],
	a[href$=".txt"], a[href$=".TXT"],
	a[href$=".xls"], a[href$=".XLS"],
	a[href$=".xlsx"], a[href$=".XLSX"] { padding-right:0; }
	a[href$=".csv"]:after, a[href$=".CSV"]:after,
	a[href$=".doc"]:after, a[href$=".DOC"]:after,
	a[href$=".docx"]:after, a[href$=".DOCX"]:after,
	a[href$=".eps"]:after, a[href$=".EPS"]:after,
	a[href$=".pdf"]:after, a[href$=".PDF"]:after,
	a[href$=".ppt"]:after, a[href$=".PPT"]:after,
	a[href$=".txt"]:after, a[href$=".TXT"]:after,
	a[href$=".xls"]:after, a[href$=".XLS"]:after,
	a[href$=".xlsx"]:after, a[href$=".XLSX"]:after { color:#000; font-style:normal !important; font-weight:normal; padding-left:0; font-size:12pt !important; content:normal; }
/*********************
End Document Links
*********************/

/**********************
	General Bootstrap 
	Overrides
**********************/
	a, a:visited { text-decoration: none; }
	a[href]:after { content: normal; }
	a[href^="http"]:after, a[href^="mailto:"]:after{content:" (" attr(href) ")" !important}
	a[href^="/"]:after{content:" (https://www.cityofmadison.com" attr(href) ")" !important}
}