header {
    background-color: #f40614;
    border-bottom: 20px solid white;
}

button {
    width: 125px;
    margin: 10px;
}



body {
    background-color: green;
}

input[type=radio] {
    margin-left: 30px;
}

/**
Table styles
**/

#scoresheet {
    
    height: 500px;
    overflow-x: auto;
    width: 45%;
    float: left;
}

table {
    border: 2px solid black;
    background-color: white;
    margin: 0px 20px 20px 0px;
    

}

td, th, tr {
    border-bottom: 1px solid black;
    margin: 5px;
    padding: 5px;
    text-align: left;
}

th {
    text-align: left;
    padding-left: 20px;
}

#cup {
    margin-left: 200px;
}

.row{
    margin: 10px;
}

.col-sm- {
    margin: 10px;
}

/*
Game over styling
*/

p {
    color: white;
    font-weight: bold;
}


