.ui-widget {
    font-size: 0.9em;
}
.ui-tabs .ui-tabs-nav li a {
    padding: 0.3em 0.8em;
}
.ui-dialog-content p {
    margin: 5px 0 5px 0;
}
.ui-icon {
    margin-right: 0.3em;
}
.ui-state-error, .ui-state-highlight {
    padding: 0.3em 0.5em;
}
.cb { clear: both; }
.fl { float: left; }
.fr { float: right; }
.ll { text-align: left; }
.cc { text-align: center; }
.rr { text-align: right; }
.pointer { cursor: pointer; }
.hidden { display: none; }
* {
    margin: 0;
    padding: 0;
}
html { height: 100%; }
body {
    height: 100%;
    text-align: center;
    margin: 0px 10px 0px 10px;
    background-color: #C0DEED;
}
#container {
    height: 100%;
    text-align: left;
    min-width: 720px;
    max-width: 1000px;
    margin: auto auto;
    position: relative;
}
#topbar {
    color: white;
    margin-bottom: 10px;
    background-color: black;
    padding: 10px 10px 10px 10px;
}
#topbar a:link, #topbar a:visited {
    color: white;
    text-decoration: underline;
}
#topbar a:hover, #topbar a:active {
    color: white;
    text-decoration: underline;
}
#loading_cont {
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2000;
    position: fixed;
    text-align: center;
}
#loading {
    margin: 0 auto;
    display: inline-block;
}
.undo:link, .undo:hover, .undo:active, .undo:visited {
    color: black;
    text-decoration: underline;
}
#logo {
    float: left;
}
#navs {
    float: right;
    z-index: 2002;
    position: relative;
}
.column {
    padding-bottom: 100px;
}
#leftcont {
    width: 45%;
    float: left;
}
#rightcont {
    width: 54%;
    float: right;
}
.widget {
    text-align: center;
    margin-bottom: 10px;
    background-color: #D9ECF5;
}
#info {
    text-align: left;
    background-color: #8EC1DA;
    padding: 5px 10px 5px 10px;
}
#wordlists, #wordlists option {
    text-align: center;
}
#numbers {
    float: right;
}
#ridmys {
    height: 190px;
    background-color: transparent;
}
#riddlecont {
    z-index: 1;
    height: 100px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 100px;
    position: relative;
    background-color: white;
    border-bottom: 1px solid #C0DEED;
}
#mysterycont {
    top: -65px;
    z-index: 0;
    height: 80px;
    overflow: hidden;
    line-height: 80px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    background-color: white;
    margin: 0px 15px 0px 15px;
}
.control_hint {
    z-index: 100;
    width: 180px;
    display: none;
    text-align: left;
    position: absolute;
}
#controls {
    background-color: #8EC1DA;
    padding: 5px 10px 5px 10px;
}
#controls_a, #controls_c {
    display: none;
}
#controls_a img, #controls_c img {
    cursor: pointer;
}
#bottombar {
    top: -100px;
    color: gray;
    font-size: 0.8em;
    text-align: center;
    position: relative;
    padding: 5px 0px 5px 0px;
}
#bottombar a:link, #bottombar a:visited {
    color: gray;
    text-decoration: underline;
}
#bottombar a:hover, #bottombar a:active {
    color: gray;
    text-decoration: underline;
}
.dialog_ul {
    margin-left: 20px;
}
.dialog_ul ul {
    margin-left: 40px;
}
.signup_progress_cont {
    text-align: center;
    margin: 10px auto 15px auto;
}
.signup_progress, .signup_progress_current {
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px 5px 10px;
}
.signup_progress {
    background-color: #C0DEED;
}
.signup_progress_current {
    background-color: #8EC1DA;
}
#dialog_signin ul, #dialog_merge ul {
    list-style: none;
    text-align: center;
}
#dialog_signin li, #dialog_merge li {
    margin-top: 10px;
}
#dialog_signin a, #dialog_merge a {
    border: 0;
}
.signin_logo {
    border: 0;
    width: 150px;
}
.form_error {
    color: red;
    font-size: 0.8em;
    margin-left: 10px;
}
.form_hint {
    color: gray;
    font-size: 0.8em;
}
.public_wordlists {
    list-style: none;
    margin-left : 20px;
}
