#tabs_wrapper { width: 300px; }
#tabs_container { border-bottom: none; }
#tabs { list-style: none; padding: 5px 0 4px 0; margin: 6px 0 0 0px; font: 0.75em arial; }
#tabs li { width :100px!important; display : inline }
ul { -webkit-padding-start: 0px!important; -webkit-margin-start: 0px!important; }
#tabs li a { border: 1px solid #ccc; padding: 4px 4px; text-decoration: none; background-color: #f1eeee; border-bottom: none; outline: none; border-radius: 1px 1px 0 0; -moz-border-radius: 1px 1px 0 0; -webkit-border-top-left-radius: 1px; -webkit-border-top-right-radius: 1px; color: black; font-family: sans-serif, Arial }
#tabs_content_container { border: solid 1px #D4D4D4; border-bottom: none; padding: 6px; width: 286px;  }
#tabs li a:hover { background-color: white; color: #efb025; padding: 4px 4px; border-bottom: none!important; border-bottom: none; }
#tabs li.active a { border : 1px solid #D4D4D4; background-color: white; padding: 4px 4px 5px 4px; border-bottom: solid 1px white!important;color : #5170bd }
.tab_content { display: none; }
