html, body, button, input, textarea, select, .window, .window-body, .tab-content, .launcher, .taskbar {
  font-family: 'Courier New', Courier, monospace, Arial, sans-serif;
  color: black;
  font-size: 13px;
}
.img-fluid { display:block; max-width:100%; height:auto; }
.center { text-align:center; margin-left:auto; margin-right:auto; }
.img-cap { max-width:200px; width:100%; }
.max-600 { max-width:600px; width:100%; }
.no-border { border:none; }
.strip-iframe { display:block; background:transparent; overflow:hidden; border:none; }

#home, #about, #blog, #art, #diary { height: 100%; overflow: hidden; padding: 0; }
#home .strip-iframe, #about .strip-iframe, #blog .strip-iframe, #art .strip-iframe, #diary .strip-iframe {
  height: 100%; overflow: auto !important; margin: 0; padding: 0;
}
#home.tab-content,
#about.tab-content,
#blog.tab-content,
#art.tab-content,
#diary.tab-content { padding: 0 !important; }
.mt-24 { margin-top:24px; }
.mt-30 { margin-top:30px; }
.mb-10 { margin-bottom:10px; }
.mb-12 { margin-bottom:12px; }
.mb-14 { margin-bottom:14px; }
.hr-narrow { margin:24px auto; max-width:250px; }
.ie-toolbar-btn:focus, .ie-tabs-btn:focus, .launcher-icon:focus { outline: 2px solid #98ad76; outline-offset: 2px; }
.center-bottom { margin:38px 0 0 0; text-align:center; }


input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: auto;
  appearance: auto;
  width: auto;
  height: auto;
  margin: 0 .3em 0 0;
  accent-color: #98ad76;
  opacity: 1 !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
}