@charset "utf-8";

#x-gist-floating-top, #x-gist-floating-top-left, #x-gist-floating-top-right { position: fixed; top: 0px; z-index: 1000000; }

#x-gist-floating-bottom, #x-gist-floating-bottom-left, #x-gist-floating-bottom-right { position: fixed; bottom: 0px; z-index: 1000000; }

#x-gist-bottom, #x-gist-top, #x-gist-floating-top, #x-gist-floating-bottom { left: 50%; transform: translate(-50%, 0%); }

#x-gist-floating-top-right, #x-gist-floating-bottom-right { right: 0px; }

#gist-embed { position: relative; height: 100%; width: 100%; }

#gist-embed-container { position: relative; height: 100%; width: 100%; }

#gist-embed-container .gist-frame { height: 100%; width: 100%; border: none; }

@media (max-width: 800px) {
  #x-gist-top.gist-aa3a3d22-f187-4d64-b753-0d03ce80dec2, #x-gist-bottom.gist-aa3a3d22-f187-4d64-b753-0d03ce80dec2, #x-gist-floating-top.gist-aa3a3d22-f187-4d64-b753-0d03ce80dec2, #x-gist-floating-bottom.gist-aa3a3d22-f187-4d64-b753-0d03ce80dec2, #x-gist-floating-top-left.gist-aa3a3d22-f187-4d64-b753-0d03ce80dec2, #x-gist-floating-top-right.gist-aa3a3d22-f187-4d64-b753-0d03ce80dec2, #x-gist-floating-bottom-left.gist-aa3a3d22-f187-4d64-b753-0d03ce80dec2, #x-gist-floating-bottom-right.gist-aa3a3d22-f187-4d64-b753-0d03ce80dec2 { width: 100% !important; }
}

