/**
 *
 *
 */


.statement-wrapper {
    background: #eee;
    display: inline-block;
    padding: 0;
    width: 100%;
}

.statement-inner { }

.user-details {
    margin-bottom: 20px;
}

.user-details ul {
    margin: 0;
    padding: 0;
}

.user-details ul li {
    list-style-type: none;
}

.statement-row {
    border-bottom: 1px solid grey;
    display: inline-block;
    width: 100%;
}

.split-half {
    display: block;
    float: left;
    margin: 10px 0;
}

.split-half:nth-of-type(odd) {
    border-right: 1px solid grey;
    width: 45%;
}

.split-half:nth-of-type(even) {
    padding-left: 20px;
    width: 55%;
}


/* statement header */
.statement-header {
    display: block;
    margin-bottom: 40px;
    width: 100%;
}

.statement-header h2 {
    color: inherit;
    display: block;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}


/* statement information */
.statement-info {
    margin-bottom: 40px;
}


/* account information */
.account-information ul {
    margin: 0;
    padding:0;
}

.account-information ul li {
    list-style-type: none !important;
    border-top: 1px dotted #e22029;
    padding: 40px 0;
}

.account-information ul li:first-child {
    border: none;
}


