
#logo
{
    height: 70px;
    display:block;
    margin: 8px;
}
content
{
    background-color: white;
    display:block;
    padding:20px;
    border-radius:20px;
    text-align:left;
    margin: 8px;
}
/*#pozycje
{
	display: flex;
    margin: 26px 0px 8px;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start
}*/
#top
{
    /*display:flex;
    justify-content: space-between;
	*/
    align-items: baseline;
}
.zdjecie
{
    width: 220px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
	margin-bottom: 12px;
}
.pozycja
{
    margin-bottom: 4px;
}

.info
{
    display:inline-block;
    vertical-align:top;
    margin-bottom: 9px;
}
.info button
{
    width:25px;
    height:25px;
    padding:0px;
}
.wyliczenie
{
    margin:5px 0px;
}

#dolsuma
{
    font-size:19px;
    font-weight:bold;
    margin: 10px auto;
    width: 130px;
}
/*#dolprzejdz
{
    display:flex;
    justify-content: flex-end;
}
*/
#przejdz
{
    background-color: #b90303;
    text-decoration: none;
    color: white;
    padding: 3px;
	border: 1px solid transparent;
	
}
h4
{
    font-size: 18px;
    margin: 0px;
	font-family: 'Rajdhani', sans-serif;
	color: gray;
}
table
{
    border-spacing:0px;
    margin-top: 4px;
}
td
{
    vertical-align:top;
    padding: 0px;
}
td:nth-child(1)
{
    padding: 2px 6px 0px 0px;
}
td:nth-child(2)
{
    text-align:justify;
    text-align-last: right;
}
td:nth-child(3)
{
    text-align:right;
    vertical-align: bottom;
    padding-left: 6px;
}
tr:not(:first-child) td
{
    border-top: 16px solid transparent;
}
input[type="radio"]
{
    margin:0px;
}

#przejdz:hover
{
	 border: 1px solid #85c000;
}

#oproznij
{
margin-right: auto;
border: 1px solid transparent;
padding: 3px;
}