/* Minification failed. Returning unminified contents.
(79,1): run-time error CSS1019: Unexpected token, found '}'
 */
html {
    background-color: rgb(0, 0, 0);
    margin: 0;
    padding: 0;
}

body {
    background-color: #000000;
    border-top: solid 10px #000;
    color: #FFF;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: #FFF;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #FFF;
    }

/*a:hover {
        background-color: #c7d1d6;
    }*/

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    margin-bottom: 0;
    padding-bottom: 0;
}

h1,
h2,
h3 {
    font-size: 24px;
    font-family: "Roboto";
    color: rgb( 255, 255, 255 );
    line-height: 1.202;
    text-align: center;
    position: absolute;
    z-index: 33;
}

}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

input[type="text"], input[type="password"] {
    outline: none;
    border: none;
    color: none;
    width: 163px;
    height: 28px;
    padding-left: 10px;
    background: url(../Images/chat/massage_bg.png);
    background-color: rgb( 232, 232, 232 );
}

    input[type="text"]:focus,
    input[type="password"]:focus {
        /*border:#ee0e0e 2px solid;*/
        -webkit-box-shadow: inset 0px 0px 0px 1px #0026ff;
        -moz-box-shadow: inset 0px 0px 0px 1px #0026ff;
        box-shadow: inset 0px 0px 0px 1px #0026ff;
    }

ul {
    padding: 0;
}


li {
    list-style-type: none;
}

.horizontal li {
    float: left;
}

.text-field {
    border: #5A72E0 2px solid;
    background-color: #FFF;
    font-size: 1em;
    color: #8294E8;
    border-radius: 15px !important;
    padding: 5px 10px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    box-shadow: 0 0 0px 1000px white inset;
}

.btnSocial {
    display: inline-block;
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
    width: 32px !important;
    height: 32px !important;
    border: 0;
    background: transparent;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -kthtml-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.btnFacebook {
    background: url("../Images/socialIcons/facebook_inactive.png") no-repeat;
}

    .btnFacebook:hover {
        background: url("../Images/socialIcons/facebook.png") no-repeat;
    }

.btnGoogle {
    background: url("../Images/socialIcons/google_inactive.png") no-repeat;
}

    .btnGoogle:hover {
        background: url("../Images/socialIcons/google.png") no-repeat;
    }

.btnTwitter {
    background: url("../Images/socialIcons/twitter_inactive.png") no-repeat;
}

    .btnTwitter:hover {
        background: url("../Images/socialIcons/twitter.png") no-repeat;
    }

.btnLinkedIn {
    background: url("../Images/socialIcons/linkedin_inactive.png") no-repeat;
}

    .btnLinkedIn:hover {
        background: url("../Images/socialIcons/linkedin.png") no-repeat;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: auto;
    max-width: 976px;
    height: 1100px;
}
/* added this to position login and register links */
.homeLoginArea {
    position: absolute;
    top: 71px;
    left: 1108px;
}

#body {
    background: url(../Images/Game/Background.jpg)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#body_lobby {
    background: url(../Images/lobby-background.jpg)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#body_home {
    background-image: url(../Images/home.jpg);
    background-repeat:no-repeat;
    background-position:center;
    margin: 0 auto;
    height:80%;
    width:80%;
}

.main-content {
    border: none;
    max-width: 976px;
    max-height: 1080px;
    padding: 0px 16px 0 16px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 127px;
    border-width: 1px;
    border-style: solid;
    border-color: #1C7AB3;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-radius: 2px;
    background-color: #000;
    background-image: url(../Images/home-page-footer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.75);
}



#loginPanel {
    width: 63%;
    margin: 30px 20px 20px 100px;
}

.game_info {
    display: block;
    font-size: 14px;
    font-family: "Roboto";
    color: rgb( 232, 232, 232 );
    line-height: 1.214;
    text-align: center;
    position: absolute;
    width: 642px;
    height: 64px;
    z-index: 15;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: url("../Images/logo.png") no-repeat;
        display: block;
        text-decoration: none;
        width: 183px;
        height: 98px;
        margin: 36px 16px 7px 16px;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

/*--- In Game Chat---*/
.chatBox {
    display: block;
    position: absolute;
    background: url(../Images/chat/IN-GAMECHAT_bg.png)no-repeat;
    width: 182px;
    height: 199px;
    z-index: 1;
    margin: 15px 0px 0px 15px;
}

    .chatBox p {
        margin: 18px 0px 0px 44px;
        font-size: 12px;
        font-family: "Roboto";
        color: rgb( 51, 51, 51 );
        font-weight: bold;
        text-transform: uppercase;
        line-height: 2.404;
        text-align: left;
        z-index: 16;
    }

.chatBoxMessage {
    display: block;
    font-size: 12px;
    font-family: "Roboto";
    color: rgb( 51, 51, 51 );
    font-weight: bold;
    text-align: left;
    position: absolute;
    margin: 4px 0px 0px 12px;
    width: 160px;
    height: 60px;
    white-space: nowrap;
    overflow: hidden;
    z-index: 100;
}

.chatBoxType {
    background: url(../Images/chat/TypeYourMassage_bg.png);
    -moz-border-image: none;
    -o-border-image: none;
    -webkit-border-image: none;
    border-image: none;
    position: absolute;
    width: 153px;
    height: 18px;
    margin: 78px 10px 0px 10px;
    border: none;
    font-size: 11px;
    font-family: "Roboto";
    color: rgb( 51, 51, 51 );
    line-height: 2.622;
    text-align: left;
    z-index: 18;
}

/*.chatBoxType:focus,
    input[id|="message"]:focus{
        border:none;
        -moz-border-image: none;
        -o-border-image: none;
        -webkit-border-image: none;
        border-image: none;
        background:none;
        background-image:none;
    }*/

.chatBoxBtn {
    background: none;
    border: none;
    background-image: url(../Images/chat/Chat_Send_btn.png);
    background-color: none;
    position: absolute;
    margin: 112px 9px 12px 10px;
    display: block;
    width: 164px;
    height: 30px;
    font-size: 12px;
    font-family: "Roboto";
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
    z-index: 22;
}
/*--- In Game Chat---*/

/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    padding: 0 1%;
}

aside {
    float: left;
    width: 18%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    width: 400px;
    margin: 200px 0px 0px 0px;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

        #loginForm input[type="submit"] {
            border: none;
            width: 111px;
            height: 38px;
            background: url(../Images/home-assets/logout.png);
            color: rgb( 255, 255, 255 );
            padding-left: 10px;
        }

#socialLoginForm {
    width: 400px;
    height: 30px;
    margin: 0 auto;
}

    #socialLoginForm h2 {
        display: none;
        position: static;
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}


input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
    font-size: 1.2em;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

/* ---------- Small Monitor (Note: Design for a width more than 1439px) ---------- */
@media only screen and (min-width: 1439px) {

    #body {
        background: url(../Images/Game/Background.jpg)no-repeat;
        
    }

    #body_home {
        background-image: url(../Images/home.jpg);
        background-repeat:no-repeat;
        background-position:center;
        margin: 0 auto;
        height:90%;
        width:90%;
    }

    .homeLoginArea {
        left: 75%;
        position: absolute;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari-Opera specific declarations here */
    .article{
    height:900px!important;
    }
}

/* ---------- Small Monitor (Note: Design for a width more than 767px but less than 1439px) ---------- */
@media only screen and (min-width: 768px) and (max-width: 1439px) {

    #body {
        background: url(../Images/Game/Background.jpg) no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #body_lobby {
        background: url(../Images/lobby-background.jpg)no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #body_home {
        background-image: url(../Images/home.jpg);
        background-repeat:no-repeat;
        background-position:top;
        margin: 0 auto;
        height:100%;
        width:100%;
    }

    .player_info {
        left: 65%;
    }

    .homeLoginArea {
        left: 75%;
        position: absolute;
    }
}
/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 768px) {

    #body {
        background: url(../Images/Game/Background.jpg) no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow: hidden;
    }

    #body_lobby {
        background: url(../Images/lobby-background.jpg)no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #body_home {
        background-image: url(../Images/home.jpg);
        background-repeat:no-repeat;
        background-position:top;
        background-size: 1100px 940px;
        margin: 0 auto;
        height:100%;
        width:100%;
    }

    .player_info {
        left: 65%;
    }

    .homeLoginArea {
        top: 40%;
        left: 35%;
        margin: auto;
        position: absolute;
    }
        
        .homeLoginArea a {
            text-decoration:none;

        }

        .homeLoginArea img {
            width: 100px;
        }
}



/* Fiscal Power Design
    ----------------------------------------------------------*/
.kineticCanvas {
    margin: 75px 0px 600px 38px;
}

.login_page_title h1, h2 {
    position: absolute;
    display: none;
    top: 170px;
}

article[id|="forget_password"] {
    padding: 5% 0% 0% 5%;
}

.change_password {
    margin-left: 30px;
}

    .change_password h1 {
        padding-left: -30px;
    }
/*--- Buttons---*/
.def_btn,
.def_btn_sire {
    background-color: #0B133A;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #0B133A;
    padding: 0px 10px 0px 10px;
    background: url(../Images/home-assets/def_btn.png);
    color: rgb( 255, 255, 255 );
    height: 40px;
    width: 121px;
    text-decoration: none;
}

    .def_btn a {
        display: block;
        float: left;
        color: #FFF;
        text-align: center;
        text-transform: capitalize;
        text-decoration: none;
        font-size: 15px;
        font-family: "Roboto";
        line-height: 2.6;
        border: none;
    }

.def_btn_sire {
    width: 161px;
}
/*------*/
.def_btn2 {
    border-image: none;
    background: url("../Images/home-assets/def_btn2.png") no-repeat;
    display: inline-block;
    width: 222px;
    height: 41px;
    list-style: none;
}

a.def_btn2 {
    border: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    font-family: "Roboto";
    line-height: 2.9;
    -ms-text-overflow: none;
    -o-text-overflow: none;
    text-overflow: none;
}

.def_btn2:hover {
    background-image: url("../Images/home-assets/def_btn2_hover.png");
    webkit-transition: background.2s ease-in;
    -moz-transition: background.2s ease-in;
    -ms-transition: background.2s ease-in;
    -o-transition: background.2s ease-in;
    transition: background.2s ease-in;
}

.back_btn {
    text-decoration: none;
    padding: 10px 10px 10px 10px;
}

.logout_btn {
    position: absolute;
    float: right;
    background-image: url(../Images/home-assets/logout.png);
    width: 111px;
    height: 38px;
    margin: 64px 0px 57px 180px;
}

    .logout_btn a {
        width: 111px;
        height: 38px;
        font-size: 12px;
        font-family: "Raavi";
        color: rgb( 255, 255, 255 );
        line-height: 3.3;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        margin: 0px 22px 0px 42px;
        z-index: 52;
    }

.btn_inner {
    margin: 0px 43px 0px 23px;
    width: 690px;
}

.btn {
    border: none;
    z-index: 63;
    display: inline-block;
    margin: 0px 10px 9px 0px;
    width: 213px;
    height: 53px;
    background: url(../Images/btn.png)no-repeat;
}

a.btn {
    z-index: 66;
    display: inline-block;
    color: rgb( 0, 0, 0 );
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Roboto";
    line-height: 3.1;
    text-decoration: none;
}


.btn:hover,
.btnActive {
    border: none;
    display: inline-block;
    background-image: url(../Images/btn_hover.png);
    webkit-transition: background.2s ease-in;
    -moz-transition: background.2s ease-in;
    -ms-transition: background.2s ease-in;
    -o-transition: background.2s ease-in;
    transition: background.2s ease-in;
}

a.btn:hover {
    color: rgb( 255, 255, 255 );
}

.btn.last {
    margin-left: 229px;
    margin-right: 0px;
    width: 219px;
}

.btn.btnSmall {
    width: 7.5em;
}
/*--- Buttons---*/
/*--- Game Rules Pop-Up ---*/
.tutorial_h3 {
    position: inherit;
    color: rgb( 51, 51, 51 );
}
/*--- Game Rules Pop-Up ---*/
.personal_ranking h3 {
    margin-bottom: 15px;
}
/*--- ***** ---*/
.player_info {
    position: absolute;
    top: 0px;
    z-index: 58;
}

    .player_info h3 {
        margin: 60px;
        position: absolute;
        float: left;
        font-size: 14px;
        font-family: "Rockwell";
        color: rgb( 255, 255, 255 );
        font-weight: bold;
        line-height: 1.571;
        text-align: left;
        width: 102px;
        height: 34px;
        z-index: 58;
        /*margin: 65px 0px 0px 17px;*/
    }

    .player_info p {
        float: left;
        width: 80px;
        margin: 80px 0px 0px 60px;
        position: absolute;
    }

    .player_info img {
        float: left;
        margin-top: 60px;
        border-style: solid;
        border-width: 3px;
        border-color: rgb( 219, 219, 219 );
        background-color: rgb( 255, 255, 255 );
    }

.nav_menu_inner {
    margin-top: 100px;
}

.nav_menu_btn {
    background: url("../Images/nav_menu_btn.png")no-repeat;
    display: inline-block;
    width: 182px;
    height: 41px;
    margin: 7px 16px 7px 16px;
    list-style: none;
}

a.nav_menu_btn {
    border: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    font-family: "Roboto";
    line-height: 2.9;
    -ms-text-overflow: none;
    -o-text-overflow: none;
    text-overflow: none;
}

.nav_menu_btn:hover {
    background-image: url("../Images/nav_menu_btn_hover.png");
    webkit-transition: background.2s ease-in;
    -moz-transition: background.2s ease-in;
    -ms-transition: background.2s ease-in;
    -o-transition: background.2s ease-in;
    transition: background.2s ease-in;
}

.article {
    margin: 180px 67px 0px 43px;
    width: 61%;
    height: 100vh;
}

    .article h1,
    .login_form h1 {
        position: static;
        border: none;
        font-size: 48px;
        font-family: "Rockwell Extra Bold";
        color: rgb( 232, 232, 232 );
        text-transform: uppercase;
        line-height: 0.625;
        text-align: center;
        z-index: 8;
    }

    .article h2 {
        position: static;
        font-size: 18px;
        font-family: "Rockwell";
        color: rgb( 53, 144, 248 );
        font-weight: bold;
        line-height: 1.667;
        text-align: center;
        z-index: 8;
    }

    .article h3 {
        position: static;
        border: none;
        font-size: 24px;
        font-weight: normal;
        font-family: "Rockwell";
        color: rgb( 232, 232, 232 );
        text-transform: uppercase;
        line-height: 0.25;
        text-align: center;
        z-index: 8;
    }

    .article p {
        border: none;
        padding-top: 20px;
        font-size: 14px;
        font-family: "Roboto";
        color: rgb( 232, 232, 232 );
        line-height: 1.214;
        text-align: center;
        font-weight: lighter;
        width: 642px;
        height: 64px;
        z-index: 12;
    }


.clock {
    margin: 0px 10px 0px 10px;
    width: 122px;
    height: 55px;
    background-image: url(../Images/Clock_bg_1px.png);
}

    .clock a,
    .hasCountdown {
        border: none;
        color: rgb( 232, 232, 232 );
        text-align: center;
        text-transform: uppercase;
        font-size: 1.3em;
        /*font-size: 24px;*/
        font-family: "Rockwell";
        line-height: 1.25;
        padding: 7px 18px 7px 18px;
    }

.highlight {
    color: #ee0c0c;
    border: none;
}

.ui-dialog-content.ui-widget-content {
    border: dashed;
}


.separator {
    border: 1px solid #fff;
    margin: 10px 0;
}

.alignCenter {
    margin: 0 auto;
}

.leftSideColumn {
}

    .leftSideColumn .alignCenter {
        /*width:5.8em;*/
        width: 100%;
        max-width: 214px;
        margin: auto;
    }


.dice.rolling6 {
    width: 80px;
    height: 80px;
    background-image: url("../Images/dices/animated.gif");
    background-repeat: no-repeat;
}

canvas#gameTable {
    width: 735px;
    height: 735px;
}

.input-short {
    width: 142px;
}

.hidden {
    display: none;
}

.leftColumn {
    display: inline-block;
    float: left;
    width: 20%;
}

.rightColumn {
    display: inline-block;
    float: left;
}

.display-label {
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    width: 200px;
}

.display-field {
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    width: 200px;
}

