/* Shared styles used by every tool page. Extracted from the byte-identical
   inline <style> block duplicated across resources/views/layout/{slug}.blade.php. */
@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0px !important;
    }
}

.ownMargin {
    margin-top: 200px;
}
