
/* - ++resource++eea.uberlisting.css/uberlisting_view.css - */
@media screen {
/* https://www.eea.europa.eu/portal_css/++resource++eea.uberlisting.css/uberlisting_view.css?original=1 */
#uber-view-switch {
margin: 2em 0 !important;
width: 100%;
height: auto;
background: white;
border: 1px solid #ccc;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
overflow: hidden;
}
#uber-view-switch li {
cursor: pointer;
display: block;
float: left;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
margin: 0 0 -1px 0;
list-style: none outside none;
line-height: 2.8em;
}
#uber-view-switch li.last {
border-right: 0;
}
#uber-view-switch a {
padding: 0.7em 0.8em 0.8em 0.8em;
display: block;
height: 30px;
line-height: 2.5em;
}
#uber-view-switch img {
margin: 0;
padding: 0;
opacity: 0.5;
filter: alpha(opacity=50);
}
#uber-view-switch a.selected, #uber-view-switch a:hover {
background: #F3F3F3;
}
#uber-view-switch a.selected img {
opacity: 1;
filter: alpha(opacity=100);
}
#selected-template {
display: none;
}

}

