.bcircles-circle-section {
    max-height: 200px;
    overflow-y: auto;
}
.bcircles-message p{
    margin-bottom: 5px;
    background: #fafad2;
    padding: 5px 10px;
}

.bcircles-message.error p {
    background: red;
    color: #fff;
}
ul.bcircles-circle-list {
    list-style-type: none !important;
}
.bcircles-circle-list input[type="checkbox"] {
    margin-right: 5px;
}
.bcircles-add-circle-form .bcircles-new-circle-name {
    margin-bottom: 10px;
}
.bcircles-wrapper a {
    color: black;
}
.bcircles-wrapper label {
    font-weight: 100;
    font-size: small;
}
.bcircles-wrapper ul {
    list-style: none;
}
.bcircles-circle-label {
    text-transform: uppercase;
}
.bcircles-circle-actions-links a {
    font-size: small;
}
li.item.bcircles-circle-item {
   /* float: left;*/
    display: block;
    margin: 5px;
    padding: 20px;
    text-align: center;
    background-color: antiquewhite;
}
ul.bcircles-circle-list{
    list-style: none;
}

/*edit */
.bcircles-circle-entries {
    display: flex;
    flex-wrap:wrap;
}
.bcircles-row {
    display:block;
    margin-bottom: 5px;
}
/*Add circle from*/
.bcircles-wrapper .bcircles-add-circle-section {
    margin-bottom: 20px;
    padding: 20px;
    border: 5px dashed #d8d8d8;
}
/*single circle*/
.bcircles-single-circle-info {
    margin-bottom: 20px;
}
.bcircles-single-circle-info .bcircles-single-circle-privacy {
    font-size: 12px;
    margin-left: 5px;
    vertical-align: middle;
    border: 1px solid #eee;
    padding: 2px 5px;
}