.btn-default {
    color: #58666e !important;
    background-color: #fcfdfd;
    background-color: #fff;
    border-color: #dee5e7;
    border-bottom-color: #d8e1e3;
    -webkit-box-shadow: 0 1px 1px rgb(90 90 90 / 10%);
    box-shadow: 0 1px 1px rgb(90 90 90 / 10%);
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > li > a {
    border-radius: 3px;
    color: inherit;
    line-height: 25px;
    margin: 4px;
    text-align: left;
    font-weight: normal;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.bootstrap-table {
    font-size: 14px;
}


.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}
.modal-dialog-short {
    max-width: 600px;
    margin: 1.75rem auto;
}
.modal-dialog-wide {
    max-width: 1000px;
}


#top10-holder-table tbody {
    cursor: pointer;
}
#holder-number-table tbody {
    cursor: pointer;
}
#achievement-table tbody {
    cursor: pointer;
}
#forecast-table tbody {
    cursor: pointer;
}
#fund-table tbody {
    cursor: pointer;
}
#consensus-table tbody {
    cursor: pointer;
}
.search-input {
    width: 256px;
}