/*
Print Styles
*/


/* Base */
body {
    background: #fff;
    color: #000;
    font: 10pt/1.5 "helvetica neue", arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
}

a:link,
a:visited {
    color: #000;
    text-decoration: underline;
}

.logo a:link,
.logo a:visited {
    text-decoration: none;
}

.logo {
	page-break-after: avoid;
}

.jumpnav,
.nav,
.nav.ancillary,
.header .sub,
.footer {
    display: none;
}

.col {
    float: none;
}

.col.primary,
.col.secondary {
    width: 100%;
}

.table {
  display: block;
  page-break-after: always;
}

.table table {
  border: 1px solid #000;
}

.table th, .table td {
  border: 1px solid #000;
}

.slider ul li img {
  display: block;
}

/* Page Specific */
.utility,
.pagination,
.secondary,
.jcarousel-prev,
.jcarousel-next,
.partner-organization,
.tabs,
.gsn-list,
.country-profile,
.interactive-map,
.related-projects,
.connect-subscribe,
.nti-analysis,
.featured-project,
.new-featured,
.in-depth,
.slider-nav,
.threats-slider .actions {
    display: none;
}

.secondary .expert-metadata {
	display: block;
}

.wrap-content {
    background: transparent;
}


.country-title .flag {
    margin-right: 15px;
}
