body.theme-2 .top .details,
body.theme-2 .condition li .right .btn,
body.theme-2 .condition li .right .blue,
body.theme-2 .apply .btn,
body.theme-2 .box .publish .p-cha,
body.theme-2 .about {
  -moz-border-radius: 10rem;
  border-radius: 10rem;
}

body.theme-2 .l-aft .code .btn {
  border-radius: 0.56rem;
}

body.theme-2 .box .publish .p-cha-g .p-cha {
  -moz-border-radius: 0;
  border-radius: 0;
  background: url(../images/p-cha.svg) no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
}

body.theme-2 .box .publish .p-cha-g .p-cha.cancel {
  background-image: url(../images/p-cha-cancel.svg);
}

body.theme-2 .box .history {
  -moz-border-radius-topleft: 0.5rem;
  border-top-left-radius: 0.5rem;
  -moz-border-radius-bottomleft: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

body.theme-2 .box .publish .p-cha-g .btn:first-child {
  margin-right: 0;
}

body.theme-2 .box .publish .p-cha-g .btn:last-child {
  margin-left: 0;
}
