/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014-04-21, 20:32:06
    Author     : Piotr
*/


.dane-techniczne {
    width:100%;
    margin-bottom: 2em;
    table-layout: fixed;
}

.dane-techniczne tr td {
    border-bottom: 1px solid #f0f0f0;
    padding: 5px 10px;
}

.dane-techniczne tr:first-child td {
    font-weight: bold;
    background-color: #124093;
    color:#fff;
    padding: 10px;
}

.dane-techniczne tr:nth-child(even) {
    background-color: #f0f0f0;
}

.zwykla-tabela {
    width:100%;
    margin-bottom: 2em;
    table-layout: auto;
}

.zwykla-tabela tr td {
    border: 1px solid #f0f0f0;
    padding: 5px 10px;
}


.gwiazdka {
    font-size: 11px;
    color:#999;
}

.default-table tr td {
    vertical-align: top;
}

.linkbutton {
    background-color: #999;
    display: inline-block;
    padding: 5px 10px;
    color:#fff !important;
    margin-top:1em;
    font-size: 14px;
}

.przetarg_header {
  font-size: 15px;
  font-weight: bold;
}

.przetarg_info {
    
}

.zwykla-tabela tr td ul, 
.zwykla-tabela tr td ol {
    padding:0;
    padding-left: 1em;
} 


.dane-tabelowe {
    width:100%;
    margin-bottom: 2em;
    table-layout: fixed;
}

.dane-tabelowe tr td {
    border-bottom: 1px solid #f0f0f0;
    padding: 5px 10px;
}

li.minus {
    
}


.img-fluid {}