?body {    line-height: 1.5;}
.container {    /*width: 800px;*/    margin: 0 auto;}
ul.tabs {    margin: 0 auto;    padding: 0px;    list-style: none;}  
  
ul.tabs li {        
background: none;        
color: #c0358f;        
display: inline-block;        
padding: 10px 15px;        
cursor: pointer;        
font-weight:400;  
text-decoration:underline;  
}  
      
ul.tabs li.current {            color: #ffffff;            background-color: #1a5e9b;        }

.tab-content {    display: none;    /*background: #ededed;*/    padding: 15px;}    
.tab-content.current {        display: inherit;    }