

a[href]:after {
    content: none;
}


.navbar-wrapper,								
#leftnav,										
.breadcrumb,									
footer,											
video,											
audio,											
.popupopened #sitewrap,									
.popupopened #main-banner {														
	display: none !important;
}


.popupheader,									
.popuptools,									
.popup-gutter,									
.go-back,										
.tabbed-popup-tabs,								
.tabbed-popup-menu-button {										
	display: none !important;
}


.tipsy,											
.offscreen,										
.backtotop,										
.search-wrap,									
.alphaList {									
	display: none !important;
}


.list-tools-wrap,
.nav-tabs,
.savenote, 
.scheduleNotes label, 
.scheduleNotes .form-control {
	display: none !important;
}


#main-banner {
	position:static !important;
	margin-top:0 !important;
}

.btn,
a.btn,
input.btn,
button.btn {
	display:none !important

}


#popup {
	position: static !important;
	overflow: visible !important;
	height: auto !important;
}

.main-popup-content { 
	height: auto !important;
}

.tabbed-popup-content > div {
	display:block;
	width:100%;
}

.audioHas{
	float: left !important;
	margin-left: 523px !important;
	margin-top: 10px !important;
}

.list-view {
	list-style: none;
}

.list-group-item {
	padding: 5px;
	
}

body.HasLeftNav #sitewrap .container {
	width: 100% !important;
}

.scheduleNotes {
	display: block !important;
}

.scheduleNotes .form-control{
	border: none !important;	
}

.innertracks { 
	padding: 0 !important;
}

body.popupopened {
	overflow: hidden
}






::-webkit-input-placeholder { 
  color: transparent !important;
}
:-moz-placeholder { 
  color: transparent !important;
}
::-moz-placeholder { 
  color: transparent !important;
}
:-ms-input-placeholder { 
  color: transparent !important;
}
