.widgettitle {
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 25px;
}
.mapael .mapTooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    background-color: #fff;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 4px;
    padding: 10px;
    z-index: 1000;
    display: none;
    color: #232323;
    border: 1px solid #ccc
}
.mapael .map {
    margin: auto;
    width: auto;
    max-width: 1200px;
    height: 80%;
    max-height: 775px;
    overflow: hidden;
    position: relative;
    background-color: #d4f1f9;
    border-radius: 10px
}
.mapael .zoomButton {
    background-color: #fff;
    color: #000;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    top: 0;
    font-weight: bold;
    left: 10px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.mapael .zoomReset {
    top: 10px
}
.mapael .zoomIn {
    top: 30px
}
.mapael .zoomOut {
    top: 50px
}
.mapael .close { /* Bootstrap takes care of rest of the styling for close button */
    margin-top: -5px
}
.country-list {
    margin: 5px
}
.close-tooltip {
    float: right
}