/*Image styles*/
.w-25 img { width: 25%; }
.w-50 img { width: 50%; }
.w-75 img { width: 75%; }

.h-25 img { height: 25%; max-height: 100%; }
.h-50 img { height: 50%; max-height: 100%; }
.h-75 img { height: 75%; max-height: 100%; }

.flt-left img { float: left; }
.flt-right img { float: right; }
.flt-center img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.request-carousel-size{
    max-height: 300px;
    object-fit: fill;
}
.request-carousel-size__image::part(img) {
    max-height: 200px;
    object-fit: fill;
}

/*Chatter toolbar styles*/
.h-65-toolbar-btn button.slds-button.slds-button_icon-border-filled {
    height: 65%;
}
 
 
/* Default Font Styles */
.font-sans-16px community_builder-output-rich-text .ql-editor,
community_builder-output-rich-text .ql-editor span,
community_builder-output-rich-text .ql-editor a,
community_builder-output-rich-text .ql-editor p {
    font-family: 'Salesforce Sans', Arial, sans-serif !important;
    font-size: 16px !important;
}
.content-style div{
    white-space: normal !important;
}

.content-table table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}