*{box-sizing:border-box;margin:0;padding:0}html,body{height:auto;width:auto}#app{height:auto;display:flex;flex-flow:column wrap}.DayApp{background-color:#efefef}.NightApp{background-color:#000;color:#fff}#textarea{display:inline-block;position:relative}#textarea button{top:0px;align-self:center;display:flex;flex-flow:column wrap;align-items:center}#themeBtn{display:flex;align-items:center;width:40px;height:20px;border-radius:10px;position:relative}#themeImgContainer{display:flex;align-items:center;width:50%;height:100%;border-radius:10px;position:absolute}.NightApp #themeImgContainer{right:0;background-color:#efefef}.DayApp #themeImgContainer img{filter:brightness(0) invert(1)}.DayApp #themeImgContainer{background-color:#000;left:0}.DayApp #themeBtn{background-color:#efefef;border:2px solid black}.NightApp #themeBtn{background-color:#000;border:2px solid #efefef}::-webkit-scrollbar{width:0;height:0}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{background-color:transparent}a,a:active,a:hover{text-decoration:none}#previewer h1:first-of-type{text-align:center}.DayApp button{background-color:#efefef;color:#000}.NightApp button{background-color:#000;color:#fff}.DayApp .analysesDisplay svg path{stroke:#000}.NightApp .analysesDisplay svg path{stroke:#fff}.DayApp .clickNotify{background-color:#f8f8ff;border:5px outset white}.NightApp .clickNotify{background-color:#282c34;border:5px inset #333}.red *{fill:red}.router-link-active button{background-color:#00f;color:#fff}nav .otherNavDetails a.router-link-active button{background-color:purple;fill:#000}button{border:2px solid #ccc}#warningShow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:10px;border:1px outset #efefef;text-align:center;border-radius:10px;display:none;font-weight:bolder;align-items:center;justify-content:center}.DayApp #warningShow{color:#efefef;background-color:#000}.NightApp #warningShow{color:#000;background-color:#efefef}@media screen and (min-width: 768px){.lineContainer,#warningShow button{display:none}body,button,input{font-size:18px}h1{font-size:30px}h2{font-size:29px}h3{font-size:28px}h4{font-size:27px}h5{font-size:26px}h6{font-size:25px}}@media screen and (max-width: 767px){#warningShow,#centerContainer{width:300px;height:300px}body,button,input{font-size:16px}h1{font-size:24px}h2{font-size:23px}h3{font-size:22px}h4{font-size:21px}h5{font-size:20px}h6{font-size:19px}}@media screen and (min-width: 768px) and (max-width: 991px){#warningShow,#centerContainer{width:350px;height:350px}#themeBtn{width:50px;height:25px;border-radius:20px}#themeImgContainer img{height:20px}#themeImgContainer{border-radius:20px}}@media screen and (min-width: 992px){#warningShow,#centerContainer{width:400px;height:400px}#themeBtn{width:60px;height:30px;border-radius:30px}#themeImgContainer img{height:25px}#themeImgContainer{border-radius:30px}.result-item-other{width:350px}.imgCon{width:70px;height:70px}}@media screen and (min-width: 1400px){#warningShow,#centerContainer{width:450px;height:450px}}.imgCon,#divContent{cursor:pointer}#previewer,.showPost{text-align:left;line-height:2em;word-wrap:break-word}#previewer ul,#previewer ol,.showPost ul,.showPost ol{padding-left:1rem;line-height:1em}#previewer a{color:#2d8cf0}#previewer blockquote,.showPost blockquote{border-left:2px solid #009a61;font-size:1em;padding:.5em;margin:1em 0;background-color:#666;color:#fff}#previewer code,.showPost code{font-family:Consolas,Monaco,monospace;background-color:#282c34;color:#abb2bf;padding:5px;border-radius:4px;width:100%}#previewer pre,.showPost pre{background:#f0f0f0;margin:1em 0;padding:1em;overflow:hidden;background-color:#282c34;color:#abb2bf;font-family:Courier New,Courier,monospace;border-radius:5px;max-width:100%;display:block;overflow-x:auto}#previewer pre code,.showPost pre code{font-family:Consolas,Monaco,monospace;padding:0;border-radius:0}#previewer table,.showPost table{width:100%;border:1px solid #ccc;border-bottom:0;border-spacing:0;border-collapse:collapse;margin:1.5em 0;table-layout:fixed}#previewer table tr td,#previewer table tr th,.showPost table tr td,.showPost table tr th{padding:0 .5em;line-height:40px;cursor:pointer;border:2px solid #ccc;min-width:100px;white-space:nowrap;overflow-x:scroll}#previewer img,.showPost img{max-width:100%;padding:1em}.showPost li,#previewer li{line-height:2em}#mainSearchContainer #loading{margin-top:20px;border-top:3px outset blue;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:10px;overflow-y:scroll;height:70%;width:100%;font-size:x-large;text-align:center}.showPost{width:100%;outline:none;overflow-y:scroll;overflow-x:hidden;line-height:2em;max-width:95vw;white-space:pre-wrap}#warningShow button{margin-top:10px;padding:5px;border-radius:10px;cursor:pointer;font-weight:700}#warningShow button:hover{background-color:#00f;color:#fff}
