.panel--body form fieldset #newsletter{
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content.account--content {
    width: 80%;
    padding-left: 2%;
}

.account--newsletter.account--box.panel.has--border.is--rounded.newsletter {
    padding-top: 0em;
}


.account--menu .navigation--headline{
    color: #ea5060;
}


.account--orders-overview .orders--table-header .panel--th{
    color: #ea5060;
}

.content.account--password-reset {
    padding-top: 4rem;
}

input.btn.is--primary.is--small{
    border: transparent solid 1px;
}

input.btn.is--primary.is--small:hover{
    color: #ea5060;
    background: white;
    border: #ea5060 solid 1px;
}

.account--orders-overview.panel.is--rounded {
    margin-bottom: 30px;
}

.order--actions.panel--td.column--actions .btn.is--small{
    width: 6rem;
    text-align: center;
}


@media screen and (max-width: 72.875em)
{
    .content.account--content {
        width: 65%;
    }
}

@media screen and (max-width: 47.938em){
    .content.account--content {
        width: 95%;
    }
}

@media screen and (min-width: 48em) {

    /*Account*/
    .account--profile {
        margin-left: 32%;
        padding-top: 45px;
        margin-bottom: 20px;
    }

    /*Adresse*/
    .account--address.account--content {
        width: 69%;
        float: right;
    }
}
