.box-border {
  box-sizing: border-box;
}
.box-content {
  box-sizing: content-box;
}
.\!box-border {
  box-sizing: border-box !important;
}
.\!box-content {
  box-sizing: content-box !important;
}
