#dotted {
  border-style: dotted;
  border-width: thick;
  max-width: 50px
}

#solid {
  border-style: solid;
  border-width: thick;
  max-width: 50px
}

#double {
  border-style: double;
  border-width: thick;
  max-width: 50px
}

#groove {
  border-style: groove;
  border-width: thick;
  max-width: 50px
}

#ridge {
  border-style: ridge;
  border-width: thick;
  max-width: 50px
} 

#inset {
  border-style: inset;
  border-width: thick;
  max-width: 50px
} 

#outset {
  border-style: outset;
  border-width: thick;
  max-width: 50px
} 

#none {
  border-style: none;
  border-width: thick;
  max-width: 50px
} 

#hidden {
  border-style: hidden;
  border-width: thick;
  max-width: 50px
} 

figurecaption {
  font-size: 0.5em
  
}
