.winning-select {
    margin-top: 80px;
    margin-bottom: 150px;
}
.winning-select-option {
    width: 20%;
}
.table-tr-color {
    background-color: #c4c4c4;
    text-transform: uppercase;
}
.table th {
    height: 70px;
    font-family: "Helvetica Neue LT Pro Bd";
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    border: 0px solid rgba(0, 0, 0, 0.5);
}
.table td {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 0 solid #DADADA;
    border-bottom: 1px solid #DADADA;
}
.table thead td {
    border-bottom: 2px solid #c4c4c4;
    font-size: 16px;
    font-family: "Helvetica Neue LT Pro Md";
}
.table thead th {
    border: 0px solid rgba(0, 0, 0, 0.5);
}
button {
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 1);
    width: 120px;
    height: 36px;
    font-family: "Helvetica Neue LT Pro R";
}
.table-td-family-md {
    font-family: "Helvetica Neue LT Pro Md";
}
.table-td-family-md-p {
    /*width: 320px;*/
    padding-right: 0;
}
.table-td-family-roman {
    font-family: "Helvetica Neue LT Pro R";
}
.table-td-family-roman > button:hover {
    background-color: #000000;
    color: #ffffff;
}
.table-td-family-roman-small {
    font-family: "Helvetica Neue LT Pro R";
    font-size: 14px;
}

.table-entry-id {
    width: 176px;
}
.table-entry-title {
    width: 290px;
}
.table-entry-data {
    width: 94px;
}
.table-entry-categories {
    width: 176px;
}
.table-entry-prize {
    padding-right: 30px;
}
