div.native-font {
  font-family: -apple-system, BlinkMacSystemFont, 
    "Segoe UI", "Roboto", "Oxygen", 
    "Ubuntu", "Cantarell", "Fira Sans", 
    "Droid Sans", "Helvetica Neue", sans-serif !important;
  font-size: 15px;
  color: #444;
}

div.relative {
  position: relative;
}

h1.h1 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 32px;
    font-weight: 400;
}

#google_translate_element {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}

hr.less-margins {
  margin-top: 2px;
  margin-bottom: 2px;
}

h3.title {
  display: inline-block;
  margin-bottom: 0;
}

h4.grey {
  display: inline-block;
  font-weight: bold;
  color: #999;
}

h4.h4 {
  margin-bottom: 0;
}

h5.h5 {
  font-weight: bold;
  margin-bottom: 0;
}

.margin-right {
  margin-right: 20px;
}

.margin-bottom, .btn.margin-bottom {
  margin-bottom: 10px;
}

.margin-top {
  margin-top: 10px;
}

dl.dl-horizontal > dt {
  text-align: left;
  width: 210px;
} 

dl.dl-horizontal > dd {
  margin-bottom: 4px;
  margin-left: 210px;
}

table.project-funding-details {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}


table.project-funding-details > thead > tr > th {
  background-color: #EEE;
}

table.project-funding-details > thead > tr > th,
table.project-funding-details > tbody > tr > td {
  padding: 4px;
  white-space: nowrap;
  border: 1px solid #999;
}

table.project-funding-details > thead > tr > th.limited-width,
table.project-funding-details > tbody > tr > td.limited-width {
  max-width: 250px;
  overflow-x: hidden;
}

table.project-funding-details > tbody > tr:hover {
  background-color: #FAFAFA;
}

.margin-left {
  margin-left: 5px;
}