body.sp-version-open {
    overflow: hidden;
}

#sp-version-link {
    background: rgba(0,0,0,0.3);
    color: #FFF;
    clear: both;
    float: right;
    margin-top: 10px;
    padding: 5px 14px;
    font-weight: 400;
}
#sp-version-link:hover {
    background: rgba(0,0,0,0.5);
}
#sp-version-modal {
    width:100%;
    display: block;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    padding-bottom: 100px;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
}
#sp-version-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
}
#sp-version-close-button {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
#sp-version-close-button:hover {
    cursor: pointer;
}
#sp-version-modal h2 {
    font-variant: small-caps;
    font-weight: 300;
    font-size: 1.75em;
    margin-bottom: 1.5em
}
#sp-version-modal h3 {
    font-weight: 400;
    font-size: 2em;
    margin-bottom: 0.25em
}
#sp-version-modal h4 {
    font-weight: 400;
    font-size: 1.25em;
    margin-bottom: 1em
}
#sp-version-modal p {
    font-size: 1em;
    margin-bottom: 1em
}
#sp-version-modal h3 + p {
    font-size: 1.25em;
    margin-bottom: 1.5em;
    color: #aaaaaa;
}
#sp-version-modal ul {
    margin-bottom: 2em
}
#sp-version-modal li {
    padding-left: 2px;
    margin-bottom: 0.5em;
    color: #555555;
}
#sp-version-modal li span{
    color: #aaaaaa;
}
#sp-version-modal li:before {
    content: "\e8aa";
    font-family: Fontello;
    padding-right: 7px;
    color: #aaaaaa;
}
#sp-version-modal img {
    width: 100%;
    height: auto;
    max-width: 175px;
    display: block;
    margin-left: auto;
}

@media only screen and (max-width: 1024) {

}

@media only screen and (max-width: 768px) {
    #sp-version-modal {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #sp-version-modal-content {
        padding: 15px;
        width: 90%;
    }
    #sp-version-modal h2 {
        font-size: 1.25em;
        margin-bottom: 1em
    }
    #sp-version-modal h3 {
        font-size: 1.5em;
        margin-bottom: 0.25em
    }
    #sp-version-modal h3 + p {
        font-size: 1.25em;
        margin-bottom: 1.25em;
    }
}
