/* --- Account --- */
@media only screen and (max-width: 768px) {
    #account_left a, #account_right a {
        text-align: center;
        text-decoration: none;
        background: #ddd;
        margin-bottom: 0.4em;
        padding: 0.5em;
        border-radius: 1.5em;
        display: block;
    }

    #account_right ul li {
        list-style: none;
        margin: 0;
    }

    #account_right ul {
        list-style: none;
        margin: 0;
    }
}

@media only screen and (min-width: 769px) {
    #account_left {
        float: left;
        width: 50%;
    }

    #account_right {
        float: right;
        width: 50%;
    }
}

.products {
    border-top: 1px solid #CCC;
    padding-top: 0.25em;
    margin-bottom: 1em;
    margin-right: 0.5em;
}

.products_image {
    width: 10em;
    float: left;
    margin-bottom: 1em;
    text-align: center;
}

.products_data {

}

.products_data:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

#account_left p {
    padding-right: 0.5em;
}

#account_left h2, #account_right h2 {
    font-size: 1.1em;
}

#title_orders {
    float: left;
}

#all_orders {
    float: right;
}

#orders:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

#account_right ul li {
    list-style-type: square;
}