body {
  color: #404040;
  font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-size: 22px;
  margin: 0;
  font-weight: 400;
  line-height: 20px;
  padding: 20px 2px;
}

.dynamic-listing-container {
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.pad2 {
  padding: 20px;
}

.map {
  position: absolute;
  left: 33.3333%;
  width: 66.6666%;
  top: 0;
  bottom: 0;
}

.heading {
  background: #fff;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
}

.listings {
  height: 75%;
  overflow: auto;
}

.listings .item {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 10px;
  text-decoration: none;
}

.listings .item:last-child { border-bottom: none; }

.listings .item .title-protected {
  color: #00723F;
}

.listings .item .title-threatened {
  color: #D89A2E;
}

.listings .item .title-endangered {
  color: #83232A;
}

.listings .item.active .title-protected,
.listings .item .title-protected:hover { color: #00723F; }

.listings .item.active .title-threatened,
.listings .item .title-threatened:hover { color: #D89A2E; }

.listings .item.active .title-endangered,
.listings .item .title-endangered:hover { color: #83232A; }


.listings .item .title {
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
}

.listings .item .title small {
  font-weight: 400;
}

.listings .item.active {
  background-color: #f8f8f8;
}

.country {
  font-size: 89%;
}

::-webkit-scrollbar {
  width: 8px;
  height: 3px;
  border-left: 0;
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #00853e;
  border-radius: 7px;
}

.clearfix { display: block; }

.clearfix::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.button {
  text-align: left;
}

.logo {
  background-color: #212532;
  padding: 10px;
}