#news .news-item .text *{
    padding: 0px;
    margin: 0px;
}
#news .news-item div.text {
    margin-left: 15px;
}
#news .news-item .text h3 {
    color: #7F685A;
    margin: 20px 0px 10px 0px;
}

#news .news-item .text h4 {
    color: #7F685A;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0px 10px 0px;
}

#news .news-item .text li {
    margin-left: 35px;
}

#news .news-item .text tt {
    font-family: Courier, sans;
    font-size: 15px;
}


#news .news-item .text div.phpcode {
    margin: 10px 40px;
    padding-left: 10px;
    border-left: 2px dotted #7F685A;
    background: #FFF8EF;
}
#news .news-item .text .phpcode code {
    display:block;
    font-family: Courier, sans;
}

#news .news-item .text div.plain {
    margin: 10px 40px;
    padding-left: 10px;
    border-left: 2px dotted #7F685A;
    background: #FFF8EF;
}
#news .news-item .text .plain code {
    display:block;
    font-family: Courier, sans;
    white-space: pre;
}
#news .news-item .text .link-out{
    padding-right: 18px;

    background-position: right;
    background-image: url(../../images/coffee/leave.png);
    background-repeat: no-repeat;
}
