#my-acc-row {
   background-color: #D4ECED;
}

#statement-row {
    background-color: #FFE5CF;
}

#my-info-row {
   background-color: #E0EBDB;
}

#fund-price-row {
   background-color: #E6E7F4;
}

#switching-date-row{
   background-color: #FCEED1;
}
#calculator-row {
    background-color: #D8E7F5;
}
#questionaire-row {
    background-color: #FBE8EC;
}

#more-info-row {
   background-color: #EEF0CC;
}

#current-switch-record-row {
    background-color: #DAE1F1;
}
#switch-comparsion-row {
    background-color: #F3E3EA;
}
#transaction-row {
    background-color: #FFF5CA;
}

#switch-numsub-row {
    background-color: #EDDEC0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}



.numsub-underline {
    border: 1px dashed #675c5c;
    width: 98%;
    margin-top: 0px;
}

#collapseNumsub {
    background-color: #EDDEC0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.first-numsub-row-topline {
    border-top: 1px solid #675c5c;
    width:98%;
}

.menu-row {
   border-radius: 10px;
   font-size:22px;
   font-weight: bold;
   width:95%;
}

.menu-row a {
   color: #717071;
   margin-left:20px;
   column-gap:40px;
}

.left-icon {
   width:80px;
   height:80px;
   margin-top:auto;
   margin-bottom:auto;
}

@media only screen and (min-width: 768px) {
    .numsub-row {
        margin-left: -40px !important;
    }
}