#wpgt-map-single, #wpgt-map-batch {
    width: 100%;
    height: 400px;
    margin-top: 15px;
    display: none;
    border: 2px solid #0073aa;
}

#wpgt-column-buttons button {
    margin: 4px;
    padding: 6px 10px;
    border: 1px solid #0073aa;
    background: #fff;
    color: #000;
    border-radius: 4px;
    cursor: pointer;
}

#wpgt-column-buttons button.selected {
    background: #0073aa !important;
    color: #fff !important;
}
#wpgt-progress-bar-container {
    width: 100%;
    background: #eee;
    border-radius: 3px;
    margin-top: 5px;
}
#wpgt-progress-bar {
    height: 18px;
    width: 0%;
    background: #0073aa;
}
