    

 
 .tabList
 {
     
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.6;
    margin:0;
    padding:0;
     


    display: table;
     width:100%;
 
 }






.tab
{
       -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
-webkit-tap-highlight-color: transparent;
 
      display: table-cell;
   /* float: left;*/

}


.tabSelected
{
     white-space: nowrap;
    background: white;
    border: 1px solid #EDEDED;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    font-size: 14px;
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
 
  
      border-bottom: 1px solid white;
  font-weight:bold;
      
        -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
-webkit-tap-highlight-color: transparent;
    
}

.tabNotSelected
{
    
 white-space: nowrap;
background: #f8f8f8;
    border: 1px solid #EDEDED;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    font-size: 14px;
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
  

    z-index: 0;
          cursor:pointer;

  
      
        -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}


.tab_last
{
     -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
-webkit-tap-highlight-color: transparent;
 
      display: table-cell;
     width: 90%;
border-top: 1px solid white;
border-left: 1px solid white;
border-right: 1px solid white;
    border-bottom: 1px solid #EDEDED;
    background: white;



}


.tabList li:focused, .tabList li:visited,.tabList li:hover,.tabList li:active {
    background-color:  white !important;


}





.tabContent
{

border: 1px solid #EDEDED;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
    clear: both;
    overflow: hidden;
    padding: 31px 15px;
    
}



.noSelect {
  
}