@CHARSET "UTF-8";

.yorum_kutusu {
    border: 1px solid #ddd;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #eee;
}

.yorum_basligi {
    padding: 3px;
    border-bottom: 1px dotted gray;
    margin-bottom: 3px;
    color: navy;
}

.yorum {
    background-color: white;
    padding: 5px;
}

.yorum p {
    margin-top: 2px;
    margin-bottom: 2px;
}

.yorum_tarihi {
    text-align: right;
    color: gray;
    font-size: smaller;
    font-weight: normal;
    padding-right: 3px;
    float: right;
}
