/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
   line-height: 1.15; /* 1 */
   -webkit-text-size-adjust: 100%; /* 2 */
}

/**
   * Remove the margin in all browsers.
*/
body {
   margin: 0;
}

/**
   * Render the `main` element consistently in IE.
*/
main {
   display: block;
}

/**
   * Remove the gray background on active links in IE 10.
*/
a {
   background-color: transparent;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
   font-weight: bolder;
}

/**
   * Add the correct font size in all browsers.
*/
small {
   font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
}

sub {
   bottom: -0.25em;
}

sup {
   top: -0.5em;
}

/**
   * Remove the border on images inside links in IE 10.
*/
img {
   border-style: none;
}