body {
  background-color: #151515;
  color: #d2d2d2;
  font-weight: 300;
  font-size: 13px;
  font-family: 'Oxanium', cursive;
  line-height: 1.625;
  text-rendering: geometricPrecision;
}
a {
  color: #d2d2d2;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #699be9;
  text-decoration: underline;
}
.footer {
  text-align: center;
  margin-top: 30px;
  color: #ccc;
}
.{
  width: 60%;
  margin-top: 50px;
  margin-left: 20%;
  margin-right: 20%;

}

.settingss p, span{
  text-align: center;
}

.settingss button{
  width: 50px;
  height: 50px;
  padding: 10px;
  border: none;
  outline: none;
  background: none;
}
dt {
    font-style: italic;
    font-weight: bold;
}

blockquote {
    color: #aaa;
    padding-left: 10px;
    border-left: 1px dotted #666;
}
pre {
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px;
    font-size: 16px;
    color: #b5e853;
    border-radius: 2px;
    word-wrap: normal;
    overflow: auto;
    overflow-y: hidden;
}
code.highlighter-rouge {
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0px 3px;
    margin: 0px -3px;
    color: #aa759f;
    border-radius: 2px;
}
.highlight {
    color: #d0d0d0;
}
.highlight table td {
    padding: 5px;
}
.highlight table pre {
    margin: 0;
}
.highlight .w {
    color: #d0d0d0;
}
.highlight .err {
    color: #151515;
    background-color: #ac4142;
}
.highlight .c,
.highlight .cd,
.highlight .cm,
.highlight .c1,
.highlight .cs {
    color: #888;
}
.highlight .cp {
    color: #f4bf75;
}
.highlight .o,
.highlight .ow {
    color: #f4bf75;
}
.highlight .p,
.highlight .pi {
    color: #d0d0d0;
}
.highlight .gi {
    color: #90a959;
}
.highlight .gd {
    color: #ac4142;
}
.highlight .gh {
    color: #6a9fb5;
    font-weight: bold;
}
.highlight .k,
.highlight .kn,
.highlight .kp,
.highlight .kr,
.highlight .kv {
    color: #aa759f;
}
.highlight .kc,
.highlight .kt,
.highlight .kd {
    color: #d28445;
}
.highlight .s,
.highlight .sb,
.highlight .sc,
.highlight .sd,
.highlight .s2,
.highlight .sh,
.highlight .sx,
.highlight .s1 {
    color: #90a959;
}
.highlight .sr {
    color: #75b5aa;
}
.highlight .si,
.highlight .se {
    color: #8f5536;
}
.highlight .nt,
.highlight .nn,
.highlight .nc,
.highlight .no {
    color: #f4bf75;
}
.highlight .na {
    color: #6a9fb5;
}
.highlight .m,
.highlight .mf,
.highlight .mh,
.highlight .mi,
.highlight .il,
.highlight .mo,
.highlight .mb,
.highlight .mx {
    color: #90a959;
}
.highlight .ss {
    color: #90a959;
}
pre {
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px;
    font-size: 16px;
    color: #b5e853;
    border-radius: 2px;
    word-wrap: normal;
    overflow: auto;
    overflow-y: hidden;
}

.settings button:hover{
  color: #aef;
}

.clock{
  border-radius: 10%;
  border: solid 1px #090;
  width: 170px;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.clock p{
  font-size: 30px;
  margin-top: 62px;
    margin-bottom: 0px;
}

.break-text{
  margin-top: 10px !important;
  visibility: hidden;
  font-size: 25px;
}

.newton-cradle{
  width: 110px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;

}

.controls button{
  margin-top: 10px;
  width: 100px;
  height: 23px;
  border: .1px solid #F90;
  outline: none;
  background: none;
  border-radius: 5px;
}

.controls button:hover{
  background-color: #963;
}

.keyShortcuts{
  text-align: left;
  margin: 3em;
  padding: .1px;
  width: 22rem;
  margin-left: auto;
  margin-right: auto;
}
.keyShortcuts h3{
  text-align: center;
}

.cord{
  padding-top:50px;
  width:15px;
  transform: rotate(0deg);
  transform-origin:50% 50%;
  float:left;
}


.ball{
  background:#390;
  width:15px;
  height:15px;
  float:left;
  border-radius:50%;
}

.leftMove{
  animation: leftBall .5s ease-in-out 0s infinite alternate;
}
.rightMove{
  animation: rightBall .5s ease-in-out 0s infinite alternate;
}


@keyframes leftBall
{
0% {
  transform: rotate(0deg) translateY(0px);
  }
/*this pauses the ball at the begining*/
50% {
  transform: rotate(0deg) translateY(0px);
  }
100% {
  transform: rotate(50deg) translateY(-20px);
  }

}

@keyframes rightBall
{
0% {
  transform: rotate(-50deg) translateY(-20px);
  }
/*this pauses the ball at the begining*/
50% {
  transform: rotate(0deg) translateY(0px);
  }
100% {
  transform: rotate(0deg) translateY(0px)
      translateX(0px);
  }

}

.clear {
  clear: both;
}
.navdiv {
  width: 100%;
}
.hd {
  width: 650px;
  height: 100%;
  margin: auto;
}
.logodiv {
  text-align: center;
}
.logodivsub {
  text-align: center;
  color: #F09500;
}
.titlex {
  font-size: 18px;
  font-weight:bolder;
  margin-top: 25px;
}
.list {
  padding-left: 20px;
  padding-right: 25px;
  height: 25px;
  cursor: pointer;
}
.postname {
  float: left;
}
.posttime {
  float: right;
}
.logopng {
  width: 150px;
}
.logopng404 {
  width: 400px;
}
.logopngp {
  width: 250px;
}
.talespng {
  width: 125px;
}
.breadcrumb {
  padding: 8px 15px;
  list-style: none;
  background-color: initial;
  border-radius: 0px;
  text-align: center;
}
.droiding {
  color: #6d9ee7;
}
.logot {
  font-weight: normal;
  font-size: 26px;
  margin-top: -10px;
  margin-bottom: -20px;
}
.logot .logo_1 {
  color: #0C0;
  font-size: 13px;
}
.logot .logo_2 {
  color: #6d9ee7;
  font-size: 13px;
}
.logot .logo_3 {
  color: #328ac6;
  font-weight: normal;
  font-size: 12px;
}
.navd {
  padding-top: 14px;
}
.headt {
  border-bottom: 1px solid #efefef;
  height: 50px;
}
.fh {
  top: 24px;
  position: absolute;
}
hr {
  border-color: #58606b;
}
.posts .replay-btn {
  background-color: #151515;
  width: 40px;
  color: #999;
  opacity:70%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
}

.fcursor {
    -webkit-animation: fcursor 2s infinite;
    animation: fcursor 2s infinite;
    background: #914701;
    border-radius: 1px;
    display: inline-block;
    height: .9rem;
    margin-bottom: -2px;
    margin-left: 2px;
    width: 3px
}
@keyframes fcursor {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
/* latin-ext */
@font-face {
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Oxanium Regular'), local('Oxanium-Regular'), url(https://fonts.gstatic.com/s/oxanium/v1/RrQQboN_4yJ0JmiMe2zE0YBB.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Oxanium Regular'), local('Oxanium-Regular'), url(https://fonts.gstatic.com/s/oxanium/v1/RrQQboN_4yJ0JmiMe2LE0Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.posts .post-title {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 10px;
}
.posts .post-content a {
  color: #C90;
}
.posts .post-content p {
	text-align:justify;
}
.posts .fhr {
  margin-top: 20px;
}
.posts .droid .gutter .hljs {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color:#09C;
}
.posts .droid .gutters .hljs {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color:#F60;
}
.posts .droid .code .hljs {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.post-content .octicon {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}
.post-content .anchor {
  float: left;
  line-height: 1;
  margin-left: -20px;
  padding-right: 4px;
}
.post-content .anchor:focus {
  outline: none;
}
.post-content h1::before,
.post-content h2::before,
.post-content h3::before,
.post-content h4::before,
.post-content h5::before,
.post-content h6::before {
  content: ">";
  padding-right: 10px;
  color: #914701;
}
.post-content h1 .octicon-link,
.post-content h2 .octicon-link,
.post-content h3 .octicon-link,
.post-content h4 .octicon-link,
.post-content h5 .octicon-link,
.post-content h6 .octicon-link {
  color: #1b1f23;
  vertical-align: middle;
  visibility: hidden;
}
.post-content h1:hover .anchor,
.post-content h2:hover .anchor,
.post-content h3:hover .anchor,
.post-content h4:hover .anchor,
.post-content h5:hover .anchor,
.post-content h6:hover .anchor {
  text-decoration: none;
}
.post-content h1:hover .anchor .octicon-link,
.post-content h2:hover .anchor .octicon-link,
.post-content h3:hover .anchor .octicon-link,
.post-content h4:hover .anchor .octicon-link,
.post-content h5:hover .anchor .octicon-link,
.post-content h6:hover .anchor .octicon-link {
  visibility: visible;
}
.post-content {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Oxanium', "Menlo";
  font-style: normal;
  font-size: 12px;
  line-height: 1.4;
  word-wrap: break-word;
  letter-spacing: 1px;
}
.post-content .pl-c {
  color: #6a737d;
}
.post-content .pl-c1,
.post-content .pl-s .pl-v {
  color: #005cc5;
}
.post-content .pl-e,
.post-content .pl-en {
  color: #6f42c1;
}
.post-content .pl-s .pl-s1,
.post-content .pl-smi {
  color: #24292e;
}
.post-content .pl-ent {
  color: #22863a;
}
.post-content .pl-k {
  color: #d73a49;
}
.post-content .pl-pds,
.post-content .pl-s,
.post-content .pl-s .pl-pse .pl-s1,
.post-content .pl-sr,
.post-content .pl-sr .pl-cce,
.post-content .pl-sr .pl-sra,
.post-content .pl-sr .pl-sre {
  color: #032f62;
}
.post-content .pl-smw,
.post-content .pl-v {
  color: #e36209;
}
.post-content .pl-bu {
  color: #b31d28;
}
.post-content .pl-ii {
  background-color: #b31d28;
  color: #fafbfc;
}
.post-content .pl-c2 {
  background-color: #d73a49;
  color: #fafbfc;
}
.post-content .pl-c2:before {
  content: "^M";
}
.post-content .pl-sr .pl-cce {
  color: #22863a;
  font-weight: 700;
}
.post-content .pl-ml {
  color: #735c0f;
}
.post-content .pl-mh,
.post-content .pl-mh .pl-en,
.post-content .pl-ms {
  color: #005cc5;
  font-weight: 700;
}
.post-content .pl-mi {
  color: #24292e;
  font-style: italic;
}
.post-content .pl-mb {
  color: #24292e;
  font-weight: 700;
}
.post-content .pl-md {
  background-color: #ffeef0;
  color: #b31d28;
}
.post-content .pl-mi1 {
  background-color: #f0fff4;
  color: #22863a;
}
.post-content .pl-mc {
  background-color: #ffebda;
  color: #e36209;
}
.post-content .pl-mi2 {
  background-color: #005cc5;
  color: #f6f8fa;
}
.post-content .pl-mdr {
  color: #6f42c1;
  font-weight: 700;
}
.post-content .pl-ba {
  color: #586069;
}
.post-content .pl-sg {
  color: #959da5;
}
.post-content .pl-corl {
  color: #032f62;
  text-decoration: underline;
}
.post-content details {
  display: block;
}
.post-content summary {
  display: list-item;
}
.post-content a {
  background-color: transparent;
}
.post-content a:active,
.post-content a:hover {
  outline-width: 0;
}
.post-content strong {
  font-weight: inherit;
  font-weight: bolder;
}
.post-content h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.post-content img {
  border-style: none;
  border-radius: 18px;
  width: 100%;
}
.post-content code,
.post-content kbd,
.post-content pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.post-content hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.post-content input {
  font: inherit;
  margin: 0;
}
.post-content input {
  overflow: visible;
}
.post-content [type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
.post-content * {
	/* [disabled]box-sizing: border-box; */
}
.post-content input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.post-content a {
  color: #0366d6;
  text-decoration: none;
}
.post-content a:hover {
  text-decoration: underline;
}
.post-content strong {
  font-weight: 600;
}
.post-content hr {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfe2e5;
  height: 0;
  margin: 15px 0;
  overflow: hidden;
}
.post-content hr:before {
  content: "";
  display: table;
}
.post-content hr:after {
  clear: both;
  content: "";
  display: table;
}
.post-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.post-content td,
.post-content th {
  padding: 0;
}
.post-content details summary {
  cursor: pointer;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-bottom: 0;
  margin-top: 0;
}
.post-content h1 {
  font-size: 32px;
}
.post-content h1,
.post-content h2 {
  font-weight: 600;
}
.post-content h2 {
  font-size: 14px;
}
.post-content h3 {
  font-size: 20px;
}
.post-content h3,
.post-content h4 {
  font-weight: 600;
}
.post-content h4 {
  font-size: 16px;
}
.post-content h5 {
  font-size: 14px;
}
.post-content h5,
.post-content h6 {
  font-weight: 600;
}
.post-content h6 {
  font-size: 12px;
}
.post-content p {
  margin-bottom: 10px;
  margin-top: 0;
}
.post-content blockquote {
  margin: 0;
}
.post-content ol,
.post-content ul {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.post-content ol ol,
.post-content ul ol {
  list-style-type: lower-roman;
}
.post-content ol ol ol,
.post-content ol ul ol,
.post-content ul ol ol,
.post-content ul ul ol {
  list-style-type: lower-alpha;
}
.post-content dd {
  margin-left: 0;
}
.post-content code,
.post-content pre {
	font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 12px;
}
.post-content pre {
  margin-bottom: 0;
  margin-top: 0;
}
.post-content input::-webkit-inner-spin-button,
.post-content input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.post-content .border {
  border: 1px solid #e1e4e8 !important;
}
.post-content .border-0 {
  border: 0 !important;
}
.post-content .border-bottom {
  border-bottom: 1px solid #e1e4e8 !important;
}
.post-content .rounded-1 {
  border-radius: 3px !important;
}
.post-content .bg-white {
  background-color: #fff !important;
}
.post-content .bg-gray-light {
  background-color: #fafbfc !important;
}
.post-content .text-gray-light {
  color: #6a737d !important;
}
.post-content .mb-0 {
  margin-bottom: 0 !important;
}
.post-content .my-2 {
  margin-bottom: 8px !important;
  margin-top: 8px !important;
}
.post-content .pl-0 {
  padding-left: 0 !important;
}
.post-content .py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.post-content .pl-1 {
  padding-left: 4px !important;
}
.post-content .pl-2 {
  padding-left: 8px !important;
}
.post-content .py-2 {
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}
.post-content .pl-3,
.post-content .px-3 {
  padding-left: 16px !important;
}
.post-content .px-3 {
  padding-right: 16px !important;
}
.post-content .pl-4 {
  padding-left: 24px !important;
}
.post-content .pl-5 {
  padding-left: 32px !important;
}
.post-content .pl-6 {
  padding-left: 40px !important;
}
.post-content .f6 {
  font-size: 12px !important;
}
.post-content .lh-condensed {
  line-height: 1.25 !important;
}
.post-content .text-bold {
  font-weight: 600 !important;
}
.post-content:before {
  content: "";
  display: table;
}
.post-content:after {
  clear: both;
  content: "";
  display: table;
}
.post-content>:first-child {
  margin-top: 0 !important;
}
.post-content>:last-child {
  margin-bottom: 0 !important;
}
.post-content a:not([href]) {
  color: inherit;
  text-decoration: none;
}
.post-content blockquote,
.post-content dl,
.post-content ol,
.post-content p,
.post-content pre,
.post-content table,
.post-content ul {
  margin-bottom: 16px;
  margin-top: 0;
}
.post-content hr {
  background-color: #6a7380;
  border: 0;
  height: 1px;
  margin: 24px 0;
  padding: 0;
}
.post-content blockquote {
  border-left: 0.25em solid #798ba9;
  color: #798ba9;
  padding: 0 1em;
  margin-left: 13px;
}
.post-content blockquote>:first-child {
  margin-top: 0;
}
.post-content blockquote>:last-child {
  margin-bottom: 0;
}
.post-content kbd {
  background-color: #fafbfc;
  border: 1px solid #c6cbd1;
  border-bottom-color: #959da5;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #959da5;
  color: #444d56;
  display: inline-block;
  font-size: 11px;
  line-height: 10px;
  padding: 3px 5px;
  vertical-align: middle;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: 200;
  line-height: 1.25;
  margin-bottom: 20px;
  margin-top: 24px;
}
.post-content h1 {
  font-size: 2em;
}
.post-content h1,
.post-content h2 {
  padding-bottom: 0.3em;
}
.post-content h2 {
  font-size: 1.4em;
}
.post-content h3 {
  font-size: 1.15em;
}
.post-content h4 {
  font-size: 1em;
}
.post-content h5 {
  font-size: 0.85em;
}
.post-content h6 {
  color: #6a737d;
  font-size: 0.8em;
}
.post-content ol,
.post-content ul {
  padding-left: 2em;
}
.post-content ol ol,
.post-content ol ul,
.post-content ul ol,
.post-content ul ul {
  margin-bottom: 0;
  margin-top: 0;
}
.post-content li {
  word-wrap: break-all;
}
.post-content li>p {
  margin-top: 16px;
}
.post-content li+li {
  margin-top: 0.25em;
}
.post-content dl {
  padding: 0;
}
.post-content dl dt {
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
  margin-top: 16px;
  padding: 0;
}
.post-content dl dd {
  margin-bottom: 16px;
  padding: 0 16px;
}
.post-content table {
  display: block;
  overflow: auto;
  width: 100%;
}
.post-content table th {
  font-weight: 600;
}
.post-content table td,
.post-content table th {
  border: 1px solid #6b6b6b;
  padding: 6px 13px;
}
.post-content table tr {
  border-top: 1px solid #c6cbd1;
}
.post-content img {
  box-sizing: content-box;
  max-width: 100%;
}
.post-content img[align=right] {
  padding-left: 20px;
}
.post-content img[align=left] {
  padding-right: 20px;
}
.post-content code {
  border-radius: 3px;
  font-size: 88%;
  margin: 0;
  padding: 0.2em 0.4em;
  color: #ccc;
  vertical-align: text-top;
}
.post-content codez {
  background-color: #28559c;
  border-radius: 3px;
  font-size: 85%;
  margin: 0;
  padding: 0.2em 0.4em;
  color: #fff;
  vertical-align: text-top;
}
.post-content pre {
  word-wrap: normal;
}
.post-content .commit-tease-sha {
  color: #444d56;
  display: inline-block;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 90%;
}
.post-content .blob-wrapper {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow-x: auto;
  overflow-y: hidden;
}
.post-content .blob-wrapper-embedded {
  max-height: 240px;
  overflow-y: auto;
}
.post-content .blob-num {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  color: rgba(27,31,35,0.3);
  cursor: pointer;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 12px;
  line-height: 20px;
  min-width: 50px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
  user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 1%;
}
.post-content .blob-num:hover {
  color: rgba(27,31,35,0.6);
}
.post-content .blob-num:before {
  content: attr(data-line-number);
}
.post-content .blob-code {
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  vertical-align: top;
}
.post-content .blob-code-inner {
  color: #24292e;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 12px;
  overflow: visible;
  white-space: pre;
  word-wrap: normal;
}
.post-content .pl-token.active,
.post-content .pl-token:hover {
  background: #ffea7f;
  cursor: pointer;
}
.post-content kbd {
  background-color: #fafbfc;
  border: 1px solid #d1d5da;
  border-bottom-color: #c6cbd1;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #c6cbd1;
  color: #444d56;
  display: inline-block;
  font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  line-height: 10px;
  padding: 3px 5px;
  vertical-align: middle;
}
.post-content :checked+.radio-label {
  border-color: #0366d6;
  position: relative;
  z-index: 1;
}
.post-content .tab-size[data-tab-size="1"] {
  -moz-tab-size: 1;
  tab-size: 1;
}
.post-content .tab-size[data-tab-size="2"] {
  -moz-tab-size: 2;
  tab-size: 2;
}
.post-content .tab-size[data-tab-size="3"] {
  -moz-tab-size: 3;
  tab-size: 3;
}
.post-content .tab-size[data-tab-size="4"] {
  -moz-tab-size: 4;
  tab-size: 4;
}
.post-content .tab-size[data-tab-size="5"] {
  -moz-tab-size: 5;
  tab-size: 5;
}
.post-content .tab-size[data-tab-size="6"] {
  -moz-tab-size: 6;
  tab-size: 6;
}
.post-content .tab-size[data-tab-size="7"] {
  -moz-tab-size: 7;
  tab-size: 7;
}
.post-content .tab-size[data-tab-size="8"] {
  -moz-tab-size: 8;
  tab-size: 8;
}
.post-content .tab-size[data-tab-size="9"] {
  -moz-tab-size: 9;
  tab-size: 9;
}
.post-content .tab-size[data-tab-size="10"] {
  -moz-tab-size: 10;
  tab-size: 10;
}
.post-content .tab-size[data-tab-size="11"] {
  -moz-tab-size: 11;
  tab-size: 11;
}
.post-content .tab-size[data-tab-size="12"] {
  -moz-tab-size: 12;
  tab-size: 12;
}
.post-content .task-list-item {
  list-style-type: none;
}
.post-content .task-list-item+.task-list-item {
  margin-top: 3px;
}
.post-content .task-list-item input {
  margin: 0 0.2em 0.25em -1.6em;
  vertical-align: middle;
}
.post-content hr {
  border-bottom-color: #eee;
}
.post-content .pl-0 {
  padding-left: 0 !important;
}
.post-content .pl-1 {
  padding-left: 4px !important;
}
.post-content .pl-2 {
  padding-left: 8px !important;
}
.post-content .pl-3 {
  padding-left: 16px !important;
}
.post-content .pl-4 {
  padding-left: 24px !important;
}
.post-content .pl-5 {
  padding-left: 32px !important;
}
.post-content .pl-6 {
  padding-left: 40px !important;
}
.post-content .pl-7 {
  padding-left: 48px !important;
}
.post-content .pl-8 {
  padding-left: 64px !important;
}
.post-content .pl-9 {
  padding-left: 80px !important;
}
.post-content .pl-10 {
  padding-left: 96px !important;
}
.post-content .pl-11 {
  padding-left: 112px !important;
}
.post-content .pl-12 {
  padding-left: 128px !important;
}
.droid {
  width: 100%;
  margin-left: 0px;
}
.droid table td,
.droid table th,
.droid table tr {
  border: 0px;
  padding: 0px;
}
.droid .code {
  width: 100%;
}
.bg_while {
  background-color: #fff;
  color: #51525d;
}
.el-radio,
.el-checkbox {
  position: relative;
  font-size: 100%;
}
label.el-radio,
label.el-checkbox {
  display: block;
  cursor: pointer;
}
.el-radio>input[type="radio"],
.el-checkbox>input[type="checkbox"] {
  display: none;
}
.el-radio>input[type="radio"][disabled],
.el-checkbox>input[type="checkbox"][disabled] {
  cursor: not-allowed;
}
.el-radio>input[type="radio"]+.el-radio-style,
.el-checkbox>input[type="checkbox"]+.el-checkbox-style {
  position: relative;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  vertical-align: middle;
  cursor: pointer;
}
.el-radio>input[type="radio"]+.el-radio-style:hover:before,
.el-checkbox>input[type="checkbox"]+.el-checkbox-style:hover:before {
  border-color: #20a0ff;
}
.el-radio>input[type="radio"]+.el-radio-style:before,
.el-checkbox>input[type="checkbox"]+.el-checkbox-style:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  content: '';
  border: 1px solid #c0ccda;
}
.el-radio>input[type="radio"]+.el-radio-style:after,
.el-checkbox>input[type="checkbox"]+.el-checkbox-style:after {
  position: absolute;
  display: none;
  content: '';
}
.el-radio>input[type="radio"][disabled]+.el-radio-style,
.el-checkbox>input[type="checkbox"][disabled]+.el-checkbox-style {
  cursor: not-allowed;
  color: #d3dce6;
}
.el-radio>input[type="radio"][disabled]+.el-radio-style:hover,
.el-radio>input[type="radio"][disabled]+.el-radio-style:before,
.el-radio>input[type="radio"][disabled]+.el-radio-style:after,
.el-checkbox>input[type="checkbox"][disabled]+.el-checkbox-style:hover,
.el-checkbox>input[type="checkbox"][disabled]+.el-checkbox-style:before,
.el-checkbox>input[type="checkbox"][disabled]+.el-checkbox-style:after {
  cursor: not-allowed;
}
.el-radio>input[type="radio"][disabled]+.el-radio-style:hover:before,
.el-checkbox>input[type="checkbox"][disabled]+.el-checkbox-style:hover:before {
  border: 1px solid #d3dce6;
  animation-name: none;
}
.el-radio>input[type="radio"][disabled]+.el-radio-style:before,
.el-checkbox>input[type="checkbox"][disabled]+.el-checkbox-style:before {
  border-color: #d3dce6;
}
.el-radio>input[type="radio"]:checked+.el-radio-style:before,
.el-checkbox>input[type="checkbox"]:checked+.el-checkbox-style:before {
  animation-name: none;
}
.el-radio>input[type="radio"]:checked+.el-radio-style:after,
.el-checkbox>input[type="checkbox"]:checked+.el-checkbox-style:after {
  display: block;
}
.el-radio>input[type="radio"]+.el-radio-style:before {
  border-radius: 50%;
}
.el-radio>input[type="radio"]+.el-radio-style:after {
  top: 0.4em;
  left: 0.4em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #20a0ff;
}
.el-radio>input[type="radio"]:checked+.el-radio-style:before {
  border: 1px solid #20a0ff;
}
.el-radio>input[type="radio"]:checked[disabled]+.el-radio-style:before {
  border: 1px solid #b0d7f5;
}
.el-radio>input[type="radio"]:checked[disabled]+.el-radio-style:after {
  background: #b0d7f5;
}
.el-checkbox>input[type="checkbox"]+.el-checkbox-style:before {
  border-radius: 3px;
}
.el-checkbox>input[type="checkbox"]+.el-checkbox-style:after {
  top: 0.15em;
  left: 0.5em;
  box-sizing: border-box;
  width: 0.4em;
  height: 0.85em;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.el-checkbox>input[type="checkbox"]:checked+.el-checkbox-style:before {
  border: #20a0ff;
  background: #20a0ff;
}
.el-checkbox>input[type="checkbox"]:checked[disabled]+.el-checkbox-style:before {
  border: #b0d7f5;
  background: #b0d7f5;
}
/*blue theme*/
.el-radio.el-radio-blue>input[type="radio"]+label:hover:before,
.el-checkbox.el-checkbox-blue>input[type="checkbox"]+label:hover:before,
.el-radio.el-radio-blue>input[type="radio"]:checked+label:before,
.el-checkbox.el-checkbox-blue>input[type="checkbox"]:checked+label:before {
  border-color: #20a0ff;
}
.el-checkbox.el-checkbox-blue>input[type="checkbox"]:checked+label:before,
.el-radio.el-radio-blue>input[type="radio"]+label:after {
  background: #20a0ff;
}
.el-radio.el-radio-blue>input[type="radio"][disabled]+label:hover:before,
.el-checkbox.el-checkbox-blue>input[type="checkbox"][disabled]+label:hover:before {
  border-color: #d3dce6;
}
.el-checkbox.el-checkbox-blue>input[type="checkbox"]:checked[disabled]+label:before,
.el-radio.el-radio-blue>input[type="radio"]:checked[disabled]+label:before {
  border-color: #b0d7f5;
}
.el-checkbox.el-checkbox-blue>input[type="checkbox"][disabled]:checked+label:before,
.el-radio.el-radio-blue>input[type="radio"]:checked[disabled]+label:after {
  background: #b0d7f5;
}
/*green theme*/
.el-radio.el-radio-green>input[type="radio"]+label:hover:before,
.el-checkbox.el-checkbox-green>input[type="checkbox"]+label:hover:before,
.el-radio.el-radio-green>input[type="radio"]:checked+label:before,
.el-checkbox.el-checkbox-green>input[type="checkbox"]:checked+label:before {
  border-color: #13ce66;
}
.el-checkbox.el-checkbox-green>input[type="checkbox"]:checked+label:before,
.el-radio.el-radio-green>input[type="radio"]+label:after {
  background: #13ce66;
}
.el-radio.el-radio-green>input[type="radio"][disabled]+label:hover:before,
.el-checkbox.el-checkbox-green>input[type="checkbox"][disabled]+label:hover:before {
  border-color: #d3dce6;
}
.el-checkbox.el-checkbox-green>input[type="checkbox"]:checked[disabled]+label:before,
.el-radio.el-radio-green>input[type="radio"]:checked[disabled]+label:before {
  border-color: #a1efc4;
}
.el-checkbox.el-checkbox-green>input[type="checkbox"][disabled]:checked+label:before,
.el-radio.el-radio-green>input[type="radio"]:checked[disabled]+label:after {
  background: #a1efc4;
}
/*red theme*/
.el-radio.el-radio-red>input[type="radio"]+label:hover:before,
.el-checkbox.el-checkbox-red>input[type="checkbox"]+label:hover:before,
.el-radio.el-radio-red>input[type="radio"]:checked+label:before,
.el-checkbox.el-checkbox-red>input[type="checkbox"]:checked+label:before {
  border-color: #ff4949;
}
.el-checkbox.el-checkbox-red>input[type="checkbox"]:checked+label:before,
.el-radio.el-radio-red>input[type="radio"]+label:after {
  background: #ff4949;
}
.el-radio.el-radio-red>input[type="radio"][disabled]+label:hover:before,
.el-checkbox.el-checkbox-red>input[type="checkbox"][disabled]+label:hover:before {
  border-color: #d3dce6;
}
.el-checkbox.el-checkbox-red>input[type="checkbox"]:checked[disabled]+label:before,
.el-radio.el-radio-red>input[type="radio"]:checked[disabled]+label:before {
  border-color: #f9b3b3;
}
.el-checkbox.el-checkbox-red>input[type="checkbox"][disabled]:checked+label:before,
.el-radio.el-radio-red>input[type="radio"]:checked[disabled]+label:after {
  background: #f9b3b3;
}
/*yellow theme*/
.el-radio.el-radio-yellow>input[type="radio"]+label:hover:before,
.el-checkbox.el-checkbox-yellow>input[type="checkbox"]+label:hover:before,
.el-radio.el-radio-yellow>input[type="radio"]:checked+label:before,
.el-checkbox.el-checkbox-yellow>input[type="checkbox"]:checked+label:before {
  border-color: #f7ba2a;
}
.el-checkbox.el-checkbox-yellow>input[type="checkbox"]:checked+label:before,
.el-radio.el-radio-yellow>input[type="radio"]+label:after {
  background: #f7ba2a;
}
.el-radio.el-radio-yellow>input[type="radio"][disabled]+label:hover:before,
.el-checkbox.el-checkbox-yellow>input[type="checkbox"][disabled]+label:hover:before {
  border-color: #d3dce6;
}
.el-checkbox.el-checkbox-yellow>input[type="checkbox"]:checked[disabled]+label:before,
.el-radio.el-radio-yellow>input[type="radio"]:checked[disabled]+label:before {
  border-color: #fbeac1;
}
.el-checkbox.el-checkbox-yellow>input[type="checkbox"][disabled]:checked+label:before,
.el-radio.el-radio-yellow>input[type="radio"]:checked[disabled]+label:after {
  background: #fbeac1;
}
/*switch component*/
.el-switch,
.el-switch-style,
.el-switch-style:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.el-switch {
  display: inline-block;
  font-size: 100%;
  height: 1.6em;
  position: relative;
}
.el-switch .el-switch-style {
  height: 1.6em;
  left: 0;
  background: #c0ccda;
  -webkit-border-radius: 0.8em;
  border-radius: 0.8em;
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 3em;
  cursor: pointer;
}
.el-switch .el-switch-style:before {
  display: block;
  content: '';
  height: 1.4em;
  position: absolute;
  width: 1.4em;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0.1em;
  top: 0.1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.el-switch>input[type="checkbox"] {
  display: none;
}
.el-switch>input[type="checkbox"][disabled]+.el-switch-style {
  cursor: not-allowed;
  background-color: #d3dce6;
}
.el-switch>input[type="checkbox"]:checked+.el-switch-style {
  background-color: #20a0ff;
}
.el-switch>input[type="checkbox"]:checked+.el-switch-style:before {
  left: 50%;
}
.el-switch>input[type="checkbox"]:checked[disabled]+.el-switch-style {
  background-color: #b0d7f5;
}
.el-switch.el-switch-blue>input[type="checkbox"]:checked+.el-switch-style {
  background-color: #20a0ff;
}
.el-switch.el-switch-blue>input[type="checkbox"]:checked[disabled]+.el-switch-style {
  background-color: #b0d7f5;
}
.el-switch.el-switch-green>input[type="checkbox"]:checked+.el-switch-style {
  background-color: #13ce66;
}
.el-switch.el-switch-green>input[type="checkbox"]:checked[disabled]+.el-switch-style {
  background-color: #a1efc4;
}
.el-switch.el-switch-red>input[type="checkbox"]:checked+.el-switch-style {
  background-color: #ff4949;
}
.el-switch.el-switch-red>input[type="checkbox"]:checked[disabled]+.el-switch-style {
  background-color: #f9b3b3;
}
.el-switch.el-switch-yellow>input[type="checkbox"]:checked+.el-switch-style {
  background-color: #f7ba2a;
}
.el-switch.el-switch-yellow>input[type="checkbox"]:checked[disabled]+.el-switch-style {
  background-color: #fbeac1;
}
/*define size*/
.el-radio.el-radio-sm,
.el-checkbox.el-checkbox-sm,
.el-switch.el-switch-sm {
  font-size: 85%;
}
.el-radio.el-radio-lg,
.el-checkbox.el-checkbox-lg,
.el-switch.el-switch-lg {
  font-size: 125%;
}
.breadcrumb {
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px;
}
.breadcrumb>li {
  display: inline-block;
}
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #C90;
  content: "|\00a0";
}
.breadcrumb>.active {
  color: #777;
}
.breadcrumbhr {
  margin-top: -15px;
  margin-bottom: -15px;
}
.vcomments {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .hd {
    width: 90%;
    margin: auto;
  }
  .posts .replay-btn {
    display: none;
  }
  .posttime {
    display: none;
  }
  .posts .post-title {
    font-size: 16px;
  }
  .postname {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.blog-img img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
}
