.body-content {
  display: flex;
  align-content: space-between;
  margin-bottom: 20px;
}

.mbody-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin-top: 35px;
}

#profileTitle {
  font-weight: bolder;
  text-align: center;
}

#profileDescription {
  text-align: justify;
}

.body-content #mapContainer {
  flex-basis: 65%;
  width: 100%;
}

.body-content #focusedCommunity {
  margin-left: 30px;
  flex-shrink: 1;
  flex-basis: 35%;
  display: flex;
  flex-flow: column;
  text-align: center;
  margin-top: 40px;
}

.mbody-content #mapContainer {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.mbody-content #focusedCommunity {
  display: flex;
  flex-flow: column;
  text-align: center;
  margin-top: 40px;
}

.com-title {
  font-weight: bold;
  font-size: 24px;
}

.com-img-container {
  margin-top: 10px;
}

.com-img {
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.com-table {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.com-table td {
  text-align: justify;
}

.com-attr {
  padding: 5px;
  width: 50%;
  text-align: justify;
}

.com-value {
  padding: 5px;
  width: 50%;
  text-align: justify;
}

.com-value > a {
  margin-right: 5px;
}

.com-ref {
  margin-top: 10px;
}
.com-ref:link { color: #0000EE; }
.com-ref:visited { color: #551A8B; }

.map-element {
  fill: #eeeeee;
  stroke-width: 1;
  stroke: #333;
}
.map-element:hover {
  fill: #9c9c9c;
  cursor: pointer;
}

.focused {
  fill: #cd0e16;
}

.icon {
  background: url("../img/pdf_download.svg");
  height: 15px;
  width: 15px;
  display: block;
}

.con-ele {
  padding: 5px;
  display: flex;
}

.ele-1 {
  text-align: justify;
  flex-grow: 3;
}

.ele-2 {
  flex-grow: 1;
  justify-content: center;
  display: flex;
  flex-flow: column;
}

.download-table {
  background-color: #f0f0f0;
  border: 1px solid #999;
}

.download-header {
  font-weight: bold;
}

.download-header td {
  padding: 5px;
}

.nav > li {
  display: block;
}

@media(min-width: 768px) {
  #top_bar .container-fluid.container {
    padding: 0;
  }
}
