::selection {background: rgba(230,230,47,0.95); color: rgb(67,67,67);}
::-moz-selection {background: rgba(230,230,47,0.95); color: rgb(67,67,67);}

*, *:before, *:after{
    margin:0;
    padding:0;
    border:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

body {
	font-weight: normal;
    font-feature-settings: "liga", "dlig", "kern" 1;
    font-kerning: normal;
    -webkit-tap-highlight-color: transparent;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

button:focus {
    outline: none;
}

img {
    width: 100%;
    display: block;
}

a {
	color: black;
	text-decoration: none;
	outline: none;
}

p:empty {
    display: none;
}
 
em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

.nobreak {
    white-space: nowrap;
}

main {
    position: relative;
    display: block;
}
