.stock-company-name{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.stock-update-time{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.stock-price-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
}

.stock-price-value{
    font-weight: bold;
    font-size: 64px;
}

.stock-price-change,
.stock-price-changepercentage{
    font-size: 36px;
    margin-left: 20px;
}

.stock-price-change i,
.stock-price-changepercentage i {
    margin-right: 10px;
}

.stock-other-detail{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.stock-od-item{
    margin-bottom: 20px;
    width: 48.5%;
    border-bottom: 1px solid #b8d765;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 10px;
}

.sod-label{
    font-weight: 600;
}

.btn-periodgroup{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.btn-periodgroup .btn{
    min-width: 120px;
    background-color: #b8d765;
    color: white;
}

.btn-periodgroup .btn.active{
    background-color: white;
    color: #b8d765;
}

.sod-row{
    display: flex;
    flex-direction: row;
}