.anchorbox
{
    position:relative;
    margin:0px 0px 0px 0px;
}
.anchorbox>h1
{
    font-weight: bolder;
    margin: 0px 0px 10px 0px;
    padding: 0px 5px;

    /* changes done here */
    line-height: 22px;
    font-size: 18px;
}
.anchorbox>.anchorbuttons
{
    background: rgba(255,255,255,0.9);
    position:sticky;
    top:0;
    width: inherit;
display: flex;
align-items: stretch;
    margin:0px 0px -30px 0px;
    height: 35px;
    overflow: hidden;
    z-index: 10;
} 

.anchorbox>.anchorbuttons>a
{
    flex-grow: 1;
    display: inline-table;
    margin:0px 0px 0px 0px;
    text-align:center;
    color:#000;
    cursor:pointer;
    padding:5px 0px;
    font-size: 14px;
    line-height: 20px;
    border:1px solid #eee;
    background-color: #fdd;
    margin-right:5px;
    width: auto;
    border:1px solid #a99;
}  
.anchorbox>.anchorbuttons>a:last-child
{
    margin-right:0px;
} 
.anchorbox>.anchorbuttons>a:active
{
    background-color: darkred;
    color: #fff;
    }
.anchorbox .anchordatacontainer
{
    width:100%;
    padding:0px 20px 20px 20px;
    border:1px solid #eee;
    border-width: 0px 1px 1px 1px;
    z-index:20;
    background: #fff;
    margin:0px 0px 10px 0px;
}
.anchorbox .anchordatacontainer>div
{    
    padding: 34px 0px 10px 0px;
}
.anchorbox .anchordatacontainer>div:active
{    
    display:block;
}
.anchorbox .anchordatacontainer h1
{
    margin:0px -20px 20px -20px;
    padding:2px 10px;
    background-color: darkred;
    color:#fff;
    font-size: 18px;
}
.anchorbox .anchordatacontainer h2
{
    margin:0px -20px 20px -20px;
    padding:2px 10px;
    background-color: darkred;
    color:#fff;
    font-size: 18px;
}
.anchorbox .anchordatacontainer h3
{
    margin: 20px 0px;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

@media only screen and (max-width: 800px) {

.anchorbox>.anchorbuttons
{
    width:calc(100% + 30px);
    text-align: center;
    margin:0px -15px;
    box-sizing: border-box;
} 
.anchorbox>.anchorbuttons>a
    {
        font-size: 12px;
        margin:0px;
    }
.anchorbox>.anchorbuttons>a:active
{
   background-color: darkred;
    
} 
.anchorbox .anchordatacontainer>div:first-child
{ 
    margin-top: -30px;
}

    .photo
{
    margin:0px;
    width: 100%;
}
}
.str
{
    font-weight: bolder;
}
dd
{margin-bottom: 10px;}
.photo
{
    margin:5px;
}