﻿.div-center {
    width: 800px;
    text-align: left;
    background-color: #444;
    color:white;
    padding: 2px 0px 2px 10px;
    font-family: verdana;
    font-weight: ;
    font-size: large;
    margin-left: 10px;
}

.table-div {
    display: table;
    width: 800px;
    padding: 0px 20px 20px 20px;
    border: none;
    color: black;
    background-color: white;
}

.tr-div {
    display: table-row;
    text-align: left;
}

.td-div-name {
    display: table-cell;
    width: 60%;
    text-align: left;
    padding: 10px 0px 2px 2px;
}

.td-div-score {
    display: table-cell;
    width: 40%;
    text-align: left;
    padding: 10px 0px 2px 5px;
}

.td-div-score-entry-button {
    display: table-cell;
    width: 40%;
    text-align: center;
    padding: 2px 2px 2px 2px;
    font-family: Verdana;
    font-size: large;
    font-weight: bold;
}

.td-div-min {
    display: table-cell;
    width: 0%;
    padding: 10px 0px 2px 2px;
}

.span-winner-box {
    border: 2px solid;
    font-weight: normal;
    padding: 2px 2px 3px 3px;
}
.span-bold-text {
    font-weight: bold;
}
.span-medium-text{
    font-weight: normal;
    font-size:medium;
    padding: 2px 2px 3px 3px;
}
