.journalListCell{
    margin: 0;
    padding: 0;
    width: auto;
    color: #81b7e2;

}

.customRow{
    margin: 0;
}
#journalListContainer{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    border-bottom: solid 1px transparent;
    min-height: 551px;
}

#bottomText,#bottomLink{
    text-align: center;
    margin: 30px 0;
    font-size: 1.2em;
    color: darkgray;
    font-weight: lighter;
    padding: 0 10px;
}
#bottomLink{
    color: #428bca;
}
.bookCell{
    position: relative;
    float: left;
    border: none;
    padding: 10px;
    text-align: center;
    background-color: transparent;
}
@media screen and (max-width: 768px){
    .bookCell{
        padding: 10px 2px;
    }
}
.cellContent{
    height: 100%;
    width: 100%;
    box-shadow: 0 0 1px #000000;
    -moz-box-shadow: 0 0 1px #000000;
    -webkit-box-shadow: 0 0 1px #000000;
}
.advertCell{
    float: left;
    border: none;
    padding: 2%;
    text-align: center;
    background-color: transparent;
}
.imgContent{
    overflow: hidden;
    width: 100%;
    padding-bottom: 138%;
    height: 0;
    /*margin-bottom: 40px;*/

}
img.imageView{
    /*height: auto;*/
    width: 100%;
    padding: 0;
    margin: 0;
    /*max-height: 80%;*/
    /*margin: 0 0 50px 0;*/
    /*max-width: 100%;*/
    /*box-shadow: 0 0 5px #000000;*/
    /*-moz-box-shadow: 0 0 5px #000000;*/
    /*-webkit-box-shadow: 0 0 5px #000000;*/
}

.label{
    height: 50px;
    display: inline-block;
    font-size: 1em;
    width: 96%;
    background-color: transparent;
    word-wrap: break-word;
    white-space: normal;
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: #898989;
    font-weight: 100;
}
.switchBtn {
    text-align: center;
    height: 30%;
    line-height: 20px;
    width: 90%;
    float: left;
    margin: 3px;
    color: #ffffff;
    background-color: transparent;
    border: none;
}
input.switchBtnWithLeftPadding {
    text-align: left;
    height: 30%;
    width: 90%;
    float: left;
    margin: 3px;
    padding: 0px 0px 0px 20px;
    color: #ffffff;
    background-color: transparent;
    border: none;
}
