html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h6 {
	margin: 0;
	padding: 0;
}

/**
* Remove the gray background color from active links in IE 10.
*/

a {
    background: transparent;
}

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
    outline: thin dotted;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/

a:active,
a:hover {
    outline: 0;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/

b,
strong {
    font-weight: bold;
}


/**
* Remove border when inside `a` element in IE 8/9.
*/

img {
    border: 0;
}

/**
* Correct overflow displayed oddly in IE 9.
*/

svg:not(:root) {
    overflow: hidden;
}

hr {
  clear: both;
  margin: 0;
}