

    .trip-member-application, .trip-member-application-item {
        line-height: 50px;
        font-size: 8pt;
        border-bottom: 1px solid lightgrey;
    }

    .trip-member-application-even {
        background-color: white;
    }

    .trip-member-application-odd {
        background-color: whitesmoke;
    }

    .trip-members-edit-item-odd {
        background-color: whitesmoke;
    }

    .trip-member-application-item-edit {
        float: right;
        width: 150px;
        background-color: #2a70b9;
        color: white;
        font-weight: bold;
        text-align: center;
    }