#addRefereeTopics
{
    border:	none!important;
}
.topicTable label
{
    width: 2em;
}
.topicInputs.ui-autocomplete-input
{
    width: 20em;
}
td
{
    vertical-align: top;
}
#co_popup_overlay
{
    background:#000;
    position:fixed;
    left:0;
    top:0;
    display:none;
    overflow:hidden;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.co_Popup
{
    z-index: 3;
    display: none;
    position: fixed;
    border: 1px solid #000;
    background-color: #fff;
    box-shadow: 5px 5px 10px #000;
}