.etabs { margin: 20px 0 35px 0; padding: 0; }
.tab { display: inline-block; zoom:1; *display:inline; background: #f4f4f4; border-top: solid 1px #333; border-bottom: none;  }
.tab a { font-size: 14px; line-height: 2em; display: block; padding: 10px 15px; outline: none; text-transform: uppercase}
.tab a:hover { text-decoration: underline; }
.tab.active { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #666; border-top: 3px solid #333 }
.tab a.active { font-weight: bold; }
.tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }

@media (max-width:1200px){ .tab a{font-size:12px;} }

@media screen and (max-width:768px){ .tab{display:block}.tab a{font-size:14px;}  }
