/* CSS Document */
/* CSS Document */
figure.fracture-photo {
  margin: 30px auto 0 !important;
  display: flex !important;
  justify-content: center !important; }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    figure.fracture-photo {
      display: inherit !important; } }
  @media screen and (max-width: 350px) {
    figure.fracture-photo {
      display: inherit !important; } }
  figure.fracture-photo figure {
    max-width: 160px !important;
    width: 100% !important;
    margin: 0 20px !important; }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      figure.fracture-photo figure {
        margin: 0 5px !important;
        max-width: 140px !important; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      figure.fracture-photo figure {
        margin: 0 5px !important;
        max-width: 140px !important; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      figure.fracture-photo figure {
        margin: 0 !important;
        max-width: 140px !important; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      figure.fracture-photo figure {
        margin: 0 auto 15px !important; } }
    @media screen and (max-width: 350px) {
      figure.fracture-photo figure {
        margin: 0 auto 15px !important; } }

.gout-box dl dt {
  color: #00afee;
  font-weight: 600;
  margin: 0 0 10px; }
.gout-box dl dd {
  margin: 0 0 20px; }
