/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    background: gray;
    font-family: Helvetica, Aria, sans-serif;
    color: #444;
}

.error {
    clear: both;
    width: 100%;
    padding: 10px;
    display: block;
    text-align: center;
    color: #FFF;
}

h1 {
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 0.8em;
}
h2 {
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 0.5em;
}
h3 {
    font-size: 1.1em;
    padding-bottom: 0.5em;
}
b, strong {
    font-weight: bold;
}
i, em {
    font-style: italic;
}
small {
    font-size: 0.9;
}

/* CSS used by eli generated elements */
div.eli-html {
    margin: 0;
    padding: 0;
    /* font-size-adjust: 0.60; */
}

div.eli-html li  {
    margin: 5px 0 0 35px;
}

div.eli-label {
    margin: -5px 0 0 0;
    padding: 0;
    /* font-size-adjust: 0.60; */
}

.eli-img {
    text-align: center;
    overflow: hidden;
}
.eli-txt {
    text-align: left;
    overflow: hidden;
}

.eli-left {
    width: 48%;
    padding-right: 5px;
}

.eli-right {
    width: 48%;
    padding-left: 5px;
}

.eli-top {
    height: 48%;
    padding-bottom: 5px;
}

.eli-bottom {
    height: 48%;
    padding-top: 5px;
}

.eli-button {
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.eli-clickalert {
    display: block;
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    right: -20px;
    bottom: -10px;
    width: 80px;
    height: 80px;

    /* ignore all mouse pointer events */
    pointer-events: none;
}

/* requires both eli-clickalet & clicked */
.eli-clickalert.clicked, /*interactions*/
.variant.choosed .eli-clickalert, /*games*/
.variant.not-animate .eli-clickalert { /*draggers*/
    display: none;
}