.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;
}
.errorAlert_window a{
    display: inline-block;
    position: relative;
    box-shadow: 0 0 5px #F08437;
    -moz-box-shadow: 0 0 5px #F08437;
    -webkit-box-shadow: 0 0 5px #F08437;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /* left: 11%; */
    background-color: #F08437;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #F08437;
    /*width: 37%;*/
    /* height: 40px; */
    margin: 5px;
    padding: 5px;
}
#magazine_list{
    position: relative;
    right: 67px;
    bottom: 38px;
    float: right;
}
#slider-close{
    /*    position:relative;
        //width:10%;
        float: right;*/
    position: absolute;
    float: right;
    top: 0px;
    right: 19px;
}

.article_list{
    width: 13%;
}
#article_list{

    position: relative;
    box-shadow: 0 0 5px #F08437;
    -moz-box-shadow: 0 0 5px #F08437;
    -webkit-box-shadow: 0 0 5px #F08437;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /* left: 11%; */
    background-color: rgba(254, 200, 41, 1);
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid rgba(254, 200, 41, 1);
   /* width: 7%;*/
    /* height: 40px; */
    margin: 5px;
    padding: 5px;
}
#nextArt{
   
}

.readEndBtnWrapper{
    text-align: center;
}

.readEndBtnWrapper #outLink4{
   
}

@media screen and (max-width: 480px) {

    .readEndBtnWrapper a{
        display: block;
        margin: 5px auto;
        width: 60%;
    }
    .readEndBtnWrapper #nextArt{
        width: 80%;
        background-color: #F08437;
    }

}

@media screen and (min-width: 568px){
    .article_list{
        width: 17%;
    }
}

@media screen and (max-width: 568px) and (min-width: 414px){
    .article_list{
        width: 25%;
        margin: 5px auto;
    }
    #article_list{
        margin: 5px auto;
    }
    #magazine_list{
        right: 42px;!important;
        width: 60px;!important;
        height: 21px;!important;
        bottom: 35px;
    }
    #slider-close{
        top: 4px;!important;
        height: 21px;!important;
    }

}
@media screen and (max-width: 414px) and (min-width: 360px){
    .article_list{
        width: 29%;
    }
    #article_list{
        margin: 5px auto;
    }
    #magazine_list{
        right: 39px;!important;
        width: 60px;!important;
        height: 21px;!important;
        bottom: 35px;
    }
    #slider-close{
        top: 3px;!important;
        height: 21px;!important;
    }
}


