/** umform_custom.css
 *
 */




    .my_table_fragment {
        border-color: #000000;
        border-width: 2px;
        color:black;
        background-color: #ffffff;
        width: 100%;
        border-style: solid;
    }

    .my_red_font {
        font-size: large;
        color:red;
    }



        td {
            font-family: Arial, Helvetica, sans-serif;
	        font-size: 19px;
        	vertical-align: middle;
            text-align: center;
        }

        .background_grey {
            background-color: #d3d3d3;
        }

        /*.tab_td_grey_center {
            background-color: #d3d3d3;
        }*/

        /*.tab_td_white_center {
            background-color: #ffffff;
        }*/

        /*.tab_td_white_left {
            background-color: #ffffff;
        }*/

    {# małe litery, po lewej na szarym tle #}
    .text_left_grey_15 {
        font-size:15px;
        text-align:left;
        background-color: #d3d3d3;
    }

    {# todo: niestety nie może być class bo style potrzebne do PDFa są #}
    .small_font {
        /*font-family: Arial, Helvetica, sans-serif;*/
        font-size: 15px;
    }


