/* Reset
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,dir,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}ol{list-style:decimal}ul{list-style:disc}ul ul{list-style:circle}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:underline}mark{background:none}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select,a img{vertical-align:middle}
/* Typography */

@font-face {
  font-family: "LCDATTPhone";

  src: url("/ui/css/fonts/LCDATTPhone.woff") format("woff"),
    url("/ui/css/fonts/LCDATTPhone.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: "Bernhard";

  src: url("/ui/css/fonts/BERNHC.woff") format("woff"),
    url("/ui/css/fonts/BERNHC.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "California FB";

  src: url("/ui/css/fonts/CALIFB.woff") format("woff"),
    url("/ui/css/fonts/CALIFB.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "Calibri";

  src: url("/ui/css/fonts/calibri.woff") format("woff"),
    url("/ui/css/fonts/calibri.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}


.bgwhite {background-color:#fff!important;}

.text-red {
    color:#b8483f!important;
}

.text-yellow {
    color:#ffff00!important;
}

.fw-400 {
        font-weight:400;
}

@font-face {
  font-family: "GreatSejagad";

  src: url("/ui/css/fonts/GreatSejagad.woff") format("woff"),
    url("/ui/css/fonts/GreatSejagad.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

.modal-backdrop {
    width: 100%;
    height: 100%;
}

a {color: #37c9e0;}
a:hover {color: #b3f5ff;}

body, input, select, textarea {
    color: #444;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 13pt;
    line-height: 1.4em;
    letter-spacing: 1px;
}

body {
    background-color: #212121!important;
    color:#eee;
}

b, strong {
    font-weight: 600;
}

.form-control:focus{border-color: #5cb85c;  box-shadow: none; -webkit-box-shadow: none;}
.has-error .form-control:focus{box-shadow: none; -webkit-box-shadow: none;}


.fw300 {font-weight:300;}

.bg-lre {
    background-color: #212121!important;
}



.navbar-brand {
    width: 50%;
}
.navbar-brand img {
  max-height: 120px;
  max-width: 100%;
}

.navbar {
    z-index: 1000;
}

.gameupload h3 span, .gameupload h4 span  {
    color:#b8483f;
}


.play2audiobutton {
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
}

.play2audiobutton i {
    font-size: 2em;
    vertical-align: middle;
}

.switchbomb {
    height:85px;
}

.switchbomb img {
    max-width:200px;
    cursor:pointer;
}


.bombfront {
    width:900px;
    height:519px;
    background: url('/ui/images/game_2_bombfront-4.png') no-repeat center center;
    background-size: cover;
}

.bombback {
    width:900px;
    height:519px;
    background: url('/ui/images/game_2_bombback-4.png') no-repeat center center;
    background-size: cover;
}

.bombtimer, .bombtimerdone {
    font-family: 'LCDATTPhone';
    font-size: 73px;
    color: #f9c019;
    display: inline-block;
    position: relative;
    top: 182px;
}

.bombinput {
    position: relative;
    display: inline-block;
    left: -144px;
    top: 133px;
}

.bombinput input {
    color:#fff;
    width:49px;
    height: 80px;
    border:1px solid #BEC0C0;
    border-radius:0;
    text-align: center;
    position:absolute;
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
}

.bombinput input:focus {
    border:1px solid #BEC0C0;
    border-radius:0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


#bombpass2 {left:48px;}
#bombpass3 {left:96px;}
#bombpass4 {left:144px;}
#bombpass5 {left:192px;}
#bombpass6 {left:240px;}


.bombstop {
    position: absolute;
    width: 130px;
    height: 41px;
    left: 74px;
    top: 103px;
    cursor: pointer;
}


@media (max-width: 991px) {

    .bombfront, .bombback {
        width:700px;
        height:403px;
    }
    .bombtimer, .bombtimerdone {top: 138px;font-size: 56px;}
    .bombinput {left: -110px;top: 100px;}
    #bombpass2 {left:36px;}
    #bombpass3 {left:73px;}
    #bombpass4 {left:109px;}
    #bombpass5 {left:145px;}
    #bombpass6 {left:181px;}

    .bombstop {
        width: 100px;
        height: 31px;
        left: 56px;
        top: 79px;
    }

    .bombinput input {
        width:37px;
        height: 60px;
        font-size: 32px;
    }


}


@media (max-width: 768px) {

    .bombfront, .bombback {
        width:500px;
        height:288px;
    }
    .bombtimer, .bombtimerdone {top: 96px;font-size: 39px;}
    .bombinput {left: -79px;top: 66px;}

    #bombpass2 {left:26px;}
    #bombpass3 {left:52px;}
    #bombpass4 {left:79px;}
    #bombpass5 {left:105px;}
    #bombpass6 {left:131px;}

    .bombstop {
        width: 70px;
        height: 22px;
        left: 41px;
        top: 57px;
    }

    .bombinput input {
        width:27px;
        height: 44px;
        font-size: 23px;
    }



}


@media (max-width: 575px) {

    .bombfront, .bombback {
        width:300px;
        height:173px;
    }
    .bombtimer, .bombtimerdone {top: 54px;font-size: 23px;}
    .bombinput {left: -47px;top: 32px;}

    #bombpass2 {left:15px;}
    #bombpass3 {left:31px;}
    #bombpass4 {left:47px;}
    #bombpass5 {left:62px;}
    #bombpass6 {left:77px;}

    .bombstop {
        width: 41px;
        height: 15px;
        left: 25px;
        top: 34px;
    }

    .bombinput input {
        width:15px;
        height: 27px;
        font-size: 14px;
    }

}









.bombinput .bombbl {background-color: #1E3D8C;}
.bombinput .bombgb {background-color: #F2B900;}
.bombinput .bombrt {background-color: #B71C18;}



.bombstoperror {
    position: absolute;
    display: block;
    width: 400px;
    left: -90px;
    top: 173px;
}

input::-webkit-input-placeholder {color: #afafaf!important;}
input:-ms-input-placeholder {color: #afafaf!important;}
input::placeholder {color: #afafaf!important;opacity: 1;}
input:-moz-placeholder {color: #afafaf!important;}
input::-moz-placeholder {color: #afafaf!important;}


.bg-light2 {
    background-color: #444!important;
}
.bg-light3 {
    background-color: #333!important;
}


.nounderline {
  text-decoration: none!important;
}


.card {
/*	background: transparent;*/
    box-shadow: 13px 13px 28px 2px rgba(0, 0, 0, 0.035);
    padding: 7px 15px;
}

/*div.conv-form-wrapper:before {display:none!important;}
form.convFormDynamic {box-shadow: none!important;}*/



#chat .submit i {
    font-size: 1.4em;
    margin-top: 3px;
}


#chat {font-weight: normal;}
div.conv-form-wrapper div#messages div.message {
    max-width: 90%!important;
}


div.conv-form-wrapper div.wrapper-messages {
    position: relative;
    overflow-y: scroll;
    transition: margin 0.1s;
}


div.conv-form-wrapper div.options {
    transform: translateY(36px)!important;
}

@media only screen and (max-width: 500px) {
    div.conv-form-wrapper div.wrapper-messages {
        height: 380px!important;
    }
}


.countdown, .negative, .countdownstop {
    font-family: 'LCDATTPhone';
    font-size: 9rem;
    color: #96130d;
}

#chat .more {
    float: left;
    text-decoration: underline;
}


@media (max-width: 767.98px) {

    .display-4 {font-size: 3rem;}

}



@media (max-width: 575.98px) {

    .display-4 {font-size: 2rem;}

}



a.gamepdftitle {color:#eee;}
a.gamepdftitle:hover {text-decoration:none;}

a.gamepdftitle img {transition: transform .5s ease;height:160px;}
a.gamepdftitle:hover img  {transform: scale(1.2);}



#dropzone {
    width: 500px;
    margin: 0 auto;
    max-width: 90%;
}

.dropzone {
    min-height: 150px;
    border: 2px dashed rgb(33 33 33);
    background: #b7b7b7;
    padding: 20px 20px;
}

.dropzone .dz-message .dz-button {
    letter-spacing: 0.1em;
    font-weight: 600;
    height: 4em;
}

.dropzone .dz-message .dz-button span {
    background-color: #21b2a6;
    padding: 3px 12px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.dropzone .dz-message .dz-button span:hover {
    background-color: #138496;
}

.dropzone .dz-preview.dz-image-preview {
    background: #b7b7b7;
}

.dropzone .dz-preview .dz-image img {
    margin: auto;
}
.dropzone .dz-preview .dz-error-message {
    top: 155px;
    background: #be2626;
}
.dropzone .dz-preview .dz-remove, .dropzone .dz-preview .th-remove {
    margin-top: 4px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
    color: #333;
}

.dropzone .dz-preview .dz-remove:hover, .dropzone .dz-preview .th-remove:hover {
    text-decoration: none;
    color:#be2626;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    top: 38%;
    left: 38%;
}

.dz-maxexceed, .dz-fileexists {
    background-color: #be2626;
    color: #fff;
    margin-bottom: 1em;
    padding: 10px 10px;
}

i.red {color:#900000;}
i.green {color:#007300;}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}

.dropzone .dz-message .dz-button {
    background: none;
    color: #333;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.dropzone .dz-message .dz-button {
    letter-spacing: 0.1em;
    font-weight: 600;
    height: 4em;
}

.dropzone .dz-message .dz-button span {
    background-color: #17a2b8;
    padding: 3px 12px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.dz-preview .dz-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}



.game2loginlogo img {
    max-width: 200px;
}

.game2 #pass1 {
    border-radius: 0;
    border: 2px solid #969696;
    border-right: 0;
    font-size: 18px;
    padding: 23px 12px;
}

.game2 #password1 {
    border-radius: 0;
    border: 2px solid #969696;
    margin-left: 0!important;
    font-size: 22px;
    border-left: 0;
    background-color: #616161;
    box-shadow: none;
}

.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.outer > div {
    display: table-cell;
    vertical-align: middle;
}

#assetform textarea, .assetform textarea, #assetform textarea:focus, .assetform textarea:focus {
    height: 120px;
    width: 500px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #b7b7b7;
    border: 2px dashed #333;
    padding: 10px;
    color: #333;
}

#assetform input, #assetform input:focus,
#assetform select, #assetform select:focus, #assetform select:active , #assetform select:checked,
.assetform input, .assetform input:focus,
.assetform select, .assetform select:focus, .assetform select:active , .assetform select:checked {
    background-color: #b7b7b7;
    border: 2px dashed #333;
    padding: 10px;
    color: #333;
}


#assetform textarea:focus, #assetform input:focus,
.assetform textarea:focus, .assetform input:focus {
    background-color: #f7f7f7;
    outline:none;
    color: #333;
}


#assetform input::-webkit-input-placeholder {color: #838383!important;}
#assetform input:-ms-input-placeholder {color: #838383!important;}
#assetform input::placeholder {color: #838383!important;opacity: 1;}
#assetform input:-moz-placeholder {color: #838383!important;}
#assetform input::-moz-placeholder {color: #838383!important;}

.assetform input::-webkit-input-placeholder {color: #838383!important;}
.assetform input:-ms-input-placeholder {color: #838383!important;}
.assetform input::placeholder {color: #838383!important;opacity: 1;}
.assetform input:-moz-placeholder {color: #838383!important;}
.assetform input::-moz-placeholder {color: #838383!important;}


#assetsaved, #assetsaved1, #assetsaved2, #membersaved {position: relative;}
#assetsaved span {
    position: absolute;
    top: 13px;
    margin-left: -49px;
    color: #28a744;
    font-weight: 300;
}

#assetsaved1 span, #assetsaved2 span, #membersaved span {
    position: absolute;
    top: 13px;
    color: #28a744;
    font-weight: 300;
}

.imageupload {
    max-width:500px;
    margin: 0 auto;
}

#assetform select.bestlist, .assetform select.bestlist {color:#838383!important;}
#assetform select.bestlist:focus, .assetform select.bestlist:focus {color:#333!important;background-color:#fff!important;}




.lightform input, .lightform textarea, .lightform select {
    background-color:#e0e0e0!important;
    border: 2px dashed #bbb!important;
}



.feedbackform input, .feedbackform textarea, .feedbackform select {
    display:block!important;
    margin: 0 0 1em!important;

}

.feedbackform input {
    width:100%;
    max-width: 500px;
}

#feedbackthx p {font-weight: bold; color: #28a745;}

.loading, .fbloading {
    display: none;
    margin-left: 1em;
}

.game3icon .pdficon {
    color:#fff;
    text-decoration:none;
    cursor: pointer;
    display: inline-block;
}

.game3icon .pdficon:hover {
    color:#fff;
    text-decoration:none;
}

.game3icon .pdficon span {
    display: block;
    margin-top: 5px;
}

.modal.password h5 {color:#444;}
.modal.password .modal-body {min-height:150px;}
.modal.password .passworderror {text-align: center;}


.game3assetpdf {
    color:#000;
    background-color: #f9f9f9;
    /*background-image: url(/ui/images/game_3_hg_pdf.jpg?v=2);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;*/
    /*font-family: 'GreatSejagad', serif;
    font-size:3rem;
    line-height: 1em;*/
    /*border: 5px solid #fff;*/
    box-shadow: 0px 0px 10px #000;
}


.game3assetpdf .pdfline {
    background: #e2e2e2 url(/ui/images/game_3_pdf.png) no-repeat;
    border-bottom: 2px solid #595959;
    background-size: 25px;
    height: 50px;
    background-position-x: 20px;
    background-position-y: center;
    padding-left: 60px;
}

.game3assetpdf .pdfline span {
    font-family: 'Calibri', sans-serif;
    font-size: 22px;
    padding-top: 13px;
    display: block;
}

.game3assetpdf .boss {
    font-family: 'Bernhard', sans-serif;
    font-size:3rem;
    line-height: 2.3em;
}


.game3assetpdf .textassettext {
    font-family:'California FB', sans-serif;
    padding: 20px 20px;
}

.game3assetpdf .textassettext .name     {font-size:2.5rem;line-height: 2.5rem;}
.game3assetpdf .textassettext .alias    {font-size:1.5rem;line-height: 1.5rem;}
.game3assetpdf .textassettext .nickname {font-size:2.5rem;line-height: 2.5rem;}


.game3assetpdf .assetimage {
    width:80%;
    margin:0 auto;
}

.game3assetpdf .assetimage img {
    max-width:100%;
    border: 3px solid #000;
}

.btn-tertiary {
    color: #9c9c9c;
    background-color: #444;
    border-color: #444;
}

.btn-tertiary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}







/* ********************************* */
/* done  */

#donepage{background-color: #f5f5f5!important;}
#donepage h1, #donepage h2, #donepage h3 {color:#B94F47;}
.textdark p {color:#111111;}
.textdark p a {color:#007bff;}
.textdark p a:hover {color:#0056b3;}

.donetopbg {position: relative;min-height:600px;}

.done1 .donetopbg {
    background: url('/ui/images/game_1_header_done_1705.jpg') no-repeat center center;
    background-size:cover;
}

.done2 .donetopbg {
    background: url('/ui/images/game_2_hg_done_2.jpg') no-repeat center center;
    background-size:cover;
}

.done3 .donetopbg {
    background: url('/ui/images/game_3_header_done_1705.jpg') no-repeat center center;
    background-size:cover;
}

.gameurkunde img {
        max-width: 170px;
}


/*.donetopbg:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: -50px;
    left: 50%;
    left: calc(50% - 2.5px);
    width: 5px;
    height: 100px;
    background-image: -webkit-linear-gradient(45deg, #B94F47 15%, #B94F47 65%);
    background-image: linear-gradient(45deg, #B94F47 15%, #B94F47 65%);
}
*/
.donetopbg:before {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0.7;
    top:0;
    left:0;
}


.btn-th {
    background-color: #B94F47;
    border-color: #B94F47;
}

.btn-th:hover, .btn-th:active, .btn-th:focus, .btn-th:active:focus {
    background-color: #791d16!important;
    border-color: #791d16!important;
    box-shadow: 0 0 0 0.2rem rgb(185,79,71,0.5)!important;
}
.btn-th.active:focus, .btn-th:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgb(185,79,71,0.5);
}



.bestlistentry {
    color:#838383;
}

.bestlistentry.actual {color:#eee;}
.bestlistentry .name {
    display:inline-block;
    width: 360px;
}

.showbestlistform input, .showbestlistform select, .showbestlistform textarea,
.feedbackform input, .feedbackform select, .feedbackform textarea  {
    -webkit-transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
    transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
}

.simple-rating i {
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}


.assetform .error {
    background-color: #fff!important;
    border-color: #f00!important;
}


.simple-rating i{
	color: #f5ba00;
	display: inline-block;
	padding: 1px 2px;
	cursor: pointer;
    font-size:1.5em;
}


.simple-rating.error {
	background-color: transparent!important;
}
.simple-rating.error i{
	color: #dc0000;
}

.feedbackform .simple-rating {margin-bottom:1em;}


@media screen and (max-width: 490px) {

    #donepage #teamname, #donepage #teammember  {width:100%;}

}

@media screen and (max-width: 992px) {

    .gameurkunde img { max-width: 270px; }

}



/* ********************************* */
/* ********************************* */
body.lrelight {
    background-color: #f5f5f5!important;
    color:#2f323a;
}

.lrelight h1 {color: #B94F47;}
.lrelight .bg-light2, .lrelight .bg-light3 {background-color: #eee!important;}
.lrelight a.gamepdftitle {color:#2f323a;}
.lrelight .gameupload h3 span {color: #B94F47;}

.lrelight #assetform input, .lrelight #assetform input:focus, .lrelight #assetform select, .lrelight #assetform select:focus, .lrelight #assetform select:active,
.lrelight #assetform select:checked, .lrelight .assetform input, .lrelight .assetform input:focus, .lrelight .assetform select, .lrelight .assetform select:focus,
.lrelight .assetform select:active, .lrelight .assetform select:checked {
    background-color: #e2e2e2;
    border: 2px dashed #b1b1b1;
    color: #333;
}
.lrelight .dropzone {
    border: 2px dashed #b1b1b1;
    background: #e2e2e2;
}

.lrelight .btn-success {
    background-color: #b94f47;
    border-color: #b94f47;
}

.lrelight .btn-success:hover, .lrelight .btn-success.active, .lrelight .btn-success:active {
    background-color: #a23830;
    border-color: #a23830;
}

.lrelight .btn-success.focus, .lrelight .btn-success:focus {
    background-color: #a23830;
    border-color: #a23830;
    box-shadow: 0 0 0 0.2rem rgb(162 56 48 / 37%);

}

/* ********************************* */
/* ********************************* */



/*
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

#page-wrapper {
    padding-top: 10%;
    text-align: center;
}

input[type=email], input[type=password], input[type=text], select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 3px;
    border: none;
    color: inherit;
    display: block;
    width:100%;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0 0 0 2px #d4d4d4;
    margin-bottom: 1em;
    height: 2.75em;
}

.button, button, input[type=button], input[type=reset], input[type=submit] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color .2s ease-in-out,color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out,color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out,color .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out;
    background-color: transparent;
    border-radius: 3px;
    border: 0;
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .8em;
    font-weight: 600;
    height: 3.125em;
    letter-spacing: .225em;
    line-height: 3.125em;
    padding: 0 2.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


input[type="submit"].special, input[type="reset"].special, input[type="button"].special, button.special, .button.special {
    background-color: #12a1e5;
    box-shadow: none!important;
    color: #fff!important;
    margin-bottom: 1em;

}

input[type="submit"].special:hover, input[type="reset"].special:hover, input[type="button"].special:hover, button.special:hover, .button.special:hover {
    background-color: #006392;

}


input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, select:focus, textarea:focus {
    box-shadow: 0 0 0 2px #12a1e5;
}

input.gametoken {
    width: 250px;
    display:inline;
    margin: 3px 20px 1em;
}

#tokenForm p {
    font-weight: 100;
    margin-bottom: 1em;
}

.error {
    color:#e04a4a;
}

*/
