
main {
	margin: 42px;
}

table, th, td {
    border-bottom: 2px solid #ddd;
    border-collapse: collapse;
}
table {
    font-size: 18px;
}

.mealname  {
    padding: 10px;
    min-width: 300px;
}
.playername, .scorecell, .datecell{
    min-width: 100px;
    padding: 10px;
}

.scoreinput {
    margin: 10px;
    min-width: 150px;
}
.scoredropdown {
    width: 100px;
}

.mealrow {

}
.mealrow:hover {
    background-color: #f5f5f5; 
}

#submitresult {
    margin-top: 20px;
    background-color: rgb(24, 61, 116);
    color: rgb(224, 224, 224);
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    transition-duration: 0.2s;
    padding: 10px;
}
#submitresult:hover {
    background-color: rgb(44, 96, 173);
    cursor: pointer;
}

.result {
    font-size: 28px;
    font-weight: bold;
    margin-left: 100px;
}
#resultform {
    margin-top: 20px;
}
#playagainlink {
    display: block;
    margin-top: 50px;
    text-decoration: none;
    color: black;
    font-size: 20px;
}

.scoreDesc {
    font-size: 16px;
    color: gray;
}
.checkmark {
    color: green;
    margin-left: 20px;
}

.rankcell {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

#highscoretitle {
    margin-top: 20px;
}
#highscore {
    margin-top: 10px;
}