/* FONTS start */
@font-face {
    font-family: dinproregular;
    src: url('/game-first/media/fonts/dinproregular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* FONTS end */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
 	margin: 0;
  	padding: 0;
  	background: #e2e1e1;
	font-family: dinproregular;
	font-size: 14px;
}
.clear {
	clear: both;
}
.container {
	margin: 0px auto;
    width: 900px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    padding: 20px;
    background: #f5f2f2;
}
.app-main-title {
	font-family: dinproregular;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    background: #e2e1e1;
    padding: 15px;
}
.app-main-title a {
	text-decoration: none;
    color: #8a4141;
	transition: all .5s linear;
}
.app-main-title a:hover {
	color: #900;
	transition: all .5s linear;
}
.app-item {
	background: #e2e1e1;
    padding: 15px;
    width: 258px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #ccbcbc;
	transition: all .5s linear;
}
.app-item:hover {
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .8);
	-moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, .8);
	box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, .8);
	transition: all .5s linear;
}
.app-title {
	font-size: 18px;
	margin-bottom: 10px;
}
.app-author {
	font-size: 14px;
    font-style: italic;
	margin-bottom: 10px;
}
.app-more a {
	text-decoration: none;
    color: #ce7a7a;
    font-size: 16px;
	transition: all .5s linear;
}
.app-more a:hover {
	color: #cc3e3e;
	transition: all .5s linear;
}
#poet-title {
	font-size: 20px;
	color: #900;
}
#poet-body {
	margin: 15px 0px;
    font-size: 16px;
}
#poet-body p {
	margin-bottom: 10px;
}
#poet-body input {
    border: none;
    border-bottom: 1px solid #900;
    background: none;
    font-weight: bold;
}
#poet-body input:focus {
    border-bottom-color: #e2e1e1;
    outline: none;
}
#score {
    display: none;
}
.complete {
    background: #e2e1e1;
    padding: 7px 30px;
    outline: none;
    cursor: pointer;
    border: none;
    margin: 10px 0px;
	color: #900;
	font-size: 15px;
}
footer {
	background: #e2e1e1;
    margin-top: 10px;
    padding: 15px;
}
footer p {
	text-align: center;
}