.special-prize-sm {
    color: #f40819;
    font-size: 14px;
    font-weight: 700;
}

.special-prize-lg {
    color: #f40819;
    font-size: 15px;
    font-weight: 700;
}
.col-xs-6 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50% !important;
}

.col-xs-4 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 33.33333333% !important;

}
.col-xs-3 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 25% !important;

}
.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
}
table.table-xsmb span.col-xs-6 {
    padding: 0;
    text-align: center;
}
table.table-xsmb span.col-xs-4 {
    padding: 0;
    text-align: center;
}

table.table-xsmb span.col-xs-3 {
    padding: 0;
    text-align: center;
}
table.table-xsmb tbody tr td:first-child {
    text-align: center;
    vertical-align: middle;
    width: 12%;
}
.number-black-bold {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}
.circle-number.small-circle {
    font-size: 18px;
    padding: 6px;
    display: inline-block;
    margin-bottom: 3px;
}

.circle-number-selection .circle-number {
    cursor: pointer;
}

.circle-number {
    border-radius: 50%;
    border: 2px solid #ad4105;
    padding: 6px;
    font-size: 22px;
    font-family: consolas;
    margin-right: 5px;
    font-weight: 700;
    line-height: 1;
}
.circle-number-selection {
    text-align: center;
}
.circle-number-selection-selected {
    text-align: center;
}

.circle-number-selection-selected .circle-number {
    cursor: pointer;
}
.circle-number-selection-result{
    text-align: center;
}

.circle-number-selection-result .circle-number {
    cursor: pointer;
}
.circle-number.active {
    background-color: #ad4105;
    color: #fff;
    border-color: #000;
}