#cg_your_code_box {
    width:60%; 
    float:left;
}

#code_box {
    width:100%; 
    height:200px;
}

.cg_submit_button_host {
    text-align:right;
}

#cg_queue_box {
    width:39%; 
    float:right;
}
#queue_list {
    max-height: 300px;
    overflow-y: auto;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

#cg_challenge_description_box {
    font-size:10pt; 
    line-height:200%; 
    margin-bottom:15px;
}

.cg_queue_item {
    border-radius:3px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .2);
    margin: 8px;
    margin-bottom:20px;
    padding: 8px;
    background-color: #ecf0f3;
}