﻿<style type="text/css">.tabList li:before {
        display: none;
    }

    .tabHeaders li:before {
        display: none;
    }

     .tabHeaders a {
        font-size: 15px;
     padding-left: 5px !important;
padding-right: 10px !important;
background: ##e6e6e6;
    }

    .tabHeaders li:focus {
        outline-style: none;
    }

    .tabHeaders a:focus {
        outline-style: none;
    }

    .tabContent ul {
        margin-left: 10px;
        list-style-position: inside;
    }

    .tabList a {
        font-size: 13px;
    }

    .tabList li {
        padding-bottom: 5px;
    }
</style>