.p-table th {
  text-align: left;
  width: 165px;
}
.p-table th, .p-table td {
  padding: 8px 16px;
}

.p-map {
  height: 362px;
  position: relative;
  width: 100%;
}
.p-map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}