.gnpub_config_button{
    border-radius: 3px;
    padding: 5px 10px;
    border: 2px solid lightgrey;
    cursor: pointer;
}

/* The Modal (background) */
.gnpub-sitemap-modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}
/* Modal Content */
.gnpub-sitemap-modal-content {
    background-color: #fefefe;
    margin: 1% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 65%; 
    max-height: 70%; 
    overflow-y: auto; 
}
.gnpub-sitemap-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
  
.gnpub-sitemap-close:hover,
.gnpub-sitemap-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.gnpub-disbale-sitemap-link{
    cursor:pointer;
}