.etabs { margin: 0; padding: 0; }
    .tab { display: inline-block; zoom:1; *display:inline; background: #fff; border: solid 1px #ddd;  border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
    .tab a { font-size: 14px; line-height: 2em; display: block; padding: 6px 25px; text-transform:uppercase; outline: none;color:#535353; }
    .tab a:hover {  }
    .tab.active { background: #65a7df; border-color:#65a7df; }
    .tab a.active { background:#65a7df; color:#fff; }
    .tab-container .panel-container { background: #fff; border-top: solid #65a7df 2px; padding: 0; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
    .panel-container { margin-bottom: 10px; }
	
	@media only screen and (min-width: 320px) and (max-width: 479px) {
		.tab{
			display:block;
			clear:both !important;	
		}
	}