/* 
    Document   : tippjatek.css
    Created on : 2009.11.20., 14:39:04
    Author     : inti
    Description:
        Purpose of the stylesheet follows.
*/

.jatek_list {
    width: 100%;
    margin-bottom: 15px;
}

.jatek_list td {
    padding: 3px;
}
.jatek_list tr.head td {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #bbbbbb;
}
.jatek_list tr.odd td {
    background: #f2f2f2;
}

.jatek_head {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px;
}
