.alertClose{
    font-size:20px;
    position:absolute;
    height: 20px;
    line-height: 20px;
    /*margin-top:-10px;*/
    right:10px;
    color: #7dbfc8;
    z-index: 1;
    top: 0;
}
#netLockDiv{
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000000;
    opacity: 0.0;
    z-index: 1000;
}

.errorAlert a{
    display: inline-block;
    position: relative;
    box-shadow: 0 0 5px #f6be37;
    -moz-box-shadow: 0 0 5px #f6be37;
    -webkit-box-shadow: 0 0 5px #f6be37;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /* left: 11%; */
    background-color: #f6be37;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #f6be37;
    /*width: 37%;*/
    /* height: 40px; */
    margin: 5px;
    padding: 5px;
}
#nextArt{
    background-color: #f6be37;
}

@media screen and (max-width: 480px) {

    .closeBtnWrapper a{
        display: block;
        margin: 5px auto;
        width: 60%;
    }
    .closeBtnWrapper #nextArt{
        width: 80%;
        background-color: #f6be37;
    }

}