
@media print {
    /* https://www.mofo.com/people/ */
    #peopleSearchForm{
        display : block!important;
    }
    /*example of it for mofo women https://dev.www.mofo.com/culture/women-of-mofo/*/
   div[class*="col-lg-15"]{
	  width:20% !important;
	  display:inline;	
	 float:left;
}
    /*Example Hide the taps that's not active Example Fro it  https://www.mofo.com/people/miriam-wugmeister.html?tabs=rankings*/
	.tab-content > .tab-pane {
    display: none;
}
	.tab-content > .active {
    display: block !important;
}
    /* hide the search From Example Fro it https://dev.www.mofo.com/resources/events/*/
form{
		display:none;
	}
/*make the class section in the left colum has the same width of the parent Div Example Fro it https://www.mofo.com/people/miriam-wugmeister.html*/
.section {
    border-top: solid 1px #666;
    margin-top: 10px;
    font-size: 13px;
 width:100% !important;
}
/*Show nav bar to can show the logo*/
.navbar{
display: block;
} 
/*show the select tap only and hide the other show ( over or Practices , etc...) Example Fro it https://www.mofo.com/people/miriam-wugmeister.html*/
#tabs-0 li {
                display: none;
            }
#tabs-0 li.active {
                  display: block !important;
                 font-weight:bold;
}

/*in the lefet colum that contain col-md-6 make size of it 50% example for it https://www.mofo.com/offices/*/
.row > div[class*="col-md-6"]:not(.col-xs-12){
	width:50% !important;
	float:left;
	display:inline !important;
}

/*for all col-md-6 except the the div has col-xs-12 https://dev.www.mofo.com/practices/business-finance/  */
div[class*="col-md-6"]:not(.col-xs-12){
	width:65% !important;
	float:left;
	display:inline !important;
}
/*select all class that contain -4 except that contain the col-md-push-4 and give it it's size example for it https://dev.www.mofo.com/offices/ */
div[class*="-4"]:not(.col-md-push-4):not(.right-column){
	width:33.33333% !important;
	display:inline !important;
	float:left;
}
div[class*="-3"]{
	  width: 25% !important;
	  display:inline;	
	 float:left;
}
     .open-close{
     	display:none;
     }
     #nav{
        display:none;
     }

   div[class*="col-md-9"]{
	  width:75% !important;
	  display:inline;	
	 float:left;
}
  
    
.btn-b{
 display: none;
}
/*hide all right column */
.right-column{
    display: none !important;
}
/* make the distance of p example of it  https://www.mofo.com/resources/publications/170306-uk-regulations-loan-based-crowdfunding.html*/
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.resource-detail div {
    padding-bottom: 12px;
}
.header{
 		margin:0;
 		position:relative;
 		margin-bottom:-150px;
 	}
 a[href]:after {
            content: none !important;
        }

        body.has-submenu .body {
            margin-top: 0;
        }
       
#print-header-adjustment {
margin-top: 0 !important;

}
 
 a[href]:after {
            content: none !important;
        }

        body.has-submenu .body {
            margin-top: 0;
        }
       
#print-header-adjustment {
margin-top: 0 !important;

}

#practices > .hidden-print{
	display:block !important;
}

}
