.gm-profile-giving-thumbnail {
    width: 180px;
    height: 116px;
}

.gm-profile-giving-thumbnails .profile-block {
    display: none;
}

.gm-profile-giving-thumbnail .map-AK,
.gm-profile-giving-thumbnail .map-HI {
    display: none;
}

.gm-profile-giving-thumbnails a {
    display: block;
}

.gm-profile-giving-loader {
    text-align: center;
    padding-top: 45px;
}

#grant-snapshot-modal .modal-header {
    border: none;
    padding: 9px 15px 0;
}

#grant-snapshot-modal {
    width: 640px;
    margin-left: -320px;
}

#grant-snapshot-modal .modal-body {
    height: 470px;
    max-height: 480px;
    overflow: visible;
    padding: 0 15px 15px 15px;
}

#gm-profile-giving-title br {
    display: none;
}

#gm-profile-giving-title h1 {
    text-align: center;
    color: #BE4E03;
    font-size: 16px;
}

#gm-profile-giving-title h2 {
    text-align: center;
    color: #BE4E03;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

#gm-profile-giving-location-thumbnail {
    background-color: #FFF;
}

#gm-profile-giving-data {
    background: #ffffff;
    height: 400px;
}

#gm-profile-giving-data .map-AK {
    width: 150px;
    height: 120px;
    position: relative;
    top: -127px;
    left: 10px;
    background: #ffffff;
}

#gm-profile-giving-data .map-HI {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 85px;
    left: 135px;
    position: relative;
    top: -227px;
    width: 160px;
}

#gm-profile-giving-data .info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    text-align: center;
}

#gm-profile-giving-data .info h4 {
    margin: 0 0 5px;
    color: #BE4E03;
}

#gm-profile-giving-data .legend {
    text-align: left;
    line-height: 18px;
    color: #555;
}

#gm-profile-giving-data .legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.8;
}

#gm-profile-giving-data .CircleMarkerlabelStyle {
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    width:100px;
    cursor: default;/*plain arrow*/
    position: absolute;
    pointer-events: none;
}

.gm-profile-giving-thumbnail .highcharts-tooltip span {
    width: 100px;
    overflow: auto;
    white-space: normal !important;
}

@media print {
    body * {
        visibility: hidden;
    }
    #grant-snapshot-modal, #grant-snapshot-modal * {
        visibility: visible;
    }
    #gm-profile-giving-data .map-AK,
    #gm-profile-giving-data .map-HI {
        position: absolute;
    }
    #grant-snapshot-modal {
        position: absolute;
        margin-left: 20px;
        left: 0;
        top: 20px;
    }
    .close-modal {
        display: none;
    }
    #gm-profile-giving-data .legend {
        top: 260px !important;
        left: 480px !important;
        position: absolute !important;
    }
}
