
body, html {
  position: relative;
  color: #404040;
  font-family: "Roboto", Arial, sans-serif;
  font-size:0.9em;
  line-height: 1.45em;
}

#top,
#top-banner-wrap,
.header-wrap,
.global-panel,
.nav-wrap-outer,
#footer-wrap,
.breadcrumb,
.right-col,
#global-list-mobile,
.ebutton,
#elevatorBtn {
  display: none;
}

.left-col {
  width: 100%;
}

p {
  margin: 0 0 10px 0;
}

table.projectprofiles {
  margin: 30px 0;
  border-top: 3px solid #404040;
  border-bottom: 3px solid #404040;
  border-collapse: collapse;
}

table.projectprofiles td {
  border-bottom: 1px solid #d7d7d7;
  padding-left: 10px;
}

table.projectprofiles th {
  text-align: left;
  border-top: none;
  border-bottom: 1px solid #d7d7d7;
  border-left: none;
  border-right: none;
  font-weight: 700;
}

table.projectprofiles tr:first-of-type td, 
table.projectprofiles tr:first-of-type th {
  padding-top: 20px;
}

table.projectprofiles td, 
table.projectprofiles th {
  vertical-align: top;
  padding: 10px 10px 0 0;
}