.content {
    position: absolute;
    left:0%;
    width: 95%;
    margin-left:5px;
}
.time {
    position: absolute;
    left:95%;
    width: 5%;
    margin-top: 6px;
}
.site {
    position: absolute;
    width: 95%;
    height:13px;
    overflow:hidden;
    font-size: xx-small;
}
.evt {
    position: absolute;
    right: 10px;
    width: 100%;
    margin:auto;
    /* height: 1px; */
    border-style: none;
    border-top-style: solid;
    border-color: red;
    border-top-width: 1px;
}
.et {
    position: absolute;
    left:50%;
    width: 50%;
    margin:auto;
    font-size: xx-small;
}