#Synopticom-popUp {
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

#Synopticom-popUp-frame {
    text-align: right;
    margin: 10% auto;
    height: 550px;
    width: 350px;
}

button#Synopticom-button {
    background: #008fd5;
    border-radius: 3px;
    position: fixed;
    cursor: pointer;
    color: #ffffff;
    padding: 15px;
    border: none;
    bottom: 15px;
    right: 15px;
}

#Synopticom-popUp-iframe {
    margin-top: 3%;
}

span#Synopticom-popUp-close {
    /* border: 1px solid #ffffff; */
    padding: 7px;
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
}

span#Synopticom-popUp-close:hover {
    transition: background-color 0.5s ease;
    background-color: rgba(255, 255, 255, 0.4);
    color: #000000;
}