  .stock-output {
                border: 1px solid #b3b3b3;
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
                padding: 15px;
                border-radius: 0.3em;
                text-align: center;
            }

            .output {
                border: 2px solid #fff;
                background-color: #fb3131;
                padding: 0.5em;
                border-radius: 3px;
                color:#fff;
                margin-top:10px;
            }

            .today-date {

            }

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fb3131;
    color: #fff;
}