.custom-website .btn-primary{
    background-color: #1051b9;
    border-color: #1051b9;
    font-size: .85rem;
}
.custom-website .btn-primary:hover, .custom-website .btn-outline-primary:hover{
    background-color: #0c49ab;
    color: #fff;
}
.custom-website .btn-outline-primary {
    color: #1051b9;
    border-color: #1051b9;
    font-size: .85rem;
}
.custom-website .btn{
    font-size: .85rem;
}
.custom-website .table th a{
    color: #000;
}
.custom-website .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(244 246 250);
}
.custom-website .table-bordered, .custom-website .table-bordered td, .custom-website .table-bordered th {
    border: 1px solid transparent;
}

.custom-website .mw-23{
    max-width: 23rem;
}

.field-websiteblock-content .cm-s-default,
.field-customizeform-content .cm-s-default{
    border: 1px solid #dee2e6 !important;
}

.note-user{
    font-size: .75rem;
}
.summary{
    float:none!important;
}
.list-view > div:not(:first-of-type){
    min-width: 272px;
    max-width: 272px;
    display: inline-block;
    margin: 1rem .25rem;
}

