.QuickLinksBar {
background: -webkit-linear-gradient(270deg, rgba(240,240,240,0.5) 0%, rgba(180,180,180,0.5) 50%, rgba(150,150,150,0.5) 50%, rgba(130,130,130,0.5) 100%);
box-shadow: 2px 12px 25px rgba(0,0,0,0.2);
}

select.QuickButtons {

    background-image: url(images/classic-car-white.svg); /* 16px x 16px */
    background-size: 21px 21px;
    background-color: rgba(90,0,0,0.7); /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 10px center;  /* equivalent to 'top left' */
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.2);
    cursor: arrow;        
    height: 40px;           
    padding-left: 38px;     
    vertical-align: middle; 
    color: rgba(255,255,255,1);
    text-shadow: 1px 1px 3px rgba(0,0,0,1);
	font-family: "BodyFont";
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 400px;
}

input.QuickButtons:hover {
background-color: rgba(90,0,0,0.4);
border: 1px solid rgba(0,0,0,0.15);
cursor: hand; 
}