table {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: transparent;
    border-width: 0;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
body {
    font-family: Arial, Verdana;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    background-color: #3E3E3E;
    padding: 0;
}
html, body {
    background: #262626 none scroll repeat 0 0;
}
html {
    background-image: url(../images/assets/index-background.gif);
}
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea,
button {
    box-sizing: border-box;
}
#window {
    margin: 0 auto 10px;
    background-color: #262626;
    border-color: #262626;
    min-height: calc(100vh - 20px);
}
#window pre.debug {
    display: block;
    padding: 20px;
    text-align: left;
    color: #090909;
    background-color: #FFFFFF;
    border: 1px dotted #DEDEDE;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    font-family: Courier New;
    margin: 10px auto 20px;
}

#window .banner {
    display: block;
    position: relative;
    margin: 8px 8px 0;
    padding: 0;
    width: 750px;
    height: 155px;
    font-size: 10px;
    line-height: 120px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0;
    border-radius: 0.75em 0.75em 0 0;
    -moz-border-radius: 0.75em 0.75em 0 0;
    -webkit-border-radius: 0.75em 0.75em 0 0;
    color: #696969;
    border: 2px solid #1A1A1A;
    border-bottom-style: none;
    background-color: #222222;
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.15, rgba(0, 0, 0, 0.05)),
            color-stop(0.75, rgba(255, 255, 255, 0.05))
    );
    background-image: -moz-linear-gradient(
            center bottom,
            rgba(0, 0, 0, 0.05) 15%,
            rgba(255, 255, 255, 0.05) 75%
    );
    text-shadow: 1px 1px 4px #333333;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -website-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
}

/*
#window .banner.compact {
    height: 60px;
}
#window .banner.compact .credits {
    background-position: center -130px;
    top: 10px;
}
*/

#window #header_social_facebook,
#window #header_social_google,
#window #header_social_github {
    display: block;
    height: 24px;
    overflow: visible;
    line-height: 24px;
    top: 12px;
    text-indent: 0px;
    z-index: 9999;
}
#window #header_social_facebook.fadein,
#window #header_social_google.fadein,
#window #header_social_github.fadein {
    display: none;
}
#window #header_social_facebook {
    width: 75px;
    right: 113px;
}
#window #header_social_github {
    width: 90px;
    right: 12px;
}

#window .header_social_icons {
    display: block;
    position: absolute;
    top: 10px;
    right: 12px;
    height: 32px;
    width: auto;
    overflow: visible;
    line-height: 16px;
    text-indent: 0px;
    z-index: 9999;
}
#window .header_social_icons:after {
    content: "";
    display: block;
    clear: both;
}
#window .header_social_icons .link {
    display: block;
    float: right;
    margin: 0 0 0 3px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #1A1A1A;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
#window .header_social_icons .link .icon {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0;
    direction: ltr;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(../images/social-icons_32x32.png);
    background-size: auto;
    background-position: 0 0;
    background-repeat: no-repeat;
}
#window .header_social_icons .link .icon.facebook {
    background-position: 0 0;
}
#window .header_social_icons .link .icon.github {
    background-position: -32px 0;
}
#window .header_social_icons .link .icon.discord {
    background-position: -64px 0;
}
#window .header_social_icons .link .icon.reddit {
    background-position: -96px 0;
}

#window .header_social_icons.x16 {
    height: 16px;
    line-height: 16px;
}
#window .header_social_icons.x16 .link .icon {
    width: 16px;
    height: 16px;
    background-size: auto 16px;
}
#window .header_social_icons.x16 .link .icon.facebook {
    background-position: 0 0;
}
#window .header_social_icons.x16 .link .icon.github {
    background-position: -16px 0;
}
#window .header_social_icons.x16 .link .icon.discord {
    background-position: -32px 0;
}
#window .header_social_icons.x16 .link .icon.reddit {
    background-position: -48px 0;
}

#window .header_social_icons.x32 {
    height: 32px;
    line-height: 32px;
    background-size: auto 32px;
}
#window .header_social_icons.x32 .link .icon {
    width: 32px;
    height: 32px;
}
#window .header_social_icons.x32 .link .icon.facebook {
    background-position: 0 0;
}
#window .header_social_icons.x32 .link .icon.github {
    background-position: -32px 0;
}
#window .header_social_icons.x32 .link .icon.discord {
    background-position: -64px 0;
}
#window .header_social_icons.x32 .link .icon.reddit {
    background-position: -96px 0;
}

#window .banner .event {
    display: block;
    margin: 0;
    padding: 0;
    width: 750px;
    /* height: 181px + 67px; */
    height: 248px;
    position: absolute;
    top: 0;
    border: 2px solid #1A1A1A;
    font-size: 10px;
    /* line-height: 181px + 67px; */
    line-height: 248px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0;
    border-radius: 0.75em;
    -moz-border-radius: 0.75em;
    -webkit-border-radius: 0.75em;
    color: #696969;
    background-color: rgb(43,43,43);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.15, rgb(43,43,43)),
            color-stop(0.75, rgb(41,41,41))
    );
    background-image: -moz-linear-gradient(
            center bottom,
            rgb(43,43,43) 15%,
            rgb(41,41,41) 75%
    );
    text-shadow: 1px 1px 4px #333333;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    overflow: hidden;

}
#window .banner .clearback {
    background: transparent none scroll no-repeat 0 0;
}
#window .banner .background,
#window .banner .foreground,
#window .banner .credits,
#window .banner .overlay {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9999px;
    font-size: 1px;
    line-height: 1px;
    background: transparent none scroll repeat-x center top;
    border: 0 none transparent;
    border-radius: 8em 8em 0 0;
    -moz-border-radius: 8em 8em 0 0;
    -webkit-border-radius: 8em 8em 0 0;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
}
#window .banner .background {
    z-index: 10;
    opacity: 0.75;
}
#window .banner .foreground {
    z-index: 20;
}
#window .banner .credits {
    z-index: 40;
    background-image: url(../images/assets/mmrpg-prototype-banner-logo-2k19.png?20200906);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;

}
#window .banner .overlay {
    z-index: 30;
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.15, rgba(0, 0, 0, 0.50)),
            color-stop(0.75, rgba(255, 255, 255, 0.15))
    ) !important;
    background-image: -moz-linear-gradient(
            center bottom,
            rgba(0, 0, 0, 0.50) 15%,
            rgba(255, 255, 255, 0.15) 75%
    ) !important;
    opacity: 0.5;
}
#window .banner .userinfo {
    display: block;
    position: absolute;
    width: auto;
    height: 30px;
    padding: 4px 6px 4px 18px;
    font-size: 10px;
    line-height: 13px;
    bottom: 10px;
    right: 10px;
    text-indent: 0;
    z-index: 9000;
    letter-spacing: 1px;
    text-transform: none;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    color: #FFFFFF;
    border: 1px solid #1A1A1A;
    border-color: #1A1A1A !important;
    background-color: #222222;
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.15, rgba(0, 0, 0, 0.05)),
            color-stop(0.75, rgba(255, 255, 255, 0.05))
    );
    background-image: -moz-linear-gradient(
            center bottom,
            rgba(0, 0, 0, 0.05) 15%,
            rgba(255, 255, 255, 0.05) 75%
    );
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -website-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
#window .banner .userinfo .expand {
    display: none;
}
#window .banner .userinfo .xcounters {
    display: none;
}

#window .banner .userinfo .field_type.xover {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border: 1px solid transparent;
    border-color: #1A1A1A !important;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    opacity: 0.66;
    filter: alpha(opacity = 66);
    z-index: -10;
    background-image: none;
}
#window .banner .userinfo .avatar {
    display: block; float: right; margin-left: 4px;
}
#window .banner .userinfo .avatar_40x40 {

}
#window .banner .userinfo .avatar_80x80 {

}
#window .banner .userinfo .avatar_160x160 {

}
#window .banner .userinfo .avatar .sprite {
    position: relative;
}
#window .banner .userinfo .avatar_40x40 .sprite_40x40 {
    top: -12px;
    margin-right: -4px;
}
#window .banner .userinfo .avatar_40x40 .sprite_40x40_00:hover {
    background-position: -80px 0;
}
#window .banner .userinfo .avatar_40x40 .sprite_80x80 {
    top: -52px;
    margin-right: -24px;
    margin-left: -20px;
}
#window .banner .userinfo .avatar_40x40 .sprite_80x80_00:hover {
    background-position: -160px 0;
}
#window .banner .userinfo .avatar_80x80 .sprite_80x80 {
    top: -24px;
    margin-right: -8px;
}
#window .banner .userinfo .avatar_160x160 .sprite_160x160 {
    top: -48px;
    margin-right: -16px;
}

#window .banner .userinfo .info {
    display: block;
    float: left;
    text-align: right;
    overflow: hidden;
    text-transform: none;
}
#window .banner .userinfo .info .username {
    display: block;
    font-size: 10px;
    line-height: 13px;
    color: #FFFFFF;
}
#window .banner .userinfo .info .username .place {
    text-decoration: none;
    color: #FFFFFF;
}
#window .banner .userinfo .info .username .place:hover,
#window .banner .userinfo .info .username .place_active {
    text-decoration: underline;
}
#window .banner .userinfo .info .file {
    font-size: 9px;
    line-height: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
#window .banner .userinfo .info .file:hover,
#window .banner .userinfo .info .file_active {
    text-decoration: underline;
}
#window .banner .userinfo .info .file_new {

}
#window .banner .userinfo .info .file_load {

}
#window .banner .userinfo .info .file_save {

}
#window .banner .userinfo .info .file_exit {

}



#window .banner .adminlink {
    position: absolute;
    display: block;
    top: 4px;
    left: 4px;
    width: 19px;
    height: 19px;
    z-index: 100;
}
#window .banner .adminlink .link {
    display: block;
    box-sizing: border-box;
    margin: 0;
    width: 19px;
    height: 19px;
    font-size: 13px;
    line-height: 13px;
    padding: 2px;
    border: 1px solid #751f1f;
    background-color: #8c2525;
    color: #8c2525;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    opacity: 0.3;
}
#window .banner .adminlink .link:hover {
    text-decoration: none;
    background-color: #a52c2c;
    color: #a52c2c;
    opacity: 0.9;
}
#window .banner .adminlink .link:before {
    content: " ";
    display: block;
    box-sizing: border-box;
    width: 9px;
    height: 9px;
    font-size: 9px;
    line-height: 9px;
    text-decoration: none;
    padding: 2px;
    margin: 2px;
    border: 0 none transparent;
    background-color: #EFEFEF;
    color: #EFEFEF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
#window .banner .adminlink .link:hover:before {
    text-decoration: none;
    background-color: #FFFFFF;
    color: #FFFFFF;
}
#window .banner .adminlink .link span {
    display: none;
}


#window .menu,
#window .menu .subs {
    display: block;
    position: relative;
    margin: 0 8px 8px;
    padding: 0;
    width: 750px;
    height: auto;
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 2px;
    text-transform: none;
    padding: 0;
    border-radius: 0 0 0.75em 0.75em;
    -moz-border-radius: 0 0 0.75em 0.75em;
    -webkit-border-radius: 0 0 0.75em 0.75em;
    color: #696969;
    border: 2px solid transparent;
    border-color: #1A1A1A !important;
    border-top-width: 1px;
    background-color: #222222;
    background-image: linear-gradient(bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.20) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.20) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.20) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.20) 100%);
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.20) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgba(0,0,0,0.30)),
        color-stop(1, rgba(0,0,0,0.20))
    );
    background-position: 0 0;
    text-shadow: 1px 1px 4px #333333;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -website-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    overflow: visible;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
}
#window .menu .subs {
    width: auto;
}
#mmrpg #window .menu {
    z-index: 100;
    border-color: #1A1A1A !important;
}
#mmrpg #window .menu:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-image: linear-gradient(bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.20) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.20) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.20) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.20) 100%);
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.20) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgba(0,0,0,0.30)),
        color-stop(1, rgba(0,0,0,0.20))
    );
}

#window .menu .main,
#window .menu .subs {

}
#window .menu .main {
    display: block;
    position: relative;
    font-size: 0;
    height: 30px;
    z-index: 30;
}
#window .menu .subs {
    display: none;
    position: absolute;
    top: 30px;
    z-index: 30;
    margin: 0 auto 0 -25px;
    padding: 5px 10px;
    width: auto;
    min-width: 130px;
    border-top: 1px solid inherit;
}
#window .menu .subs:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
    background-color: transparent;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}


#window .menu .item {
    display: inline-block;
    font-size: 10px;
    padding: 0 2px;
}
#window .menu .subs .item {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.03);
    border-top: 1px solid rgba(0,0,0,0.09);
}
#window .menu .subs .item:first-child {
    border-top: 0 none transparent;
}
#window .menu .subs .item:last-child {
    border-bottom: 0 none transparent;
}
#window .menu .item:hover .subs,
#window .menu .subs.active {
    display: block;
}

#window .menu .link,
#window .menu .modified {
    color: #F2F2F2;
    text-decoration: none;
    padding: 2px 5px;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    display: inline-block;
    line-height: 14px;
}
#window .menu .link:hover,
#window .menu .link_active,
#window .menu .link_active:hover {
    color: #FFFFFF;
    text-decoration: none;
}
#window .menu .link:hover,
#window .menu .link_active,
#window .menu .link_active:hover {
    color: #FFFFFF;
    text-decoration: none;
}
#window .menu .link:hover span,
#window .menu .link_active span,
#window .menu .link_active:hover span {
    color: #FFFFFF;
    text-decoration: underline;
}
#window .menu .link_active span,
#window .menu .link_active:hover span {
    text-decoration: none !important;
}

#window .menu .item[data-token="prototype"] .link,
#window .menu .item[data-token="prototype"] .link:hover,
#window .menu .item[data-token="prototype"] .link:hover span {
    text-decoration: none;
}
#window .menu .item[data-token="prototype"] .link span {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 6px;
    text-align: center;
    text-shadow: 0 0 0 transparent;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}

#window .menu .item[data-token="prototype"] .link:hover span {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

/*
#window .menu .item:after {
    position: absolute;
    content: " | ";
    color: #181818;
    text-decoration: none;
    padding-left: 5px;
    text-decoration: none;
}
#window .menu .link:last-child:item {
    content: "";
    color: transparent;
    padding: 0;
}
*/
#window .menu .field_type_empty {
    padding-right: 2px;
}

#window .menu .sub {
    font-size: 9px;
    line-height: 14px;
    margin-top: -4px;
    padding-bottom: 4px;
}
#window .menu .sub .link {
    margin-left: 6px;
}
#window .menu .sub .link:after {
    position: absolute;
    content: " | ";
    color: #181818;
    text-decoration: none;
    padding-left: 6px;
    text-decoration: none;
}
#window .menu .sub .link:last-child:after {
    content: "";
    color: transparent;
    padding: 0;
}
#window .menu .sup {
    padding: 0 3px 1px;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    position: relative;
    bottom: 1px;
    right: -5px;
    font-size: 8px;
    color: #FFFFFF;
    border: 1px solid rgb(255, 255, 255) !important;
    border-color: rgba(255, 255, 255, 0.33) !important;
    letter-spacing: 1px;
    margin-left: -4px;
    margin-right: 4px;
}



#window .page {
    display: block;
    height: auto;
    overflow: hidden;
    margin: 0 8px 8px;
    padding-bottom: 12px;
}

#window .header {
    display: block;
    height: auto;
    width: 748px;
    margin: 0 0 6px 0;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    padding: 0;
    border-radius: 0.75em;
    -moz-border-radius: 0.75em;
    -webkit-border-radius: 0.75em;
    color: #FFFFFF;
    border: 2px solid #1A1A1A;
    background-color: #222222;
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.15, rgba(0, 0, 0, 0.05)),
            color-stop(0.75, rgba(255, 255, 255, 0.05))
    );
    background-image: -moz-linear-gradient(
            center bottom,
            rgba(0, 0, 0, 0.05) 15%,
            rgba(255, 255, 255, 0.05) 75%
    );
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -website-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
#window .header .header_wrapper {
    padding: 0 10px;
}

#window .header .title {
    line-height: 32px;
}

#window .page .body,
#window .page .body_wrapper {
    display: block;
    height: auto;
    overflow: auto;
}
#window .page_leaderboard .body,
#window .page_leaderboard .body_wrapper {
    overflow: visible;
}

#window .page .body {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

#window .page .body .subheader {
    display: block;
    clear: left;
    margin: 0 0 4px;
    padding: 5px 10px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    background-color: #3f3f3f;
    border: 1px solid transparent !important;
    border-color: #1A1A1A !important;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    position: relative;
    background-image: linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.25) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.25) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.25) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.25) 100%);
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.25) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgba(0,0,0,0.35)),
        color-stop(1, rgba(0,0,0,0.25))
    );
    background-position: 0 0;
}
#window .page .body .subheader .link {
    display: block;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    text-decoration: none;
}
#window .page .body .subheader .link:hover {
    text-decoration: underline;
}
#window .page .body h2.subheader > .link {
    text-decoration: none;
}
#window .page .body h2.subheader > .link:hover {
    text-decoration: underline;
}
#window .page .body .subheader .inline_link {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    text-decoration: none;
}
#window .page .body .subheader .inline_link:hover {
    text-decoration: underline;
}
#window .page .header .count,
#window .page .body .subheader .count {
    padding-left: 5px;
    opacity: 0.50;
    font-size: 11px;
    cursor: default;
}
#window .page .header .count {
    display: block;
    font-size: 13px;
    line-height: 16px;
    margin: -3px 0 9px;
}
#window .page .header .count.float,
#window .page .body .subheader .count.float {
    float: right;
}

#window .page .body .subheader .float_link,
#window .page .body .subheader .float_link2 {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    color: #CACACA;
    text-decoration: none;
    font-size: 11px;
    line-height: 26px;
}
#window .page .body .subheader .float_link:hover,
#window .page .body .subheader .float_link2:hover {
    color: #F2F2F2;
    text-decoration: underline;
}
#window .page .body .subheader .float_link2 {
    position: static;
    float: right;
    margin-left: 7px;
    line-height: 14px;
    padding: 0 6px;
    border: 1px solid transparent;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
}
#window .page .body .subheader .field_type {
    border-color: rgba(255, 255, 255, 0.9);
    color: #FEFEFE;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#window .page .body .subheader .field_type:hover {
    text-decoration: none;
    opacity: 1.0;
    filter: alpha(opacity=10);
}

#window .page .body .subheader[class*="field_type_"] {
    background-image: none;
}
#window .page .body .subheader[class*="field_type_"]:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-image: linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.25) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.25) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.25) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.25) 100%);
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.25) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgba(0,0,0,0.35)),
        color-stop(1, rgba(0,0,0,0.25))
    );
    background-position: 0 0;
    pointer-events: none;
}
#window .page .body .subheader[class*="field_type_"] .subheader_typewrapper {
    display: block;
    position: relative;
    z-index: 2;
}
#window .page .body .subheader[class*="field_type_"] .subheader_typewrapper .float_link {
    line-height: 17px;
    right: 0;
}
#window .page .body .subheader.subheader_button:before,
#window .page .body .subheader.thread_posts_count:before {
    display: none;
}

#window .page .body .subbody {
    display: block;
    margin: 0 0 12px;
    padding: 5px 10px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 19px;
    text-align: left;
    background-color: #1e1e1e;
    border: 1px solid transparent;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    overflow: hidden;
}
#window .page .body .subbody.threads {
    padding: 5px 10px;
}
#window .page .body .subbody .text {
    display: block;
    margin: 0 0 6px;
    text-align: justify;
}
#window .page .body .subbody .text p,
#window .page .body .subbody .text div {
    display: block;
    margin: 0 0 6px;
    text-align: left;
}
#window .page .body .subbody .text:last-child {
    margin: 0;
}
#window .page .body .subbody .text a {
    color: #F2F2F2;
    text-decoration: underline;
}
#window .page .body .subbody .text a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
#window .page .body .subbody .float {
    display: block;
    float: right;
    margin: 0 0 3px 6px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background-color: rgba(0, 0, 0, 0.05);;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}
#window .page .body .subbody .float_right {
    float: right;
    margin: 0 0 3px 10px;
}
#window .page .body .subbody .float_left {
    float: left;
    margin: 0 10px 3px 0;
}
#window .page .body .subbody .float_40x40 {
    width: 40px;
    height: 40px;
}
#window .page .body .subbody .float_80x80 {
    width: 80px;
    height: 80px;
}
#window .page .body .subbody .float_160x160 {
    width: 160px;
    height: 160px;
}
#window .page .body .subbody .sprite {
    display: block;
    position: static;
    margin: -24px 0 10px;
}
#window .page .body .subbody .link,
#window .page .body .subbody .link_inline {
    display: block;
    float: left;
    clear: left;
    margin-top: 6px;
    color: #F2F2F2;
    text-decoration: none;
    cursor: pointer;
    _cursor: pointer;
}
#window .page .body .subbody .link_inline {
    display: inline;
    float: none;
    clear: none;
    margin: 0 auto;
}
#window .page .body .subbody .link_inline:hover,
#window .page .body .subbody .link_inline.active {
    text-decoration: underline;
}
#window .page .body .subbody .link:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
#window .page .body .subbody .link_top,
#window .page .body .subbody .link_permalink,
#window .page .body .subbody .link_toggle,
#window .page .body .subbody .link_return,
#window .page .body .subbody .link_next,
#window .page .body .subbody .link_prev {
    float: right;
    color: rgb(100, 100, 100);
    font-size: 10px;
    line-height: 10px;
    padding-left: 10px;
}
#window .page .body .subbody .link_return:hover,
#window .page .body .subbody .link_next:hover,
#window .page .body .subbody .link_pre:hover {
    color: #CACACA;
}
#window .page .body .subbody .link_top,
#window .page .body .subbody .link_permalink {
    margin-bottom: 16px;
}
#window .page .body .subbody.threads .link_top {
    margin-bottom: 5px;
}

#window .page .body .subbody_databaselinks {
    margin-bottom: 4px;
}
#window .page .body .subbody_databaselinks .float_link.incomplete {
    opacity: 0.25;
    filter: opacity(alpha = 25);
}
#window .page .body .subbody_databaselinks .float_link.incomplete .sprite {
    opacity: 0.50;
    filter: opacity(alpha = 50);
}
[data-page="database"] #window .page .body .subbody_databaselinks .float_link.incomplete {
    display: none;
}
#window .page .body .subbody_databaselinks .iconwrap {
    overflow: hidden;
}
#window .page .body .subbody_databaselinks[data-class="items"] .iconwrap {
    padding-right: 5%;
}
#window .page .body .subbody_databaselinks[data-class="robots"] .float.link[data-anchor]:not(.unlockable),
#window .page .body .subbody_databaselinks[data-class="mechas"] .float.link[data-anchor]:not(.fightable),
#window .page .body .subbody_databaselinks[data-class="bosses"] .float.link[data-anchor]:not(.fightable) {
    opacity: 0.4;
    transition: opacity 0.3s;
}
#window .page .body .subbody_databaselinks[data-class="robots"] .group:hover .float.link[data-anchor]:not(.unlockable),
#window .page .body .subbody_databaselinks[data-class="mechas"] .group:hover .float.link[data-anchor]:not(.fightable),
#window .page .body .subbody_databaselinks[data-class="bosses"] .group:hover .float.link[data-anchor]:not(.fightable) {
    opacity: 1.0;
}
#window .page .body .subbody_databaselinks[data-class="robots"] .float.link[data-anchor].has-skill {
    position: relative;
}
#window .page .body .subbody_databaselinks[data-class="robots"] .float.link[data-anchor].has-skill i.skill {
    display: block;
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 5px;
    height: 5px;
    font-size: 5px;
    line-height: 5px;
    background-color: inherit;
    border: 1px solid #ffffff !important;
    border-color: rgba(255, 255, 255, 0.33) !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#window .page .body .subbody_database_records {
    margin: 0 auto 4px;
}
#window .page .body .subbody_database_records .global_records {
    display: block;
    margin: 0 auto;
}
#window .page .body .subbody_database_records .global_records .wrap {

}
#window .page .body .subbody_database_records .global_records ul.categories {
    display: block;
    margin: 0 auto;
    text-align: left;
    font-size: 90%;
}
#window .page .body .subbody_database_records .global_records ul.categories > li.category {
    display: block;
    margin: 0 auto 5px;
    text-align: left;
}
#window .page .body .subbody_database_records .global_records ul.categories > li.category > strong {
    display: block;
    margin: 0 auto 2px;
}
#window .page .body .subbody_database_records .global_records ul.categories > li.category > ul {
    display: block;
    list-style-type: none;
    font-size: 100%;
}
#window .page .body .subbody_database_records .global_records ul.categories > li.category > ul > li {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 20%;
    margin: 0 auto 0 0;
    padding: 6px;
    padding-left: 32px;
    text-align: center;
    position: relative;
}
#window .page .body .subbody_database_records .global_records ul.categories > li.category > ul > li:after {
    content: "";
    display: block;
    clear: both;
}
#window .page .body .subbody_database_records .global_records ul.categories > li.category > ul > li:nth-child(odd) {
    background-color: #282828;
}
#window .page .body .subbody_database_records .global_records ul.categories > li.category > ul > li:nth-child(even) {
    background-color: #242424;
}
#window .page .body .subbody_database_records .global_records ul.categories > li.category > ul > li .rank_span {
    display: block;
    position: absolute;
    height: auto;
    width: 25px;
    padding: 0 4px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
#window .page .body .subbody_database_records .global_records ul.categories > li.category > ul > li .rank_span sup {
    font-size: 80%;
    position: relative;
    bottom: 2px;
}
#window .page .body .subbody_database_records .global_records ul.categories > li.category > ul > li:first-child .rank_span {
    font-size: 120%;
}
#window .page .body .subbody_database_records .global_records ul.categories > li.category > ul > li .type_span {
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    padding: 2px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
}
#window .page .body .subbody_database_records .global_records ul.categories > li.category > ul > li .value_span {
    display: block;
    padding: 6px 0 0;
    font-size: 90%;
    line-height: 1;
    color: #bfbfbf;
}

#window .page .body .subbody_database_records .global_records ul.categories > li.category > ul {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
#window .page .body .subbody_database_records .global_records ul.categories > li.category > ul:after {
    content: "";
    display: block;
    clear: both;
}

#window .page .database_container {

}
#window .page .database_container.layout_compact {
    margin-bottom: 2px !important;
}

#window .page .database_container .subbody table td.right label,
#window .page .database_container .subbody table td.left label {
    display: block;
    float: left;
}
#window .page .database_container .subbody table td.right .stat,
#window .page .database_container .subbody table td.left .stat {
    display: inline-block;
}
#window .page .database_container .subbody table td.right .stat .robot_stat.type_empty,
#window .page .database_container .subbody table td.left .stat .robot_stat.type_empty {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    line-height: 124%;
}
#window .page .database_container .subbody table td.right .stat .robot_stat .robot_stat,
#window .page .database_container .subbody table td.left .stat .robot_stat .robot_stat {
    margin-right: -4px;
    display: inline;
    width: auto;
}
#window .page .database_container .subbody table td.right .stat .robot_stat span,
#window .page .database_container .subbody table td.left .stat .robot_stat span {
    display: inline-block;
    width: 35px;
}

#window .page .database_container .subbody table td.left .source_game,
#window .page .database_container .subbody table td.right .source_game {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: -6px;
}

#window .page .database_container .subbody .body_left {
    margin-right: 0;
    margin-bottom: 5px;
    padding: 2px 0;
    min-height: 10px;
}
#window .page .database_container .subbody .body_left.fullsize {
    margin-left: 0;
}
#window .page .database_container.layout_event .subbody .body_left {
    font-size: 10px;
    min-height: 150px;
}


#window .page .database_container .subbody .body_left,
#window .page .database_container .subbody .body_full:not(.solid) {
    background: linear-gradient(
        to bottom,
        #212121,
        #212121 50%,
        #282828 50%,
        #282828
        );
    background-size: 100% 50px;
    padding: 0;
}

#window .page .database_container .subbody .body.sprites_body {
    margin: 0 auto 4px;
    padding: 10px;
    min-height: 10px;
}
#window .page .database_container .subbody .body.sprites_body .grid {
    border: 1px solid #DEDEDE;
    border-color: rgba(0, 0, 0, 0.20);
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    background: #4d4d4d url(../images/sprite-grid.gif) scroll repeat -10px -30px;
    overflow: hidden; padding: 10px 30px;
}
#window .page .database_container .subbody .body.sprites_body .grid + .grid {
    margin-top: 10px;
}

#window .page .database_container .subbody .body.sprites_body .text_editor {
    text-align: center;
    color: #868686;
    font-size: 10px;
    line-height: 13px;
    margin-top: 6px;
}
#window .page .database_container .subbody .body.sprites_body .text_editor a {
    color: inherit;
    text-decoration: none;
}
#window .page .database_container .subbody .body.sprites_body .text_editor a:hover {
    color: #898989;
    text-decoration: underline;
}

#window .page .database_container .subbody .body.field_sprites_body {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
    padding: 4px 4px 10px;
    min-height: 10px;
}
#window .page .database_container .subbody .body.field_sprites_body .sprite_container {
    border: 1px solid rgba(0, 0, 0, 0.20);
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    background: #191919 none scroll repeat -10px -30px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
}
#window .page .database_container .subbody .body.field_sprites_body .sprite_background {
    border: 0 none transparent;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    background: #000000 none scroll repeat center center;
    overflow: hidden;
    height: 244px;
}
#window .page .database_container .subbody .body.field_sprites_body .sprite_foreground {
    border: 0 none transparent;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    background: transparent none scroll repeat center center;
    overflow: hidden;
    height: 244px;
    opacity: 1;
    transition: 1s;
    cursor: pointer;
}
#window .page .database_container .subbody .body.field_sprites_body .sprite_foreground:hover {
    opacity: 0;
}


#window .page .database_container .subbody .body table.full {
    margin: 0;
}
#window .page .database_container.layout_website .subbody .body table.full {
    margin: 0;
}
#window .page .database_container .subbody .body table.full.basic,
#window .page .database_container .subbody .body table.full.stats {
    float: left;
    width: 50%;
}
#window .page .database_container .subbody .body table.full.extras,
#window .page .database_container .subbody .body table.full.types {
    float: left;
    width: 50%;
}
#window .page .database_container .subbody .body table.full.multipliers {
    float: none;
    width: 100%;
}
#window .page .database_container .subbody .body table.full.quotes
#window .page .database_container .subbody .body table.full.description {
    line-height: 25px;
}
#window .page .database_container .subbody .body table.full.description td {
    line-height: 25px;
}
#window .page .database_container .subbody .body table.full.quotes label,
#window .page .database_container .subbody .body table.full.records label {

}
#window .page .database_container .subbody .body table.full.quotes .player_quote,
#window .page .database_container .subbody .body table.full.quotes .robot_quote,
#window .page .database_container .subbody .body table.full.records .player_record,
#window .page .database_container .subbody .body table.full.records .robot_record,
#window .page .database_container .subbody .body table.full.records .ability_record,
#window .page .database_container .subbody .body table.full.records .item_record {

}

#window .page .database_container .subbody .body table td.music a span.album {
    display: none;
    font-size: 9px;
    line-height: 100%;
    position: relative;
    bottom: 2px;
}

#window .page .database_container .subbody .link_top,
#window .page .database_container .subbody .link_permalink {
    margin-bottom: 4px;
}
#window .page .body .subbody .toggle_body {
    overflow: hidden;
    padding-bottom: 5px;
}
#window .page .body .subbody .link_toggle,
#window .page .body .subbody .link_return,
#window .page .body .subbody .link_next,
#window .page .body .subbody .link_prev {
    float: none;
    clear: both;
    color: rgb(100, 100, 100);
    font-size: 10px;
    line-height: 10px;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}
#window .page .body .subbody .link_toggle {
    clear: both;
}
#window .page .body .subbody .link_nav {
    text-align: center;
    position: relative;
}
#window .page .body .subbody .link_return,
#window .page .body .subbody .link_prev,
#window .page .body .subbody .link_next {
    display: inline-block;
    vertical-align: middle;
    line-height: 19px;
}
#window .page .body .subbody .link_prev,
#window .page .body .subbody .link_next {
    position: absolute;
    top: -5px;
}
#window .page .body .subbody .link_prev,
#window .page .body .subbody .link_next,
#window .page .body .subbody .link_prev:hover,
#window .page .body .subbody .link_next:hover {
    text-decoration: none;
}
#window .page .body .subbody .link_prev {
    left: 0;
}
#window .page .body .subbody .link_next {
    right: 0;
}
#window .page .body .subbody .link_prev:before,
#window .page .body .subbody .link_next:after {
    content: " ";
    color: #696969;
    font-size: 24px;
    line-height: 19px;
    vertical-align: baseline;
    display: inline-block;
    position: relative;
    top: -6px;
    margin: 0;
}
#window .page .body .subbody .link_prev:hover:before,
#window .page .body .subbody .link_next:hover:after {
    color: #CACACA;
}
#window .page .body .subbody .link_prev:before {
    content: "\0ab";
    margin: 0 3px 0 0;
}
#window .page .body .subbody .link_next:after {
    content: "\0bb";
}

#window .page .subbody .link_nav .float_link,
#window .page .subbody .link_nav .float.link {
    position: relative;
    display: inline-block;
    float: none;
}
#window .page .subbody .link_nav .float_link .sprite,
#window .page .subbody .link_nav .float.link .sprite {
    height: 20px;
    width: 20px;
}
#window .page .subbody .link_nav .float.link .sprite.size40 img {
    margin-top: -5px;
    margin-left: -5px;
    width: 30px;
    height: 30px;
}
#window .page .subbody .link_nav .float.link .sprite.size80 img {
    margin-top: -20px;
    margin-left: -20px;
    width: 60px;
    height: 60px;
}


#window .page .body .subwrap {
    display: block;
    margin: 0 0 6px;
    padding: 0;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 19px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.20);
    border: 1px solid transparent;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    overflow: hidden;
}
#window .page .body .subwrap .image {
    display: block;
    float: left;
    padding: 6px 6px 2px;
    margin: 0 4px 4px 0;
    border: 0 none transparent;
    background-color: transparent;
    min-width: 100px;
    min-height: 100px;
    text-align: center;
    color: #ACACAC;
    text-decoration: none;
    line-height: 14px;
    font-size: 11px;
    padding-bottom: 5px;
}
#window .page .body .subwrap .image:hover {
    color: #F0F0F0;
    text-decoration: none;
}
#window .page .body .subwrap .image img {
    display: block;
    margin: 0;
    max-height: 205px;
}
#window .page .body .subwrap .image_1x5 {
    width: 17.85%;
}

#window .page .body .pipe {
    color: rgba(255, 255, 255, 0.15);
}

#window .page .body .anchor {
    display: block;
    height: 1px;
    margin: 0;
    overflow: hidden;
    color: transparent;
}


/* -- PAGE EVENT STYLES */

#window .page .event {
    margin: 3px 8px;
    min-height: 55px;
    text-align: left;
    veritcal-align: top;
    padding: 2px;
    font-size: 10px;
    line-height: 13px;
    position: relative;
    margin-bottom: 8px !important;
}
#window .page .event:first-child {
    margin-top: 0;
}
#window .page .event_double {
    min-height: 120px;
}
#window .page .event_triple {
    min-height: 184px;
}
#window .page .database_container .event_triple {
    /* min-height: 100px; */
    min-height: 10px;
}
#window .page .database_container.layout_event .event_triple {
    margin-bottom: 0 !important;
}
#window .page .database_container.layout_compact .event_triple {
    margin-bottom: 2px !important;
}
#window .page .event .header {
    display: block;
    clear: left;
    clear: both;
    width: auto !important;
    height: 24px;
    margin: 0 47px;
    padding: 1px 10px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.05);
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: none;
    text-shadow: 0 1px 1px #161616;
    border: 0 none transparent;
    border-bottom-style: none;
    border-radius: 0.5em 0.5em 0 0;
    -moz-border-radius: 0.5em 0.5em 0 0;
    -webkit-border-radius: 0.5em 0.5em 0 0;
}
#window .page .event .header ~ .link_permalink {

}

#window .page .community .link_wrapper,
#window .page .event .link_wrapper,
#window .page .event .link_container {
    float: right;
    clear: none;
    overflow: hidden;
}
#window .page .community .link_wrapper {
    margin-top: 5px;
    clear: both;
    float: none;
}
#window .page .event .link_wrapper {
    margin-bottom: 10px;
}
#window .page .event .link_container {
    margin-left: 50px;
    float: left;
    font-size: 12px;
    line-height: 22px;
}
#window .page .event .link_container .link {
    display: inline;
    float: none;
    clear: none;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    margin-right: 16px;
    padding: 3px 9px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
/*
#window .page .event .link_container .link:not(:hover) {
    background-color: #282828 !important;
}
*/
#window .page .database_website_container .event .header ~ .link_permalink {
    margin-bottom: 20px !important;
}
#window .page .database_website_compact_container .event .header ~ .link_permalink {
    margin-bottom: 0 !important;
}
#window .page .event .header a {
    color: #FFFFFF;
    text-decoration: none;
}
#window .page .event .header a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#window .page .event .header_links {
    text-align: right;
}
#window .page .event .header_left {
    text-align: left;
    margin-right: 0;
}
#window .page .event .header_right {
    text-align: right;
    margin-left: 0;
}
#window .page .event .header_left.nomug,
#window .page .event .header_left.noicon {
    margin-left: 0;
}
#window .page .event .header_right.nomug,
#window .page .event .header_right.noicon {
    margin-right: 0;
}

#window .page .event .header_links,
#window .page .event .header_left .header_core,
#window .page .event .header_right .header_core {
    display: block;
    color: #F2F2F2;
    font-weight: bold;
    font-size: 10px;
    line-height: 15px;
    margin: 3px 0 0;
    padding: 0 6px;
}
#window .page .event .header_left .header_core,
#window .page .event .header_right .header_core {
    border-color: rgba(0, 0, 0, 0.2) !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
}
#window .page .event .header_left .header_core {
    float: right;
}
#window .page .event .header_right .header_core {
    float: left;
}



#window .page .event .header_links {
    text-align: right;
    float: right;
    font-size: 70%;
    font-weight: normal;
}
#window .page .event .header_links .link,
#window .page .event .header_links .link:hover {
    float: none;
    clear: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 0 2px;
    margin: 0 2px 2px 0;
    text-decoration: none;
}
#window .page .event .header_links .link span {
    opacity: 0.50;
    padding: 0 4px;
    color: #FFFFFF;
}
#window .page .event .header_links .link:hover span,
#window .page .event .header_links .link_active span {
    opacity: 1.00;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#window .page .event .header_links .link span.core_type {
    color: transparent;
    text-shadow: 0 0 0 transparent;
}
#window .page .event .header_links .link:hover span.core_type,
#window .page .event .header_links .link_active span.core_type {
    color: #FFFFFF;

}
#window .page .event .header_links .pipe {
    content: "|";
    padding: 0 0 0 4px;
    color: #393939;
    text-shadow: 0 0 0 transparent;
}
#window .page .event .header_links .pipe {
    padding: 0 3px;
    color: #292929;
}

#window .page .event:hover .turn_number {
    background-color: #797979;
}
#window .page .event .body {
    display: block;
    min-height: 36px;
    margin: 0 47px;
    padding: 2px 10px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.025);
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    border: 0 none transparent;
    border-top-style: none;
    border-radius: 0 0 0.5em 0.5em;
    -moz-border-radius: 0 0 0.5em 0.5em;
    -webkit-border-radius: 0 0 0.5em 0.5em;
    overflow: hidden;
}
#window .page .event_double .body {
    min-height: 101px;
}
#window .page .event_triple .body {
    min-height: 140px;
}
#window .page .event table {
    margin: 0 auto;
}
#window .page .event table.full {
    margin: 0;
    width: 100%;
}
#window .page .event table tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.025);
}
#window .page .event table tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
#window .page .database_container .event table tr:nth-child(odd),
#window .page .database_container .event table tr:nth-child(even) {
    background-color: transparent;
}
#window .page .event table td {
    padding: 2px 5px;
    text-align: center;
}
#window .page .event table td:first-child {
    padding-left: 10px;
}
#window .page .event table td:last-child {
    padding-right: 10px;
}
#window .page .event table td.left {
    text-align: left;
}
#window .page .event table td.right {
    text-align: right;
}
#window .page .event .body_left {
    text-align: left;
}
#window .page .event .body_right {
    text-align: right;
}
#window .page .event .body_left table {
    margin: 0 auto 0 0;
}
#window .page .event .body_right table {
    margin: 0 0 0 auto;
}
#window .page .event .body_onerow {
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}
#window .page .event .body.skill_bubble {
   margin-top: 15px;
}
#window .page .event .body.skill_bubble td.center {
   padding: 10px;
   background-color: #282828;
}
#window .page .event .body.skill_bubble td.center label {
   display: inline;
}
#window .page .layout_compact .event .body.skill_bubble {
   margin-top: 10px;
}
#window .page .layout_compact .event .body.skill_bubble td.center {
   font-size: 11px;
   line-height: 1.4;
}
#window .page .event .sprite {
    margin-bottom: 2px;
    position: static;
}
#window .page .event .sprite_left,
#window .page .event .sprite_right {
    display: block;
    position: absolute;
    width: 40px;
    height: 49px;
    margin: 0;
    padding: 2px 2px 4px;
    text-align: left;
    background-color: rgb(60,60,60);
    border: 0 none transparent;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}
#window .page .event .sprite_left {
    top: 5px;
    left: 5px;
}
#window .page .event .sprite_right {
    top: 5px;
    right: 5px;
}
#window .page .event .this_sprite {
    background-color: transparent;
}
#window .page .event .this_sprite .mugshot,
#window .page .event .this_sprite .icon {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background-color: rgba(0, 0, 0, 0.05);;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    padding: 2px !important;
    margin: 0 auto 10px;
}
#window .page .event .mugshot .sprite,
#window .page .event .icon .sprite {
    width: 32px;
    height: 32px;
    margin: 0 !important;
    background-position: -4px -4px;
    background-color: #000000;
    border: 1px solid #1A1A1A;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}
#window .page .event .this_sprite .sprite {
    margin: 0;
}
#window .page .event div.this_sprite .sprite_size_80x80 {
    background-position: -20px -40px;
    margin: -20px -40px 0 0 !important;
    width: 60px;
    height: 80px;
}
#window .page .event div.this_sprite .sprite_size_80x80_mug {
    background-position: -24px -24px;
    margin: 0 !important;
    width: 32px;
    height: 32px;
}
#window .page .event div.this_sprite .sprite_size_80x80_base {
    background-position: -20px -40px;
}
#window .page .event div.this_sprite .sprite_size_80x80_shoot {
    background-position: -340px -40px;
}
#window .page .event div.this_sprite .sprite_size_80x80_throw {
    background-position: -420px -40px;
}
#window .page .event div.this_sprite .sprite_size_80x80_victory {
    background-position: -180px -40px;
}
#window .page .event .target_sprite {

}
#window .page .event .sprite_left .energy,
#window .page .event .sprite_right .energy {
    display: block;
    width: 38px;
    height: 5px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-indent: -9999px;
    color: transparent;
    border: 1px solid rgb(56,56,56);
    background: #222222 url(../images/tiles/horizontal-gradient_energy-bar.gif) scroll no-repeat 0 0;
}
#window .page .event .sprite_left .energy {
    background-position: -80px 0;
}
#window .page .event .sprite_right .energy {
    background-position: -40px 0;
}
#window .page .event .this_sprite .energy {
    display: block;
    width: 38px;
    height: 5px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-indent: -9999px;
    color: transparent;
    border-color: #1A1A1A;
}

#window .page .event .sprite_robot_mug,
#window .page .event .sprite_ability_icon {
    border: 1px solid #191919;
    background-color: #000000;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    width: 38px;
    height: 38px;
    background-position: -1px -1px;
}


#window .page .event .robot_core,
#window .page .event .mecha_shard,
#window .page .event .field_name,
#window .page .event .field_type,
#window .page .event .field_master,
#window .page .event .field_mecha,
#window .page .event .field_multiplier,
#window .page .event .player_name,
#window .page .event .player_number,
#window .page .event .player_type,
#window .page .event .player_quote,
#window .page .event .player_record,
#window .page .event .robot_number,
#window .page .event .robot_name,
#window .page .event .robot_type,
#window .page .event .robot_quote,
#window .page .event .robot_record,
#window .page .event .robot_stat,
#window .page .event .robot_weakness,
#window .page .event .robot_resistance,
#window .page .event .robot_affinity,
#window .page .event .robot_immunity,
#window .page .event .ability_name,
#window .page .event .ability_type,
#window .page .event .ability_record,
#window .page .event .item_name,
#window .page .event .item_type,
#window .page .event .item_record,
#window .page .event .damage_strikes,
#window .page .event .damage_misses,
#window .page .event .damage_result,
#window .page .event .damage_amount,
#window .page .event .damage_overkill,
#window .page .event .recovery_strikes,
#window .page .event .recovery_misses,
#window .page .event .recovery_result,
#window .page .event .recovery_amount,
#window .page .event .recovery_overkill {
    background: rgb(65,65,65) none scroll no-repeat 0 0;
    border: 1px solid rgb(70,70,70);
    padding: 1px 3px;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    line-height: 11px;
    font-weight: bold;
    white-space: nowrap;
    color: #FFFFFF;
    text-decoration: none;
}
#window .page .event .player_quote,
#window .page .event .robot_quote,
#window .page .event .player_record,
#window .page .event .robot_record,
#window .page .event .ability_record,
#window .page .event .item_record {
    background-color: rgba(65,65,65,0.5);
    border-color: rgba(70,70,70,0.6);
}
#window .page .event .player_name {

}
#window .page .event .robot_name {

}
#window .page .event .ability_name {

}
#window .page .event .damage_amount {

}
#window .page .event .damage_overkill {

}

#window .page_credits .battle_type,
#window .page_credits .field_type,
#window .page_credits .player_type,
#window .page_credits .robot_type,
#window .page_credits .ability_type,
#window .page_credits .item_type {
    background: rgb(65,65,65) none scroll no-repeat 0 0;
    border: 1px solid rgb(70,70,70);
    padding: 0 3px;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    line-height: 11px;
    font-weight: bold;
    white-space: nowrap;
}


#window .page_credits .body .creditblock {
    position: relative;
    padding-left: 60px;
    margin-bottom: 2px;
}
#window .page_credits .body .creditblock.compact {
    padding-left: 10px;
}
#window .page_credits .body .creditblock .float_left {
    background-position: center center;
    background-image: none;
    position: absolute;
    left: 5px;
    top: 8px;
    height: 25px;
    width: 40px;
    padding-top: 15px;
}
#window .page_credits .body .creditblock .text {
    display: block;
    margin: 0 auto 6px;
    padding-top: 4px;
}
#window .page_credits .body .creditblock .text .details {
    display: block;
    margin: 0 auto 2px;
    overflow: hidden;
    color: #dedede;
}

#window .page_credits .body .creditblock .text .details .label {
    font-weight: bold;
    display: inline-block;
    min-width: 60px;
    color: #FFFFFF;
}
#window .page_credits .body .creditblock .text .details .link_inline {
    color: inherit;
}
#window .page_credits .body .creditblock .text .details .link_inline:hover {
    color: #FFFFFF;
}
#window .page_credits .body .creditblock .text .details .name,
#window .page_credits .body .creditblock .text .details .website,
#window .page_credits .body .creditblock .text .details .title,
#window .page_credits .body .creditblock .text .details .credits,
#window .page_credits .body .creditblock .text .details .date {
    display: block;
    margin: 0 auto 4px 0;
}
#window .page_credits .body .creditblock .text .details .name {
    margin-bottom: 6px;
}
#window .page_credits .body .creditblock .text .details .name .link_inline {
    min-height: 20px;
    line-height: 20px;
    padding: 2px 6px 2px 22px;
    background: transparent none scroll no-repeat -10px -10px;
    text-decoration: none;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFFFFF;
}
#window .page_credits .body .creditblock .text .details .name .link_inline:hover strong {
    text-decoration: underline;
}
#window .page_credits .body .creditblock .text .details .website {
    font-size: 12px;
    line-height: 16px;
}
#window .page_credits .body .creditblock .text .details .website .link_inline {

}
#window .page_credits .body .creditblock .text .details .title {

}
#window .page_credits .body .creditblock .text .details .credits {

}
#window .page_credits .body .creditblock .text .details .date {

}
#window .page_credits .body .creditblock .text .description {
    padding-top: 0;
}
#window .page_credits .body .creditblock .text .description p,
#window .page_credits .body .creditblock .text .description div {

}
#window .page_credits .body .creditblock .text .description .subtext {
    display: block;
    font-size: 10px;
    line-height: 12px;
    margin-top: 2px;
}


#window .page .event sup {
    position: relative;
    bottom: 0.5em;
    font-family: "Courier New";
    font-size: 0.8em;
}
#window .damage {
}
#window .damage_weakness {
    font-weight: bold;
    color: #FF9C32;
}
#window .damage_resistance {
    font-weight: bold;
    color: #FF5555;
}
#window .damage_critical {
    font-weight: bold;
    font-style: italic;
    color: #E4A3FF;
}

#window .page .event {
    margin: 0;
}
#window .page .event_hidden {
    display: none;
}
#window .page .event_visible {

}
#window .page .event table td.right {
    line-height: 21px;
}

/* -- HOME PAGE STYLES -- */

#window .page_home #youtube_playlist {
    float: right;
    margin: 0 0 0 10px;
}
#window .page_home #youtube_playlist,
#window .page_home #youtube_playlist iframe {
    width: 356px;
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* -- LEADERBOARD PAGE STYLES -- */

#window .page .leaderboard {

}
#window .page .leaderboard {
    display: block;
    float: none;
    clear: left;
    text-align: left;
    height: auto;
    overflow: hidden;
}
#window .page .leaderboard .wrapper {
    display: block;
    height: auto;
    overflow: hidden;
}
#window .page_home .leaderboard .wrapper {
    margin-bottom: 6px;
}
#window .page .leaderboard .wrapper_full {
    height: auto;
    overflow: hidden;
}

#window .page .leaderboard .inner_wrapper {
    height: auto;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    padding: 2px;
    width: 31%;
    float: left;
    margin: 0 4px 0 0;
}
#window .page .leaderboard .inner_wrapper_dr-light {
    background-color: rgba(0, 0, 255, 0.15);
}
#window .page .leaderboard .inner_wrapper_dr-wily {
    background-color: rgba(255, 0, 0, 0.15);
}

#window .page .leaderboard .file,
#window .page .leaderboard .more {
    display: block;
    margin: 0 auto 2px;
    veritcal-align: top;
    border: 1px solid #1A1A1A;
    border-width: 1px 2px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    text-decoration: none;
    padding: 10px 0;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    color: #FFFFFF;
    background-position: center top;
    background-color: #2A2A2A;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    overflow: visible;
    position: relative;
}
#window .page .leaderboard .file:before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    background-position: center top;
    background-color: #2A2A2A;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dffffff', endColorstr='#1a000000',GradientType=0 ); /* IE6-8 */
    overflow: hidden;
}
#window .page .leaderboard .file:first-child {
    border-top-width: 2px;
}
#window .page .leaderboard .file:last-child {
    border-bottom-width: 2px;
}
#window .page .leaderboard .file_1st {
    background-color: rgba(136, 113, 19, 0.75);
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
}
#window .page .leaderboard .file_2nd {
    background-color: rgba(101, 108, 112, 0.75);
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
}
#window .page .leaderboard .file_3rd {
    background-color: rgba(99, 61, 21, 0.75);
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
}
#window .page .leaderboard .file .inset {
    display: block;
    margin: 0 10px;
    veritcal-align: top;
    border: 1px solid rgba(0, 0, 0, 0.6) !important;
    text-decoration: none;
    padding: 4px 0;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    color: #FFFFFF;
    background-position: center top;
    background-color: transparent;
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
    z-index: 2;
}
#window .page .leaderboard .file:hover .inset,
#window .page .leaderboard .file .inset:hover {

}

#window .page .leaderboard .file .inset:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: transparent;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQ1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.15) 1%, rgba(0,0,0,0.45) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.15)), color-stop(1%,rgba(0,0,0,0.15)), color-stop(100%,rgba(0,0,0,0.45))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 1%,rgba(0,0,0,0.45) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 1%,rgba(0,0,0,0.45) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 1%,rgba(0,0,0,0.45) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 1%,rgba(0,0,0,0.45) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#73000000',GradientType=0 ); /* IE6-8 */
    opacity: 1.0;
    transition: opacity 0.3s;
}
#window .page .leaderboard .file .inset:hover:before {
    opacity: 0.8;
}

/*
#window .page .leaderboard .file_01 .inset {
    background-color: rgba(136, 113, 19, 0.75);
}
#window .page .leaderboard .file_02 .inset {
    background-color: rgba(101, 108, 112, 0.75);
}
#window .page .leaderboard .file_03 .inset {
    background-color: rgba(99, 61, 21, 0.75);
}
*/
#window .page .leaderboard .file .place,
#window .page .leaderboard .file .avatar,
#window .page .leaderboard .file .userinfo,
#window .page .leaderboard .file .points,
#window .page .leaderboard .file .records {
    position: relative;
    z-index: 2;
    display: block;
    float: left;
    margin-left: 5px;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
#window .page .leaderboard .file .avatar {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin: 0;
    position: absolute;
    overflow: visible;
    left: 87px;
    bottom: 16px;
    z-index: 3;
}
#window .page .leaderboard .file .avatar_wrapper {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    position: relative;
    overflow: visible;
    pointer-events: none;
}
#window .page .leaderboard .file .avatar .sprite_80x80 {
    left: -14px;
    top: -34px;
}
#window .page .leaderboard .file .avatar .sprite_shadow_80x80 {
    left: -12px;
    top: -32px;
}
#window .page .leaderboard .file .avatar .sprite_160x160 {
    left: -52px;
    top: -114px;
}
#window .page .leaderboard .file .avatar .sprite_shadow_160x160 {
    left: -50px;
    top: -112px;
}
#window .page .leaderboard .file .avatar .sprite_shadow {
    opacity: 0.3;
    -webkit-filter: brightness(0) blur(2px);
    filter: brightness(0) blur(2px);
}
#window .page .leaderboard .file .place {
    display: block;
    float: left;
    width: 66px;
    margin-top: 14px;
    font-size: 18px;
    line-height: 18px;
    margin-right: 80px;
    margin-left: 10px;
    text-align: center;
}
#window .page .leaderboard .file .place sup {
    position: relative;
    bottom: 5px;
    font-size: 11px;
    padding-left: 1px;
}
#window .page .leaderboard .file_1st .place {
    font-size: 26px;
    line-height: 20px;
}
#window .page .leaderboard .file_2nd .place {
    font-size: 24px;
    line-height: 20px;
}
#window .page .leaderboard .file_3rd .place {
    font-size: 22px;
    line-height: 20px;
}
#window .page .leaderboard .file .userinfo {
    width: 250px;
    margin-top: 3px;
    font-size: 16px;
    line-height: 16px;
    padding: 0 10px 4px 0;
    margin-left: 0;
}
#window .page .leaderboard .file .userinfo .username,
#window .page .leaderboard .file .userinfo .details {
    display: block;
    float: left;
    clear: both;
    width: 250px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#window .page .leaderboard .file .userinfo .details {
    margin-top: 0;
    font-size: 10px;
    line-height: 16px;
}
#window .page .leaderboard .file .userinfo .username .prototype_complete {
    font-size: 13px;
    line-height: 13px;
    position: relative;
    bottom: 5px;
}
#window .page .leaderboard .file .achievement_icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
#window .page .leaderboard .file .userinfo .username .achievement_icon {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: 6px;
    margin: 0 auto;
}

@keyframes iconHover {
  1%, 9% { transform: translate(0, 0) rotate(0); }
  2%, 8% { transform: translate(0, 0) rotate(-10deg); }
  3%, 5%, 7% { transform: translate(0, 0) rotate(0); }
  4%, 6% { transform: translate(0, 0) rotate(10deg); }
  10% { transform: translate(0, 0) rotate(0); }
}
#window .page .leaderboard .file.file_1st .achievement_is-first-place {

    transform: translate(0, 0), rotate(0);
    transition: transform 0.3s;

    -moz-animation-name: iconHover;
    -webkit-animation-name: iconHover;
    animation-name: iconHover;

    -moz-animation-duration: 6s;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;

    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}



#window .page .leaderboard .file .robots2 {
    display: block;
    float: none;
    overflow: hidden;
    width: auto;
    clear: both;
    margin: 0 8px 2px;
    padding: 4px 4px 3px;
    veritcal-align: top;
    border: 0 none transparent;
    text-decoration: none;
    padding: 4px;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    background-position: center top;
    background-color: #2A2A2A;
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.15, rgba(0, 0, 0, 0.05)),
            color-stop(0.75, rgba(255, 255, 255, 0.05))
    );
    background-image: -moz-linear-gradient(
            center bottom,
            rgba(0, 0, 0, 0.05) 15%,
            rgba(255, 255, 255, 0.05) 75%
    );
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
/*
#window .page .leaderboard .file .robots {
    display: block;
    float: none;
    overflow: hidden;
    width: auto;
    clear: both;
    margin: 0 8px 2px;
    veritcal-align: top;
    border: 0 none transparent;
    overflow: hidden;
}
*/
#window .page .leaderboard .file .points,
#window .page .leaderboard .file .records {
    position: absolute;
    text-align: right;
    min-width: 260px;
    margin: 0;
    color: #F2F2F2;
    font-size: 18px;
    line-height: 18px;
}
#window .page .leaderboard .file .points {
    top: 10px;
    right: 10px;
}
#window .page .leaderboard .file .records {
    top: 34px;
    right: 10px;
    font-size: 9px;
    line-height: 9px;
    width: 400px;
    text-transform: uppercase;
    color: #DEDEDE;
}
#window .page .leaderboard .file .points .padding {
    color: #969696;
}
#window .page .leaderboard .file .points .value {
    color: #EFEFEF;
}
#window .page .menu .back {
    display: block;
    margin: 20px auto 0 0;
    color: #ABABAB;
    text-align: center;
    cursor: pointer;
    _cursor: hand;
}
#window .page .menu .back:hover {
    text-decoration: underline;
}

#window .page .leaderboard .file .robots .sprite {
    position: static;
    float: left;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-color: rgba(0, 0, 0, 0.66);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 1px 1px 0;
}
#window .page .leaderboard .file .robots .sprite_base_80x80 {
    background-size: 32px 32px;
    background-position: -8px -8px;
}


#window .page .body_wrapper .pagelinks {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    position: relative;
    border: 1px solid transparent;
    background-color: #1e1e1e;
    padding: 6px 6px 2px;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
}
#window .page .body_wrapper .pagelinks.head {
    margin-bottom: 10px;
}
#window .page .body_wrapper .pagelinks.foot {
    margin-top: 10px;
}
#window .page .community .pagelinks.head {
    margin-bottom: 5px;
}
#window .page .community .pagelinks.foot {
    margin-top: 5px;
}
#window .page .body_wrapper .pagelinks .link {
    display: inline-block;
    margin: 0 4px 4px 0;
    padding: 3px 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #242424;
    color: #DEDEDE;
    min-width: 20px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}
#window .page .body_wrapper .pagelinks .link.active,
#window .page .body_wrapper .pagelinks .link:hover {
    background-color: #4e4e4e;
    text-decoration: underline;
}
#window .page .body_wrapper .pagelinks .link.prev,
#window .page .body_wrapper .pagelinks .link.next {
    min-width: 50px;
    font-size: 11px;
    border: 1px solid #1A1A1A;
    background-color: #222222;
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.15, rgba(0, 0, 0, 0.05)),
            color-stop(0.75, rgba(255, 255, 255, 0.05))
    );
    background-image: -moz-linear-gradient(
            center bottom,
            rgba(0, 0, 0, 0.05) 15%,
            rgba(255, 255, 255, 0.05) 75%
    );
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -website-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
#window .page .body_wrapper .pagelinks .link.prev {
    float: left;
}
#window .page .body_wrapper .pagelinks .link.next {
    float: right;
}
#window .page .body_wrapper .pagelinks .link.number,
#window .page .body_wrapper .pagelinks .link.bullet {
    min-height: 22px;
    line-height: 20px;
}
#window .page .body_wrapper .pagelinks .link.number {

}
#window .page .body_wrapper .pagelinks .link.bullet {

}


#window .page .leaderboard .playerlinks {
    display: block;
    margin: 0 auto;
    overflow: visible;
    text-align: center;
}
#window .page .leaderboard .playerlinks:after {
    content: "";
    display: block;
    margin: 0 auto;
    clear: both;
}



#window .page .leaderboard .subbody {

}
#window .page .leaderboard .subbody .divider {
    display: block;
    clear: both;
    background-color: transparent;
    border: 0 none transparent;
    color: transparent;
    border-bottom: 1px solid #464646;
    margin: 0 auto 10px;
}
#window .page .body .leaderboard .thread_subbody_full .avatar_userimage {
    margin-bottom: 10px !important;
}
#window .page .body .leaderboard .thread_subbody_full {
    min-height: 10px !important;
    _height: 10px !important;
}
#window .page .body .leaderboard .thread_right .bodytext {
    padding-right: 0 !important;
}
#window .page .body .leaderboard .subbody .bodytext.community_stats {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto 10px;
    overflow: hidden;
    padding-top: 0;
}
#window .page .leaderboard .subbody .bodytext .player_stats {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    color: #F0F0F0;
    font-size: 10px;
    line-height: 13px;
    width: 340px;
    border: 1px solid rgb(39, 39, 39);
    background-color: rgb(36, 36, 36);
    padding: 4px 8px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-sizing: border-box;
}
#window .page .leaderboard .subbody .player_stats .label {
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #F2F2F2;
    margin: 0 auto 2px 0;
}
#window .page .leaderboard .subbody .player_stats .records {
    display: block;
    color: #D2D2D2;
    margin: 0;
}
#window .page .leaderboard .subbody .player_stats .stat {
    display: inline-block;
    color: #B2B2B2;
    margin: 0 3px 0 0;
    padding: 0;
}
#window .page .leaderboard .subbody .player_stats .stat:after {
    content: "|";
    display: inline-block;
    color: #626262;
    margin: 0 0 0 6px;
    font-size: 8px;
    padding: 0;
}
#window .page .leaderboard .subbody .player_stats .stat:last-child:after {
    content: "";
    display: none;
}

#window .page .leaderboard .subbody .bodytext.player_links,
#window .page .leaderboard .subbody .bodytext.player_missions {
    display: block;
    margin: 0 auto 6px;
    overflow: hidden;
    clear: both;
    width: 100%;
    float: none;
}
#window .page .leaderboard .subbody .bodytext .player_float {
    display: block;
    float: left;
    width: 33%;
    margin: 0 0.3% 3px 0;
    box-sizing: border-box;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 3px 6px;
    font-size: 13px;
    line-height: 16px;
    overflow: hidden;
    color: #FFFFFF;
    cusor: pointer;
}
#window .page .leaderboard .subbody .bodytext .player_float:not(.active):not(:hover) {
    background-color: #464646 !important;
    text-shadow: 0 0 0 transparent;
}
#window .page .leaderboard .subbody .bodytext .player_float.active,
#window .page .leaderboard .subbody .bodytext .player_float:hover {
    text-decoration: none;
}
#window .page .leaderboard .subbody .bodytext .player_float.active .label,
#window .page .leaderboard .subbody .bodytext .player_float:hover .label {
    text-decoration: underline;
}
#window .page .leaderboard .subbody .bodytext .player_float .label {
    float: left;
    color: #FFFFFF;
}
#window .page .leaderboard .subbody .bodytext .player_float .count {
    float: right;
    color: #EFEFEF;
    color: rgba(255, 255, 255, 0.6);
}
#window .page .leaderboard .subbody .bodytext .player_float .count:before {
    content: "(";
}
#window .page .leaderboard .subbody .bodytext .player_float .count:after {
    content: ")";
}

#window .page .leaderboard .subbody .view_points {
    margin-top: 5px;
    /* padding-right: 20px; */
}
#window .page .leaderboard .subbody .view_points .points_table {
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
    border-spacing: 2px;
    border-collapse: separate;
    width: 100%;
}
#window .page .leaderboard .subbody .view_points .points_table thead th {
    position: relative;
    font-weight: normal;
    font-size: 120%;
    line-height: 1.2;
    text-align: left;
    padding: 0;
}
#window .page .leaderboard .subbody .view_points .points_table tfoot td {
    font-weight: normal;
    font-size: 120%;
    line-height: 1.2;
    text-align: left;
    padding: 0;
}
#window .page .leaderboard .subbody .view_points .points_table thead th .table_head,
#window .page .leaderboard .subbody .view_points .points_table tfoot td .table_foot {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    float: none;
    clear: both;
    font-size: inherit;
    font-weight: inherit;
    line-height: : inherit;
    text-align: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px;
    position: relative;
}
#window .page .leaderboard .subbody .view_points .points_table thead th .table_head:before,
#window .page .leaderboard .subbody .view_points .points_table tfoot td .table_foot:before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
#window .page .leaderboard .subbody .view_points .points_table thead th .table_head > span:not([class]),
#window .page .leaderboard .subbody .view_points .points_table tfoot td .table_foot > span:not([class]) {
    position: relative;
    z-index: 2;
    display: block;
    width: auto;
}
#window .page .leaderboard .subbody .view_points .points_table thead th a.toggle {
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 9px;
    right: 12px;
    text-align: center;
    font-size: 80%;
    color: #969696;
    cursor: pointer;
}
#window .page .leaderboard .subbody .view_points .points_table thead th a.toggle:hover {
    color: #efefef;
}
#window .page .leaderboard .subbody .view_points .points_table thead th a.toggle > span {
    display: inline-block;
    padding: 0 3px;
}
#window .page .leaderboard .subbody .view_points .points_table thead th a.toggle:before {
    content: "[";
}
#window .page .leaderboard .subbody .view_points .points_table thead th a.toggle:after {
    content: "]";
}
#window .page .leaderboard .subbody .view_points .points_table tfoot td .table_foot:after {
    content: "";
    display: block;
    clear: both;
}
#window .page .leaderboard .subbody .view_points .points_table tfoot td .table_foot .label {
    display: block;
    float: left;
    text-align: left;
}
#window .page .leaderboard .subbody .view_points .points_table tfoot td .table_foot .total {
    display: block;
    float: right;
    text-align: right;
}
#window .page .leaderboard .subbody table.points_table tr:nth-child(odd),
#window .page .leaderboard .subbody table.points_table tr:nth-child(even) {
    background-color: transparent;
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr.odd td {
    background-color: #242424;
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr.even td {
    background-color: #2e2e2e;
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr {

}
#window .page .leaderboard .subbody .view_points .points_table tbody tr td {
    padding: 5px 10px;
    text-align: right;
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr td.category {
    text-align: left;
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr td.category h5 {
    font-weight: bold;
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr td.category h5,
#window .page .leaderboard .subbody .view_points .points_table tbody tr td.category a {
    display: inline;
    margin-right: 6px;
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr.details {

}
#window .page .leaderboard .subbody .view_points .points_table tbody tr.details td {
    padding-bottom: 10px;
}

#window .page .leaderboard .subbody .view_points .points_table tbody tr.details > div,
#window .page .leaderboard .subbody .view_points .points_table tbody tr.details > p,
#window .page .leaderboard .subbody .view_points .points_table tbody tr.details ul {
    display: block;
    margin: 0 auto;
    padding: 5px 5px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 90%;
    line-height: 1.6;
    overflow: auto;
    position: relative;
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr.details ul {
    list-style: none;
    max-height: 400px;
    max-height: calc(100vh - 150px);
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr.details ul:after {
    content: "";
    display: block;
    clear: both;
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr.details ul li {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    padding: 0;
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr.details.veteran_bonus ul li {
    float: none;
    clear: both;
    text-align: left;
    padding: 5px;
    line-height: 1.8;
}

#window .page .leaderboard .subbody .view_points .points_table tbody tr.details.endless_waves_completed ul {
    max-height: none;
    overflow: visible;
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr.details.endless_waves_completed ul li {
    float: none;
    clear: both;
    text-align: left;
    padding: 2px 5px;
    line-height: 1.6;
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr.details.endless_waves_completed ul li > strong {
    color: #d4cdea;
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr.details.endless_waves_completed ul li .robot_team {
    padding: 0;
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr.details.endless_waves_completed ul li .robot_team:after {
    content: "";
    display: block;
    clear: both;
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr.details.endless_waves_completed ul li .robot_team .float {
    position: relative;
    margin: 0 5px 5px 0;
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr.details.endless_waves_completed ul li .robot_team .sprite {
    position: relative;
    pointer-events: none;
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr.details.hidden {
    display: none;
}

#window .page .leaderboard .subbody .view_points .points_table tbody tr td a.toggle {
    color: inherit;
    text-decoration: none;
    font-size: 90%;
    color: #969696;
    cursor: pointer;
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr td a.toggle:hover,
#window .page .leaderboard .subbody .view_points .points_table tbody tr td a.toggle.expanded {
    color: #efefef;
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr td a.toggle:before {
    content: "[";
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr td a.toggle:after {
    content: "]";
}
#window .page .leaderboard .subbody .view_points .points_table tbody tr td a.toggle > span {
    display: inline-block;
    text-align: center;
    width: 1em;
}


#window .page .leaderboard .subbody .text .thread_header_links,
#window .page .leaderboard .subbody .text .post_header_links {
    display: inline-block;
    font-size: 80%;
    float: right;
    margin-left: 20px;
    padding-left: 20px;
    text-align: right;
    min-width: 75px;
    white-space: nowrap;
}


/* -- EVENT STYLES? -- */

#window .page .event .option {
    display: block;
    float: left;
    height: 65px;
    width: 748px;
    margin: 0 0 3px 0;
    veritcal-align: top;
    border: 2px solid #1A1A1A;
    font-size: 10px;
    line-height: 65px;
    letter-spacing: 2px;
    /*text-transform: uppercase;*/
    text-decoration: none;
    padding: 0;
    border-radius: 0.75em;
    -moz-border-radius: 0.75em;
    -webkit-border-radius: 0.75em;
    cursor: pointer;
    _cursor: hand;
    color: #FFFFFF;
    background-position: center top;
    background-color: rgb(65,65,65);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.15, rgb(65,65,65)),
            color-stop(0.75, rgb(71,71,71))
    );
    background-image: -moz-linear-gradient(
            center bottom,
            rgb(65,65,65) 15%,
            rgb(71,71,71) 75%
    );
    text-shadow: 1px 1px 4px #333333;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -website-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
#window .page .event .option_message {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    box-shadow: 0 0 0 transparent;
    height: 58px !important;
    line-height: 58px !important;
}
#window .page .event .option_message,
#window .page .event .option_message * {
    cursor: default !important;
}
#window .page .event .option:hover {
    color: #FFFFFF;
}
#window .page .event .option_disabled {
    background-color: #595959;
    background-image: none;
    color: #CACACA;
}
#window .page .event .option_disabled:hover {
    background-color: #595959;
    background-image: none;
    color: #CACACA;
}
#window .page .event .option_wrapper_default .option_complete,
#window .page .event .option_wrapper_complete .option_complete {
    background-color: #595959;
    background-image: none;
    color: #CACACA;
    opacity: 0.45;
}
#window .page .event .option_wrapper_default .option_complete:hover,
#window .page .event .option_wrapper_complete .option_complete:hover {
    opacity: 0.75;
}
#window .page .event .option_wrapper_complete .option_complete {
    opacity: 0.75;
}
#window .page .event .option_wrapper_complete .option_complete:hover {
    opacity: 1.00;
}
#window .page .event .option_disabled {
    opacity: 0.2;
    cursor: default;
}
#window .page .event .option_hidden {
    display: none;
}
#window .page .event .option_back {
    height: 47px;
    line-height: 20px;
    border-color: #1A1A1A;
    background-color: #262626;
    background-image: none;
    color: #CACACA;
    position: absolute;
    bottom: 0;
    left: 8px;
    z-index: 20;
}
#window .page .event .option_back:hover {
    background-color: #292929;
}
#window .page .event .option_this-team-select {
    position: absolute;
    bottom: 54px;
    left: 8px;
}
#window .page .event .option_this-team-select .chrome label {
    width: 100px !important;
    margin-left: 460px !important;
    padding-left: 0 !important;
}
body.windowFlag_landscapeMode #window .page .event .option_this-team-select .chrome label,
body.mobileFlag_landscapeMode #window .page .event .option_this-team-select .chrome label {
    margin-left: 560px !important;
}
#window .page .event .option label {
    padding: 15px 50px;
    background-color: #2A2A2A;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
    border: 2px solid #373737;
    border-radius: 0.75em;
    -moz-border-radius: 0.75em;
    -webkit-border-radius: 0.75em;
    cursor: pointer;
    _cursor: hand;
    position: relative;
}
#window .page .event .option:hover label,
#window .page .event .option label:hover {
    background-color: #2D2D2D;
}
#window .page .event .option_1x1,
#window .page .event .option_1x2,
#window .page .event .option_1x3,
#window .page .event .option_1x4 {
    /*
    height: 73px;
    line-height: 73px;
    */
    margin-right: 3px;

    height: 68px;
    line-height: 68px;

}
#window .page .event .option_1x1 {
    width: 24%;
}
#window .page .event .option_1x2 {
    width: 49%;
}
#window .page .event .option_1x3 {
    width: 33%;
}
#window .page .event .option_1x4 {
    width: 99%;
    clear: right;
}
#window .page .event .option_scroll {
    position: absolute;
    float: none;
    width: 34px;
    height: 38px;
    line-height: 38px;
    top: 272px;
    border: 1px solid #2A2A2A;
    background-color: rgb(45,45,45);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.15, rgb(45,45,45)),
            color-stop(0.75, rgb(51,51,51))
    );
    background-image: -moz-linear-gradient(
            center bottom,
            rgb(45,45,45) 15%,
            rgb(51,51,51) 75%
    );
    box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    z-index: 100;
    opacity: 0.80;
    filter: alpha(opacity=80);
}
#window .page .event .option_scroll:hover {
    opacity: 1.00;
    filter: alpha(opacity=100);
}
#window .page .event .option_scroll_left {
    left: 12px;
    text-align: left;
    padding-left: 8px;
}
#window .page .event .option_scroll_right {
    right: 12px;
    text-align: right;
    padding-right: 8px;
}
#window .page .event .option_scroll .arrow {
    font-size: 20px;
}
#window .page .event .option_1x1 .chrome,
#window .page .event .option_1x2 .chrome,
#window .page .event .option_1x3 .chrome,
#window .page .event .option_1x4 .chrome {
    display: block;
    margin: 0;
    height: 52px;
    line-height: 52px;
    padding: 8px;
    border: 0 solid transparent;
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.75, rgba(255, 255, 255, 0.10)),
            color-stop(0.15, rgba(0, 0, 0, 0.30))

    );
    background-image: -moz-linear-gradient(
            center bottom,
            rgba(255, 255, 255, 0.10) 15%,
            rgba(0, 0, 0, 0.30) 75%
    );
    border-radius: 0.60em;
    -moz-border-radius: 0.60em;
    -webkit-border-radius: 0.60em;
}
#window .page .event .option_message .chrome {
    background-image: none;
    padding: 4px 0;
}
#window .page .event .option_1x1 .inset,
#window .page .event .option_1x2 .inset,
#window .page .event .option_1x3 .inset,
#window .page .event .option_1x4 .inset {
    display: block;
    margin: 0;
    padding: 0;
    background-color: rgba(38, 38, 38, 0.9);
    border: 1px solid #1A1A1A;
    border-radius: 0.75em 0.75em 0.75em 0.75em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.75, rgba(255, 255, 255, 0.05)),
            color-stop(0.15, rgba(0, 0, 0, 0.05))

    );
    background-image: -moz-linear-gradient(
            center bottom,
            rgba(255, 255, 255, 0.05) 15%,
            rgba(0, 0, 0, 0.05) 75%
    );
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
#window .page .event .option_message .inset {
    background-color: rgb(15, 15, 15);
}
#window .page .event .option_1x1 div label,
#window .page .event .option_1x2 div label,
#window .page .event .option_1x3 div label,
#window .page .event .option_1x4 div label,
#window .page .event .option_1x1:hover div label,
#window .page .event .option_1x2:hover div label,
#window .page .event .option_1x3:hover div label,
#window .page .event .option_1x4:hover div label,
#window .page .event .option_1x1 div:hover label,
#window .page .event .option_1x2 div:hover label,
#window .page .event .option_1x3 div:hover label,
#window .page .event .option_1x4 div:hover label,
#window .page .event .option_1x1 div label:hover,
#window .page .event .option_1x2 div label:hover,
#window .page .event .option_1x3 div label:hover,
#window .page .event .option_1x4 div label:hover {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    display: block;
    height: 13px;
    line-height: 13px;
    margin: 0 auto;
    padding: 0 7px;
    text-align: center;
    /*width: 106px;*/
    width: auto;
    height: 44px;
    line-height: 44px;
    text-shadow: 1px 1px 1px #000000;
}
#window .page .event .option_1x1 div label.has_image,
#window .page .event .option_1x2 div label.has_image,
#window .page .event .option_1x3 div label.has_image,
#window .page .event .option_1x4 div label.has_image {
    text-align: left;
}
#window .page .event .option .sprite {
    margin: 0;
    position: absolute;
}
#window .page .event .option_1x1:hover .sprite_40x40_base,
#window .page .event .option_1x1 div:hover .sprite_40x40_base,
#window .page .event .option_1x1 div label:hover .sprite_40x40_base,
#window .page .event .option_1x2:hover .sprite_40x40_base,
#window .page .event .option_1x2 div:hover .sprite_40x40_base,
#window .page .event .option_1x2 div label:hover .sprite_40x40_base,
#window .page .event .option_1x3:hover .sprite_40x40_base,
#window .page .event .option_1x3 div:hover .sprite_40x40_base,
#window .page .event .option_1x3 div label:hover .sprite_40x40_base,
#window .page .event .option_1x4:hover .sprite_40x40_base,
#window .page .event .option_1x4 div:hover .sprite_40x40_base,
#window .page .event .option_1x4 div label:hover .sprite_40x40_base {
    background-position: -40px 0;
}
#window .page .event .option_1x1:hover .sprite_80x80_base,
#window .page .event .option_1x1 div:hover .sprite_80x80_base,
#window .page .event .option_1x1 div label:hover .sprite_80x80_base,
#window .page .event .option_1x2:hover .sprite_80x80_base,
#window .page .event .option_1x2 div:hover .sprite_80x80_base,
#window .page .event .option_1x2 div label:hover .sprite_80x80_base,
#window .page .event .option_1x3:hover .sprite_80x80_base,
#window .page .event .option_1x3 div:hover .sprite_80x80_base,
#window .page .event .option_1x3 div label:hover .sprite_80x80_base,
#window .page .event .option_1x4:hover .sprite_80x80_base,
#window .page .event .option_1x4 div:hover .sprite_80x80_base,
#window .page .event .option_1x4 div label:hover .sprite_80x80_base {
    background-position: -80px 0;
}
#window .page .event .option_1x1:hover .sprite_160x160_base,
#window .page .event .option_1x1 div:hover .sprite_160x160_base,
#window .page .event .option_1x1 div label:hover .sprite_160x160_base,
#window .page .event .option_1x2:hover .sprite_160x160_base,
#window .page .event .option_1x2 div:hover .sprite_160x160_base,
#window .page .event .option_1x2 div label:hover .sprite_160x160_base,
#window .page .event .option_1x3:hover .sprite_160x160_base,
#window .page .event .option_1x3 div:hover .sprite_160x160_base,
#window .page .event .option_1x3 div label:hover .sprite_160x160_base,
#window .page .event .option_1x4:hover .sprite_160x160_base,
#window .page .event .option_1x4 div:hover .sprite_160x160_base,
#window .page .event .option_1x4 div label:hover .sprite_160x160_base {
    background-position: -160px 0;
}
#window .page .event .option_1x1 div label .multi,
#window .page .event .option_1x2 div label .multi,
#window .page .event .option_1x3 div label .multi,
#window .page .event .option_1x4 div label .multi {
    display: block;
    line-height: 11px;
    text-align: left;
    top: 1px;
}
#window .page .event .option_1x1 div label .maintext,
#window .page .event .option_1x2 div label .maintext,
#window .page .event .option_1x3 div label .maintext,
#window .page .event .option_1x4 div label .maintext {
    display: block;
    position: absolute;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    top: 3px;
    z-index: 20;
}
#window .page .event .option_1x1 div label .subtext,
#window .page .event .option_1x2 div label .subtext,
#window .page .event .option_1x3 div label .subtext,
#window .page .event .option_1x4 div label .subtext,
#window .page .event .option_1x1 div label .subtext2,
#window .page .event .option_1x2 div label .subtext2,
#window .page .event .option_1x3 div label .subtext2,
#window .page .event .option_1x4 div label .subtext2 {
    display: block;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 9px;
    line-height: 11px;
    opacity: 0.8;
    top: 16px;
    z-index: 20;
}
#window .page .event .option_1x1 div label .subtext2,
#window .page .event .option_1x2 div label .subtext2,
#window .page .event .option_1x3 div label .subtext2,
#window .page .event .option_1x4 div label .subtext2 {
    top: 28px;
}
#window .page .event .option_1x1 div label .arrow,
#window .page .event .option_1x2 div label .arrow,
#window .page .event .option_1x3 div label .arrow,
#window .page .event .option_1x4 div label .arrow {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 3px;
}
#window .page .event .option_this-team-select .count {
    text-transform: uppercase;
}


/* -- GALLERY PAGE STYLES -- */

#window .page .gallery {

}
#window .page .gallery {
    display: block;
    float: none;
    clear: left;
    text-align: left;
    height: auto;
    overflow: hidden;
}
#window .page .gallery .wrapper {
    display: block;
    height: auto;
    overflow: hidden;
}
#window .page_home .gallery .wrapper {
    margin-bottom: 6px;
}
#window .page .gallery .wrapper_full {
    height: auto;
    overflow: hidden;
}

#window .page .gallery .row {
    display: block;
    float: none;
    clear: both;
    width: auto;
    height: auto;
    margin: 0 auto 20px;
    padding: 0;
    text-align: left;
}
#window .page .gallery .row:after {
    content: "";
    display: block;
    clear: both;
}

#window .page .gallery .dateblock {
    display: block;
    float: none;
    clear: both;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0.20);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    overflow: hidden;
    position: relative;
    padding: 5px 10px;
    text-align: left;
    color: #FFFFFF;
    font-size: 120%;
    line-height: 1.2;
    margin: 0 0 5px;
}
#window .page .gallery .dateblock:after {
    content: "";
    display: block;
    clear: both;
}

#window .page .gallery .screenshot {
    display: block;
    box-sizing: border-box;
    float: left;
    margin: 0 5px 5px 0;
    width: calc((100% / 10) - 5px);
    height: auto;
    background-color: #3f3f3f;
    border: 2px solid #1A1A1A;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    transition: border-color 0.3s;
}
#window .page .gallery .screenshot:hover {
    border-color: #383838;
}
#window .page .gallery .screenshot > .wrap {
    display: block;
    width: auto;
    height: 0;
    padding-bottom: 100%;
    background-position: center top;
    background-size: 100% auto;
    background-size: cover;
    background-repeat: no-repeat;
}

#window .page .gallery .screenshot img {
    display: block;
    margin: 0;
    width: 100%;
    opacity: 0.75;
    display: none;
}
#window .page .gallery .screenshot:hover img {
    opacity: 1.00;
}
#window .page .gallery .screenshot .title,
#window .page .gallery .screenshot .date {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    color: #FFFFFF;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.60);
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    padding: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
}
#window .page .gallery .screenshot .title {
    bottom: -50%;
    height: auto;
    font-size: 10px;
    line-height: 1.3;
    padding: 4px;
    text-align: center;
    white-space: normal;
    transition: bottom 0.3s;
}
#window .page .gallery .screenshot:hover .title {
    bottom: 0;
}
#window .page .gallery .screenshot .date {
    display: none;
}
#window .page .gallery .screenshot:hover .title,
#window .page .gallery .screenshot:hover .date {
    opacity: 0.90;
}

/* -- DATABASE PAGE STYLES -- */

#window .page .subbody .float_link,
#window .page .subbody .float.link {
    margin: 2px 2px 0 0 !important;
    clear: none;
}
#window .page .subbody .float.link.inactive,
#window .page .subbody .float_link[rel=nofollow],
#window .page .subbody .sprite.link[rel=nofollow] {
    opacity: 0.90;
    filter: alpha(opacity=90);
}
#window .page .subbody .float_link *,
#window .page .subbody .float.link * {
    cursor: pointer !important;
    _cursor: pointer !important;
}
#window .page .subbody .float_link_active,
#window .page .subbody .float.link.active {
    opacity: 1.00;
    filter: alpha(opacity=100);
}
#window .page .subbody .float_link_inactive,
#window .page .subbody .float.link.inactive {
    opacity: 0.30;
    filter: alpha(opacity=30);
}
#window .page .subbody .float_link_inactive:hover,
#window .page .subbody .float.link.inactive:hover {
    opacity: 0.90;
    filter: alpha(opacity=90);
}
#window .page .subbody .float_link .sprite,
#window .page .subbody .float.link .sprite {
    width: 32px;
    height: 32px;
    margin: 1px !important;
    background-position: center center;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.66);
    border: 1px solid #1A1A1A;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    width: 20px;
    text-align: center;
    text-indent: 0;
    overflow: hidden;
    font-size: 10px;
    text-decoration: none !important;
    line-height: 12px;
}
#window .page .subbody .float_link[rel=nofollow] .sprite,
#window .page .subbody .float.link[rel=nofollow] .sprite,
#window .page .subbody .sprite.link[rel=nofollow] span {
    opacity: 0.25;
    filter: alpha(opacity=25);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#window .page .subbody .float_link .sprite span,
#window .page .subbody .float_link .sprite img,
#window .page .subbody .float.link .sprite span,
#window .page .subbody .float.link .sprite img {
    display: block;
    text-align: center;
    word-spacing: 9999px;
}
#window .page .subbody .float_link .sprite span,
#window .page .subbody .float.link .sprite span {
    display: block;
    width: 40px;
    height: 32px;
    padding-top: 8px;
    color: #F2F2F2 !important;
}
#window .page .subbody .float_link .sprite_size_40x40,
#window .page .subbody .float.link .sprite_size_40x40,
#window .page .subbody .float.link .sprite.size40 {

}
#window .page .subbody .float_link .sprite_size_40x40 span,
#window .page .subbody .float_link .sprite_size_40x40 img,
#window .page .subbody .float.link .sprite_size_40x40 span,
#window .page .subbody .float.link .sprite_size_40x40 img,
#window .page .subbody .float.link .sprite.size40 span,
#window .page .subbody .float.link .sprite.size40 img {
    margin-top: -4px;
    margin-left: -10px;
}
#window .page .subbody .float_link .sprite_size_80x80,
#window .page .subbody .float.link .sprite_size_80x80,
#window .page .subbody .float.link .sprite.size80 {

}
#window .page .subbody .float_link .sprite_size_80x80 span,
#window .page .subbody .float_link .sprite_size_80x80 img,
#window .page .subbody .float.link .sprite_size_80x80 span,
#window .page .subbody .float.link .sprite_size_80x80 img,
#window .page .subbody .float.link .sprite.size80 span,
#window .page .subbody .float.link .sprite.size80 img {
    margin-top: -24px;
    margin-left: -30px;
}
#window .page .body .subbody .float_link_group,
#window .page .body .subbody .float.link.group {
    float: left;
    padding: 1px 1px 3px 3px;
    margin: 0 6px 6px 0 !important;
    border: 1px solid #121212;
    background-color: #171717;
    border-radius: 0.3em;
}
#window .page .body .subbody .break,
#window .page .body .subbody .break {
    display: block;
    clear: both;
}

#window .page .subbody .this_sprite .sprite_player_sprite,
#window .page .subbody .this_sprite .sprite_robot_sprite,
#window .page .subbody .this_sprite .sprite_ability_sprite,
#window .page .subbody .this_sprite .sprite_type_sprite {
    margin: 0 0 15px 0 !important;
}

#window .page_leaderboard .event_triple {
    min-height: 0 !important;
}

#window .page .event .robot_container,
#window .page .event .ability_container,
#window .page .event .mission_container,
#window .page .event .description_container {
    display: block;
    float: right;
    padding-top: 2px;
    width: 100%;
    text-align: left;
    overflow: hidden;
    height: auto;
    min-height: auto;
}

#window .page .event .robot_name,
#window .page .event .ability_name,
#window .page .event .mission_name {
    display: inline-block;
    padding: 2px 10px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    color: #F2F2F2;
}
#window .page #robots .event .robot_name,
#window .page #abilities .event .ability_name {
    width: auto;
}
#window .page .event .ability_name {
    color: #FFFFFF;
}
#window .page .event .ability_stat sup {
    font-family: inherit;
    font-size: 10px;
    bottom: 4px;
    color: #ababab;
}


#window .page .event .robot_container,
#window .page .event .ability_container,
#window .page .event .mission_container,
#window .page .event .description_container {
    display: block;
    float: right;
    padding-top: 2px;
    width: 100%;
    text-align: left;
    overflow: hidden;
    height: auto;
    min-height: auto;
}

#window .page .event .robot_name,
#window .page .event .ability_name,
#window .page .event .mission_name {
    display: inline-block;
    padding: 2px 10px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    color: #F2F2F2;
}
#window .page #robots .event .robot_name,
#window .page #abilities .event .ability_name {
    width: auto;
}
#window .page .event .ability_name {
    color: #FFFFFF;
}


#window .page .event .robot_container,
#window .page .event .ability_container,
#window .page .event .mission_container {
    overflow: hidden;
}
#window .page .event .robot_container .robot_separator,
#window .page .event .ability_container .ability_separator,
#window .page .event .mission_container .mission_separator {
    margin: 0 auto 6px;
    padding: 0;
    float: none;
    clear: both;
    width: 100%;
    border-width: 1px 0;
    border-style: solid;
    border-color: rgb(26, 26, 26);
    font-size: 11px;
    color: #696969;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    /* cursor: pointer; */
    position: relative;
}
#window .page .event .robot_container .robot_separator:hover,
#window .page .event .ability_container .ability_separator:hover,
#window .page .event .mission_container .mission_separator:hover {
    background-color: rgba(255, 255, 255, 0.03);
    color: #969696;
}
#window .page .event .robot_container .robot_separator .count,
#window .page .event .ability_container .ability_separator .count,
#window .page .event .mission_container .mission_separator .count {
    padding-left: 5px;
    opacity: 0.50;
    filter: alpha(opacity=50);
    font-size: 11px;
    position: relative;
    bottom: 1px;
}
#window .page .event .robot_container .robot_separator .toggle,
#window .page .event .ability_container .ability_separator .toggle,
#window .page .event .mission_container .mission_separator .toggle {
    opacity: 0.50;
    filter: alpha(opacity=50);
    font-size: 11px;
    position: absolute;
    bottom: 1px;
}
#window .page .event .robot_container .robot_separator .toggle_left,
#window .page .event .ability_container .ability_separator .toggle_left,
#window .page .event .mission_container .mission_separator .toggle_left {
    left: 15px;
}
#window .page .event .robot_container .robot_separator .toggle_right,
#window .page .event .ability_container .ability_separator .toggle_right,
#window .page .event .mission_container .mission_separator .toggle_right {
    right: 15px;
}
#window .page .event .robot_container .robot_separator:hover .toggle,
#window .page .event .ability_container .ability_separator:hover .toggle,
#window .page .event .mission_container .mission_separator:hover .toggle {
    opacity: 1.00;
    filter: alpha(opacity=100);
}
#window .page .event .robot_container .robot_name,
#window .page .event .robot_container .robot_name *,
#window .page .event .ability_container .ability_name,
#window .page .event .ability_container .ability_name * {
    cursor: pointer;
    _cursor: hand;
}
#window .page .event .robot_container .robot_name,
#window .page .event .ability_container .ability_name {
    display: block;
    float: left;
    margin: 0 4px 8px 0;
    padding: 5px;
    width: 46.6%;
}
#window .page .event .robot_container .robot_name .chrome,
#window .page .event .ability_container .ability_name .chrome {
    display: block;
    overflow: hidden;
    border: 1px solid transparent;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.75);
    border-color: rgb(0, 0, 0);
    border-color: rgba(0, 0, 0, 0.75);
    padding: 4px;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
}
#window .page .event .robot_container .robot_name .mug,
#window .page .event .ability_container .ability_name .icon {
    float: left;
    margin: 0 5px 0 0;
    border: 1px solid #000000;
    border-color: rgba(0, 0, 0, 0.3);
    background-color: #292929;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#window .page .event .robot_container .robot_name .mug img,
#window .page .event .ability_container .ability_name .icon img {
    margin: -4px 0 0 -4px;
}
#window .page .event .robot_container .robot_name .mug img.size_40x40,
#window .page .event .ability_container .ability_name .icon img.size_40x40,
#window .page .event .robot_container .robot_name .mug img.size40,
#window .page .event .ability_container .ability_name .icon img.size40 {

}
#window .page .event .robot_container .robot_name .mug img.size_80x80,
#window .page .event .ability_container .ability_name .icon img.size_80x80,
#window .page .event .robot_container .robot_name .mug img.size80,
#window .page .event .ability_container .ability_name .icon img.size80 {
    margin: -24px 0 0 -24px;
}
#window .page .event .robot_container .robot_name .label,
#window .page .event .ability_container .ability_name .label {
    display: block;
    float: right;
    overflow: hidden;
    text-align: left;
    width: 85%;
    margin: 0 0 0;
    position: relative;
}
#window .page .event .ability_container .ability_class_mecha,
#window .page .event .ability_container .ability_class_boss {
    float: none;
    width: auto !important;
}
#window .page .event .ability_container .ability_class_mecha,
#window .page .event .ability_container .ability_class_mecha *,
#window .page .event .ability_container .ability_class_boss,
#window .page .event .ability_container .ability_class_boss * {
    cursor: default;
    _cursor: default;
}
#window .page .event .ability_container .ability_class_mecha .icon,
#window .page .event .ability_container .ability_class_boss .icon {
    display: none;
}
#window .page .event .ability_container .ability_class_mecha .label,
#window .page .event .ability_container .ability_class_boss .label {
    width: 98%;
}

#window .page .event .robot_container .robot_name .label .name,
#window .page .event .robot_container .robot_name .label .level,
#window .page .event .robot_container .robot_name .label .points,
#window .page .event .robot_container .robot_name .label .type,
#window .page .event .robot_container .robot_name .label .class,
#window .page .event .robot_container .robot_name .label .energy,
#window .page .event .robot_container .robot_name .label .attack,
#window .page .event .robot_container .robot_name .label .defense,
#window .page .event .robot_container .robot_name .label .speed,
#window .page .event .ability_container .ability_name .label .name,
#window .page .event .ability_container .ability_name .label .level,
#window .page .event .ability_container .ability_name .label .points,
#window .page .event .ability_container .ability_name .label .type,
#window .page .event .ability_container .ability_name .label .class,
#window .page .event .ability_container .ability_name .label .damage,
#window .page .event .ability_container .ability_name .label .recovery,
#window .page .event .ability_container .ability_name .label .accuracy {
    display: block;
    font-size: 13px;
    line-height: 100%;
    margin-bottom: 2px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    background-image: none;
}
#window .page .event .ability_container .ability_name .label .type {
    border-color: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}
#window .page .event .robot_container .robot_name .label .name,
#window .page .event .ability_container .ability_name .label .name {
    float: left;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
    text-align: left;
    width: 85%;
}
#window .page .event .robot_container .robot_name .label .level,
#window .page .event .robot_container .robot_name .label .points,
#window .page .event .ability_container .ability_name .label .level,
#window .page .event .ability_container .ability_name .label .points {
    float: right;
    text-align: right;
    width: 14%;
    font-weight: normal;
    clear: right;
    font-size: 10px;
    line-height: 16px;
    margin: 0 2px 6px auto;
}
#window .page .event .robot_container .robot_name .label .points {
    position: absolute;
    top: -1px;
    right: 0;
    width: 30%;
}
#window .page .event .robot_container .robot_name .label .robot_core,
#window .page .event .robot_container .robot_name .label .class,
#window .page .event .robot_container .robot_name .label .energy,
#window .page .event .robot_container .robot_name .label .attack,
#window .page .event .robot_container .robot_name .label .defense,
#window .page .event .robot_container .robot_name .label .speed,
#window .page .event .ability_container .ability_name .label .type,
#window .page .event .ability_container .ability_name .label .damage,
#window .page .event .ability_container .ability_name .label .recovery,
#window .page .event .ability_container .ability_name .label .accuracy {
    float: left;
    width: auto;
    margin-right: 4px;
    font-weight: normal;
    font-size: 10px;
    color: #969696;
    letter-spacing: 0;
}
#window .page .event .robot_container .robot_name .label .class {
    float: right;
}
#window .page .event .ability_container .ability_name .label .type:after,
#window .page .event .ability_container .ability_name .label .damage:after,
#window .page .event .ability_container .ability_name .label .recovery:after {
    content: " | ";
    color: #363636;
}
#window .page .event .robot_container .robot_name .label .type {

}
#window .page .event .robot_container .robot_name .label .robot_core {
    color: #EFEFEF;
    line-height: 100%;
    margin-bottom: 4px;
}
#window .page .event .robot_container .robot_name .label .energy,
#window .page .event .robot_container .robot_name .label .attack,
#window .page .event .robot_container .robot_name .label .defense,
#window .page .event .robot_container .robot_name .label .speed {
    padding: 0 2px;
    margin-right: 1%;
    color: #EFEFEF;
    line-height: 9px;
    position: relative;
    top: 2px;
    float: left;
    text-align: center;
}
#window .page .event .robot_container .robot_name .label .energy {
    clear: left;
}

#window .page .body .type_chart_filters {
    margin: 10px auto 0;
    font-size: 10px;
    line-height: 12px;
    overflow: hidden;
    padding: 10px 0 5px;
    border-bottom: 1px solid #1a1a1a;
}
#window .page .body .type_chart_filters .link {
    display: inline-block;
    float: none;
    clear: none;
    margin: 0;
    color: #CACACA;
    text-decoration: none;
}
#window .page .body .type_chart_filters .link:hover,
#window .page .body .type_chart_filters .link.active {
    color: #DEDEDE;
    text-decoration: underline;
}
#window .page .body .type_chart_filters .classes,
#window .page .body .type_chart_filters .flags {

}
#window .page .body .type_chart_filters .classes {
    float: left;
    text-align: left;
}
#window .page .body .type_chart_filters .flags {
    float: right;
    text-align: right;
}
#window .page .body .type_chart_filters .classes .pipe,
#window .page .body .type_chart_filters .classes .link {
    margin-right: 6px;
}
#window .page .body .type_chart_filters .flags .pipe,
#window .page .body .type_chart_filters .flags .link {
    margin-left: 6px;
}
#window .page .body .type_chart_filters .flags .link:hover {
    text-decoration: none;
}
#window .page .body .type_chart_filters .flags .link span.check {
    font-size: 16px;
    vertical-align: middle;
}

#window .page .body .type_chart_wrapper {
    overflow: hidden;
    padding-top: 10px;
}

#window .page .type_chart {
    margin: 0 1% 10px 0;
    width: 99%;
    box-sizing: border-box;
    float: left;
}
#window .page .type_chart_cores,
#window .page .type_chart_abilities {
    width: 49%;
}
#window .page .type_chart_weaknesses,
#window .page .type_chart_resistances,
#window .page .type_chart_affinities,
#window .page .type_chart_immunities {
    width: 24%;
}

#window .page .type_chart .chart_wrapper {
    padding-top: 15px;
}
#window .page .type_chart .category {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 2px;
}
#window .page .type_chart .counter {
    float: right;
    font-size: 10px;
    color: #CACACA;
}
#window .page .type_chart .wrapper {
    border: 1px solid #111111;
    background-color: #161616;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    overflow: hidden;
    clear: both;
}
#window .page .type_chart .wrapper table {
    table-layout: fixed;
}
#window .page .type_chart .wrapper table td {

}
#window .page .type_chart .type_percent {
    padding: 0 4px;
    font-size: 10px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#window .page .type_chart .type_percent .percent {
    display: inline;
}
#window .page .type_chart .type_percent .details {
    display: none;
}
#window .page .type_chart .type_label {
    padding: 0 4px;
    font-size: 9px;
    line-height: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#window .page .type_span,
#window .page .type_block {
    border: 0 none transparent;
    padding: 0 3px;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    /* line-height: 11px; */
    /* white-space: nowrap; */
    line-height: 1.6;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}
#window .page .type_block {
    border: 1px solid rgb(46,46,46);
    font-weight: bold;
    float: left;
    width: 134px;
    padding: 2px 3px;
    margin: 0 4px 4px 0;
    text-align: center;
}
body.windowFlag_landscapeMode #window .page .type_block {
    width: 86px;
}

#window .page .event .section_tabs {
    font-size: 14px;
    padding: 15px 5px 10px;
    text-align: left;
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 15px;
}
#window .page .event .section_tabs .link_inline,
#window .page .event .section_tabs .link_inline:hover,
#window .page .event .section_tabs .link_inline.active {
    text-decoration: none;
}
#window .page .event .section_tabs .link_inline:hover .wrap,
#window .page .event .section_tabs .link_inline.active .wrap {
    text-decoration: underline;
}
#window .page .event .section_tabs .link_inline:after {
    content: " | ";
    color: #393939;
    text-shadow: 0 0 0 transparent;
    padding: 0 9px 0 6px;
}
#window .page .event .section_tabs .link_inline:last-child:after {
    display: none;
}




#window .page .event .stat_container {
    margin: 5px auto 10px;
}

#window .page .event .stat_container th.top {
    font-weight: bold;
    font-size: 12px;
}
#window .page .event .stat_container th.sub {
    font-weight: normal;
    font-size: 10px;
}
#window .page .event .stat_container th.level {
    color: rgb(146, 130, 45);
}
#window .page .event .stat_container th.energy {
    color: rgb(107, 170, 107);
}
#window .page .event .stat_container th.attack {
    color: rgb(170, 102, 102);
}
#window .page .event .stat_container th.defense {
    color: rgb(109, 109, 177);
}
#window .page .event .stat_container th.speed {
    color: rgb(126, 101, 146);
}

#window .page .event .stat_container .left {
    text-align: left;
}
#window .page .event .stat_container .right {
    text-align: right;
}
#window .page .event .stat_container .center {
    text-align: center;
}
#window .page .event .stat_container .left:first-child {
    padding-left: 20px;
}
#window .page .event .stat_container .right:last-child {
    padding-right: 20px;
}

#window .page .event .stat_container td.min {
    font-size: 10px;
    font-weight: normal;
}
#window .page .event .stat_container td.max {
    font-size: 12px;
    font-weight: bold;
}
#window .page .event .stat_container td.level {
    background-color: rgba(146, 130, 45, 0.15);
}
#window .page .event .stat_container td.energy {
    background-color: rgba(107, 170, 107, 0.15);
}
#window .page .event .stat_container td.attack {
    background-color: rgba(170, 102, 102, 0.15);
}
#window .page .event .stat_container td.defense {
    background-color: rgba(109, 109, 177, 0.15);
}
#window .page .event .stat_container td.speed {
    background-color: rgba(126, 101, 146, 0.15);
}




/* PAGE-SPECIFIC STYLES */

#window .page_contact .form {
    display: block;
    overflow: hidden;
    margin: 10px 0 10px 10px;
}
#window .page_contact .form .field,
#window .page_contact .form .button {
    display: block;
    float: left;
    width: 49.5%;
    margin: 0 0 10px 0;
}
#window .page_contact .form .buttons {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
}
#window .page_contact .form .field_contact_message {
    width: 99%;
}
#window .page_contact .form .field .label {
    display: block;
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 13px;
}
#window .page_contact .form .field .text,
#window .page_contact .form .field .textarea {
    display: block;
    margin: 0 0 5px;
    padding: 3px;
    font-size: 13px;
    line-height: 16px;
    width: 96%;
    color: #F2F2F2;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background-color: rgba(0, 0, 0, 0.10);
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}
#window .page_contact .form .field .text:focus,
#window .page_contact .form .field .textarea:focus {
    color: #FFFFFF;
}
#window .page_contact .form .field_contact_message .textarea {
    width: 98%;
}
#window .page_contact .form .buttons .button {
    display: block;
    margin: 0;
    padding: 4px 50px;
    font-size: 13px;
    line-height: 16px;
    width: auto;
    color: #F2F2F2;
    border: 1px solid rgba(255, 255, 255, 0.075);
    background-color: rgba(255, 255, 255, 0.050);
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    cursor: pointer;
    _cursor: hand;
    -webkit-appearance: none;
}
#window .page_contact .form .buttons .button:hover {
    border: 1px solid rgba(255, 255, 255, 0.100);
    background-color: rgba(255, 255, 255, 0.075);
}


/* COMMUNITY PAGE STYLES */


#window .page .body .community .avatar {
    margin: 5px;
}
#window .page .body .community .avatar_40x40 {
    width: 40px;
    height: 40px;
}
#window .page .body .community .avatar_80x80 {
    width: 90px;
    height: 90px;
}

#window .page .body .community .avatar .sprite {
    background-repeat: no-repeat;
    pointer-events: none;
}
#window .page .body .community .avatar_40x40 .sprite_40x40 {
    margin: -5px 0 0;
}
#window .page .body .community .avatar_40x40 .sprite_80x80 {
    margin: -45px 0 0 -20px;
}
#window .page .body .community .avatar_80x80 .sprite_80x80 {
    margin: -9px 0 0;
    right: -5px;
    position: relative;
}
#window .page .body .community .avatar_80x80 .sprite_160x160 {
    width: 160px;
    height: 160px;
    margin: -85px 0 0 -30px;
}


#window .page .body .community .thread_posts_count,
#window .page .body .community .category_date_group {
    font-size: 13px;
    line-height: 13px;
    margin-top: 6px;
    overflow: hidden;
}

#window .page .body .community .category_date_group .toggle {
    display: block;
    float: right;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    width: 16px;
    text-align: center;
    padding: 0 2px;
    position: relative;
    top: -2px;
    right: -2px;
    cursor: pointer;
    _cursor: hand;
    color: rgb(104, 104, 104);
}
#window .page .body .community .category_date_group .toggle_expanded {
    line-height: 12px;
    border-color: rgba(255, 255, 255, 0.02);
    background-color: rgba(255, 255, 255, 0.03);
    color: rgb(94, 94, 94);
}
#window .page .body .community .category_date_group .toggle_collapsed {
    line-height: 14px;
    border-color: rgba(255, 255, 255, 0.03);
    background-color: rgba(255, 255, 255, 0.05);
}

#window .page .body .community .thread_subbody_small {
    text-align: left;
    padding: 5px;
    opacity: 0.50;
    cursor: pointer;
    margin: 2px 0;
}
#window .page .body .community .thread_subbody_small_nohover {
    margin: 30px 0 4px;
}
#window .page .body .community .thread_subbody_small_nohover,
#window .page .body .community .thread_subbody_small:hover {
    opacity: 1.00;
}
#window .page .body .community .thread_subbody_small .avatar_fieldback {
    opacity: 0.90;
    filter: alpha(opacity = 90);
    border-color: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    background-position: center center !important;
}
#window .page .body .community .thread_subbody_small .avatar_userimage {
    position: relative;
}
#window .page .body .community .thread_subbody_small .avatar_userimage_left {
    left: -52px;
    margin-right: -52px;
}
#window .page .body .community .thread_subbody_small .avatar_userimage_right {
    right: -52px;
    margin-left: -52px;
}
#window .page .body .community .thread_subbody_small {
    position: relative;
}
#window .page .body .community .thread_subbody_small .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    color: #ffffff;
}
#window .page .body .community .thread_subbody_small .icon.sticky {
    transform: rotate(20deg);
}
#window .page .body .community .thread_subbody_small .icon.locked {
    opacity: 0.5;
}


#window .page .body .community .thread_subbody_full {
    /*padding: 10px 10px 10px 15px;*/
    padding: 10px;
    min-height: 160px;
    _height: 160px;
}
#window .page .body .community .thread_subbody_full .avatar_fieldback {
    opacity: 0.75;
    filter: alpha(opacity = 75);
    border-color: transparent;
    border: 1px solid #1A1A1A !important;
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.15, rgba(0, 0, 0, 0.45)),
            color-stop(0.75, rgba(0, 0, 0, 0.25))
    );
    background-image: -moz-linear-gradient(
            center bottom,
            rgba(0, 0, 0, 0.45) 15%,
            rgba(0, 0, 0, 0.25) 75%
    );
}
#window .page .body .community .thread_subbody_full .avatar_fieldback .avatar_fieldback {
    opacity: 1.00;
    filter: alpha(opacity = 100);
    width: 68px;
    height: 68px;
    background-size: 342px 83px;
    margin: 10px;
    border: 1px solid #2A2A2A !important;
    background-color: #1A1A1A;
    background-position: center center;
}
#window .page .body .community .thread_subbody_full .avatar_userimage {
    position: relative;
    margin-bottom: 40px;
}
#window .page .body .community .thread_subbody_full_left .avatar_userimage {
    left: -102px;
    margin-right: -78px;
}
#window .page .body .community .thread_subbody_full_right .avatar_userimage {
    right: -102px;
    margin-left: -78px;
}
#window .page .body .community .thread_subbody_full div.textbody {
    padding: 6px 10px 10px;
    min-height: 150px;
    _height: 150px;
}


#window .page .body .community .post_subbody {
    background-color: rgba(255, 255, 255, 0.025);
    border-color: rgb(26, 26, 26);
    margin: 4px 0;
    padding: 6px 10px;
    position: relative;
    min-height: 100px;
    _height: 100px;
}
#window .page .body .community .post_subbody_left {
    text-align: left;
}
#window .page .body .community .post_subbody_right {
    text-align: right;
}
#window .page .body .community .post_subbody_deleted {
    min-height: 10px;
    _height: 10px;
}
#window .page .body .community .post_subbody .userblock {
    position: absolute;
    /*border: 1px solid rgba(255, 255, 255, 0.03);*/
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-width: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    padding: 2px 0;
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.15, rgba(0, 0, 0, 0.45)),
            color-stop(0.75, rgba(0, 0, 0, 0.25))
    );
    background-image: -moz-linear-gradient(
            center bottom,
            rgba(0, 0, 0, 0.45) 15%,
            rgba(0, 0, 0, 0.25) 75%
    );
}
#window .page .body .community .post_subbody_left .userblock {
    border-radius: 0.10em 0 0 0.10em;
    -moz-border-radius: 0.10em 0 0 0.10em;
    -webkit-border-radius: 0.10em 0 0 0.10em;
    border-width: 0 1px 0 0;
    left: 0;
}
#window .page .body .community .post_subbody_right .userblock {
    border-radius: 0 0.10em 0.10em 0;
    -moz-border-radius: 0 0.10em 0.10em 0;
    -webkit-border-radius: 0 0.10em 0.10em 0;
    border-width: 0 0 1px;
    right: 0;
}
#window .page .body .community .thread_subbody .userblock {
    position: relative;
    top: 22px;
    font-size: 10px;
    text-align: center;
}
#window .page .body .community .thread_subbody .userblock a,
#window .page .body .community .post_subbody .userblock a {
    color: #FFFFFF;
    text-decoration: none;
}
#window .page .body .community .thread_subbody .userblock a:hover,
#window .page .body .community .post_subbody .userblock a:hover {
    text-decoration: underline;
}
#window .page .body .community .post_subbody .userblock .name,
#window .page .body .community .post_subbody .userblock .counter {
    display: block;
    float: left;
    width: 90px;
    margin: 5px 5px 0;
    padding: 0 0 5px;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}
#window .page .body .community .thread_subbody .userblock .thread_username {
    display: block; line-height: 15px;
}
#window .page .body .community .thread_subbody .userblock .community_counters,
#window .page .body .community .thread_subbody .userblock .points_counter,
#window .page .body .community .thread_subbody .userblock .thread_counter,
#window .page .body .community .thread_subbody .userblock .post_counter,
#window .page .body .community .thread_subbody .userblock .victory_counter,
#window .page .body .community .thread_subbody .userblock .defeat_counter {
    font-size: 9px; line-height: 15px; color: #BABABA;
}
#window .page .body .community .thread_subbody .userblock .community_counters {
    line-height: 9px;
}
#window .page .body .community .thread_subbody .userblock .community_counters .thread_counter,
#window .page .body .community .thread_subbody .userblock .community_counters .post_counter {
    font-size: 8px;
    line-height: 9px;
}
#window .page .body .community .post_subbody .userblock .points_counter {
    color: #EFEFEF;
}
#window .page .body .community .post_subbody .userblock .thread_counter {

}
#window .page .body .community .post_subbody .userblock .post_counter {

}
#window .page .body .community .post_subbody .userblock .avatar {
    /*
    border-color: transparent;
    background-color: transparent;
    */
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 5px 5px;
    background-image: none;
    background-position: center -2px;
    background-repeat: no-repeat;
    background-size: 1124px 248px;
    border: 1px solid rgba(0, 0, 0, 0.30);
}
#window .page .body .community .post_subbody .userblock .avatar_fieldback {
    opacity: 0.90;
    filter: alpha(opacity = 90);
    border-color: rgba(0, 0, 0, 0.33);
    background-position: center center !important;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
#window .page .body .community .post_subbody .userblock .avatar_userimage {
    position: relative;
    top: -47px;
    margin-bottom: -47px;
}

#window .page .body .community .post_subbody .userblock .counter {
    margin: 0 5px;
    padding-bottom: 2px;
    text-align: center;
    font-size: 9px;
    line-height: 10px;
    color: #BABABA;
}
#window .page .body .community .post_subbody .userblock .points_counter {
    font-size: 9px;
    color: #EFEFEF;
}
#window .page .body .community .post_subbody .userblock .community_counters {
    font-size: 8px;
    color: #BABABA;
}

#window .page .body .community .post_subbody .postblock {
    padding-bottom: 20px;
    overflow: hidden;
}
#window .page .body .community .post_subbody .postblock > .subheader {
    margin-bottom: 6px;
    padding: 10px;
}
#window .page .body .community .post_subbody_left .postblock > .subheader {
    margin-left: 96px;
}
#window .page .body .community .post_subbody_right .postblock > .subheader {
    margin-right: 96px;
}
#window .page .body .community .post_subbody .postreply {
    color: #565656;
    position: absolute;
    bottom: 4px;
    text-decoration: none;
    font-size: 10px;
}
#window .page .body .community .post_subbody .postreply.right {
    right: 46px;
}
#window .page .body .community .post_subbody .postreply.left {
    left: 46px;
}
#window .page .body .community .post_subbody .postscroll {
    color: #565656;
    position: absolute;
    bottom: 4px;
    text-decoration: none;
    font-size: 10px;
}
#window .page .body .community .post_subbody .postscroll.right {
    right: 12px;
}
#window .page .body .community .post_subbody .postscroll.left {
    left: 12px;
}
#window .page .body .community .link_inline {
    display: inline;
    float: none;
    clear: none;
    margin: 0;
    text-decoration: underline;
}
#window .page .body .community .link_image {
    display: block;
    margin: 10px auto 10px 0;
    text-decoration: none;
    max-width: 600px;
    max-height: 300px;
}
#window .page .body .community .link_image img {
    display: block;
    margin: 0;
    max-width: 600px;
    max-height: 300px;
}
#window .page .body .community .link_image_inline {
    display: inline-block;
    zoom: 1;
    text-decoration: none;
    max-width: 600px;
    max-height: 300px;
}
#window .page .body .community .link_image_inline img {
    display: inline-block;
    margin: 0;
    max-width: 600px;
    max-height: 300px;
}

#window .page .body .community .formatting {
    float: right;
    text-align: right;
    font-family: Courier New;
    padding-right: 8px;
}
#window .popup_overlay .body .community .formatting {
    float: none;
    clear: both;
    text-align: left;
}
#window .page .body .community .formatting h3 {
    display: block;
    margin: 0 auto 10px;
    font-family: Arial, Verdana;
    font-size: 130%;
    line-height: 1.4;
    font-weight: bold;
    background-color: #101010;
    padding: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#window .page .body .community .formatting .toggle,
#window .page .body .community .formatting a[data-popup] {
    margin: 4px 0 8px auto;
    text-decoration: none;
    color: #BABABA;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
}
#window .page .body .community .formatting .toggle:hover,
#window .page .body .community .formatting a[data-popup]:hover {
    text-decoration: underline;
}
#window .page .body .community .formatting .toggle:hover,
#window .page .body .community .formatting a[data-popup]:hover,
#window .page .body .community .formatting_expanded .toggle {
    color: #EAEAEA;
}

#window .page .body .community .formatting a[data-popup] {
    display: inline-block;
    margin: 0 0 0 5px;
    background-color: #333333;
    border: 1px solid #3f3f3f;
    padding: 3px 6px;
    font-family: Arial;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}
#window .page .body .community .formatting a[data-popup]:hover {
    background-color: #363636;
    color: #dedede;
    text-decoration: none;
}
#window .page .body .community .formatting a[data-popup].hidden {
    display: none;
}

#window .page .body .community .formatting .wrapper {
    font-size: 12px;
    line-height: 14px;
}

#window .page .body .form .community .formatting {
    margin-bottom: 0;
}

#window .community_formatting_markup {
    display: none;
}

#window .page .body .community .sprite_image {
    display: inline-block;
    zoom: 1;
    text-decoration: none;
    width: 32px;
    height: 32px;
    max-width: 32px;
    max-height: 32px;
    line-height: 32px;
    vertical-align: text-bottom;
    position: relative;
}
#window .page .body .community .sprite_image_40x40 img {
    display: inline-block;
    margin-top: -4px;
    margin-left: -4px;
}
#window .page .body .community .sprite_image_40x40 span {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-top: -6px;
    margin-left: -3px;
}
#window .page .body .community .sprite_image_40x40 span img {
    margin-top: 0;
    margin-left: 0;
}
#window .page .body .community .sprite_image_40x40_base span img,
#window .page .body .community .sprite_image_40x40_01 span img { margin-left: 0; }
#window .page .body .community .sprite_image_40x40_taunt span img,
#window .page .body .community .sprite_image_40x40_02 span img { margin-left: -40px; }
#window .page .body .community .sprite_image_40x40_victory span img,
#window .page .body .community .sprite_image_40x40_03 span img { margin-left: -80px; }
#window .page .body .community .sprite_image_40x40_defeat span img,
#window .page .body .community .sprite_image_40x40_04 span img { margin-left: -120px; }
#window .page .body .community .sprite_image_40x40_shoot span img,
#window .page .body .community .sprite_image_40x40_05 span img { margin-left: -160px; }
#window .page .body .community .sprite_image_40x40_throw span img,
#window .page .body .community .sprite_image_40x40_06 span img { margin-left: -200px; }
#window .page .body .community .sprite_image_40x40_summon span img,
#window .page .body .community .sprite_image_40x40_07 span img { margin-left: -240px; }
#window .page .body .community .sprite_image_40x40_slide span img,
#window .page .body .community .sprite_image_40x40_08 span img { margin-left: -280px; }
#window .page .body .community .sprite_image_40x40_defend span img,
#window .page .body .community .sprite_image_40x40_09 span img { margin-left: -320px; }
#window .page .body .community .sprite_image_40x40_damage span img,
#window .page .body .community .sprite_image_40x40_10 span img { margin-left: -360px; }
#window .page .body .community .sprite_image_40x40_base2 span img,
#window .page .body .community .sprite_image_40x40_11 span img { margin-left: -400px; }


#window .page .body .community .player.sprite_image_40x40_base span img,
#window .page .body .community .player.sprite_image_40x40_01 span img { margin-left: 0; }
#window .page .body .community .player.sprite_image_40x40_taunt span img,
#window .page .body .community .player.sprite_image_40x40_02 span img { margin-left: -40px; }
#window .page .body .community .player.sprite_image_40x40_victory span img,
#window .page .body .community .player.sprite_image_40x40_03 span img { margin-left: -80px; }
#window .page .body .community .player.sprite_image_40x40_defeat span img,
#window .page .body .community .player.sprite_image_40x40_04 span img { margin-left: -120px; }
#window .page .body .community .player.sprite_image_40x40_command span img,
#window .page .body .community .player.sprite_image_40x40_05 span img { margin-left: -160px; }
#window .page .body .community .player.sprite_image_40x40_damage span img,
#window .page .body .community .player.sprite_image_40x40_06 span img { margin-left: -200px; }
#window .page .body .community .player.sprite_image_40x40_base2 span img,
#window .page .body .community .player.sprite_image_40x40_07 span img { margin-left: -240px; }
#window .page .body .community .player.sprite_image_40x40_xxx span img,
#window .page .body .community .player.sprite_image_40x40_08 span img { margin-left: -280px; }
#window .page .body .community .player.sprite_image_40x40_xxx span img,
#window .page .body .community .player.sprite_image_40x40_09 span img { margin-left: -320px; }
#window .page .body .community .player.sprite_image_40x40_xxx span img,
#window .page .body .community .player.sprite_image_40x40_10 span img { margin-left: -360px; }
#window .page .body .community .player.sprite_image_40x40_xxx span img,
#window .page .body .community .player.sprite_image_40x40_11 span img { margin-left: -400px; }


#window .page .body .community .shop.sprite_image_40x40_base span img,
#window .page .body .community .shop.sprite_image_40x40_01 span img { margin-left: 0; }
#window .page .body .community .shop.sprite_image_40x40_base2 span img,
#window .page .body .community .shop.sprite_image_40x40_02 span img { margin-left: -40px; }
#window .page .body .community .shop.sprite_image_40x40_xxx span img,
#window .page .body .community .shop.sprite_image_40x40_03 span img { margin-left: -80px; }
#window .page .body .community .shop.sprite_image_40x40_xxx span img,
#window .page .body .community .shop.sprite_image_40x40_04 span img { margin-left: -120px; }
#window .page .body .community .shop.sprite_image_40x40_xxx span img,
#window .page .body .community .shop.sprite_image_40x40_05 span img { margin-left: -160px; }
#window .page .body .community .shop.sprite_image_40x40_xxx span img,
#window .page .body .community .shop.sprite_image_40x40_06 span img { margin-left: -200px; }
#window .page .body .community .shop.sprite_image_40x40_xxx span img,
#window .page .body .community .shop.sprite_image_40x40_07 span img { margin-left: -240px; }
#window .page .body .community .shop.sprite_image_40x40_xxx span img,
#window .page .body .community .shop.sprite_image_40x40_08 span img { margin-left: -280px; }
#window .page .body .community .shop.sprite_image_40x40_xxx span img,
#window .page .body .community .shop.sprite_image_40x40_09 span img { margin-left: -320px; }
#window .page .body .community .shop.sprite_image_40x40_xxx span img,
#window .page .body .community .shop.sprite_image_40x40_10 span img { margin-left: -360px; }
#window .page .body .community .shop.sprite_image_40x40_xxx span img,
#window .page .body .community .shop.sprite_image_40x40_11 span img { margin-left: -400px; }

#window .page .body .community .sprite_image_80x80 img {
    display: inline-block;
    margin-top: -24px;
    margin-left: -24px;
}
#window .page .body .community .sprite_image_80x80 span {
    display: inline-block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-top: -46px;
    margin-left: -23px;
}
#window .page .body .community .sprite_image_80x80 span img {
    margin-top: 0;
    margin-left: 0;
}
#window .page .body .community .sprite_image_80x80_base span img,
#window .page .body .community .sprite_image_80x80_01 span img { margin-left: 0; }
#window .page .body .community .sprite_image_80x80_taunt span img,
#window .page .body .community .sprite_image_80x80_02 span img { margin-left: -80px; }
#window .page .body .community .sprite_image_80x80_victory span img,
#window .page .body .community .sprite_image_80x80_03 span img { margin-left: -160px; }
#window .page .body .community .sprite_image_80x80_defeat span img,
#window .page .body .community .sprite_image_80x80_04 span img { margin-left: -240px; }
#window .page .body .community .sprite_image_80x80_shoot span img,
#window .page .body .community .sprite_image_80x80_05 span img { margin-left: -320px; }
#window .page .body .community .sprite_image_80x80_throw span img,
#window .page .body .community .sprite_image_80x80_06 span img { margin-left: -400px; }
#window .page .body .community .sprite_image_80x80_summon span img,
#window .page .body .community .sprite_image_80x80_07 span img { margin-left: -480px; }
#window .page .body .community .sprite_image_80x80_slide span img,
#window .page .body .community .sprite_image_80x80_08 span img { margin-left: -560px; }
#window .page .body .community .sprite_image_80x80_defend span img,
#window .page .body .community .sprite_image_80x80_09 span img { margin-left: -640px; }
#window .page .body .community .sprite_image_80x80_damage span img,
#window .page .body .community .sprite_image_80x80_10 span img { margin-left: -720px; }
#window .page .body .community .sprite_image_80x80_base2 span img,
#window .page .body .community .sprite_image_80x80_11 span img { margin-left: -800px; }

#window .page .body .community .thread_subbody_hidden,
#window .page .body .community .post_subbody_hidden {
    display: none !important;
}
#window .page .body .community .thread_subbody_compact {
    float: left;
    overflow: hidden;
    text-align: left;
    margin: 2px 2px 0 0;
    box-sizing: border-box;
    width: 48%;
    width: calc(50% - 2px);
    min-height: 56px;
    opacity: 0.50;
    cursor: default;
}
#window .page .body .community .thread_subbody_compact:nth-child(even) {
    margin-right: 0;
    width: 50%;
}
#window .page .body .community:hover .thread_subbody_compact:hover {
    opacity: 1.00;
}
#window .page .body .community .thread_subbody .thread_linkblock {
    padding: 3px 0 5px 60px;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    background-color: rgb(46, 46, 46);
    background-color: rgba(0, 0, 0, 0.6);
    min-height: 46px;
}
#window .page .body .community .thread_subbody .thread_linkblock_left {

}
#window .page .body .community .thread_subbody .thread_linkblock_right {
    text-align: right;
}
#window .page .body .community .thread_subbody .thread_linkblock .link {
    display: block;
    float: none;
    clear: none;
    padding: 0 0 6px;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}
#window .page .body .community .thread_subbody .thread_linkblock .link span,
#window .page .body .community .thread_subbody .thread_linkblock .link a {
    text-decoration: none;
    cursor: pointer;
}
#window .page .body .community .thread_subbody .thread_linkblock .link span:hover,
#window .page .body .community .thread_subbody .thread_linkblock .link a:hover {
    text-decoration: underline;
}
#window .page .body .community .thread_path,
#window .page .body .community .thread_title {
    overflow: hidden;
}
#window .page .body .community .thread_path .wrap,
#window .page .body .community .thread_title .name,
#window .page .body .community .thread_title .date {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#window .page .body .community .thread_path .link,
#window .page .body .community .thread_path .pipe {
    display: inline-block;
    float: left;
}
#window .page .body .community .thread_title .name {
    font-size: 120%;
    line-height: 120%;
    white-space: normal;
    margin: 0 auto;
}
#window .page .body .community .thread_title .date {
    font-size: 80%;
}
#window .page .body .community .thread_subbody .thread_linkblock .info {
    margin: 0 0 3px;
    font-size: 12px;
    line-height: 12px;
    opacity: 0.75;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#window .page .body .community .thread_subbody .thread_linkblock_right .info {
    text-align: right;
}
#window .page .body .community .thread_subbody .thread_linkblock .info .modified {
    padding-left: 20px;
    color: rgb(119, 119, 119);
    letter-spacing: 1px;
    font-size: 10px;
}
#window .page .body .community .thread_subbody .thread_linkblock .count {
    margin: 5px 0 0;
    font-size: 10px;
    line-height: 10px;
    opacity: 0.75;
}
#window .page .body .community .thread_subbody .thread_linkblock .info .player_type,
#window .page .body .community .thread_subbody .thread_linkblock .comments,
#window .page .body .community .thread_subbody .thread_linkblock .newpost {
    padding: 0 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#window .page .body .community .thread_subbody .thread_linkblock .comments {
    text-decoration: none;
}
#window .page .body .community .thread_subbody .thread_linkblock .comments:hover {
    text-decoration: underline;
}
#window .page .body .community .thread_subbody .thread_linkblock .newpost {
    margin-left: 6px;
    color: rgb(255, 251, 158);
    color: #FFFFFF;
    letter-spacing: 1px;
}
#window .page .body .community .thread_subbody .thread_linkblock .newpost.author {
    letter-spacing: 0;
}

#window .page .body .community .thread_posts_count {

}
#window .page .body .community .thread_posts_count .thread_posts_total {
    float: left;
    text-align: left;
    margin-right: 6px;
    font-weight: normal;
}
#window .page .body .community .thread_posts_count.haslinks .thread_posts_total:after {
    content: "|";
    padding-left: 6px;
    opacity: 0.3;
    filter: alpha(opacity = 33);
    font-size: 10px;
    position: relative;
    bottom: 2px;
}
#window .page .body .community .thread_posts_count .thread_posts_pages {
    float: none;
    text-align: left;
    font-size: 11px;
    letter-spacing: 2px;
}
#window .page .body .community .thread_posts_count .thread_posts_pages a {
    color: #EFEFEF;
    cursor: pointer;
    text-decoration: none;
    opacity: 0.6;
    filter: alpha(opacity = 66);
}
#window .page .body .community .thread_posts_count .thread_posts_pages a:hover,
#window .page .body .community .thread_posts_count .thread_posts_pages a.active {
    color: #FFFFFF;
    text-decoration: underline;
    opacity: 1.0;
    filter: alpha(opacity = 100);
}


#window .page .body .community .thread_subbody .published,
#window .page .body .community .post_subbody .published {
    font-size: 11px;
    line-height: 11px;
    color: rgb(146, 146, 146);
    clear: left;
}
#window .page .body .community .thread_subbody .published {
    font-size: 12px;
    line-height: 12px;
}
#window .page .body .community .thread_subbody .options,
#window .page .body .community .post_subbody .options {
    float: right;
    width: auto;
    font-size: 11px;
    line-height: 11px;
    color: rgb(90, 90, 90);
    display: inline;
}
#window .page .body .community .thread_subbody .options a,
#window .page .body .community .post_subbody .options a {
    color: rgb(102, 102, 102);
    text-decoration: none;
}
#window .page .body .community .thread_subbody .options a:hover,
#window .page .body .community .post_subbody .options a:hover {
    text-decoration: underline;
}
#window .page .body .community .post_subbody .published {
    margin: 0;
    border: 1px solid #252525;
    background-color: #282828;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 3px 10px;
}
#window .page .body .community .post_subbody_left .published {
    display: block;
    overflow: hidden;
    margin: 0 0 6px 91px;
    padding-left: 10px;
    border-left: 0 none transparent;
    border-radius: 0 0.3em 0.3em 0;
    -moz-border-radius: 0 0.3em 0.3em 0;
    -webkit-border-radius: 0 0.3em 0.3em 0;
}
#window .page .body .community .post_subbody_right .published {
    margin: 0 91px 6px 0;
    padding-right: 10px;
    border-right: 0 none transparent;
    border-radius: 0.3em 0 0 0.3em;
    -moz-border-radius: 0.3em 0 0 0.3em;
    -webkit-border-radius: 0.3em 0 0 0.3em;
}

#window .page .body .community .post_subbody .published .full {
    display: block;
}
#window .page .body .community .post_subbody .published .short {
    display: none;
}
#window .page .body .community .post_subbody .published .key,
#window .page .body .community .post_subbody .published .date,
#window .page .body .community .post_subbody .published .modified,
#window .page .body .community .post_subbody .published .new {

}
#window .page .body .community .post_subbody .published .key {
    float: none;
    color: #565656;
    padding-left: 6px;
}
#window .page .body .community .post_subbody .published .key.right {
    float: right;
}
#window .page .body .community .post_subbody .published .key.left {
    float: left;
}
#window .page .body .community .post_subbody .published .date {

}
#window .page .body .community .post_subbody .published .modified {
    padding-left: 20px;
    color: rgb(119, 119, 119);
    font-size: 10px;
}
#window .page .body .community .post_subbody .published .new {
    padding-left: 10px;
    color: rgb(187, 184, 115);
    letter-spacing: 1px;
}
#window .page .body .community .post_subbody .published .modified:before,
#window .page .body .community .post_subbody .published .new:before {
    content: "(";
    padding-right: 2px;
}
#window .page .body .community .post_subbody .published .modified:after,
#window .page .body .community .post_subbody .published .new:after {
    content: ")";
    padding-left: 2px;
}
#window .page .body .community .bodytext {
    margin: 0 0 6px;
    padding-left: 100px;
}
#window .page .body .community .thread_subbody .bodytext {
    margin: 0 0 6px;
}
#window .page .body .community .thread_left .bodytext {
    padding-left: 121px;
    padding-right: 0;
}
#window .page .body .community .thread_right .bodytext {
    padding-left: 0;
    padding-right: 121px;
}
#window .page .body .community .thread_subbody_full .bodytext {
    padding-right: 0;
    padding-left: 0;
}
#window .page .body .community .post_left .bodytext {
    padding-left: 100px;
    padding-right: 0;
}
#window .page .body .community .post_right .bodytext {
    padding-left: 0;
    padding-right: 100px;
}

#window .page .body .community .search_form {
  display: block;
  margin: 0 auto 10px;
  padding-top: 4px;
}
#window .page .body .community .search_form:after {
    content: "";
    display: block;
    clear: both;
}
#window .page .body .community .search_form .divider {
    display: block;
    margin: 10px 5px;
    clear: both;
    color: transparent;
    background-color: transparent;
    border: 0 none transparent;
    height: 1px;
    border-bottom: 1px solid #1A1A1A;
}
#window .page .body .community .search_form .section {
    display: block;
    margin: 0 1% 1% 0;
    width: 49%;
    float: left;
}
#window .page .body .community .search_form .section.left {
    clear: left;
}
#window .page .body .community .search_form .subheader {
    display: block;
    margin: 0 auto 10px;
}
#window .page .body .community .search_form .field {
    display: block;
    margin: 0 auto 4px;
    padding: 0;
}
#window .page .body .community .search_form .label {
    display: block;
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 13px;
}
#window .page .body .community .search_form .textinput,
#window .page .body .community .search_form .textarea,
#window .page .body .community .search_form .select {
    display: block;
    margin: 0 0 5px;
    padding: 3px;
    font-size: 13px;
    line-height: 16px;
    width: 96%;
    color: #F2F2F2;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background-color: rgba(0, 0, 0, 0.10);
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}
#window .page .body .community .search_form .textinput:focus,
#window .page .body .community .search_form .textarea:focus {
    color: #FFFFFF;
}
#window .page .body .community .search_form .textarea {
    width: 98%;
}
#window .page .body .community .search_form .button {
    display: block;
    margin: 0;
    padding: 4px 50px;
    font-size: 13px;
    line-height: 16px;
    width: auto;
    color: #F2F2F2;
    border: 1px solid rgba(255, 255, 255, 0.075);
    background-color: rgba(255, 255, 255, 0.050);
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    cursor: pointer;
    _cursor: hand;
    -webkit-appearance: none;
}
#window .page .body .community .search_form .button:hover {
    border: 1px solid rgba(255, 255, 255, 0.100);
    background-color: rgba(255, 255, 255, 0.075);
}


#window .page .body .community .search_form .textinput {

}
#window .page .body .community .search_form .textarea {

}
#window .page .body .community .search_form .select {
    overflow: hidden;
    padding-right: 3px;
}
#window .page .body .community .search_form .select option {
    padding: 3px 6px;
}
#window .page .body .community .search_form .option {

}
#window .page .body .community .search_form .option .radio {

}
#window .page .body .community .search_form .option .checkbox {

}
#window .page .body .community .search_form .option .label {
    display: inline-block;
    vertical-align: middle;
}
#window .page .body .community .search_form .buttons {
    float: none;
    clear: left;
    text-align: center;
    margin-top: 20px;
}
#window .page .body .community .search_form .buttons .button {
    float: left;
    font-size: 120%;
    margin: 0 10px 10px 0;
    text-decoration: none;
}
#window .page .body .community .search_form .buttons .submit {

}
#window .page .body .community .search_results {
    display: block;
    clear: both;
    font-size: 120%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
#window .page .body .community .search_results:after {
    content: "";
    display: block;
    clear: both;
}
#window .page .body .community .search_results .count {
    display: block;
    float: left;
}
#window .page .body .community .search_results .count .total {
    display: block;
    font-size: 90%;
}
#window .page .body .community .search_results .pages {
    display: block;
    float: right;
    text-align: right;
    max-width: calc(100% - 130px);
}
#window .page .body .community .search_results .pages .label {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    font-size: 14px;
    line-height: inherit;
    text-align: right;
    display: none;
}
#window .page .body .community .search_results .pages .link {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    line-height: inherit;
    margin-left: 6px;
    color: #EFEFEF;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    padding: 0 3px;
    min-width: 22px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#window .page .body .community .search_results .pages .link:hover,
#window .page .body .community .search_results .pages .link.active {
    color: #FFFFFF;
    text-decoration: underline;
    background-color: rgba(255, 255, 255, 0.3);
}
#window .page .body .community .search_results_before {
    display: block;
    margin: 20px auto 10px;
}
#window .page .body .community .search_results_after {
    display: block;
    margin: 10px auto 20px;
}
#window .page .body .community .search_results_after .count {
    display: none;
}

#window .page .body .bodytext p,
#window .page .body .bodytext div {
    margin: 0 0 13px;
}
#window .page .body .bodytext > p,
#window .page .body .bodytext > div {
    font-size: 13px;
    line-height: 19px;
}
#window .page .body .bodytext > p:after,
#window .page .body .bodytext > div:after {
    content: "";
    display: block;
    clear: both;
}
#window .page .body .bodytext .type {
    padding: 0 5px;
    font-size: 12px;
}
#window .page .body .bodytext .type a {
    text-decoration: none;
}
#window .page .body .bodytext .type a:hover {
    text-decoration: underline;
}
#window .page .body .bodytext .type_panel,
#window .page .body .bodytext .field_panel,
#window .page .body .bodytext .colour_panel {
    display: block;
    float: none;
    clear: both;
    width: auto;
    padding: 6px 8px;
    margin: 10px auto;
    background: rgb(65,65,65) none scroll no-repeat 0 0;
    -webkit-border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    border-radius: 0.6em;
    border: 1px solid rgb(46,46,46);
    font-weight: normal;
    white-space: normal;
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    box-sizing: border-box;
}
#window .page .body .bodytext .type_panel:first-child,
#window .page .body .bodytext .field_panel:first-child,
#window .page .body .bodytext .colour_panel:first-child {
    margin-top : 0;
}
#window .page .body .bodytext .type_panel:last-child,
#window .page .body .bodytext .field_panel:last-child,
#window .page .body .bodytext .colour_panel:last-child {
    margin-bottom: 0;
}

#window .page .body .bodytext .field_panel {
    background-color: #262626;
    background-image: none;
    background-position: center center;
    background-repeat: repeat-x;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 10;
    padding: 0;
    height: 120px !important;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    background-clip: padding-box;
}
#window .page .body .bodytext .type_panel {

}
#window .page .body .bodytext .colour_panel {
    padding: 0;
    background-color: transparent;
    background-image: none;
    border-style: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#window .page .body .bodytext .field_panel_background {
    border-color: rgb(26,26,26);
}
#window .page .body .bodytext .field_panel_foreground {
    border-color: rgb(26,26,26);
}
#window .page .body .bodytext .field_panel .field_panel {
    border: 0 none transparent;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
}
#window .page .body .bodytext .field_panel .wrap,
#window .page .body .bodytext .field_panel .layer,
#window .page .body .bodytext .field_panel .field_panel .wrap {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.25);
    line-height: 130px;
}
#window .page .body .bodytext .field_panel .wrap br,
#window .page .body .bodytext .field_panel .layer br {
    display: none;
}
#window .page .body .bodytext .field_panel .field_panel .wrap {

}
#window .page .body .bodytext .field_panel .layer {
    background-color: transparent;
}

#window .page .body .bodytext .field_panel .align_left,
#window .page .body .bodytext .field_panel .align_right,
#window .page .body .bodytext .field_panel .align_center,
#window .page .body .bodytext .field_panel .field_panel {
    margin: 0 auto;
    padding: 0;
}
#window .page .body .bodytext .field_panel .field_panel {
    background-color: transparent;
    margin: 0;
    padding: 0;
}
#window .page .body .bodytext .type_panel .type_panel,
#window .page .body .bodytext .field_panel .field_panel,
#window .page .body .bodytext .type_panel .field_field,
#window .page .body .bodytext .field_panel .type_panel {

}
#window .page .body .bodytext .code {
    display: block;
    font-family: Courier New;
    color: rgb(159, 150, 172);
}
#window .page .body .bodytext .code:before,
#window .page .body .bodytext .code:after {
    content: " ";
}
#window .page .body .bodytext .code .type {
    color: rgb(210, 198, 228);
}
#window .page .body .bodytext .underline {
    text-decoration: underline;
}
#window .page .body .bodytext .strike {
    text-decoration: line-through;
}

#window .page .body .bodytext .align_left,
#window .page .body .bodytext .align_right,
#window .page .body .bodytext .align_center {
    display: block;
    margin: 0 auto 10px;
}
#window .page .body .bodytext .float_panel .align_left,
#window .page .body .bodytext .float_panel  .align_right,
#window .page .body .bodytext .float_panel  .align_center {
    margin: 0 auto;
}
#window .page .body .bodytext .align_left {
    text-align: left;
}
#window .page .body .bodytext .align_right {
    text-align: right;
}
#window .page .body .bodytext .align_center {
    text-align: center;
}
#window .page .body .bodytext .float_left,
#window .page .body .bodytext .float_right,
#window .page .body .bodytext .float_center {
    display: block;
    margin: 0;
}
#window .page .body .bodytext .float_left {
    float: left;
}
#window .page .body .bodytext .float_right {
    float: right;
}
#window .page .body .bodytext .float_center {
    float: none;
}

#window .page .body .bodytext div.size_small {
    display: block;
    margin: 0 auto;
}
#window .page .body .bodytext .size_small,
#window .page .body .bodytext .size_small .type {
    font-size: 10px;
    line-height: 15px;
}
#window .page .body .bodytext div.size_medium {
    display: block;
    margin: 0 auto;
}
#window .page .body .bodytext .size_medium,
#window .page .body .bodytext .size_medium .type {
    font-size: 13px;
    line-height: 19px;
}
#window .page .body .bodytext div.size_large {
    display: block;
    margin: 0 auto;
}
#window .page .body .bodytext .size_large,
#window .page .body .bodytext .size_large .type {
    font-size: 16px;
    line-height: 23px;
}
#window .page .body .line_divider,
#window .page .body .line_divider_bigger {
    display: block;
    clear: both;
    margin: 6px auto;
    border: 0 none transparent;
    color: transparent;
    background-color: transparent;
    height: 1px;
    border-bottom: 1px solid #252424;
    border-color: rgba(0, 0, 0, 0.2);
}
#window .page .body .line_divider_bigger {
    margin: 18px auto;
}

#window .page .body .community .thread_subbody .avatar_80x80 {

}
#window .page .body .community .post_subbody .avatar_40x40 {
    margin-bottom: 5px;
}

#window .page .body .bodytext .spoiler_span {
    color: rgba(255, 255, 255, 0);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: color 0.3s, text-shadow 0.3s;
    padding: 0 10px;
}
#window .page .body .bodytext .spoiler_span:before {
    content: "\f06e";
    color: rgba(255, 255, 255, 0.6);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 5px;
}
#window .page .body .bodytext .spoiler_span:hover {
    color: rgba(255, 255, 255, 1.0);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
#window .page .body .bodytext .spoiler_span:hover:before {
    color: rgba(255, 255, 255, 1.0);
}


#window .page .body .bodytext .comic_layout {
    display: block;
    box-sizing: border-box;
    margin: 0 auto 20px;
    clear: both;
}
#window .page .body .thread_subbody .comic_layout {
    margin-left: 0;
    max-width: 886px;
    clear: left;
}
#window .page .body .bodytext .comic_layout:after {
    content: "";
    display: block;
    clear: both;
}
#window .page .body .bodytext .comic_layout .comic_panel {
    display: block;
    box-sizing: border-box;
    float: left;
    width: 49%;
    width: calc(50% - 10px);
    min-width: 433px;
    margin: 0 10px 10px 0;
    border: 1px solid #141414;
    background-color: #1c1c1c;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 10px;
}

#window .page .body .bodytext .comic_layout .comic_panel .intro {

}
#window .page .body .bodytext .comic_layout .comic_panel .quote {
    position: relative;
}
#window .page .body .bodytext .comic_layout .comic_panel .quote:after {
    content: "";
    display: block;
    clear: both;
}
#window .page .body .bodytext .comic_layout .comic_panel .quote br {
    display: none;
}
#window .page .body .bodytext .comic_layout .comic_panel .quote .image_span,
#window .page .body .bodytext .comic_layout .comic_panel .quote .type_span {
    vertical-align: middle;
}
#window .page .body .bodytext .comic_layout .comic_panel .quote.align_left .sprite_image,
#window .page .body .bodytext .comic_layout .comic_panel .quote.align_left .type_span {
    float: left;
}
#window .page .body .bodytext .comic_layout .comic_panel .quote.align_right .sprite_image,
#window .page .body .bodytext .comic_layout .comic_panel .quote.align_right .type_span {
    float: right;
}
#window .page .body .bodytext .comic_layout .comic_panel .quote.align_left .type_span {
    margin-left: 4px;
}
#window .page .body .bodytext .comic_layout .comic_panel .quote.align_right .type_span {
    margin-right: 4px;
}
#window .page .body .bodytext .comic_layout .comic_panel .quote.align_left .sprite_image + .sprite_image {
    margin-left: -10px;
}
#window .page .body .bodytext .comic_layout .comic_panel .quote.align_right .sprite_image + .sprite_image {
    margin-right: -10px;
}
#window .page .body .bodytext .comic_layout .comic_panel .quote .type_span {
    position: relative;
    margin-top: 10px;
    width: auto;
    max-width: calc(100% - 100px);
}


/* -- grid layout / not fully-supported -- */

#window .page .body .bodytext .comic_layout {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
}
#window .page .body .bodytext .comic_layout:after {
    display: none;
}
#window .page .body .bodytext .comic_layout .comic_panel {
    float: none;
    width: auto;
}

/* -- inline-responsive layout -- */

#window .popup_body .page .body .comic_layout {
    display: block;
}
#window .popup_body .page .body .comic_layout:after {
    display: block;
}
#window .popup_body .page .body .comic_layout .comic_panel {
    float: left;
    clear: left;
    width: auto;
    max-width: 375px;
}

@media (max-width: 920px){

    #window .page .body .thread_subbody .comic_layout {
        display: block;
    }
    #window .page .body .thread_subbody .comic_layout:after {
        display: block;
    }
    #window .page .body .thread_subbody .comic_layout .comic_panel {
        float: left;
        clear: left;
        width: auto;
        max-width: 375px;
    }

}

@media (max-width: 1040px){

    #window .page .body .post_subbody .comic_layout {
        display: block;
    }
    #window .page .body .post_subbody .comic_layout:after {
        display: block;
    }
    #window .page .body .post_subbody .comic_layout .comic_panel {
        float: left;
        clear: left;
        width: auto;
        max-width: 375px;
    }

}

@media (max-width: 460px){

    #window .page .body .thread_subbody .comic_layout .comic_panel {
        width: 100%;
        min-width: 100%;
    }

    #window .page .body .post_subbody .comic_layout .comic_panel {
        width: 100%;
        min-width: 100%;
    }

}


#window .page_community .form,
#window .page_file .form {
    display: block;
    overflow: hidden;
    margin: 4px 0;
}
#window .page_file .form {
    overflow: visible;
}
#window .page_community .form .field,
#window .page_file .form .field {
    display: block;
    float: none;
    margin: 0 0 10px 0;
}
#window .page_community .form .field:after,
#window .page_file .form .field:after {
    content: "";
    display: block;
    clear: both;
}
#window .page_file .form .field {
    float: left;
    box-sizing: border-box;
    width: 50%;
    min-height: 50px;
    padding-right: 10px;
    margin: 0 auto 10px 0;
}
#window .page_file .form .field.half {
    width: 25%;
}
#window .page_file .form .field.full {
    float: none;
    clear: both;
    width: 100%;
    min-height: 50px;
    margin: 0 auto 10px;
}
#window .page_community .form .button,
#window .page_file .form .button {
    display: block;
    float: left;
    width: 49.5%;
    margin: 0 0 10px 0;
}
#window .page_community .form .buttons,
#window .page_file .form .buttons {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
}
#window .page_community .form .field_community_message,
#window .page_file .form .field_file_message {
    width: 99%;
}
#window .page_community .form .field .label,
#window .page_file .form .field .label {
    display: block;
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 13px;
}
#window .page_file .form .field.required label.label:after,
#window .page_file .form .field.required strong.label:after,
#window .page_file .form .field.required div.label strong:after {
    content: "*";
    float: right;
    color: red;
    margin-left: 5px;
}
#window .page_file .form .field.required label.label:after,
#window .page_file .form .field.required strong.label:after {
    float: none;
}
#window .page_file .form .field .label strong,
#window .page_file .form .field .label em {
    display: inline-block;
    margin: 0 5px 0 0;
}
#window .page_file .form .field .label em {
    color: #808080;
    font-style: normal;
    font-weight: normal;
    font-size: 80%;
    margin-left: 5px;
    position: relative;
    bottom: 1px;
}
#window .page_file .form .field .label em:before {
    content: "(";
}
#window .page_file .form .field .label em:after {
    content: ")";
}
#window .page_community .form .field .text,
#window .page_community .form .field .textarea,
#window .page_community .form .field .select,
#window .page_file .form .field .text,
#window .page_file .form .field .textarea,
#window .page_file .form .field .select,
#window .page_file .form .field .captcha {
    display: block;
    margin: 0 0 5px;
    padding: 3px;
    font-size: 13px;
    line-height: 16px;
    width: 98%;
    color: #F2F2F2;
    border: 1px solid rgb(60, 60, 60);
    background-color: rgb(39, 39, 39);
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    box-sizing: border-box;
}
#window .page_file .form .field .text,
#window .page_file .form .field .textarea,
#window .page_file .form .field .select,
#window .page_file .form .field .captcha {
    width: 100%;
}
#window .page_file .form .field .captcha {
    width: auto;
    overflow: hidden;
}
#window .page_file .form .field input[disabled="disabled"],
#window .page_file .form .field select[disabled="disabled"],
#window .page_file .form .field textarea[disabled="disabled"] {
    opacity: 0.50;
    filter: alpha(opacity = 50);
}

#window .page_file .form .field_header {
    float: none;
    clear: left;
    font-weight: bold;
    margin: 0 auto 16px 0;
    color: #939393;
    padding: 28px 0 4px;
    border-bottom: 1px solid #393939;
    font-size: 12px;
    width: 97%;
}
#window .page_file .form .field_header:first-child {
    padding-top: 0;
}

#window .page_community .form .field .text:focus,
#window .page_community .form .field .textarea:focus,
#window .page_community .form .field .select:focus,
#window .page_file .form .field .text:focus,
#window .page_file .form .field .textarea:focus,
#window .page_file .form .field .select:focus,
#window .page_file .form .field .captcha:focus {
    color: #FFFFFF;
    border-color: rgb(70, 70, 70);
}
#window .page_community .form .field_thread_body input.text,
#window .page_community .form .field_thread_body select.select2 {
    float: left;
    width: 606px;
    padding: 3px 9px;
}
#window .page_community .form .field_thread_body .textarea,
#window .page_community .form .field_post_body .textarea,
#window .page_file .form .field_body .textarea {
    height: 145px;
    float: left;
    width: 606px;
    padding: 6px 9px;
    margin-top: 5px;
}
#window .page_community .form .field_post_body .textarea {
    width: calc(100% - 110px);
}
#window .page_community .form .field_thread_body .textarea {
    height: auto;
}
body.windowFlag_landscapeMode #window .page_community .form .field_thread_body input.text,
body.windowFlag_landscapeMode #window .page_community .form .field_thread_body select.select2,
body.windowFlag_landscapeMode #window .page_community .form .field_thread_body .textarea,
body.windowFlag_landscapeMode #window .page_community .form .field_post_body .textarea,
body.windowFlag_landscapeMode #window .page_file .form .field_post_body .textarea {
    width: 862px;
}
body.windowFlag_landscapeMode #window .page_community .form .field_post_body .textarea {
    width: calc(100% - 110px);
}
#window .page_community .form .buttons,
#window .page_file .form .buttons {
    margin-top: 6px;
}
#window .page_community .form .buttons .button,
#window .page_file .form .buttons .button {
    display: block;
    margin: 0 20px 0 0;
    padding: 4px 50px;
    font-size: 13px;
    line-height: 16px;
    width: auto;
    color: #F2F2F2;
    border: 1px solid rgba(255, 255, 255, 0.075);
    background-color: rgba(255, 255, 255, 0.050);
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    cursor: pointer;
    _cursor: hand;
    -webkit-appearance: none;
}
#window .page_community .form .buttons .button:hover,
#window .page_file .form .buttons .button:hover {
    border: 1px solid rgba(255, 255, 255, 0.100);
    background-color: rgba(255, 255, 255, 0.075);
}
#window .page_community .form .buttons .counter,
#window .page_file .form .buttons .counter {
    display: block;
    margin: 0;
    padding: 4px 50px;
    font-size: 13px;
    line-height: 16px;
    width: auto;
    color: rgb(141, 141, 141);
    border: 1px solid rgba(0, 0, 0, 0.10);
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}

#window .page .form .messages_wrapper,
#window .page .form .fields_wrapper,
#window .page .form .buttons_wrapper {
    float: none;
    clear: left;
    overflow: hidden;
    margin: 0;
}
#window .page .form .messages_wrapper {
    margin: 0 0 10px;
}
#window .page .form .messages_wrapper .error,
#window .page .form .messages_wrapper .success,
#window .page .form .messages_wrapper .help {
    display: block;
    font-size: 11px;
}
#window .page .form .messages_wrapper .error a,
#window .page .form .messages_wrapper .success a,
#window .page .form .messages_wrapper .help a {
    text-decoration: none;
}
#window .page .form .messages_wrapper .error a:hover,
#window .page .form .messages_wrapper .success a:hover,
#window .page .form .messages_wrapper .help a:hover {
    text-decoration: underline;
}
#window .page .form .messages_wrapper .error,
#window .page .form .messages_wrapper .error a {
    color: #F75656;
}
#window .page .form .messages_wrapper .success,
#window .page .form .messages_wrapper .success a {
    color: #70D580;
}
#window .page .form .messages_wrapper .help,
#window .page .form .messages_wrapper .help a {
    color: #FDD56D;
}

#window .page_file .form .field_subheader {
    display: block;
    clear: both;
    padding-bottom: 10px;
    margin: 0 auto 15px;
    font-weight: bold;
    font-size: 100%;
    line-height: 1.4;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    border-right: 10px solid transparent;
}

#window .page_file .form .section {
    display: block;
    clear: both;
    margin: 0 auto 20px;
}
#window .page_file .form .section:after {
    content: "";
    display: block;
    clear: both;
}
#window .page_file .form .section .field:last-child {
    margin-bottom: 0;
}

#window .page .body .community .thread_subbody .form .avatar_selector,
#window .page .body .community .post_subbody .form .avatar_selector {
    height: 145px;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#window .page .body .community .thread_subbody .form .avatar_selector .sprite,
#window .page .body .community .post_subbody .form .avatar_selector .sprite {
    margin-top: 0;
}
#window .page .body .community .thread_subbody .form .avatar_selector .sprite_160x160,
#window .page .body .community .post_subbody .form .avatar_selector .sprite_160x160 {
    margin-top: -80px;
    margin-left: -28px;
}
#window .page .body .community .thread_subbody .form .avatar_selector .back,
#window .page .body .community .thread_subbody .form .avatar_selector .next,
#window .page .body .community .post_subbody .form .avatar_selector .back,
#window .page .body .community .post_subbody .form .avatar_selector .next {
    display: block;
    position: absolute;
    bottom: 38px;
    height: 13px;
    line-height: 13px;
    padding: 3px 6px;
    text-align: center;
    border: 1px solid transparent;
    background-color: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.10);
    color: rgba(255, 255, 255, 0.10);
    text-shadow: 0 0 0 transparent;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit0border-radius: 0.5em;
    cursor: pointer;
    _cursor: hands;

}
#window .page .body .community .thread_subbody .form .avatar_selector .back,
#window .page .body .community .post_subbody .form .avatar_selector .back {
    left: 5px;
}
#window .page .body .community .thread_subbody .form .avatar_selector .next,
#window .page .body .community .post_subbody .form .avatar_selector .next {
    right: 5px;
}
#window .page .body .community .thread_subbody .form .avatar_selector .back:hover,
#window .page .body .community .thread_subbody .form .avatar_selector .next:hover,
#window .page .body .community .post_subbody .form .avatar_selector .back:hover,
#window .page .body .community .post_subbody .form .avatar_selector .next:hover {
    background-color: rgba(0, 0, 0, 0.10);
    border-color: rgba(0, 0, 0, 0.20);
    color: rgba(255, 255, 255, 0.30);
}
#window .page .body .community .thread_subbody .form .avatar_selector .colour {
    position: absolute;
    top: 114px;
    left: 4px;
}
#window .page .body .community .thread_subbody .form .avatar_selector .colour .select {
    border: 1px solid #363636;
}
#window .page .body .community .thread_subbody .form .avatar_selector .colour .checkbox {
    display: block;
    margin: 14px auto 0;
    padding: 0 4px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 10px;
    line-height: 13px;

}
#window .page .body .community .thread_subbody .form .avatar_selector .colour .checkbox .input {
    display: block;
    float: left;
    margin: 0 6px 0 0;
}
#window .page .body .community .thread_subbody .form .avatar_selector .colour .checkbox .label {
    display: block;
    float: left;
    margin: 0;
    font-size: 10px;
    line-height: 13px;
    height: 13px;
    color: #ABABAB;
}

/* GAME / PROFILE STYLES */

#mmrpg #game_container {
    position: relative;
}

#mmrpg #game_buttons {
    padding-bottom: 10px;
}
#mmrpg #game_buttons .row {
    display: block;
    padding: 0 0 10px;
    margin: 0 auto 10px;
    border-bottom: 1px solid #1a1a1a;
}
#mmrpg #game_buttons:after,
#mmrpg #game_buttons .row:after {
    content: "";
    display: block;
    clear: both;
}
#mmrpg #game_buttons .link_button {
    display: block;
    float: left;
    width: 65px;
    width: calc((100% / 6) - 10px);
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    margin: 0 10px 0 0;
    padding: 0 4px;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #161616;
    box-sizing: border-box;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
}
#mmrpg #game_buttons .active {
    text-decoration: none;
}
#mmrpg #game_buttons .row.bottom .link_button {
    font-size: 12px;
}
#mmrpg #game_buttons .row .link_button i.fa,
#mmrpg #game_buttons .row .link_button i.fas {
    margin-left: 6px;
    font-size: 80%;
    position: relative;
    bottom: 2px;
    opacity: 0.6;
}

#mmrpg #game_buttons .link_button:not(.active):not(:hover) {
    border: 1px solid #141414 !important;
    background-color: #1a1a1a !important;
}

#mmrpg #game_frames {
    position: relative;
    margin: 0 auto 20px;
    min-height: 10px;
    height: 600px;
}
#mmrpg #game_frames iframe {
    display: block;
    box-sizing: border-box;
    margin: 0 -1px 10px;
    height: 473px;
    min-width: 752px;
    width: 100%;
    border-color: transparent !important;
    overflow: visible;
}

#mmrpg #game_frames.ps-container {
    padding-top: 16px;
}
#mmrpg #game_frames.ps-container:not(.ps-active-x) {
    padding-top: 0;
}
#mmrpg #game_frames.ps-container > .ps-scrollbar-x-rail {
    top: 3px;
    bottom: auto;
    background-color: rgba(255, 255, 255, 0.1);
}
#mmrpg #game_frames.ps-container:not(.ps-active-x) > .ps-scrollbar-x-rail {
    opacity: 0;
}

/* MISC UI STYLES */

#topscroll {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #3F3F3F;
    border: 1px solid #1A1A1A;
    border-width: 1px 0 0 1px;
    text-decoration: none;
    color: #EFEFEF;
    font-size: 26px;
    line-height: 30px;
    -webkit-border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
    background-image: linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.25) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.25) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.25) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.25) 100%);
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.25) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgba(0,0,0,0.35)),
        color-stop(1, rgba(0,0,0,0.25))
        );
    background-position: 0 0;
    box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 9999;
}
#topscroll:before {
    content: "\25b2";
    display: block;
    text-align: center;
    padding-top: 10px;
}


#window .popup_overlay {
    display: none;
    box-sizing: border-box;
    position: absolute;
    z-index: 9998;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}
#window .popup_overlay.visible {
    display: block;
}
#window .popup_overlay .popup_wrapper {
    display: block;
    box-sizing: border-box;
    position: absolute;
    z-index: 9999;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 800px;
    height: 800px;
    max-width: 90vw;
    max-height: 90vh;
    background-color: #1e1e1e;
    border: 1px solid #1a1a1a;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
#window .popup_overlay .popup_body {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 28px 7px 7px;
}
#window .popup_overlay .popup_body:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 2px;
    top: 2px;
    right: 2px;
    height: 22px;
    background-color: #171717;
    border-radius: 3px 3px 0 0;
}
#window .popup_overlay .popup_body > .button {
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 3;
    top: 5px;
    font-size: 16px;
    line-height: 1;
    color: #fefefe;
    opacity: 0.5;
    transition: opacity 0.3s;
}
#window .popup_overlay .popup_body > .button:hover {
    opacity: 1.0;
    color: #ffffff;
}
#window .popup_overlay .popup_body > .button.close {
    right: 5px;
}
#window .popup_overlay .popup_content {
    display: block;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    min-height: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 10px;

    color: #ffffff;
    font-size: 100%;
    line-height: 1.6;
}

#window .popup_overlay .popup_content .page,
#window .popup_overlay .popup_content .body,
#window .popup_overlay .popup_content .subbody {
    display: block;
    margin: 0 auto;
    padding: 0;
}

/* width */
#window .popup_overlay ::-webkit-scrollbar { width: 10px; }
/* button */
#window .popup_overlay ::-webkit-scrollbar-button { background: #222; }
/* Handle */
#window .popup_overlay ::-webkit-scrollbar-thumb { background: #333; }
/* Handle on hover */
#window .popup_overlay ::-webkit-scrollbar-thumb:hover { background: #666; }
/* Track */
#window .popup_overlay ::-webkit-scrollbar-track { background: #101010; }
/* The track NOT covered by the handle. */
#window .popup_overlay ::-webkit-scrollbar-track-piece { background: #101010; }
/* Corner */
#window .popup_overlay ::-webkit-scrollbar-corner { background: #999; }
/* Resizer */
#window .popup_overlay ::-webkit-resizer { background: #111; }
