.squalist {
    font-size: 20px;
    padding: 0 120px;
}
.squalist b {
    display: block;
    margin-bottom: 12px;
}
.teamN {
    display: block;
    font-size: 16px;
    margin-bottom: 30px;
    padding: 20px 80px 0;
    font-weight: bold;
}
.teamsheet{
    display: block;
    float: right;
}
.teamsheet h2{
    padding-left: 80px;
    margin-top: 30px;
}
.Mnav{ 
    background-color: #FFF;
    color: #000;
}
.Mnav2{ 
    background-color: #850606;
    color: white;
}
.Mnav a:hover, .Mnav:hover a{
    color: #FFF;
}
.MatchBoard{
    height: auto;
}