*{
    box-sizing: border-box;
}

html, body, div, span, svg {
    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;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

header {
    text-align: center;
    color: #505050;
}

section {
    max-width: 1200px;
    margin: 0 auto;
}

#error-title {
    padding-top: 5em;
}

.container-error h2, .container-error p{
    text-align: center;
    color: #505050;
}

.container-error p{
    padding: .3em;
    color: #7D7D7D;
    margin: 1.4em auto;
    width: 100%;
    text-align: center;
    font-size: 100%;
}

div.panel.message{
    width: 80%;
    margin: 2em auto;
    background-color: #F3F3F3;
    border: 1px solid #7D7D7D;
    padding: .4em 1em;
}

div.panel.message h3{
    font-weight: normal;
    color: #9A9A9A;
}


div.panel.message p{
    color: #494949;
    margin: -.7em 0 .3em 0;
    line-height: 1.3em;
}

.button-container{
  text-align: center;
  margin-top: 2.5em;
  border: none;
}

.button-container a.button, button.button-container{
  display: inline-block;
  text-decoration: none;
  padding: 1em 2em;
  border-radius: 4px;
}

.button.success, button.success{
  color: #fff;
  background-color: #11aa4f;
}

.button.success:hover, button.success:hover{
  background-color: #3EB970;
}


/*TABLET*/
@media (min-width: 40.063em) and (max-width: 90.063em){
    div.panel.message{
        width: 50%;
    }

    .container-error p{
        width: 30%;
        font-size: 1.2em;
        line-height: 1.2em;
    }
}


/*DEKTOP*/
@media (min-width: 90.063em){
   div.panel.message{
        width: 40%;
    }

     .container-error p{
        width: 30%;
        font-size: 1.2em;
        line-height: 1.2em;
    }
}

section svg{
    display: block;
    margin: 2.5em auto;
}
.st0{opacity:0.2;fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:10;}
.st1{opacity:0.7;fill:url(#SVGID_1_);}
.st2{opacity:0.2;fill:none;stroke:#000000;stroke-miterlimit:10;}
.st3{opacity:0.7;fill:url(#SVGID_2_);}
.st4{opacity:0.7;fill:url(#SVGID_3_);}
.st5{opacity:0.7;fill:url(#SVGID_4_);}
.st6{opacity:0.7;fill:url(#SVGID_5_);}
.st7{opacity:0.7;fill:url(#SVGID_6_);}
.st8{opacity:0.7;fill:url(#SVGID_7_);}
.st9{opacity:0.7;fill:url(#SVGID_8_);}
.st10{opacity:0.7;fill:url(#SVGID_9_);}
.st11{opacity:0.7;fill:url(#SVGID_10_);}
.st12{opacity:0.7;fill:url(#SVGID_11_);}
.st13{opacity:0.7;fill:url(#SVGID_12_);}

div.game-image {
    margin: 1em 0;
}

#ads-container {
    background-color: #EDEDED
}
