RTR White Shift Knob - Blue Engraving (11-14 GT, V6)
button.btn-info { width: 100%; height: auto; text-align: center; float: left; border-radius: 5px; background-color: #3161ff; margin-bottom: 10px; margin-top: 10px; } .accordion { background-color: #006EFF; opacity: 80%; color: white; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 25px; transition: 0.4s; border-radius: 5px; margin-bottom: 5px; } .active, .accordion:hover { background-color: #3161ff; } .accordion:after { content: '\002B'; color: white; font-weight: bold; float: right; margin-left: 5px; } .active:after { content: "\2212"; } .panel { padding: 0 18px; background-color: white; max-height: 0; over