@media (max-width: 991px) {
    .navbar {
        padding-left: 9%;
        padding-right: 9%;
    }
    #navbarSupportedContent {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .navbar {
        padding-left: 7%;
        padding-right: 7%;
    }
}

#fundList {
    font-size: 14px;
    line-height: 1;
    margin-top: 40px;
    margin-bottom: 60px;
    background-color: #fefefe;
    border-radius: 2px;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, .03);
    -moz-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, .03);
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, .03);
}

#fundList thead {
    background-color: #4578f6;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: 0px 2px 14px 0px rgba(74, 126, 243, .28);
    -moz-box-shadow: 0px 2px 14px 0px rgba(74, 126, 243, .28);
    box-shadow: 0px 2px 14px 0px rgba(74, 126, 243, .28);
    word-break: keep-all;
    white-space: nowrap;
}

#fundList tbody th, #fundList tbody td {
    text-align: center;
    vertical-align: middle;
    padding: 24px .75rem;
    word-break: keep-all;
    white-space: nowrap;
}

#fundList .btn {
    border-radius: 2px;
    font-size: 14px;
    line-height: 1;
    padding: 7px 25px;
}

#fundList .btn-disable {
    border: 1px solid #acacac;
    background-color: #acacac;
    color: #fff;
}

#fundList .btn-disable:disabled {
    opacity: 1;
}
#fundList tbody tr td:nth-of-type(3), #fundList tbody tr td:nth-of-type(4) {
    line-height: 28px;
}

@media (max-width: 640px) {
    #fundList {
        width: 100% !important;
    }
}