
/* Subscription page */

.edd-page.edd-purchase-history{
	
	
}
/*
.edd-page.edd-purchase-history aside.sidebar.sidebar-primary.widget-area {
    padding: 20px 30px;
    margin-top: 40px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 40px;
}
*/
.edd-page.edd-purchase-history #menu-pro-dashboard-sidebar a {
    background-color: #f7f7f7;
    color: #4d5354;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
}

.edd-page.edd-purchase-history  #menu-pro-dashboard-sidebar a:hover {
    background-color:#00b38f;
    color: #fff;
  
}
.edd-page.edd-purchase-history .pro-dashboard-account {
    background-color: #fff;
    text-align: center;
    margin: 0 0 12px;
    padding: 30px 20px;
    max-width: 360px;
    padding: 30px;
    border-radius: 10px;
}

.edd-page.edd-purchase-history ul.account-control li a {
    background: #f7f7f7;
    padding: 3px 9px;
    border-radius: 4px;
    color: #6c7476;
    font-size: 13px;
}
.edd-page.edd-purchase-history ul.account-control li a:hover {
    background: #e4e4e4;
}

.edd-page.edd-purchase-history ul.account-control {
    display: flex;

    flex-direction: column;
    margin-top: 20px;
    width: 100%;
    align-items: baseline;
}
.edd-page.edd-purchase-history .menu-pro-dashboard-sidebar-container {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
}

.edd-page.edd-purchase-history #menu-pro-dashboard-sidebar {
    margin-bottom: 0;
}

.edd-page.edd-purchase-history .sidebar {
  
    padding: 40px 0;
}
.edd-page.edd-purchase-history .upgrade-membership.button,.edd-page.edd-purchase-history #menu-pro-dashboard-sidebar a {

    border-radius: 4px;
}

.edd-page.edd-purchase-history table#edd_user_history tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.edd-page.edd-purchase-history  table#edd_user_history tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.edd-page.edd-purchase-history table#edd_user_history tr:last-child th:first-child {
    border-top-left-radius: 10px;
}

.edd-page.edd-purchase-history  table#edd_user_history tr:last-child th:last-child {
    border-top-right-radius: 10px;
}

.edd-page.edd-purchase-history #edd_user_history {
    text-align: left;
    width: 100%;
    border-top: 0;
    border-bottom: none;
    border: 0;
    padding: 30px;
    border-radius: 10px;

}

.edd-page.edd-purchase-history #edd_user_history td,.edd-page.edd-purchase-history  #edd_user_history th {
    text-align: left;
    padding: 13px;
    border:0;
    border-top: none;
}
.edd-page.edd-purchase-history #edd_user_history td {
    font-size: 16px;
}
.edd-page.edd-purchase-history #edd_user_history a:hover{
	text-decoration:underline;
}

.edd-page.edd-purchase-history .button.teal {
    border-radius: 4px;
}

.edd-page.edd-purchase-history tr.edd_purchase_row:nth-of-type(2n+2) {
    background: #fffcfc;
}
