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