body{
    font-family: Arial, Helvetica, sans-serif;
}

h2{
    margin: 0%;
}

th{ /*Header row*/
    margin: 10;
    text-align: center;
    background-color: black;
    color: white;
}

tr,td,table{
    border: 1px solid black;
    border-collapse: collapse;
    width:fit-content;
    text-align: center;
    min-width:5vw;
    padding: auto;
}
.team{
    font-weight: bold;
    min-width:20vw;
}
#kc{
    background-color: royalblue;
    color: white;
}
#tex{
    background-color: darkblue;
    color: white;
}
#hou{
    background-color: orange;
    color: black;
}
#cle{
    background-color: red;
    color: white;
}
#tor{
    background-color: blue;
    color: white;
}
#nyy{
    background-color: navy;
    color: white;
}
p{
    margin-top: 0px;
}
.na{
    background-color: gray;
    color: white;
}
.red{
    color: red;
}
.black{
    color: black;
}
.header_guaranteed{
    background-color: green;
    color: black;
}
.guaranteed{
    background-color: lightgrey;
    color: black;
}
.noted_cells{
    text-decoration: underline;
    color: black;
}
.noted_cells:hover{
    font-weight: bold;
    background-color: yellow;
    color: black;
}