p.slice {
    border-color: #fff #fff #ddd;
    border-style: solid;
    border-width: 0 1px 1px 0;
    display: none;
    font-size: 1em;
    margin-bottom: 5px;
    margin-top: 0;
    padding: 20px 0;
}

p.slice a{
    font-weight:bold;
}

.slicedate::after {
    color: #ccc;
    content: "|";
    padding-left: 10px;
    padding-right: 5px;
}

.slicepub, .slicedate{
    color:#555;
    display:inline-block;
    font-size:.9em;
    margin-top:3px;
}

.totop {
    position: fixed;
    bottom: 10px;
    right: 20px;
}
.totop a {
    display: none;
}

#loadMore {
    display:block;
	margin:10px 0;
    padding: 10px;
    text-align: center;
    background-color: #33739E;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
    background-color: #fff;
    color: #33739E;
}