body {
    background: #001e3c;
    background: -moz-radial-gradient(center, circle cover, #1e44b4 0%, #001e3c 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #1e44b4), color-stop(100%, #001e3c));
    background: -webkit-radial-gradient(center, circle cover, #1e44b4 0%, #001e3c 100%);
    background: -o-radial-gradient(center, circle cover, #1e44b4 0%, #001e3c 100%);
    background: -ms-radial-gradient(center, circle cover, #1e44b4 0%, #001e3c 100%);
    background: radial-gradient(center, circle cover, #1e44b4 0%, #001e3c 100%);
    background-color: #2b2b2b;
}


.zdjecie-cv {
width: 20%;
border-radius: 50%;
}

.dane-teleadresowe {
    width: 100%;
    display: inline-block;
    margin-top: 5%;
   
}
.dane-teleadresowe td {
    width: 38vw;
    font-size: 19px;
    font-weight: bold;
}


.dane-teleadresowe td i{

    margin-right: 3%;
}

a{
    color:white;
}

.wyksztalcenie {
    width: 100%;
}

.wyksztalcenie .druga-linia {
    font-size: 16px;
    font-style: italic;
}

/* helpers */
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.doswiadczenie {
    width: 100%;
    font-weight: bold;
    font-size: 110%;
    
    
}
.firma-1  {
    text-align: left

}
p {
    font-style: italic;
    font-size: 70%;
    
}

.data-1{
    text-align: right;
    margin: 50%;
}

.zadania-1 {
    text-align: left;
    margin-top: 3%;
    font-size: 80%;
}

.podstawowe-znajomosci {
    font-size: 110%;
    list-style-type: none;
    display: inline-block;
    margin: 0 auto;
    width: 30%;
}

.podstawowe-znajomosci li {
    text-align: left;
}

.podstawowe-znajomosci li i {
    margin-right: 5%;
    width: 10%;
}
.dodatkowe-umiejetnosci {
    margin: 0 auto;
}
.dodatkowe-umiejetnosci th{
    font-weight: bold;
}
.dodatkowe-umiejetnosci tr th {
    border-collapse:separate;
    table-layout: auto;
    width: 50%;
    margin: 20px;
    padding: 15px;
}
.dodatkowe-umiejetnosci td {
    text-align: center;
    font-size: 65%;
}
.lewydiv { 
    float: left; 
    width: 50%;
} 

.prawydiv {
    float: right;
    width: 50%;
    
}
.lewydiv, .prawydiv, h2 {
   font-size: 30%;
   padding-top: 5%;
}
.lewydiv, .prawydiv, p {
    font-size: 75%;
}

.prawydiv i{
    margin-right: 3%;
}

.lewydiv i{
    margin-right: 3%;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  
  /* Style the submit button with a specific background color etc */
  input[type=submit] {
    background-color: grey;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    background-color: black;
  }
  
  /* Add a background color and some padding around the form */
  .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
  }
  
  .karta {
      border-color: #ccc;
      border: 1px solid;
      border-radius: 1em;
      width: 40%;
      padding: 1em;
      margin: auto;
      
  }
  .karta_zdjecie {
    width: 100%;
    border-radius: .4em;
   
}
  .karta_przycisk {
      border-radius: 5rem;
      background-color: whitesmoke;
      text-align: center;
      font-size: small;
      color: black;
      padding: 1em;
      text-decoration: none;
      margin-top: auto;
  }
  .karta_tekst {
      text-align: left;

  }
  .karta_rok {
      text-align: left;
      font-size: small;
      margin-top: 1em;
  }
  


    



/* dev */
/* table, td {border: 1px solid red !important;} */

