
.post-event-detail {
    background: #eee;
    margin: 1em 0;
    padding: 1em;
}

.post-event-detail:after {
    content: '\e826';
    transform: rotate(25deg);
    font-family: "mfn-icons";
    font-size: 750%;
    color: rgba(252, 252, 252, 0.50);
    font-style: normal;
    font-weight: bold;
    position: absolute;
    top: 5%;
    right: 0;
}

span.label-view {
    font-weight: bold;
}