.a_rounded_inherit {
  border-radius: inherit !important;
}
.a_rounded_top_inherit {
  border-top-left-radius: inherit !important;
  border-top-right-radius: inherit !important;
}
.a_rounded_right_inherit {
  border-top-right-radius: inherit !important;
  border-bottom-right-radius: inherit !important;
}
.a_rounded_bottom_inherit {
  border-bottom-left-radius: inherit !important;
  border-bottom-right-radius: inherit !important;
}
.a_rounded_left_inherit {
  border-top-left-radius: inherit !important;
  border-bottom-left-radius: inherit !important;
}
.a_rounded_top_left_inherit {
  border-top-left-radius: inherit !important;
}
.a_rounded_top_right_inherit {
  border-top-right-radius: inherit !important;
}
.a_rounded_bottom_right_inherit {
  border-bottom-right-radius: inherit !important;
}
.a_rounded_bottom_left_inherit {
  border-bottom-left-radius: inherit !important;
}
.a_rounded_0 {
  border-radius: 0 !important;
}
.a_rounded_top_0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.a_rounded_right_0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.a_rounded_bottom_0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.a_rounded_left_0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.a_rounded_top_left_0 {
  border-top-left-radius: 0 !important;
}
.a_rounded_top_right_0 {
  border-top-right-radius: 0 !important;
}
.a_rounded_bottom_right_0 {
  border-bottom-right-radius: 0 !important;
}
.a_rounded_bottom_left_0 {
  border-bottom-left-radius: 0 !important;
}