.action-row {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #2F352E;
    color: #DCE0DA;
    text-align: right;
    height: 40px;
    padding: 0 17px;
    box-sizing: border-box;
    display: none;
    z-index: 9999;
}
.action-item {
    display: block;
    font-size: 15px;
    float: right;
    margin-top: 10px;
}
.back-icon {
    background-image: url(../img/back.jpg);
    width: 21px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
}
.action-text {
    display: inline-block;
    vertical-align: middle;
}