body {
color:#868686; font-size:16px; font-family:"OpenSans Regular",sans-serif; 
}
a {
TEXT-DECORATION-LINE:NONE !important; color:inherit; 
}
p {
font-family:"Poppins-Light",sans-serif; font-size:17px; color:#666666; 
}
h1 {
color:#333333; font-size:30px; 
}
ul {
list-style-image:url("../../img/wypunktowanie.svg"); 
}
ul>li00before {
color:#e4aa29;
}
ul>li::before {
//content:"\2022"; /* Add content:\2022 is the CSS Code/unicode for a bullet */
  //color: #e4aa29; /* Change the color */
  //font-weight:bold; /* If you want it to be bold */
  //display:inline-block; /* Needed to add space between the bullet and the text */
  //width:1em; /* Also needed for space (tweak if needed) */
  //margin-left:-1em; 
}
.button {
color:#fff; background:linear-gradient(to right, rgba(1,45,91,1) 0%, rgba(5,153,179,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#012d5b', endColorstr='#0599b3', GradientType=1 ); text-shadow:none; border-radius:3px; box-shadow:none; padding:10px 30px; line-height:1; border:none; 
}
.button:hover {
color:#fff; background:#7cc623; border:none; border-radius:3px; text-shadow:none; 
}
.nav > li > a:focus {
background-color:inherit; 
}
.nav > li > a:hover {
background-color:inherit; 
}
.dropdown-menu > .active > a {
background-color:inherit; background-image:none; 
}
.dropdown-menu > .active > a:focus {
background-color:inherit; background-image:none; 
}
.dropdown-menu > .active > a:hover {
background-color:inherit; background-image:none; 
}
.nav .open > a {
background-color:inherit; border:none; 
}
.nav .open > a:focus {
background-color:inherit; border:none; 
}
.nav .open > a:hover {
background-color:inherit; border:none; 
}
.dropdown-menu > li > a {
background-image:none; background-color:inherit; color:inherit; 
}
.dropdown-menu > li > a:focus {
background-image:none; background-color:inherit; color:inherit; 
}
.dropdown-menu > li > a:hover {
background-image:none; background-color:inherit; color:inherit; 
}
h2 {
text-transform:uppercase; font-family:'Merriweather-Bold',sans-serif; font-size:36px; color:#323232; text-align:center; margin-bottom:40px; margin-top:70px; 
}
h3 {
color:#323232; font-size:29px; line-height:43px; 
}
table {
margin:0 auto; border-collapse:separate; width:90%; 
}
tr:nth-child(even) td {
background-color:#d7eebd; 
}
th {
padding-top:25px; padding-bottom:25px; background-color:#068ba8; font-family:'OpenSans-Bold',sans-serif; font-size:18px; color:#fff; 
}
th:first-child {
width:70%; padding-left:85px; border-right:5px solid #fff; 
}
th:last-child {
text-align:center; 
}
td {
padding-top:25px; padding-bottom:25px; font-family:'OpenSans-Regular',sans-serif; font-size:18px; color:#222; 
}
td:first-child {
width:70%; padding-left:90px; border-right:5px solid #fff; 
}
td:last-child {
text-align:center; 
}
ul>li {
font-family:"OpenSans-Light",sans-serif; color:#7A7A7A; font-size:16px; line-height:2; 
}
@media only screen and (max-width : 480px) {
th:first-child {
width:50%;padding-left:0;text-align:center;
}
td:first-child {
width:50%;padding-left:0;text-align:center;
}
th {
font-size:14px;
}
td {
font-size:14px;
}
}
