.tabs{ color: #4d4d4f; font-size: 14px; } .tabs .tab-nav{ margin:0px; } .tabs .tab-nav > li { margin: 0px; }  .tabs .tab-content ul li { display:block; color:#000; } .tabs .tab-nav > li > a { border-radius: 0; font-family:Arial, Helvetica, sans-serif; border: none; background-color: #80c342; text-shadow: none; color: #ffffff; text-decoration: none; height: 34px; line-height: 35px; padding: 0 5px 0 5px; text-align: center; } .tabs .tab-nav > li > a:hover { background-color: #00ABEE; } .tabs .tab-nav > li.firstTab > a { margin: 0 0 0 8px; } .tabs .tab-nav > li.active > a { background-color: #231f20; color: #ffffff; line-height: 35px; height: 34px; } .tabs .tab-content { border: #d7d7d7 solid 1px; min-height: 140px; margin:0px; } .tabs .tab-content.active{ } .tabs .tab-content li { list-style-type: none; display:inline; }