body {
    font-family: verdana;
    font-size: 1em;
}

#container,
#controls #crosshair_color_type label,
#wrapper_table>* {
    vertical-align: top
}

.ui-menu,
table.title tr td {
    white-space: nowrap
}

.info,
.tip {
    color: #666
}

#wrapper {
    margin: 0 auto;
    padding: 10px
}

#wrapper_table {
    display: table;
    width: 100%
}

#wrapper_table>* {
    display: table-cell;
    text-align: center
}

#wrapper_table>:first-child {
    padding-right: 1em
}

#wrapper_table>*+* {
    width: 520px
}

#wrapper_table>*>* {
    text-align: left
}

#backgrounds,
.center {
    text-align: center
}

#container_wrapper {
    padding: 0;
    border: 5px solid #efefef
}

#container {
    cursor: none;
    display: inline-block;
    height: 480px;
    min-width: 450px;
    width: 100%
}

#backgrounds {
    padding: 5px;
    border: 5px solid #efefef;
    border-top: 0;
    background: #efefef
}

#backgrounds>* {
    display: inline-block;
    height: 50px;
    width: 80px;
    border: 1px solid gray;
    margin: 0 4px;
    cursor: pointer
}

#backgrounds img {
    height: 50px
}

#controls img {
    width: 15px;
    height: 15px
}

#controls #crosshair_usealpha_wrapper .ui-button .ui-button-text:AFTER {
    content: "Disabled"
}

#controls #crosshair_usealpha_wrapper .ui-button[aria-pressed=true] .ui-button-text:AFTER {
    content: "Enabled"
}

#controls #crosshair_outline_draw_wrapper .ui-button .ui-button-text:AFTER {
    content: "Disabled"
}

#controls #crosshair_outline_draw_wrapper .ui-button[aria-pressed=true] .ui-button-text:AFTER {
    content: "Enabled"
}

#controls .spinner {
    width: 38px
}

#controls table {
    margin: auto
}

#controls table td {
    padding: .2em;
    width: 1px
}

#controls table tr td:first-child {
    vertical-align: top;
    font-size: 90%;
    font-weight: 700;
    padding-top: .7em
}

#controls .slider {
    width: 200px
}

#controls #crosshair_outline_draw_wrapper label,
#controls #crosshair_usealpha_wrapper label {
    font-size: 80%
}

#controls #crosshair_config {
    width: 100%;
    height: 150px;
    border: 1px solid #AAA
}

#controls #crosshair_config_console {
    width: 100%;
    border: 1px solid #aaa
}

#controls #crosshair_color {
    width: 100px
}

#controls #crosshair_color .sp-preview {
    width: 60px;
    height: 60px
}

#controls #crosshair_color .sp-replacer {
    border: 1px solid #DDD;
    border-radius: 4px
}

#controls #crosshair_color_r_slider .ui-slider-range {
    background: #ef2929
}

#controls #crosshair_color_r_slider .ui-slider-handle {
    border-color: #ef2929
}

#controls #crosshair_color_g_slider .ui-slider-range {
    background: #8ae234
}

#controls #crosshair_color_g_slider .ui-slider-handle {
    border-color: #8ae234
}

#controls #crosshair_color_b_slider .ui-slider-range {
    background: #729fcf
}

#controls #crosshair_color_b_slider .ui-slider-handle {
    border-color: #729fcf
}

#controls #crosshair_color_type {
    font-size: .8em
}

#controls #crosshair_dot_wrapper .ui-button .ui-button-text {
    background: url(../img/crosshair_dot_0.png) 50% 50% no-repeat;
    height: 15px;
    width: 15px
}

#controls #crosshair_dot_wrapper .ui-button[aria-pressed=true] .ui-button-text {
    background-image: url(../img/crosshair_dot_1.png)
}

.ui-menu {
    position: absolute;
    width: 120px
}

#crosshair_style {
    font-size: .7em
}

#crosshair_style_type {
    display: inline
}

.tip {
    font-size: 80%
}

table.title tr td:first-child {
    font-weight: 700
}

table.title tr td+td {
    font-style: italic
}

table.title tr td+td+td {
    font-style: normal
}

.info {
    font-size: .8em;
    margin-top: .5em;
    font-weight: 400
}

.info img {
    vertical-align: middle;
    height: 10px !important;
    width: 10px !important;
    margin-right: 2px
}

.table>*,
.tabs,
.tabs>* {
    vertical-align: top
}

span[title] {
    border-bottom: 1px dotted #999
}

.table {
    display: table;
    width: 100%
}

.table>* {
    display: table-cell
}

.right {
    text-align: right
}

.hide {
    display: none !important
}

.hidden {
    visibility: hidden
}

#updatehashfield {
    background-color: #000;
    height: 50px;
    position: fixed;
    width: 100%
}

.tabs {
    display: table;
    width: 100%;
    border-bottom: 2px solid #999
}

.tabs>* {
    display: table-cell
}

.tabs>:FIRST-CHILD {
    padding-left: 1em
}

.tabs>:LAST-CHILD {
    padding-right: 1em
}

.tabs>*>* {
    display: inline-block;
    padding: .4em 1.4em;
    font-weight: 700;
    font-size: .8em;
    cursor: pointer
}

.tabs>*>.selected {
    color: #fff;
    background-color: #666
}

.tab_content,
.tabs>*>:HOVER:NOT(.selected) {
    background-color: #efefef
}

.tabs>*>#tab_bind {
    float: right
}

.tab_content>* {
    display: none;
    width: 100%
}

.tab_content>*>* {
    padding: .5em
}

.tab_content>.selected {
    display: inline-block
}

@media screen and (max-width:1024px) {
    #wrapper_table>* {
        display: table-row
    }

    .tabs>*>#add_bind {
        float: inherit
    }
}