
a {
    text-decoration: none;
}
#tab-container{
	
	color:white;
	max-width:450px;
    font-size: 13px;
    line-height:18px;
    overflow: hidden;
    text-align: center;
  	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
   background:  rgba(219,219,219,.9);
   
}

#tab-container div.tab-menu div
{
    font-weight: 700;
    padding: 15px 10px 0px 10px;
    /* border: 1px solid #ddc; */
    border-bottom: none;
    border-width: 1px;
    color: white;
    cursor: pointer;
    margin-bottom: -1px;
  /*  margin-right: 5px;*/
    border-radius: 3px;
}

#tab-container div.tab-menu div.active
{
	width:50%;
    color: white;
    height: 35px;
    border-bottom: 0;
    padding-left:-10px;
 }

.transparent
{
}

.not-transparent
{
	
}

.tab-top-border {
    border-bottom: 1px solid #222;
}
.tab-content{
    margin: 0 auto;
    border-top-style: none;
    text-align: left;
    padding: 20px;
    padding-bottom: 20px;
    font-size: 11px;
    display: none;
    background-color:white ! important;
}


#tab-container div.active{
    display: block;
     color:white;
background:  rgba(34,34,51,1);

}
.tab-content h1{
    line-height: 1em;
    height: 28px;
    font-size: 18pt;
    color:#222233;
}
