{"version":3,"sources":["styles/notebook.css"],"names":[],"mappings":"AAEA,Y,CACE,e,CAGF,iB,CA+BA,qB,CADA,qB,CA7BE,iB,CAGF,Y,CACE,qB,CACA,oB,CAGF,a,CACE,iB,CAIF,kB,CADA,kB,CAEE,iB,CACA,qB,CACA,U,CACA,W,CACA,S,CACA,gB,CAGF,kB,CACE,8C,CAEF,kB,CACE,8C,CAQF,c,CACE,wB,CACA,wB,CACA,iB,CAMF,U,CACE,c,CACA,U,CAGF,c,CAdA,c,CAeE,Y,CACA,Q,CACA,e,CAGF,c,CACE,c,CAIF,U,CADA,U,CAEE,oB,CAGF,S,CACA,U,CACE,qB,CACA,iB,CAGF,yBAEE,kB,CADA,kB,CAEE,a,CACA,iB,CACA,M,CACA,mB,CACA,iB","file":"styles/notebook.css","sourcesContent":["/* Reference styles for ipynb2html */\n\n.nb-notebook {\n  line-height: 1.5;\n}\n\n.nb-cell + .nb-cell {\n  margin-top: 1.4rem;\n}\n\n.nb-raw-cell {\n  font-family: monospace;\n  white-space: pre-wrap;\n}\n\n.nb-code-cell {\n  position: relative;\n}\n\n.nb-source::before,\n.nb-output::before {\n  position: absolute;\n  font-family: monospace;\n  color: #999;\n  left: -7.5em;\n  width: 7em;\n  text-align: right;\n}\n\n.nb-source::before {\n  content: \"In [\" attr(data-execution-count) \"]:\";\n}\n.nb-output::before {\n  content: \"Out[\" attr(data-execution-count) \"]:\";\n}\n\n.nb-source + .nb-output,\n.nb-output + .nb-output {\n  margin-top: 1.4rem;\n}\n\n.nb-source > pre {\n  background-color: #f7f7f7;\n  border: 1px solid #cfcfcf;\n  border-radius: 2px;\n  padding: 0.5em;\n  margin: 0;\n  overflow-x: auto;\n}\n\n.nb-output {\n  min-height: 1em;\n  width: 100%;\n}\n\n.nb-output > pre {\n  padding: 0.5em;\n  margin: 0;\n  overflow-x: auto;\n}\n\n.nb-output > img {\n  max-width: 100%;\n}\n\n.nb-stdout,\n.nb-stderr {\n  white-space: pre-wrap;\n}\n\n.nb-error,\n.nb-stderr {\n  background-color: #fdd;\n  border-radius: 2px;\n}\n\n@media (max-width: 768px) {\n  .nb-source::before,\n  .nb-output::before {\n    display: block;\n    position: relative;\n    left: 0;\n    padding-bottom: 0.5em;\n    text-align: left;\n  }\n}\n"]}