.site-icons {
  height: 18px;
  width: 22px;
  background: url("/ClientResources/Images/icon_sprite_epi.png") no-repeat;
}

.standard-page-type-icon {
  background-position: 0 -14px;
}

.landing-page-type-icon {
  background-position: 0 -60px;
}

.subject-page-type-icon {
  background-position: 0 -78px;
}

.container-page-type-icon {
  background-position: 0 -94px;
}

.global-settings-page-type-icon {
  background-position: 0 -130px;
}

.Sleek .epi-icon__layout--full {
  background: url("/ClientResources/Images/layoutIcons24x24.png") 0 -24px no-repeat;
  height: 24px;
  width: 24px;
}
.Sleek .epi-icon__layout--half {
  background: url("/ClientResources/Images/layoutIcons24x24.png") 0 -48px no-repeat;
  height: 24px;
  width: 24px;
}
.Sleek .epi-icon__layout--two-thirds {
  background: url("/ClientResources/Images/layoutIcons24x24.png") 0 -72px no-repeat;
  height: 24px;
  width: 24px;
}
.Sleek .epi-icon__layout--one-third {
  background: url("/ClientResources/Images/layoutIcons24x24.png") 0 -96px no-repeat;
  height: 24px;
  width: 24px;
}
.Sleek .epi-icon__layout--one-quarter {
  background: url("/ClientResources/Images/layoutIcons24x24.png") 0 -120px no-repeat;
  height: 24px;
  width: 24px;
}
.Sleek .epi-icon__layout--three-quarters {
  background: url("/ClientResources/Images/layoutIcons24x24.png") 0 -144px no-repeat;
  height: 24px;
  width: 24px;
}
