.teamrole{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
}

.headerlist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.headeritem{
    display: inline;
    font-size: x-large;
    margin-left: 15px;
    margin-right: 15px;
}

.headerlink:link{
    color: black;
    text-decoration: none;
}

.headerlink:visited{
    color: black;
    text-decoration: none;
}

.headerlink:hover{
    color: red;
}

.contact{
    margin: 0px 20px;
}

.openingtimes{
    margin: 0px 20px;
    width: 300px
}

.basicinfo{
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items: flex-start;
    
}

.hierlink:link{
    color: black;
    text-decoration: none;
}

.hierlink:visited{
    color: black;
    text-decoration: none;
}

.hierlink:hover{
    color: red;
}

#tests{
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items: flex-start;
}