
/**
* Resetira zadane parametre internet pretraživača
*
* @author Danijel Galić
* @copyright 2019 Grafotisak d.o.o.
* @license
*
* @link http://www.grafotisak.com
*
* @since 0.0.1 GTGwebShop alpha
*
* @version 1.0
*/

*, *::before, *::after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html {line-height: 1.15; -webkit-text-size-adjust: 100%;}
body {margin: 0px; padding: 0px;}
main {display: block;}
a {background-color: transparent; text-decoration: none; cursor: pointer;}
a:hover {text-decoration: underline;}
b, strong {font-weight: 700;}
ul {margin: 0px; padding: 0px; list-style: none;}
h1 {margin: 0.67em 0; font-size: 200%;}
hr {height: 0; box-sizing: content-box; overflow: visible;}
pre, code, kbd, samp {font-size: 100%;}
abbr[title] {text-decoration: underline; text-decoration: underline dotted; border-bottom: none;}
small {font-size: 80%;}
sub, sup {position: relative; vertical-align: baseline; font-size: 75%; line-height: 0;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
img {border-style: none;}
button, input, optgroup, select, textarea {margin: 0; font-family: inherit; font-size: 100%; line-height: 1.15;}
button, input {overflow: visible;}
button, select {text-transform: none;}
button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {padding: 0;border-style: none;}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
fieldset {padding: 0.35em 0.75em 0.625em;}
legend {display: table; padding: 0; max-width: 100%; color: inherit; white-space: normal; box-sizing: border-box;}
progress {vertical-align: baseline;}
textarea {overflow: auto;}
select::-ms-expand {display: none;}
[type="checkbox"], [type="radio"] {padding: 0;box-sizing: border-box;}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {-webkit-appearance: textfield; outline-offset: -2px;}
[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance: button; font: inherit;}
details {display: block;}
summary {display: list-item;}
template {display: none;}
[hidden] {display: none;}
