	* {
	border: 0px dashed green;
}
	


/* ==========================================================================
   Table of Contents
   ========================================================================== */


/*

    0.  Normalize
    1.  Kitchen
	2. 	Recepies grid
	3.	Single recipe
	4.	Menu
	5.	Mobile styles
 
 

*/


/* ==========================================================================
   0. Normalize.css v2.1.3 | MIT License | git.io/normalize | (minified)
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
}

a {
	background: transparent;
}

a:focus {
	outline: thin dotted;
}


h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	font-size: 1.7em;
	line-height: 1.1em;
	margin: 0.67em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #FF0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
color: #19193E;
letter-spacing: 0;
}


.main-header {
	max-width: 840px;
	margin: 30px auto 60px;	
}

.wrapper {
	max-width: 840px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.game_item {
	display: flex;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E6E6E6;
}

.cover {
	width: 110px;
	height: 105px;
	background: #dedede;
	border-radius: 10px;
	margin-right: 20px;
	background-size: cover;
}

.game_info {
	width: 70%;
	display: block;
}

.game_scores {
	display: flex;
}

.name {
font-family: Roboto-Bold;
font-size: 24px;
color: #19193E;
letter-spacing: 0;
}

.percent {
padding: 5px 18px;
background: #E41919;
border-radius: 7px;
color: #fff;
width: 72px;
font-family: Roboto-Bold;
font-size: 14px;
color: #FFFFFF;
letter-spacing: 0;
text-align: center;
	margin: 10px 0;
}

.score_info {
font-family: Roboto-Regular;
font-size: 16px;
color: #939393;
letter-spacing: 0;
display: flex;
margin: 10px 20px 0 0;
}

.score {
font-family: Roboto-Bold;
font-size: 18px;
color: #242424;
letter-spacing: 0;
margin-left: 10px;
}

.price_info {
	text-align: center;
}

.price {
font-family: Roboto-Regular;
font-size: 32px;
color: #19193E;
letter-spacing: 0;}

.oldprice {
font-family: Roboto-Regular;
font-size: 18px;
color: #F27000;
letter-spacing: 0;
text-decoration: line-through;
	margin-bottom: 20px;
}

a.link {
margin-top: 20px;
	text-decoration: none;
padding: 5px 15px;
border: 1px solid #19193E;
border-radius: 7px;
font-family: Roboto-Regular;
font-size: 16px;
color: #19193E;
text-transform: uppercase;
letter-spacing: 0;
background: #fff;
}

a.link:hover {
padding: 5px 15px;
border: 1px solid #19193E;
border-radius: 7px;
	background: #19193E;
font-family: Roboto-Regular;
font-size: 16px;
	color: #fff;

letter-spacing: 0;
}


.site-footer {
	max-width: 840px;
	margin: 30px auto;
}