body {
    padding-top: 70px; 
}
.paragr {
    display: none;
}

h4 { 
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.header:before {
    content: "\25B8  ";
}

.header-open:before {
    content: "\25BE  ";
}

th, td {
    text-align: center;
}

th, td .left {
    text-align: left;
}

.map {
    height: 400px;
    width: 500px;
}

th.sortable { 
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.22.5/css/images/black-unsorted.gif); 
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 30px; 
    border-right: 1px solid #dad9c7; 
    margin-left: -1px; 
} 

th.tablesorter-headerAsc { 
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.22.5/css/images/black-asc.gif); 
    background-repeat: no-repeat;
    background-position: center left; 
    padding-left: 30px; 
} 

th.tablesorter-headerDesc { 
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.22.5/css/images/black-desc.gif); 
    background-repeat: no-repeat;
    background-position: center left; 
    padding-left: 30px; 
}

.regular-column {
    min-width: 15%;
}

img {
  border: 1px solid black;
}
