.rw-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 8px -5px 0;
}

.rw-icon-small {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 8px -5px 0;
}

.rw-icon-large {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 8px -5px 0;
}

.rw-xl {
    width: 40px;
    height: 40px;
}

.rw-reload {
    background: url("../img/icon/reload.svg") no-repeat;
}

.rw-play {
    background: url("../img/icon/play.svg") no-repeat;
}

.rw-plus {
    background: url("../img/icon/plus.svg") no-repeat;
}

.rw-plus-white {
    background: url("../img/icon/plus-white.svg") no-repeat;
}

.rw-trash {
    background: url("../img/icon/trash.svg") no-repeat;
}

.rw-lock {
    background: url("../img/icon/lock.svg") no-repeat;
}

.rw-store {
    background: url("../img/icon/store.svg") no-repeat;
}

.rw-nslogo {
    background: url("../img/icon/nslogo.svg") no-repeat;
}

.rw-arrow-right {
    background: url("../img/icon/arrow-right.svg") no-repeat;
    margin: 0;
    padding-right: 22px;
}

.rw-pencil {
    background: url("../img/icon/pencil.svg") no-repeat;
}

.rw-role-avatar {
    background: url("../img/icon/role-avatar.svg") no-repeat;
    margin-top: -5px;
}

.rw-wrench {
    background: url("../img/icon/wrench.svg") no-repeat;
}

.rw-exclamation {
    background: url("../img/icon/exclamation.svg") no-repeat;
    margin-left: 0.5em;
}

.rw-refresh {
    background: url("../img/icon/refresh.svg") no-repeat;
}

.rw-search {
    background: url("../img/icon/search.svg") no-repeat;
}

.rw-check {
    background: url("../img/icon/check.svg") no-repeat;
}

.rw-chevron-right {
    background: url("../img/icon/chevron-right.svg") no-repeat;
}

.rw-log-out {
    background: url("../img/icon/log-out.svg") no-repeat;
}

.rw-play-circle {
    background: url("../img/icon/play-circle.svg") no-repeat;
}

.rw-caret-left {
    background: url("../img/icon/caret-left.svg") no-repeat;
}

.rw-caret-right {
    background: url("../img/icon/caret-right.svg") no-repeat;
}

.rw-close {
    background: url("../img/icon/close.svg") no-repeat;
}