.top-space {
    margin-top: 40px;
    margin-bottom: 40px;
}

.posts_list {
    margin-bottom: 20px;
}

div.list_item {
    border-left: 4px solid #7ad03a;
    padding: 1px 12px;
    background-color: #F1F1F1;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

div.list_item {
    margin: 5px 15px 2px;
}

div.list_item p {
    margin: .5em 0;
    padding: 2px;
    font-size: 13px;
    line-height: 1.5;
}

.list_item a {
    text-decoration: none;
    padding-bottom: 2px;
    color: #0074a2;
    -webkit-transition-property: border, background, color;
    transition-property: border, background, color;
    -webkit-transition-duration: .05s;
    transition-duration: .05s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.list_item a:hover {
    text-decoration: underline;
}

.post-wrapper {
    position: relative;
}

.loading-overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.7);
}

.overlay-content {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}

div.pagination {
    border-bottom: 2px solid #ececec;
    padding: 20px;
    margin: 7px;
    line-height: 30px;
}

div.pagination a {
/*    margin: 2px; */
    border: 1px solid #dddddd;/*NA ee4e4e5c or f1f1f1*/
    padding: 0.4em 0.8em; /*NA added 1.2em increases width reduced size from 0.8em & 1.2em*/
	border-radius: 5px; /*NA added for curve corners*/
    /* background-color: #ee4e4e; */
    text-decoration: none;
    color: #f41c2f; /*NA ee4e4e*/
}

div.pagination a:hover, div.pagination a:active {
    padding: 0.4em 0.8em; /*NA added 1.2em increases width reduced size from 0.8em & 1.2em */
	border-radius: 5px; /*NA added for curve corners*/
    margin: 2px;
    background-color: #dddddd; /*NA de1818 or f1f1f1*/
    color: #000000; /*NA fff*/
}

div.pagination b {
    /*    margin: 2px; */
    border: 1px solid #f1f1f1; /*NA ee4e4e5c*/
    padding: 0.4em 0.8em; /*NA added 1.4em increases width highlighted box reduced size from 0.8em & 1.2em*/
	border-radius: 5px; /*NA added for curve corners*/
    background-color: #f41c2f; /*NA ee4e4e*/
    text-decoration: none;
    color: #fff;
}

div.pagination span.current {
    padding: 0.5em 0.64em 0.43em 0.64em;
    margin: 2px;
    background-color: #f6efcc;
    color: #6d643c;
}

div.pagination span.disabled {
    display: none;
}