#secure-form {
  padding: 10px;
  margin-bottom: 10px;
  background: #F2EFF7;
  border: 2px solid #D2C8E3;
}

div#kontakt {  
  width: 100%;
  margin-bottom: 15px;
}
div#kontakt h4 {
  margin-bottom: 0;
}
#kontakt table {
  border: 1px solid #ccc;
}
#kontakt table th {
  padding: 10px 10px 10px 5px;
  background: #58225B;
  color: #fff;
}
#kontakt table.grupa tr {
  width: 100%;
}
#kontakt table .row1 {
  background: #F2EFF7;
}
#kontakt table .row2 {
  background: #fff;
}
#kontakt table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#kontakt table td.name {
  width: 200px;
}
#kontakt table td.role {
  width: 568px;
}
#kontakt table td.contact {
  width: 130px;
}