
.world {
  width: 100%;
}

.modal-content {
    position:fixed;
    display:none;
    z-index:2;
    /* width:126px; */
    min-width: 12.5%;
    margin:0;
    padding:10px 20px;
     border:1px solid #888; 
    /* background:#fff; */
}

.modal-content p {
    margin:0;
    padding:0;
    font-size: 0.9em;
}

.modal-content a {
    padding-left: 10px;
    font-size: 1em;
    color: #0e287b;
}
.modal-content a:hover {
    color: #0e287b;   
    text-decoration: underline;
}
.modal-content a:visited {
    color: #0e287b;    
}
.arrow-left {
  background-color: #fff;
  padding: 20px;
  position: relative;
}
.arrow-left:after {
  border-left: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: '';
  margin-top: -10px;
  position: absolute;
  right: -12px;
  top: 50%;
}
.arrow-right, .arrow-right25, .arrow-right40, .arrow-right90 {
  background-color: #fff;
  padding: 20px;
  position: relative;
}
.arrow-right:after, .arrow-right25:after, .arrow-right40:after, .arrow-right90:after {
  border-right: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: '';
  margin-top: -10px;
  position: absolute;
  left: -12px;
}
.arrow-right:after{
    top: 50%;
}
.arrow-right25:after{
    top: 25%;
}
.arrow-right40:after{
    top: 40%;
}
.arrow-right90:after {
    top: 90%;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-close {
    /* color:#00f; */
    text-decoration:none;
    font-size: 0.9em;
    float: right;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}

.country_title {
  border-bottom: solid 1px darkgrey;
  margin-bottom: 5px;
}
