/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

.systembox {
  zoom:1;
  clear: both!important;
  margin-bottom: 30px!important;
}
.systembox:after {
  content: ""; 
  display: block; 
  clear: both;
}
.systembox a,
.systembox abbr,
.systembox acronym,
.systembox address,
.systembox applet,
.systembox article,
.systembox aside,
.systembox audio,
.systembox b,
.systembox big,
.systembox blockquote,
.systembox body,
.systembox canvas,
.systembox caption,
.systembox center,
.systembox cite,
.systembox code,
.systembox dd,
.systembox del,
.systembox details,
.systembox dfn,
.systembox dialog,
.systembox dl,
.systembox dt,
.systembox em,
.systembox embed,
.systembox fieldset,
.systembox figcaption,
.systembox figure,
.systembox font,
.systembox footer,
.systembox form,
.systembox h1,
.systembox h2,
.systembox h3,
.systembox h4,
.systembox h5,
.systembox h6,
.systembox header,
.systembox hgroup,
.systembox html,
.systembox i,
.systembox iframe,
.systembox img,
.systembox ins,
.systembox kbd,
.systembox label,
.systembox legend,
.systembox li,
.systembox mark,
.systembox menu,
.systembox meter,
.systembox nav,
.systembox object,
.systembox ol,
.systembox output,
.systembox pre,
.systembox progress,
.systembox q,
.systembox rp,
.systembox rt,
.systembox ruby,
.systembox s,
.systembox samp,
.systembox section,
.systembox small,
.systembox span,
.systembox strike,
.systembox strong,
/*.systembox sub,*/
.systembox summary,
/*.systembox sup,*/
/*.systembox table,
.systembox tbody,
.systembox td,
.systembox tfoot,
.systembox th,
.systembox thead,
.systembox tr,*/
.systembox time,
.systembox tt,
.systembox u,
.systembox ul,
.systembox var,
.systembox video,
.systembox xmp {
  margin: auto;
  padding: initial;
  font-size: 100%;
}

.systembox p,
.systembox div{}

.systembox hr {
  clear: :both;
  border-top:1px solid #ccc;
  margin: 15px 0;
}

.systembox article,
.systembox aside,
.systembox details,
.systembox figcaption,
.systembox figure,
.systembox footer,
.systembox header,
.systembox hgroup,
.systembox menu,
.systembox nav,
.systembox section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

.systembox b,
.systembox strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight:bold;
}

.systembox img {
  color: transparent;
  font-size: 0;
  vertical-align: inherit;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

.systembox ol{
  list-style: decimal;
  margin-left: 2em;
}
.systembox ul {
  list-style: disc;
  margin-left: 2em;
}

.systembox li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

/*.systembox table {
  border-collapse: separate;
  border-spacing: inherit;
}*/

.systembox th,
.systembox td,
.systembox caption {
  font-weight:inherit;
  vertical-align:inherit;
  text-align: inherit;
}

.systembox q {
  quotes: inherit;
}

.systembox q:before,
.systembox q:after {
  content: '';
  content: inherit;
}

/*.systembox sub,
.systembox sup,
.systembox small {
  font-size: 100%;
}*/

/*.systembox sub,
.systembox sup {
  line-height: inherit;
  position: inherit;
  vertical-align: inherit;
}

.systembox sub {
  bottom: auto;
}

.systembox sup {
  top: auto;
}*/

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow:auto;
}
.systembox h1,.systembox h2,.systembox h3,.systembox h4,.systembox h5,.systembox h6 {
	font-weight:inherit;
}