[cardboard], [surface=cardboard], .surface-cardboard {
  background-image: url("textures/cardboard.jpg"); }

[cardboard2], [surface=cardboard2], .surface-cardboard2 {
  background-image: url("textures/cardboard2.jpg"); }

[cardboard3], [surface=cardboard3], .surface-cardboard3 {
  background-image: url("textures/cardboard3.jpg"); }

[cork], [surface=cork], .surface-cork {
  background-image: url("textures/cork.jpg"); }

[cork2], [surface=cork2], .surface-cork2 {
  background-image: url("textures/cork2.jpg"); }

[cork3], [surface=cork3], .surface-cork3 {
  background-image: url("textures/cork3.jpg"); }

[glass], [surface=glass], .surface-glass {
  background-image: url("textures/glass.jpg"); }

[glass2], [surface=glass2], .surface-glass2 {
  background-image: url("textures/glass2.jpg"); }

[glass3], [surface=glass3], .surface-glass3 {
  background-image: url("textures/glass3.jpg"); }

[notebook], [surface=notebook], .surface-notebook {
  background-image: url("textures/notebook.jpg"); }

[notebook2], [surface=notebook2], .surface-notebook2 {
  background-image: url("textures/notebook2.jpg"); }

[notebook3], [surface=notebook3], .surface-notebook3 {
  background-image: url("textures/notebook3.jpg"); }

[paper], [surface=paper], .surface-paper {
  background-image: url("textures/paper.jpg"); }

[paper2], [surface=paper2], .surface-paper2 {
  background-image: url("textures/paper2.jpg"); }

[paper3], [surface=paper3], .surface-paper3 {
  background-image: url("textures/paper3.jpg"); }

[tape], [surface=tape], .surface-tape {
  background-image: url("textures/tape.jpg"); }

[tape2], [surface=tape2], .surface-tape2 {
  background-image: url("textures/tape2.jpg"); }

[tape3], [surface=tape3], .surface-tape3 {
  background-image: url("textures/tape3.jpg"); }

[surface=toolbar] {
  border-radius: 0 !important;
  box-shadow: 3px 3px 3px grey;
  display: block;
  position: fixed;
  min-width: 200px;
  min-height: 40px;
  right: 0;
  top: 0;
  background-color: purple; }

html[surface=on] [container] {
  outline: 4px dashed purple; }
