body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.list {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

/*.articleItem {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80%;
    text-align: justify;
}

.pager li > a, .pager li > span{padding:0px !important}*/

<!-- -->
/*section {
    margin-bottom: 100px;
    width: 100%;
    height: 505px;
    background-color: #f5f5f5;
    position: relative;
}

section .content {
    display: none;
}

section span {
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-left: -32px;
}

section img {
    width: 50px;
    height: 50px;
}

.lazy {
    opacity: 0;
    -moz-transition: opacity 2s;
    -webkit-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
}

.lazy.loaded {
    opacity: 1;
}*/
