body {

background:#f5f6f8;

}


.card {

box-shadow:
0 2px 5px rgba(0,0,0,.08);

}


input {

min-width:90px;

}


table {

vertical-align:middle;

}

.navbar-logo {
    width: 10px;
    height: 10px;
    object-fit: contain;
}

.navbar-brand {

font-weight:600;

}

.chart-container {
    position: relative;
    height: 300px;
}

input {
    min-width: 90px;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.navbar {
    width: 100%;
}

.navbar small {
    white-space: normal;
}

.fs-10 {
    font-size: 0.7rem;
}

.price-column {
    min-width: 150px;
}

#assetTable {
    min-width: 900px;
}