

.satir {

    padding: 2px;
    margin: 2px;
    float: left;
    width: inherit;
    background: #f4f4f4;
    cursor: pointer;
}
.satir:hover {
    background: #deffbc;
}

.resim {
    float: left;
    width: 100px;
    height: 50px;
    overflow: hidden;

}
.resim > img {

    width: 85px;
    height: 50px;


}

.baslik {
    font-weight: bold;
    float: left;

    width: 600px;

}

.icerik {
    float: left;

    width: 800px;

}

.tarih {
    float: right;

}

