@charset "utf-8";

@font-face {
    font-family: 'helv-67';
    src: url("webfonts/HelveticaNeueW01-67MdCn.woff2") format("woff2"), url("webfonts/HelveticaNeueW01-67MdCn.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'read-light';
    src: url("webfonts/Read-Light.woff") format("woff"), url("webfonts/Read-Light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin:0;
    background-color: #222;
    font-family: 'read-light';
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    min-height:100vh;
}

body.play2learn {
    /**background-image: url("../img/app-bg.jpg");**/
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    text-align:center;
}

h1 {
    font-size: 24px;
    color: #fff;
    margin: 0 0 20px 0;
    font-family: 'helv-67';
    font-weight: 500;
    text-transform: uppercase;
}

img {
    border:0;
    vertical-align: middle;
}

#header {
    margin: 0 0 20px 0;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    font-family: 'helv-67';
}

#header #logotype {
    display: inline-block;
    margin: 20px 0;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
}

body.play2learn #header #logotype {
    margin-left: 20px;
}

#header #logotype img {
    display: block;
}

#header #appname,
#header #play2learn-app {
    display: inline-block;
    margin: 10px 20px;
    padding: 5px 20px;
    height: 32px;
    line-height: 22px;
    font-size: 22px;
    vertical-align: middle;
    text-transform: uppercase;
    border-left: 1px solid #fff;
}
#header #play2learn-app {
    border: none;
}

body.play2learn #header #logotype {
    margin-left: 20px;
}

#header #appname span,
#header #play2learn-app span {
    color: #ffcc33;
}
#main {
    position: relative;
    margin: 0 20px;
}
#content .content-title {
    font-size: 24px;
    line-height: 30px;
    min-height: 30px;
    color: #ffcc33;
}

.play2learn-content {
    margin: 0 auto;
    padding-bottom: 40px;
    /*width: 400px;*/
    max-width: 800px;
    text-align: left;
}
.play2learn-content .languages {
    text-align:center;
}
/**
.play2learn-content .languages {
    width: 420px;
    margin: 0 auto;
}
.play2learn-content .language-page-link {
    width: 200px;
    float:left;
}
**/
.play2learn-content .language-page-link a {
    text-decoration: none;
    color: #fff;
}
.play2learn-content .language-page-link a:hover {
    text-decoration: underline;
    color: #ffcc33;
}
.play2learn-content h1 {
    text-transform: uppercase;
    color: #fff;
}
.play2learn-content h2 {
    text-transform: uppercase;
    color: #ffcc33;
    font-size: 20px;
}
.play2learn-content h3 {
    color: #ffcc33;
    font-size: 18px;
}
.play2learn-content a {
    color: #ffcc33;
}

.play2learn-content h2 {
    margin: 40px 0 20px 0;
}
.play2learn-content p {
    line-height: 1.5em;
}
.play2learn-content ul {
}
.play2learn-content ul li {
    margin-bottom: 10px;
}
.play2learn-content blockquote {
    border-left: 1px solid #999;
    padding-left: 20px;
    margin-left: 20px;
}

.play2learn-content table { width: 100%; }
.play2learn-content table th,
.play2learn-content table td { width:50%; padding:10px 20px; border:1px solid #999; }
.play2learn-content table th { font-weight:bold; }

.play2learn-content .restrictions-list { list-style-type: upper-roman; }
.play2learn-content .restrictions-list li {}
.play2learn-content .restrictions-list li span {}