#tabhead ul {
    padding: 0;
    margin: 10px 0 0px 0px;   
    width: 100%;
    background-color: #62508a;   
}

#tabhead li {
    display: block;    
    border: 1px solid #62508a;    
    border-bottom-width: 0;
    background-color: #fff;
    margin: 0;       
    padding: 0;
    list-style-type: none;    
}

@media screen and (max-width: 768px) {
  #tabhead li {
    /*display: inline-block;*/   
    border: 1px solid #62508a;    
    border-bottom-width: 0;
    background-color: #fff;
    margin: 0;       
    padding: 0;
    list-style-type: none;  
    width: 100%;
}
}
 
#tabhead a {        
    text-decoration: none;
    display: block;
    background-color: #62508a;
    padding: 0.6em .91em;
    margin: 0;
    color: #fff;    
    text-align: center;
    text-transform: none;
    font-size: 20px;
    
}

#tabhead a:hover {
background: #ddf;
}

#tabhead .selected {    
    border-color: #62508a;
}

#tabhead .selected a {    
    position: relative;
    top: 1px;
    background: white;
    color: #62508a;   
}

#tabbody {
    border: 1px solid #62508a;
    clear: both;
    padding: 0em 0em 0em 0em;
    margin:0px 0px 0px 0px;
    text-align: justify;
    width: 99.9%;
    font-size: 13px;
}
 
#tabbody p,
#tabbody div{
    padding: 10px;
    font-size: 13px;
    color: #666;
}