.pp_top .pp_left {
  border-top-left-radius: 5px;
}
.pp_top .pp_right {
  border-top-right-radius: 5px;
}
.pp_bottom .pp_left {
  border-bottom-left-radius: 5px;
}
.pp_bottom .pp_right {
  border-bottom-right-radius: 5px;
}
