/* jQuery Content Panel Switcher CSS */

a, a:visited, a:hover {
  cursor: pointer;
}

.switcher-content {
  display: none;
}

#switcher-panel {
	margin:0 auto;
}
@media only screen and (min-width: 1100px) {
#switcher-panel{min-width:350px; }
}
@media only screen and (min-width: 1024px) and (max-width: 1100px) {
#switcher-panel{width: 200px; }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
#switcher-panel{width: 200px; }
}
@media only screen and (min-width: 667px) and (max-width: 960px) {
#switcher-panel{width: 350px; }
}
@media only screen and (min-width: 600px) and (max-width: 667px) {
#switcher-panel{width: 350px; }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
#switcher-panel{width: 350px; }
}
@media only screen and (min-width: 384px) and (max-width: 480px) {
#switcher-panel{width: 350px; }
}
@media only screen and (min-width: 375px) and (max-width: 384px) {
#switcher-panel{width: 90%; }
}
@media only screen and (min-width: 320px) and (max-width: 375px) {
#switcher-panel{width: 99%; }
}
@media only screen and (min-width: 240px) and (max-width: 320px) {
#switcher-panel{width: 99%; }
#switcher-panel img{max-height:100px; }
}
