.myaccount-wrapper h1 {
    font-size: 32px;
    color: var(--algonquin-green-80, #338267);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.034px;
}

.myaccount-wrapper h2 {
    color: var(--algonquin-green-80, #338267);
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.034px;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 35px;
}

.myaccount-wrapper h2.dark {
    color: inherit;
}

.title-wrapper {
   /* margin-top: 40px;*/
    margin-bottom: 40px;
}

.page-template-template-myaccount .entry-header {
    display: none;
}

.page-top-note {
    font-size: 0.9em;
    border: 1px solid #7a7a7a;
    background-color: #e9e9e9;
    color: #7a7a7a;
    padding: 8px 15px 8px 15px;
    border-radius: 5px;
    margin-bottom: 27px;
}

.divtable {
    font-size: 13px;
}

.divtable .divtable-head p,
.divtable .divtable-row p {
    margin: 0;
    padding: 0;
}

.divtable .divtable-head {
    background-color: #eeeeee;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.divtable .divtable-row {
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 992px) { 
    .divtable {
        font-size: inherit;
    }

    .divtable .divtable-head,
    .divtable .divtable-row {
        padding-top: 25px;
        padding-bottom: 25px;
    } 
}

.myaccount-details .row {
    margin-bottom: 15px;
}

.myaccount-details .label {
    font-weight: bold;
}

.myaccount-wrapper form p {
    margin: 0;
}

/* .myaccount-wrapper label {
    
} */

.myaccount-wrapper input {
    margin-bottom: 15px;
}

@media (min-width: 992px) { 
    .myaccount-wrapper input {
        width: 50%;
    }
}

.myaccount-wrapper .show-password-input {
    display: none;
}
