.account-grid{
    grid-template-columns: repeat(auto-fill, minmax(200px,1fr));
}

#my-account{
    padding-bottom: 100px;
}

.add-money{
    text-transform: none;
    border: 0;
    height: 45px;
    line-height: 45px;
    position: relative;
    top: 5px;
    text-align: center;
}

.edit-ac-details-link{
    font-size: 18px;
    font-weight: bold;
    color: red;
    text-decoration: underline;
    position: absolute;
    left: 100%;
    top: auto;
    margin-left: -23%;
}

.edit-ac-details-link:hover{
    text-decoration: none;
}

.edit-ac-details{
    text-align: right;
    line-height: 50px;
    width: 700px;
}

.deposite{
    font-family: 'Cambria';
    font-weight: bold;
    font-size: 48px;
    color: #fe6700;
    width: 450px;
}

.deposite sup{
    font-family: 'Tahoma';
    font-size: 16px;
    color: black;
    font-weight: normal;
}

.cart{
    width: 120px;
    position: absolute;
    left: 100%;
    margin-left: -20%;
    top: auto;
    display: block;
    margin-top: -58px;
}

#my-account .cart:last-of-type{
    margin-top: 0;
}

#my-account table{
    width: 100%;
    margin-top: 40px;
    border-spacing: 0px;
    text-align: left;
    font-size: 16px;
}

#my-account table caption{
    text-align: left;
    font-weight: bold;
}

#my-account table td,
#my-account table th{
    padding: 18px 0;
}

#my-account table th{
    font-weight: normal;
    font-size: 14px;
    border-bottom: 1px solid #b3b3b3;
}

#my-account .total strong{
    font-size: 1.5em;
}

.bundles-and-packs tr td:nth-of-type(6),
.bundles-and-packs tr th:nth-of-type(6)
{
    text-align: center;
}

.bundles-and-packs tfoot td{
    text-align: right;
}

.bundles-and-packs .total{
    padding-right: 60px;
    display: inline-block;
}

#my-account .details{
    color: red;
    text-decoration: underline;
}

#my-account .details:hover{
    text-decoration: none;
}

.info-icon{
    display: inline-block;
    width: 21px;
    height: 23px;
    position: relative;
    top: 5px;
    left: 5px;
    background-image: url(../imgs/info.png);
    background-repeat: no-repeat;
}

#my-account .invoice tfoot td{
    text-align: right;
}




















