/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 23 déc. 2015, 13:53:21
    Author     : Core-Techs
*/


@media print {
  * {
    overflow: visible!important;
  }
  .header-button,
  .language,
  .pane-vif-search-global-form,
  .page-top,
  #dashboard-right,
  #header-search,
  .header-follow,
  nav,
  #account-block,
  footer,
  #quick-menu,
  .pane-vif-user-room-detail .result-bloc div.right,
  .pane-vif-user-room-detail .result-bloc p.text a,
  .pane-vif-user-room-detail div.text a
  {
      display:none;
  }
  #dashboard-left{margin-top:-75px;width: 1000px; }
  .claim{margin-top:90px;}
  header .inner{border:none;}
  .pane-vif-user-room-detail .result-bloc div.middle{
      border:none;
     width: 8%;
  }
  .pane-vif-user-room-detail .result-bloc div.left {
    width: 8%;
	}
  .logo{display:block;}
}

