.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 #6b98c3;
    -moz-box-shadow: 0 0 5px #6b98c3;
    -webkit-box-shadow: 0 0 5px #6b98c3;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /* left: 11%; */
    background-color: #6b98c3;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #6b98c3;
    /*width: 37%;*/
    /* height: 40px; */
    margin: 5px;
    padding: 5px;
}
#article_list,#nextArt{
    background-color: #0c5ab2;
}

.readEndBtnWrapper{
    text-align: center;
}

.readEndBtnWrapper #outLink4{
    background-color: #808080;
}
#magazine_list{
    position: relative;
    right: 0px;
    /* right: 46px; */
    bottom: 38px;
    float: right;
    height: 25px;
}
#magazine_all{
    margin-right: 6px;
    position: relative;
    right: 0px;
    /* right: 40px; */
    bottom: 38px;
    float: right;
    height: 25px;
}
@media screen and (max-width: 480px) {

    .readEndBtnWrapper a{
        display: block;
        margin: 5px auto;
        width: 60%;
    }
    .readEndBtnWrapper #nextArt{
        width: 80%;
        background-color: #0c5ab2;
    }

}