.dashboard {
    width: 800px;
}

.dashboardmenu {
    position: sticky;
    top: 93px;
    z-index: 1000;
    font-size: 13pt;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
    display: flex;
    transition: all 0.3s;
}

.dashboardmenu li {
    display: inline-flex;
    margin: 0;
    margin-right: 5px;
    padding: 0;
}

.dashboardmenu li a {
    display: inline-block;
    color: #eee;
    background-color: #111;
    transition: all 0.3s;
    padding: 10px 10.21px;
}

.dashboardmenu li a:hover {
    color: #111;
    background-color: #eee;
    text-decoration: none;
}

.dashboardmenu li.logout {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 0;
}

/* *********************************************************************** */
/*                      PURCHASES                                          */
/* *********************************************************************** */

.purchases {
    list-style: none;
    width: 800px;
    padding: 0;
    margin: 20px 0;
}

.purchases li {
    width: 100%;
    background: #333;
    font-size: 15pt;
    color: #eee;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 10px;
}