.pagination {
    margin: 0px;
    display: inline-block;
    width: 100%;
    padding: 30px 0 20px 15px;
    text-align: center;
}

.pagination a,

.pagination span.current {
    background-color: #fff;
    text-decoration: none;
    color: #42561d;
    margin: 0 0 0px 0;
    font-size: 15px;
    display: inline-block;
    padding: 5px 14px;
    line-height: 18px;
}

.pagination span.current,

.pagination a:hover {
    color: #fff;
    background-color:#42561d;
}
/* View Button */

.option_view {
    margin-bottom: 10px;
}
.option_view a {
    display: inline-block;
    background-color: #42561d;
    padding: 12px 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
.option_view a:hover {
    color: #000;
}
.option_view a:after {
    content: '\f06e';
    font-family: fontawesome;
    font-size: 16px;
    color: #fff;
    margin-left: 12px;
}

/* detail-title */

.detail-title{
    font-size: 18px;
    font-weight: 600;
    color: #42561d;
    text-decoration: none;
}

.profile-image {
    width: 20px;
    height: 20x;
    border-radius: 50%;
}