/***
 * PRINT CSS
 * =========
 *
 * @author       mathias, quentind
 */

/**
 * Cancel JS
 */
* {
	height: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
}

div {
	display: block !important;
}

/**
 * Hide useless element for print
 */
.nav,
form,
#share_box,
#language-selector,
.path,
.subheader,
.header__title,
.footline a,
.menu,
.twitter,
.link-gallery,
.footline__pipe,
.links-ico-langs,
.links-popup,
a[href="javascript:;"],
.projects-map,
.have-look,
.eco-app,
.country-list,
.tabs__menu,
.reliability,
.box__more,
.more-results,
.story-link.has-modal,
.national-contacts__select,
.dl-all,
.expand-button,
.off-screen,
[class*="i--"] {
	display:none !important;
}

p {
	display: inline;
}

/**
 * Page settings
 */
body {
	background: white;
	font-size: 16px;
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}


/**
 * Typography
 */
.title__title {
	font-size:32px;
	font-weight:bold;
	display: block;
	margin: 0px;
}

.title__subtitle {
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin: 5px 0;
}

h1, h2, h3, h4 {
	display: block;
    font-weight: bold;
    margin: 0.67em 0;
}

h1 {
	font-size:32px;
}

h2,
.highlight__title {
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
}

.box__title,
.box__sub-title,
.dont-miss__title,
.in-action__title {
	font-size: 24px;
	font-weight: bold;
	display: block;
}

/**
 * Links
 */
.page a:link, 
.page a:visited {
	color:#520;
	background:transparent;
	font-weight:bold;
	text-decoration:underline;
}

.page a:link:after, 
.page a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

.page a[href^="/"]:after {
	content: " (http:/" attr(href) ") ";
}

/**
 * IMG
 */
img {
	margin: 10px 0;
	max-height: 300px;
	width: auto;
	vertical-align:middle;
	display: block;
}

/**
 * Tables
 */
table {
	width: 100%;
	border:1px solid #333;
	border-collapse:collapse;
}

td {
	border:1px solid #333;
	padding:4px;
}

table thead {
	display: table-header-group; /* h5bp.com/t */
}

table th {
	text-align:left;
}

table tr,
img {
	page-break-inside:avoid;
}

/**
 * Spacing
 */
.grid__col {
	margin:20px 0;
}


/***
 * Dont miss
 */
.dont-miss__video {
	display:block;
}

.dont-miss__video img {
	display:block;
}

/***
 * In the media
 */
.meta-data {
	display: block;
}

/***
 * Stories
 */

.story {
	margin: 15px 0;
}

.story-title {
	font-size:20px;
	font-weight:bold;
}

.story-link:after,
.story-link,
.story-title {
	display: inline-block;
	width: 100%;
}

/***
 * Responsive tables
 */
.sb-holder, .country-list, .pager {
	display:none !important;
}

.footable tr {
	display:table-row !important;
}

/***
 * Tabs
 */
.tabs .visuallyhidden {
	position:static;
	height:auto;
	clip:none;
	width:auto;
}

.tabs__blocks {
	overflow:hidden;
}

.tabs img {
	float:left;
	margin:3px 15px 10px 0;
}

