/* Minimal local replacement for the retired Weebly theme dependency. */
* { box-sizing: border-box; }
img { max-width: 100%; }
.wsite-logo img { display: block; }
.wsite-social { display: inline-block; white-space: nowrap; }
.wsite-social-item { display: inline-block; overflow: hidden; vertical-align: middle; }
.wsite-social-item-inner { display: block; width: 20px; height: 20px; }
.wsite-multicol-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.wsite-multicol-col { vertical-align: top; }
.galleryImageBorder { border: 1px solid #d4d4d4; padding: 3px; background: #fff; }
.wsite-elements::after, #content::after, #main::after { content: ""; display: table; clear: both; }
