﻿/* This is to fix a Google Custom Search Engine
    CSS issue on the results page for the 'Sort by' option list.
*/

.gsc-selected-option-container {
    /* background-color: transparent;   */
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    cursor: default;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    max-width: 90%;
    min-width: 90px !important;
    outline: 0 none;
    padding: 0 28px 0 6px;
    position: relative;
    text-align: center;
    width: 90px !important;
}