﻿.erow {
    height: 48px;
    width: 100%;
}

.eimage {
    float: left;
    padding: 11px 16px 11px 0;
    height: 48px;
    width: 48px;
    box-sizing: content-box;
}

.etext {
    font-size: 16px;
    height: inherit;
    width: 100%;

}

    .etext label {
        height: inherit;
        line-height: 48px;
    }

    .etext span {
        float: right;
        height: inherit;
        display:inline-block;
    }

    .etext button {
        pointer-events: auto;
        margin-left:5px;
        z-index: 99;
        float: right;
        display: inline;
        height: inherit;
    }


