html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* WLASCIWY KOD */

@media (max-width: 640px) { 
 	.c-right{width:0%;display:none;}
.c-left{
width:100%;
margin-left:5%;
}
         
  }

.naglowek-uslugi{
text-align:center;
color:black;
font-family:verdana;
font-size:25px;
background-color: rgb(226, 226, 226);
font-weight:bold;
}

.container {
color: black;
font-family: Verdana;
width:100%;
margin-bottom:5%;
}
.c-left{
    width:45%;
    margin-top: 0%;
    float: left;

}
.c-right{
width: 45%;

float:left;
padding: 15px;
margin-right:0%;
margin-top:1%;
border-radius: 10px;
border:1px solid;

}
.t-cennik{
font-weight: bold;
color:red;
padding: 5px 10px;
text-align:center;
font-size:20px;

}
.t-tytul{
    background-color: rgb(226, 226, 226);
    font-weight: bold;
    color:black;
    padding: 5px 10px;
    text-align:center;
    font-size:15px;
    
    }
table,td {
    width:90%;
    
    border: 1px solid black;
    border-collapse: collapse;
    
}
table{border-radius:10px;}

td {
padding:5px 10px;
width:50%;
vertical-align:middle;
}
.pozycje-tabeli{
text-align:left;
padding: 0px 10px;


}



