
#map {
  height: 600px;
  width: 665px;
}
#map-container > #map {
  height: 600px;
  width: 663px;
}
#map-container {
  position: relative;
  border: 1px solid rgba(33, 33, 33, 1);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
#map-sidebar {
  width: 100%;

  display: block;
  font-size: 14px;
}
#map-sidebar a:hover {
  cursor: pointer;
  background: transparent;
  text-decoration: none;
}
#map-sidebar-content {
  width: 100%;
}

#info_box {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 250px;

  padding: 4px;

  border: 1px solid #DDD;
  background-color: #f4f4f4;
}
#info_box > h5 {
  margin-top: 4px;
}

#map-loading-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.7);
  text-align: center;
  line-height: 500px;
  font-size: 40px;
  color: rgba(100, 100, 100, 1);
  z-index: 1000;
}

ul#resources > li {
  list-style: none;
  margin-left: 0;
  margin-top: 2px;
  margin-bottom: 4px;
}

#conflict-details-table {
}
#conflict-details-table td:first-child {
  font-weight: bold;
  /*text-align: right;*/
  padding-right: 8px;
  /*width: 100px;*/
}

#country-conflicts-list li {
  margin-left: 4px;
}

#country-conflicts-list > li > a.selected {
  font-weight: bold;
}
#map-info {
  margin-top: 10px;
}
#map-info h1 {
  margin-top: 10px;
}
#country-select {
  margin: 20px;
  margin-top: 45px;
  margin-bottom: 0;
  width: 200px;
}

#map-sidebar h4 {
    margin: 0;
    color: #777;
}
