@media projection, screen { .ui-tabs-hide { display : none; } }
@media print { .ui-tabs-nav { display : none; } }
.ui-tabs-panel { width : auto; padding : 15px !important; }

.ui-tabs-panel .title { display : block; }
.ui-tabs-nav { list-style : none; margin : 0; padding : 0; }
.ui-tabs-nav:after { display : block; clear : both; }
.ui-tabs-nav li { width : 150px; display: block; list-style: none; margin-bottom : 5px; }
.ui-tabs-nav li span { font-weight : bold; }

.ui-tabs-nav .ui-tabs { display : block; padding : 10px; background : none; color : #cccccc; font-weight : bold; text-align : left; text-decoration : none; font : 11px Arial;  }
.uimini { display : block; background : none; color : #ffffff; text-align : left; text-decoration : none; font-weight : bold; }

.ui-tabs-nav .ui-tabs:hover { color : #cccccc; font-weight : bold; }
.uimini:hover { color : #ffffff; font-weight : bold; }
.uimini:active { cursor : pointer; background-color : #ffffff; color : #333333; font-weight : bold; }
.ui-tabs-selected .ui-tabs { background-color : #ffffff; font-weight : bold; color : #333333; }
.ui-tabs-nav .ui-tabs-selected .ui-tabs, .ui-tabs-nav .ui-tabs a:hover, .ui-tabs-nav .ui-tabs a:active { background-position : 100% -150px; }
.ui-tabs-nav .ui-tabs, .ui-tabs-nav .ui-tabs-disabled .ui-tabs a:hover, .ui-tabs-nav .ui-tabs-disabled .ui-tabs a:active { background-position : 100% -100px; }
.ui-tabs-nav .ui-tabs-selected .ui-tabs a:link, .ui-tabs-nav .ui-tabs-selected .ui-tabs a:visited, .ui-tabs-nav .ui-tabs-disabled .ui-tabs a:link, .ui-tabs-nav .ui-tabs-disabled .ui-tabs a:visited { cursor : text; }
.ui-tabs-nav .ui-tabs a:hover, .ui-tabs-nav .ui-tabs a:active, .ui-tabs-nav .ui-tabs-unselect .ui-tabs a:hover, .ui-tabs-nav .ui-tabs-unselect .ui-tabs a:active { cursor : pointer; background-color : #8420E0; color : #fff; font-weight : bold; }
* html .ui-tabs-nav { display : inline-block; }
*:first-child + html .ui-tabs-nav { display : inline-block; }

