body.arena{
    background: #eee;
}
.subBox{
    border: 1px solid #eee;
    background: #fefefe;
    padding: 10px;
}
.subBox button.btn.btn-primary, 
.subBox form button.btn.btn-primary{
    width: 100%;
    float: left;
}
.subBox span{
    width: 100%;
    float: left;
    font-size: 22px;
    font-weight: 500;
}
p.limit-cont{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}