
@media only screen {body {    margin: 0;    padding: 0;}.source-theme-warning{display:none!important}
}

/* Hides a potential thin line that can appear between areas. Pushes the Coder down by 1px */
.hide-gap{width: 100%;
overflow: hidden;
line-height: 0;
transform: translateY(-2px) rotate(0deg);}


/* Adds a text shadow */
.text-shad{text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4)}

/* Loads a markdown list image loaded into Resources called bullet1.svg */
.nice-bullet1 li {list-style-image:url("https://webdeersign.com/pr32demo1/resources/bullet1.svg")}