.right-column {
    width: 235px;
}

#fights {
    float: left;
    width: 700px;
}

.fight {
    border: 1px solid #CCC;
    margin-top: 8px;
}

.fight .title {
    background: #C2C2C2 url(/images/layout/gradient-20px-white-transparent.png) repeat-x;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 8px;
}

.fight .questions {
    overflow: hidden;
}

.fight .questions label {
    font-size: .92em; /* 11px */
}

.fight .questions > div {
    float: left;
    padding: 15px 8px;
    text-align: center;
    width: 31%;
}

.fight .questions .points {
    font-size: .92em; /* 11px */
}

.fight .questions h3 {
    color: #120D80;
    font-family: Tahoma;
    font-size: .92em; /* 11px */
    font-style: normal;
    margin-bottom: 8px;
}

.fight .questions .result {
    margin-top: 8px;
}

.fight .questions .result img {
    vertical-align: middle;
}

.fight .questions .points-won {
    font-size: 13px;
    font-weight: bold;
    margin-left: 3px;
}

.save-pick {
    background: #EEE;
    padding: 5px;
    text-align: center;
}

#eid {
    font-size: 11px;
    width: 200px;
}

#event-details table {
    font-size: .92em; /* 11px */
    margin-top: 0;
}

#event-details th {
    color: #555;
    font-weight: bold;
    padding-left: 12px;
    padding-right: 8px;
    text-align: right;
}

.winner-selection {
    line-height:22px;
    background: url(/images/pages/mma-challenge/winner-arrows-bg.png) no-repeat 50% 0;
    font-size: 11px;
    font-weight: bold;
}

.winner-selection span {
    font-weight: normal;
}

.indicator {
    background: url(/images/layout/indicator.gif) no-repeat 4px 0;
}

label.pick-button {
    font-size:8px;
    font-family:verdana;
    font-weight:bold;
    text-transform: uppercase;
    text-decoration: none;
    background: #666;
    color:#fff;
    text-align:center;
    line-height: 20px;
    cursor: pointer;
}

label.pick-button.inline {
    margin-left: 5px;
    padding: 5px 7px;
    width: auto;
}

label.pick-button:hover {
    background: #060;
    color: #fff;
}

label.pick-button.selected {
    background: #090;
    color: #fff;
}

.pick-button-radio {
    display: none;
}

.save-fight {
    border-top:1px solid #ccc;
    padding-top:10px;
    margin-top:10px;
}

.save-fight input {
    background:#000; color:#fff;
}

.fight-info {
    background: #ccc;
    color: #303030;
    font-weight:bold;
    font-size:11px;
    margin-top:8px;
    padding:5px;
    text-align:center;
}

.fight-info.closed {
    background: #c00;
    color: #fff;
}
