div.exhibit-flowingFacet-header {
    display: none;
}

body {
    margin: 0;
    font-family: Helvetica;
    background: #FFFFFF;
    color: #000000;
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}

div.panel {
    position:   absolute;
    top:        0px;
    display:    none;
    background: white;
}

div.panel-header {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    border-top: 1px solid #6d84a2;
    padding: 10px;
    height: 45px;
    background: url(http://slef.org/b/iui/toolbar.png) #6d84a2 repeat-x;
}

.panel-header > h1 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin: 1px 0 0 -75px;
    height: 45px;
    font-size: 20px;
    width: 150px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}

.back-button {
    border-width:   0 8px 0 14px;
    -webkit-border-image: url(http://slef.org/b/iui/backButton.png) 0 8 0 14;
    
    position:       relative;
    top:            5px;
    font-size:      12px;
    font-weight:    bold;
    padding:        8px;
    color:          #FFF;
    cursor:         pointer;
}

div.exhibit-flowingFacet-value {
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 8px 8px 8px 10px;
    font-size: 20px;
    font-weight: bold;
    background: url(http://slef.org/b/iui/listArrow.png) no-repeat right center;
}

span.exhibit-flowingFacet-value-count {
    font-weight: normal;
    color: #CCC;
}

ol.exhibit-tileView-body {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.exhibit-tileView-body > li {
    border-bottom: 1px solid #E0E0E0;
    background: url(http://slef.org/b/iui/listArrow.png) no-repeat right center;
    margin-right: 10px;
    cursor: pointer;
}

div.facet-link {
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 8px 0 8px 10px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    background: url(http://slef.org/b/iui/listArrow.png) no-repeat right center;
}

div.iPhone-default-lens {
    font-size: 20px;
    padding: 8px 10px;
    font-weight: bold;
}

div.panel-row {
    border-bottom: 1px solid #E0E0E0;
    padding: 8px;
    font-size: 20px;
}
