ul.f1_container {
    width: 85%;
    list-style: none;
    padding: 0;
    margin: 9% auto 0 auto;
}
ul.f1_container h1 {
    text-align: center;
    color: #000;
    font-size: 2.5em;
    margin: 15px 0;
}
ul.f1_container li.wordgamesets {
    display: none;
}
ul.f1_container li.wordgamesets.active {
    display: block;
}
.wordgame-status-section {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #006b8f;
    padding: 0 0 15px 0;
}
.wordgame-status-lefttab {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.wordgame-status-midtab {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.wordgame-status-lasttab {
    width: 14%;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.wordgame-status-lefttab p {
    color: #000;
    display: inline-block;
}
.wordgame-status-lefttab ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin: 7px 10px 0 10px;
}
.wordgame-status-lefttab ul li {
    width: 15px;
    height: 3px;
    background: #fff;
    float: left;
    margin: 0 0 0 0px;
}
.wordgame-status-lefttab ul li.active {
    background: #13c621;
}
.wordgame-status-lefttab span {
    color: #000;
}

.wordgame-status-midtab p {
    color: #000;
    display: inline-block;
}

.startthegame {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    background: rgba(14, 23, 41, 0.95);
    top: 0;
    left: 0;
    display: block;
}
.startthegame p.playnowbutton {
    padding: 15px 30px;
    text-transform: uppercase;
    background: #34e885;
    display: table;
    margin: 30% auto 0 auto;
    color: #02481c;
    border-radius: 2px;
    font-size: 1.2em;
    font-weight: 600;
    border: 2px solid #34e885;
    transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
.startthegame p.playnowbutton:hover {
    cursor: pointer;
    border: 2px dashed #036c2a;
    background: none;
    color: #000;
    transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}

.startthegame h1 {
    text-align: center;
    font-size: 2.7em;
    color: #000;
    font-weight: 600;
    margin: 10% 0 40px 0;
}
.startthegame h1 span {
    color: #1bc9ec;
}
.startthegame p.firsttext,
.startthegame p.secondtext {
    width: 60%;
    margin: 0 auto;
    color: #000;
    text-align: center;
    line-height: 32px;
    font-size: 1em;
    font-weight: 100;
}
.startthegame p.secondtext {
    color: #34e885;
}

.wordgame-status-lasttab p {
    color: #000;
    display: inline-block;
}
.wordgame-status-lasttab ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 10px;
    float: right;
}
.wordgame-status-lasttab ul li {
    width: 10px;
    height: 10px;
    background: #d94856;
    float: left;
    margin: 0 0 0 15px;
}

.heart-shape {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    margin-bottom: 6px;
    background-color: #d94856;
}
.heart-shape:before,
.heart-shape:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #d94856;
}
.heart-shape:before {
    bottom: 0;
    left: -50%;
}
.heart-shape:after {
    top: -50%;
    right: 0;
}

.heart-shape.active {
    background: #959595;
}
.heart-shape.active:after {
    background: #959595;
}
.heart-shape.active:before {
    background: #959595;
}
.wordgame-status-lasttab ul li.active {
    background: #959595;
}

.wordgame-play-section {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 470px;
    padding: 0 0 15px 0;
    position: relative;
}

.wordgame-userinput-section {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #006b8f;
    padding: 25px 0 15px 0;
    margin: 5% 0 0 0;
    position: relative;
}
.wordgame-userinput-section label {
    width: 20%;
    font-size: 1em;
    color: #000;
    margin: 15px 0 0 0;
    display: inline-block;
    vertical-align: top;
}
.wordgame-userinput-section .inputfields {
    display: inline-block;
    vertical-align: top;
    width: 79%;
    background: #050e1e;
}
.inputfields input {
    background: none;
    outline: 1px solid #001a2a;
    border: none;
    width: 71%;
    color: #000;
    padding: 15px 10px;
    font-size: 0.9em;
}
.inputfields input:focus {
    outline: 1px solid #001a2a;
    border: none;
}
.inputfields button.submittheword {
    background: #0bddff;
    outline: 1px solid #0bddff;
    text-transform: uppercase;
    border: none;
    padding: 10px 25px;
    margin: 7px 0px 0 0;
    display: inline-block;
    vertical-align: top;
}
.inputfields button.skiptheword {
    background: none;
    outline: 1px solid #0bddff;
    text-transform: uppercase;
    border: none;
    padding: 10px 20px;
    color: #0bddff;
    float: right;
    margin: 7px 0px 0 0;
}
.inputfields button.submittheword:hover,
.inputfields button.skiptheword:hover {
    cursor: pointer;
    background: #fff;
    color: #000;
}

div.wordgame_lastscreen {
    width: 100%;
    height: 500px;
    background: #fff;
    display: none;
}

div.wordgame_lastscreen p {
    margin: 25% 0 0 0;
    text-align: center;
}

div.wordgame_popup_noteligible {
    width: 400px;
    background: #ed7575;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 22% auto;
    z-index: 9999;
    padding: 20px;
    display: none;
}
div.wordgame_popup_noteligible_closeicon {
    position: relative;
}
div.wordgame_popup_noteligible_closeicon span {
    position: absolute;
    right: -12px;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    border: 1px solid #000;
    text-align: center;
    line-height: 17px;
    top: -10px;
    color: #e7e7e7;
    background: #484848;
    font-weight: 100;
}
.wordgame_popup_noteligible h3 {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0px;
}
.wordgame_popup_noteligible p {
    font-size: 0.8em;
    text-align: center;
    margin: 5px 0 25px 0;
}
.wordgame_popup_noteligible a {
    text-align: center;
    text-decoration: none;
    color: #000;
    background: #000;
    padding: 10px 30px;
    font-size: 0.8em;
    display: table;
    margin: 0 auto;
}
.wordgame_popup_noteligible a:after {
    content: "";
}

.wordgame_result_bg {
    position: fixed;
    width: 100%;
    height: 1000px;
    background: rgba(31, 42, 66, 1);
    z-index: 999;
    display: none;
    top: 0;
    left: 0;
}
div.wordgame_popup_eligible {
    width: 300px;
    background: #34e885;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 5% auto;
    z-index: 9999;
    padding: 20px;
    display: none;
}
div.wordgame_popup_eligible_closeicon {
    position: relative;
}
div.wordgame_popup_eligible_closeicon span {
    position: absolute;
    right: -12px;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    border: 1px solid #000;
    text-align: center;
    line-height: 17px;
    top: -10px;
    color: #e7e7e7;
    background: #484848;
    font-weight: 100;
}
.wordgame_popup_eligible h3 {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}
.wordgame_popup_eligible p {
    font-size: 0.8em;
    text-align: center;
    padding: 5px 0 15px 0;
    line-height: 20px;
}
.wordgame_popup_eligible form {
    margin: 20px auto 0 auto;
}
.wordgame_popup_eligible form input[type="text"] {
    width: 100%;
    display: inline-block;
    border: none;
    outline: none;
    padding: 10px 0px;
    background: #2dc476;
    margin: 0 0 20px 0;
    text-indent: 10px;
    color: #222;
}
.wordgame_popup_eligible form input[type="email"] {
    width: 100%;
    display: inline-block;
    border: none;
    outline: none;
    padding: 10px 0px;
    background: #2dc476;
    margin: 0 0 20px 0;
    text-indent: 10px;
    color: #222;
}
.wordgame_form-field {
    position: relative;
}
.reg_form_errors {
    position: absolute;
    bottom: -14px;
    color: #b63a00;
    font-size: 10px !important;
    font-style: italic;
}
.wordgame_popup_eligible form select {
    background: #2dc476 url("https://www.manageengine.com/events/2018/seminar/images/dropdown-arrow.png") no-repeat 95% center;
    border: navajowhite;
    padding: 0 0 0 2%;
    width: 100%;
    font-size: 0.8em;
    height: 31px;
    color: #555;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    margin: 0 0 20px 0;
}
div.megdpr-countries {
    width: 100%;
    margin: 0;
}
.form_subscribecheck {
    margin: 0 0 0 0;
}
.form_subscribecheck input {
    position: static;
    left: 0;
    top: 0;
    width: 10px;
    display: inline-block;
    vertical-align: top;
}
.form_subscribecheck label {
    font-size: 0.8em;
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    color: #222;
    width: 92%;
}
.wordgame_popup_eligible p.privacy-policy {
    text-align: left;
    font-size: 10px;
    color: #222;
    display: block;
    margin: 10px 0 10px 0px;
}
.wordgame_popup_eligible form input[type="submit"] {
    width: 100px;
    padding: 10px;
    font-size: 0.7em;
    background: #000;
    border: none;
    outline: none;
    color: #000;
    display: table;
    margin: 0 auto;
}
.wordgame_popup_eligible a {
    color: #000;
}
.wordgame_popup_eligible a:after {
    content: "";
}
section.card-game {
    position: relative;
}

/*-=-=-=-=-=-=-=-=-=-*/
/* Column Grids */
/*-=-=-=-=-=-=-=-=-= */

.col_half {
    width: 49%;
}
.col_third {
    width: 32%;
}
.col_fourth {
    width: 23.5%;
}
.col_fifth {
    width: 18.4%;
}
.col_sixth {
    width: 15%;
}
.col_three_fourth {
    width: 74.5%;
}
.col_twothird {
    width: 66%;
}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
    position: relative;
    display: inline;
    display: inline-block;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}
.end {
    margin-right: 0 !important;
}

li.wordgamesets .col_third.last-flipcard {
    margin-right: 0;
}

/*-=-=-=-=-=-=-=-=-=-=- */
/* Flip Panel */
/*-=-=-=-=-=-=-=-=-=-=- */

.wrapper {
    width: 980px;
    margin: 0 auto;
    background-color: #bdd3de;
    hoverflow: hidden;
}

.panel {
    margin: 0 auto;
    height: auto;
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
}

.panel .front,
.panel .back {
    text-align: center;
}

.panel .front {
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 900;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.panel .back {
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 1000;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.panel.flip .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}
.panel.flip .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
}
.box1 {
    background: none;
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.box1 img,
.box2 img {
    width: 100%;
}
.box2 {
    background: none;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0px;
}

div.wordgame_answer_right,
div.wordgame_answer_wrong {
    opacity: 0;
}
div.wordgame_answer_right.active,
div.wordgame_answer_wrong.active {
    opacity: 1;
    bottom: -30px;
    transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}
div.wordgame_answer_right {
    width: auto;
    height: auto;
    display: table;
    position: absolute;
    right: 0;
    left: 0;
    padding: 8px 10px;
    background: #34e885;
    border: 4px solid #34e885;
    border-radius: 3px;
    margin: 0 auto;
    bottom: -20px;
}
div.wordgame_answer_right p {
    line-height: 30px;
    color: #000000;
}
div.wordgame_answer_right p span {
    display: none;
}
div.wordgame_answer_right p span img {
    width: 18px;
    height: 18px;
}
div.wordgame_answer_wrong {
    width: auto;
    height: auto;
    display: table;
    position: absolute;
    right: 0;
    left: 0;
    padding: 8px 10px;
    background: #e97157;
    border: 4px solid #e97157;
    border-radius: 3px;
    margin: 0 auto;
    bottom: -20px;
}
div.wordgame_answer_wrong p {
    line-height: 30px;
    color: #ffffff;
}
div.wordgame_answer_wrong p span {
    display: none;
}
div.wordgame_answer_wrong p span img {
    width: 18px;
    height: 18px;
}
div.wordgame_answer_wrong strong {
    text-align: center;
    display: block;
    font-size: 1.5em;
}

/************** Pixel art game ********************/
aside p.firsttext span {
    color: #1ad9ff;
}
.pixelartgame-status-section {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 15px 0;
    text-align: left;
}
.pixelartgame-status-lefttab {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.pixelartgame-status-lefttab p {
    color: #000;
}
.pixelartgame-status-lefttab ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.pixelartgame-status-lefttab ul li {
    width: auto;
    height: auto;
    color: #000;
    font-size: 0.9em;
}
.pixelartgame-status-lefttab ul li span {
    color: #000;
}
.pixelartgame-status-lefttab ul li.active {
    background: #000;
}
.pixelartgame-status-lefttab span {
    color: #000;
}

.pixelartgame-play-section {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 600px;
    padding: 30px;
    margin: 0;
    position: relative;
    background: #fff;
    box-shadow: 0px 1px 3px #c3c3c3;
    border-radius: 25px;
}
.artboard-area {
    width: 55%;
    margin: 0 5% 0 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.artboard-area ul {
    width: 40px;
    position: absolute;
    bottom: -10px;
    right: -5px;
}
.artboard-area ul li {
    margin: 0 0 5px 0;
}
.artboard-area ul li:hover {
    cursor: pointer;
}
.artboard-controls {
    width: 34%;
    display: inline-block;
    vertical-align: top;
}

p.artboard-area-currentcolor {
    color: #000;
    text-align: left;
    margin: 20px 0 0 0;
    font-size: 0.9em;
    font-weight: 100;
}
p.artboard-area-currentcolor span {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    background: #77bcf2;
}

.color_palette {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px 0;
}
.color_palette ul {
    width: 200px;
}
.color_palette p {
    color: #000;
    text-align: left;
    margin: 0 0 20px 0px;
}
.color_palette ul li {
    width: 16px;
    height: 16px;
    margin: 5px;
    float: left;
    border: 2px solid #aaa;
}
.color_palette ul li:hover {
    cursor: pointer;
}
.color_palette ul li:nth-child(1) {
    background: #77bcf2;
    border: 2px solid #77bcf2;
}
.color_palette ul li:nth-child(2) {
    background: #281fc3;
    border: 2px solid #281fc3;
}
.color_palette ul li:nth-child(3) {
    background: #d988d7;
    border: 2px solid #d988d7;
}
.color_palette ul li:nth-child(4) {
    background: #f4ddd8;
    border: 2px solid #f4ddd8;
}
.color_palette ul li:nth-child(5) {
    background: #f91e19;
    border: 2px solid #f91e19;
}
.color_palette ul li:nth-child(6) {
    background: #ff9b00;
    border: 2px solid #ff9b00;
}
.color_palette ul li:nth-child(7) {
    background: #ffed28;
    border: 2px solid #ffed28;
}
.color_palette ul li:nth-child(8) {
    background: #6d3d23;
    border: 2px solid #6d3d23;
}
.color_palette ul li:nth-child(9) {
    background: #75c42e;
    border: 2px solid #75c42e;
}
.color_palette ul li:nth-child(10) {
    background: #136d26;
    border: 2px solid #136d26;
}
.color_palette ul li:nth-child(11) {
    background: #000000;
    border: 2px solid #000000;
}
.color_palette ul li:nth-child(12) {
    background: #ffffff;
    border: 2px solid #ffffff;
}
.color_palette ul li:hover, .color_palette ul li.active {
    border: 2px solid #fb0000;
}
.color_palette ul{
    background: #f0f0f0;
border-radius: 3px;
padding: 2px;
}
.artboard_sizes {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.artboard_sizes p {
    color: #000;
    text-align: left;
    margin: 10px 0 20px 0px;
}
.artboard_sizes ul li {
    width: 70px;
    margin: 0 20px 0 0;
    float: left;
}
.artboard_sizes ul li span {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    border: 2px solid #1e3a4b;
    display: block;
    margin: 15px 15px 0 0px;
    float: left;
}
.artboard_sizes ul li.active span {
    background: #68d8ec;
}

.artboard_sizes1,
.artboard_sizes2,
.artboard_sizes3 {
    display: block;
    width: 30px;
    float: left;
}
.artboard_sizes1 p,
.artboard_sizes2 p,
.artboard_sizes3 p {
    color: #717171;
    text-align: left;
    margin: 10px 0 20px 0px;
    font-size: 0.8em;
}

.artboard_submit {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.artboard_submit p {
    text-align: left;
    margin: 10px 0 20px 0px;
    font-size: 0.8em;
    color: #000;
}
.artboard_submit a {
    opacity: 0.5;
}
.artboard_submit a:hover {
    cursor: default;
}
.artboard_submit a.active {
    opacity: 1;
}
.artboard_submit a.active:hover {
    cursor: pointer;
}
/* table */
#pixel_canvas{width:100%;height: auto;}
#firstset table,
#firstset tr,
#firstset td {
    border: 1px solid #000;
}
#firstset table {
    border-collapse: collapse;
}
#firstset tr {
    height: 30px;
}
#firstset td {
    width: 30px;
    background: #fff;
    cursor: pointer;
}

#secondset table,
#secondset tr,
#secondset td {
    border: 0.5px solid #000;
}
#secondset table {
    border-collapse: collapse;
}
#secondset tr {
    height: 20px;
}
#secondset td {
    width: 20px;
    background: #fff;
    cursor: pointer;
}

#thirdset table,
#thirdset tr,
#thirdset td {
    border: 0.5px solid #000;
}
#thirdset table {
    border-collapse: collapse;
}
#thirdset tr {
    height: 15px;
}
#thirdset td {
    width: 15px;
    background: #fff;
    cursor: pointer;
}

.artboard_sizes1 table,
.artboard_sizes1 tr,
.artboard_sizes1 td {
    border: 0.2px solid #717171;
}
.artboard_sizes1 table {
    border-collapse: collapse;
}
.artboard_sizes1 tr {
    height: 10px;
}
.artboard_sizes1 td {
    width: 10px;
    background: none;
    cursor: pointer;
}

.artboard_sizes2 table,
.artboard_sizes2 tr,
.artboard_sizes2 td {
    border: 0.2px solid #717171;
}
.artboard_sizes2 table {
    border-collapse: collapse;
}
.artboard_sizes2 tr {
    height: 8px;
}
.artboard_sizes2 td {
    width: 8px;
    background: none;
    cursor: pointer;
}

.artboard_sizes3 table,
.artboard_sizes3 tr,
.artboard_sizes3 td {
    border: 0.2px solid #717171;
}
.artboard_sizes3 table {
    border-collapse: collapse;
}
.artboard_sizes3 tr {
    height: 6px;
}
.artboard_sizes3 td {
    width: 6px;
    background: none;
    cursor: pointer;
}

.centered {
    vertical-align: middle;
}

.pixelart_result_bg {
    position: fixed;
    width: 100%;
    height: 1000px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
    top: 0;
    left: 0;
}
div.pixelart_popup_eligible {
    width: 700px;
    background: #34e885;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 5% auto;
    z-index: 9999;
    padding: 20px;
    display: none;
}
div.pixelart_popup_eligible_closeicon {
    position: relative;
}
div.pixelart_popup_eligible_closeicon span {
    position: absolute;
    right: -12px;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    border: 1px solid #000;
    text-align: center;
    line-height: 17px;
    top: -10px;
    color: #e7e7e7;
    background: #484848;
    font-weight: 100;
}
.pixelart_popup_eligible h3 {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}
.pixelart_popup_eligible p {
    font-size: 0.8em;
    text-align: left;
    padding: 5px 0 15px 0;
    line-height: 20px;
}
.pixelart_popup_eligible form {
    margin: 20px auto 0 auto;
}
.pixelart_popup_eligible form input[type="text"] {
    width: 100%;
    display: inline-block;
    border: none;
    outline: none;
    padding: 10px 0px;
    background: #2dc476;
    margin: 0 0 20px 0;
    text-indent: 10px;
    color: #222;
}
.pixelart_popup_eligible form input[type="email"] {
    width: 100%;
    display: inline-block;
    border: none;
    outline: none;
    padding: 10px 0px;
    background: #2dc476;
    margin: 0 0 20px 0;
    text-indent: 10px;
    color: #222;
}
.pixelart_form-field {
    position: relative;
}
.reg_form_errors {
    position: absolute;
    bottom: -14px;
    color: #b63a00;
    font-size: 10px !important;
    font-style: italic;
}
.pixelart_popup_eligible form select {
    background: #2dc476 url("https://www.manageengine.com/events/2018/seminar/images/dropdown-arrow.png") no-repeat 95% center;
    border: navajowhite;
    padding: 0 0 0 2%;
    width: 100%;
    font-size: 0.8em;
    height: 31px;
    color: #555;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    margin: 0 0 20px 0;
}
div.megdpr-countries1 {
    width: 100%;
    margin: 0;
}
.form_subscribecheck {
    margin: 0 0 0 0;
}
.form_subscribecheck input {
    position: static;
    left: 0;
    top: 0;
    width: 10px;
    display: inline-block;
    vertical-align: top;
}
.form_subscribecheck label {
    font-size: 0.8em;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    color: #222;
    width: 92%;
}
.pixelart_popup_eligible p.privacy-policy {
    text-align: left;
    font-size: 10px;
    color: #222;
    display: block;
    margin: 10px 0 10px 0px;
    line-height: 16px;
}
.pixelart_popup_eligible form input[type="submit"] {
    text-transform: uppercase;
    width: 100px;
    padding: 10px;
    font-size: 0.7em;
    background: #000;
    border: none;
    outline: none;
    color: #000;
    display: table;
    margin: 0 auto;
}
a {
    color: #000;
}
.pixelart_sharesection a {
    color: #000;
    display: inline-block;
    vertical-align: top;
    background: #28a8eb;
    padding: 5px 10px;
    border-radius: 2px;
    margin: 0 10px 0 0;
    border: 1px dashed #28a8eb;
}
.pixelart_sharesection li + li a {
    background: #0e172a;
    border: 1px solid #0e172a;
    color: #fff;
}
.pixelart_sharesection li:hover a {
    background: #0e172a;
    border: 1px dashed #0e172a;
    color: #fff;
}
a:after {
    content: "";
}
section.pixel-art {
    position: relative;
}
.pixelart_popup_leftside {
    width: 350px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.pixelart_popup_rightside {
    width: 300px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 20px;
}
.pixelart_sharesection {
    margin: 15px auto 0 auto;
    border-top: 1px dashed #000;
    padding: 10px 0 0 0;
    width: 100%;
}
.pixelart_finalimgout {
    display: none;
}
.pixelart_sharesection p {
    display: block;
    vertical-align: top;
    font-size: 16px;
}
.pixelart_sharesection ul {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0 0;
}
.pixelart_sharesection ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.pixelart_sharesection ul li img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
}
.pixelart_sharesection ul li span {
    display: inline-block;
    vertical-align: top;
    padding: 8px 10px;
}
.pixelart_sharesection ul li:hover {
    cursor: pointer;
}
.pixelart_imgout canvas {
    width: 100% !important;
    height: 100% !important;
}
.pixelart_imgout {
}
p.pixelart_already_attend {
    font-size: 1em;
    line-height: normal;
    margin: 0;
    text-align: center;
    background: #eaeaea;
    border-radius: 5px;
    padding: 10px;
    line-height: 20px;
}
img.pixel_art_sampleimg {
    width: 70px;
    margin: 20px 0 0 0;
}
p.wordgame_already_attend,
p.pixelart_already_attend {
    display: none;
}
.artboard-area.removeborder table,
.artboard-area.removeborder tr,
.artboard-area.removeborder td {
    border: none !important;
}
.pixelart-form .form-field,
.wordgame-form .form-field {
    width: 100%;
    margin: 0;
}
.pixelart-form .form-checkconfirm,
.wordgame-form .form-checkconfirm {
    margin: 0 0 0 0;
}
.pixelart-form #zc-Confirm,
.wordgame-form #zc-Confirm {
    width: 10px;
    display: inline-block;
    vertical-align: top;
}
.pixelart-form .form-check-label,
.wordgame-form .form-check-label {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    margin: 2px 0 10px 0;
    color: #222;
    line-height: 16px;
    font-size: 0.8em;
}
.pixelart-form p.reg_form_errors_confirm,
.wordgame-form p.reg_form_errors_confirm {
    bottom: -30px;
}

.wordgame_captchafield,
.pixelart_captchafield,
.ecard_captchafield {
    position: relative;
}
.wordgame_captchafield label,
.pixelart_captchafield label,
.ecard_captchafield label {
    font-size: 12px;
    width: 35%;
    display: inline-block;
}
.ecard_captchafield label {
    color: #000;
}
.wordgame_captchafield input,
.pixelart_captchafield input,
.ecard_captchafield input {
    text-transform: uppercase;
    display: inline-block !important;
    width: 109px !important;
    vertical-align: top;
}
.ecard_captchafield input {
    background: #fff;
    padding: 9px 20px;
}
.wordgame_captchafield span,
.pixelart_captchafield span,
.ecard_captchafield span {
    display: inline-block;
    width: auto;
    height: auto;
    background: url("../images/dust_scratches.png");
    padding: 11px 5px 10px 5px;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    color: #ed7575;
    text-transform: uppercase;
}
p.wordgame_answerkey {
    font-size: 14px;
    color: #1bc9ec;
}
p.wordgame_answerkey:hover {
    cursor: pointer;
}
.wordgame_popup_answerkey {
    width: 1000px;
    height: 500px;
    background: #081122;
    margin: 0 auto;
    position: fixed;
    top: 100px;
    z-index: 99999;
    left: 0;
    right: 0;
    display: none;
}
.wordgame_popup_answerkey div.nav-controls span.leftarrow {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    display: none;
    text-align: center;
    line-height: 28px;
    color: #000;
    position: absolute;
    top: 40%;
    left: 5%;
    border: 3px solid #292727;
}
.wordgame_popup_answerkey div.nav-controls span.rightarrow {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    display: none;
    text-align: center;
    line-height: 28px;
    color: #000;
    position: absolute;
    top: 40%;
    right: 5%;
    border: 3px solid #292727;
}
.wordgame_popup_answerkey div.nav-controls span {
    opacity: 0.5;
}
.wordgame_popup_answerkey div.nav-controls span.active {
    display: block;
}
.wordgame_popup_answerkey div.nav-controls span:hover {
    cursor: pointer;
    opacity: 1;
}
.wordgame_popup_answerkey_closeicon {
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background: #e97157;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    color: #3e0b00;
}
.wordgame_answerkey_questions li {
    display: none;
    width: 70%;
    margin: 0 auto;
}
.wordgame_answerkey_questions li:first-child {
    display: table;
}
.wordgame_answerkey_questions li .col_third {
    width: 33%;
    margin: 60px 0 20px 0;
}
.wordgame_answerkey_questions li .col_third .panel .back {
    position: static;
}
.wordgame_answerkey_questions li p {
    color: #005024;
    margin: 35px 0 0 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.wordgame_answerkey_questions li p span {
    background: #34e885;
    padding: 10px 15px;
    border-radius: 5px;
}