html {
    font-family: Lato, sans-serif;
}

body {
    box-sizing: inherit;
    margin: 0;
}

p {
  font-size: 14px;
}

.Delegate {
    width: 500px;
    margin: 20px;
}

.teamslist {
    font-size: 14px;
    text-align: left;
}

teamslist-head {
    font-weight: bold
}

.teamslist-item {
    font-weight: normal;
    border: 2px solid white;
    min-width:400px;
}