.container .errorbox {
    text-align: center ;
}
.errorbox
{
    color: #646464;
    /*display: table;*/
    font-weight: 100;
    font-family: 'Lato', sans-serif;   
    margin-top: 20px;

}

.backhome{
    margin:auto;
    background-color: #063a6f;
    color: #ffffff;
}

.errorbox div
{
    line-height: 2em;
}
.errorbox .title{
    font-size: 30px;
    line-height:1.4em;
}

.title-topic{
    text-align: left!important;
}


.bookname{
    padding-top: 2px;
    width: 200px;
}

.div-img{
    margin: 0 auto 10px;
    width: 180px;
}


@media (max-width:992px){
    .sticky-block {
        padding-bottom: 0;
        padding-top: 70px;
    }
}

@media (max-width:400px){
    .errorbox .title{
        font-size: 23px;
    }
    .errorbox div{
        font-size: 15px;
    }
}