.waterfall .content-item {
    padding: 5px;
}

.waterfall-button {
    display: table;
    margin: 0 auto;
}

.waterfall .hidden, .waterfall-button .hidden {
    display: none;
}

.waterfall .center, .waterfall-button .center, .waterfall-button.center {
    margin: 0 auto;
    text-align: center;
}

.waterfall .relative {
    position: relative;
}
.waterfall .item img {
    display: block;
    margin-bottom: 10px;
}

.waterfall img.right {
    float: right;
}

.waterfall img.left {
    float: left;
}

.waterfall img.center {
    margin: 10px auto;
}

.waterfall .content-item hr {
    margin: 10px 0;
    border-color: #000;;
}
.waterfall .details span {
    display: inline-block;
    padding: 0 10px;
    white-space: nowrap;
}
.waterfall .waterfall .title {font-weight: bold;}
.waterfall button.load-more {
    border: 0;
    padding: 10px 25px;
}