.lwn-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25em;
}
.lwn-card a{
    color: initial;
    text-decoration: none !important;
}
.lwn-contents {
    color: black;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5em;
}
.lwn-link-title{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0em 0em 0.5em 0em !important;
}
.lwn-link-index ul{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    padding: 0em 0em 0em 1em !important;
    margin: 0em 0em 0.5em 0em !important;
}
.lwn-link-index li{
    margin: 0em !important;
    font-size: 0.7em;
}
.lwn-link-text{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size: 0.8em;
    color:#666666;
    line-height: 1.5em;
    margin: 0em 0em 0.5em 0em !important;
}
.lwn-link-like{
    font-size: 0.8em;
    color:#ff4500;
    display: inline-flex;
    align-items: center;
    margin: 0em 0em 0em 0em !important;
}
.lwn-link-comment{
    font-size: 0.8em;
    color: #007bbb;
    display: inline-flex;
    align-items: center;
    margin: 0em 0em 0em 0em !important;
}
.lwn-link-hashtag{
    margin: 0em 0em 0.5em 0em !important;
}
.hashtag_list {
    font-size: 0.7em;
    display: inline-block;
    padding: 0em 0.2em 0em 0em;
    margin: 0em 0.1em 0em 0.1em;
    text-decoration: none;
    background-color: #2cb696;
    color: #ffffff;
    border: solid 0.1em #2cb696;
    border-radius: 3px;
}
.lwn-card-creator p{
    font-size: 0.6em;
    padding: 0em 0em 0em 0em !important;
    margin: 0em 0em 0em 3.6em !important;
    line-height: 1.5em;
}
.lwn-card-creator img{
    float: left;
    width: 1.7em;
    height: 1.7em;
    vertical-align: top;
    border-radius: 50%;
}
.lwn-link-img{
    text-align : center;
}