body { margin: 0; color: $base-text-color; background: $base-background-color; font: #{$base-font-size}/#{$base-line-height} $base-font-family; min-width: $base-min-width; overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:none; } * {max-height: 100000px;} article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } img {border-style: none;} a { text-decoration: none; color: $base-link-color; &:hover { color: #5082D9; color: $base-link-h-color; } } input, textarea, select { font: 100% $base-from-family; color: $base-form-text-color; vertical-align: middle; } form, fieldset { margin: 0; padding: 0; border-style: none; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; } input[type="submit"]:hover, button:hover { cursor: pointer; } input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea { margin: 0; padding: 4px 7px; border: 1px solid $base-input-border-color; &:focus { border-color: darken($base-input-border-color, 30%); //outline: none; } } textarea { overflow: auto; resize: vertical; vertical-align: top; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } h1, h2, h3, h4, h5, h6 { font-family: $base-font-family; line-height: 1.2em; margin: 0 0 1.2em; } p { margin: 0 0 1.2em; } q { quotes: none; &:before, &:after { content: ''; content: none; } } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } table { border-collapse: collapse; border-spacing: 0; }