body{
  
  font-size: 30px;
}
input[type="date"] {
  width: 200px;
  height: 30px;
}

table.sortable {
        border-width: medium;
        border-spacing: 2px;
        border-style: outset;
        border-color: gray;
        border-collapse: collapse;
        background-color: white;
}
table.sortable th {
        border-width: 1px;
        padding: 1px;
        border-style: inset;
        border-color: gray;
        background-color: white;
        -moz-border-radius: ;
}
table.sortable td {
        border-width: 1px;
        padding: 1px;
        border-style: inset;
        border-color: gray;
        background-color: white;
        -moz-border-radius: ;
}
.przewoznicy{
  float:right;
  width:50%;
}
.wyniki{
  float:left;
    width:35%;
}
.pakowanie{
  float:left;
  widtht:50%
}
.Folia{
  float:right;
  width:30%;
}
