#user-login-form {
    margin: 100px auto;
    width: 290px;
}

.description {
    font-size: 12px;
    color: #dce123;
}

#user-login-form #edit-submit {
    border: 2px solid #dce123;
}

.wrap-of-purchases {
    margin-bottom: 70px;
}

.section-header-purchases {
    margin-top: 30px;
}

.table-purchases {
    border-bottom: 2px solid #e6eef9;
}

.table-purchases .views-head {
    background: #e2e8f8;
    display: flex;
    justify-content: space-between;
    height: 58px;
    flex-flow: row wrap;
    border-bottom: 1px solid #d0dbf7;

}

.wrap-of-purchases .table-purchases .views-head .field-head {
    font-family: 'FuturaPT-Demi';
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
}
.table-purchases .views-row .field-content > .paragraph {
    display: flex;
    justify-content: space-between;
    min-height: 58px;
    flex-flow: row wrap;
}

.table-purchases .views-head .field-head, .table-purchases .views-field .field__item {
    display: inline-flex;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1;
    color: #000000;
    align-items: center;
    padding: 8px 15px 8px;
}
.table-purchases .views-head .field-head:nth-child(1), .table-purchases .views-field .field__item:nth-child(1) {
    width: 470px;
    padding-left: 35px;
}
.table-purchases .views-head .field-head:nth-child(2), .table-purchases .views-field .field__item:nth-child(2) {
    width: 270px;
    padding-left: 20px;
}
.table-purchases .views-head .field-head:nth-child(3), .table-purchases .views-field .field__item:nth-child(3) {
    width: 200px;
    padding-left: 20px;
}
.table-purchases .views-field .field__item a {
    padding: 10px 20px 10px 60px;
    border: transparent;
    background-color: transparent;
}

.table-purchases .views-row:nth-child(odd) {
    background: #f6f7fc;
}
@media screen and (max-width: 1024px) {
    .table-purchases {
        width: 640px;
        margin: 0 auto;
    }

    .table-purchases .views-head .field-head:nth-child(2),
    .table-purchases .views-field .field__item:nth-child(2),
    .table-purchases .views-head .field-head:nth-child(3),
    .table-purchases .views-field .field__item:nth-child(3) {
        padding: 15px 5px 15px;
        padding-left: 5px;
        width: 170px;
    }

    .table-purchases .views-head .field-head:nth-child(1), .table-purchases .views-field .field__item:nth-child(1) {
        width: 300px;
    }
}

@media screen and (max-width: 767px) {
    .wrap-of-purchases {
        width: 100%;
        overflow: scroll;
    }
}