table td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

table td span:hover {
    text-decoration: underline;
    color: #047fab;
}

div.shoptigo_container {
    border: 2px solid #047fab;
    width: 366px;
    margin-left: auto;
    margin-right: auto;
}

div#shoptigo_content {
    /*overflow-y: auto;*/
    background-color: white;
    height: 518px;
}

div#shoptigo_stores {
    overflow-y: auto;
    height: 320px;
}

div#shoptigo_content table {
    border-collapse: collapse;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.storeDetails {
    border: 2px solid black;
    padding: 5px;
    overflow: auto;
}

.clickable {
    cursor: pointer;
}

table#shoptigo_search_filters {
    border-color: white;
}

table#shoptigo_search_filters td {
    font-size: 18px;
}

table#shoptigo_search_filters td img {
    position: relative;
    top: 5px;
}

div.redbox {
    border: 1px red solid;
    width: 163px;
    height: 29px;
    padding: 0 5px 0 10px;
    vertical-align: middle;
    display: table-cell;
}

div.dropdown-content {
    margin: 0 -5px 0 -10px;
    width: 176px;
    z-index: 1;
    max-height: 375px;
    overflow-y: auto;
    overflow-x: hidden;
}

td.goldbar {
    background-color: #F48E0E;
    color: white;
    font-size: 15px !important;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    top: 29px;
    /*background-color: #f9f9f9;*/
    background-color: white;
    /*min-width: 160px;*/
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1
}

span.dropdown-selected,
span.dropdown-selected:hover {
    text-decoration: none;
    color: black;
    width: 145px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
}
