.cursor-pointer {
    cursor: pointer;
}



.position {
    width: 150px;
}


.position.active {
    font-weight: bold;
}

.position button { 
    transition: all 0.2s;
}
.position:hover button {
    opacity: 1 !important;
}



#symbol_details {
    width: 800px;
}