.pubnub-commander-widget-type-poll ul {
    list-style-type: none;
    margin-left: 0px;
}
.pubnub-commander-widget-type-poll ul li {
    margin-bottom: 10px;
}
.pubnub-commander-widget-type-poll .votes {
    background-color: #16a085;
    color: #fff;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-indent: 10px;
    border-radius: 6px;
    min-width: 30px;
}
.pubnub-commander-widget-type-chat .output {
    background-color: #efefef;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    overflow-y: scroll;
    height: 140px;
    margin-bottom: 10px;
}
.pubnub-commander-widget-type-chat .public-chat-text {
    width: 50% !important;
    display: block;
    float: left;
    margin-right: 10px;
}
.pubnub-commander-widget-type-soundcloud ul {
    margin-left: 0px;
}
.pubnub-commander-widget-type-chat .output p .guest, .pubnub-commander-widget-type-chat .output p .admin {
    font-weight: bold;
}
.pubnub-commander-widget.admin time {
    display: none;
}
