﻿.okul.yemek .tablo-print {
    font: normal 11px/14px 'Arial';
    border: 1px solid #cacaca;
    color: #222;
    border-spacing: 0;
    border-collapse: collapse;
}

    .okul.yemek .tablo-print .c {
        text-align: center;
    }

    .okul.yemek .tablo-print tr, .okul.yemek .tablo-print th, .okul.yemek .tablo-print td {
        border-color: #cacaca;
    }

    .okul.yemek .tablo-print td, .okul.yemek .tablo-print th {
        padding: 5px 5px;
        border-left: 1px solid #cacaca;
        border-bottom: 1px solid #cacaca;
    }

    .okul.yemek .tablo-print tr > *:first-child {
        border-left: 0;
    }

    .okul.yemek .tablo-print tr > *:last-child {
        border-right: 0;
    }

    .okul.yemek .tablo-print tbody tr:last-child td {
        border-bottom: 0;
    }

    .okul.yemek .tablo-print thead th {
        background: #f5f5f5;
        color: black;
    }

        .okul.yemek .tablo-print thead th:nth-child(1) {
            width: 100px;
        }

    .okul.yemek .tablo-print tbody tr td {
        vertical-align: top;
        font-size: 10px;
    }

        .okul.yemek .tablo-print tbody tr td:nth-child(1) {
            font-weight: bold;
        }

    .okul.yemek .tablo-print tbody tr:nth-child(2n+0) td {
        background: #f7f7f7;
    }
