* {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
}

p {
    margin-bottom: 0;
    font-weight: 700;
}

textarea {
    text-align: left;
}

input[type="submit"] {
    margin-top: 20px;
    padding: 15px 75px;
    cursor: pointer;
}

input[type="text"] {
    width: 300px;
    height: 30px;
    font-size: 16px;
    margin-bottom: 10px;
}
input[type="radio"] {
    cursor: pointer;
}

label {
    display: inline-block;
    cursor: pointer;
}

div.checkbox {
    margin-top: 15px;
}

div.produkt {
    border: 1px solid;
    padding-bottom: 15px;
    max-width: 500px;
    margin: 10px auto;
}

button#produkt-dodaj {
    margin-top: 10px;
}
.centered-table td, .centered-table th {
    text-align: center;
}