.klatest-items li.klatest-item {
	background-color: rgb(32, 33, 36);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 4px;
        height: 100px;
	padding: 10px;
        flex-grow: 1;
        position: relative;
        margin: 5px;
}
.klatest-topicicon {
	padding: 5px;   
}
.klatest-posttime,
.klatest-author  {
	font-size: 12px;
        color: #fff;
}
.klatest-cat {
	font-size: 12px;
        color: #fff;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        direction: rtl;
}
.klatest-subject a {
	font-weight: bold;
	font-size: 14px;
        color: #fff;
}
.klatest-subject a:visited {
        color: #fff;
}

@media(max-width:993px) {
.klatest-subject {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
}
.klatest-items li.klatest-item {
	width: 380px;
        margin: 2px 0px 2px 0px;
}
}