.head{
    margin: 20px !important;
}

body{
    display: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: italic;
}

.title{
    font-style: italic;
}

img{
    margin: 5px;
}

h5{
    font-style: italic;
    margin-top: 8px;
    margin-bottom: 0px;
    font-family: Helvetica, sans-serif;
}

.images div{
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    cursor: pointer;
}

.not_read_by_user{
    font-size: 1em;
    background-color: white;
}

.read_by_user{

    font-size: 1.1em;
}

#pages{
    position: absolute;
    z-index: 10;
    background-color: transparent;
    width: 100%;
    top: -1px;
    right: 5px;
}

.page_num{
    padding: 5px !important;
    width: 20px;
    margin-right: 7px;
    font-size: 0.7em !important;
    background-color: rgba(221, 221, 221, 0.8);
}

.text-box{
    text-size-adjust: auto;
    text-align: justify;
}

.text-box div{
    text-indent: 5%;
}