@import url("//fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic");
@import url(jquery-ui-1.9.2.custom.min.css);
@font-face { font-family: "helvethaicav"; src: url('../fonts/helvethaicav/DB HelvethaicaMon X v3.2.ttf') format('truetype'); }

/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }

/* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/* Prevents modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/* Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4. Known issue: no IE 6 support. */
[hidden] { display: none; }

/* ========================================================================== Base ========================================================================== */
/* 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units. 2. Prevents iOS text size adjust after orientation change, without disabling user zoom. */
html { font-size: 100%; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */ }

/* Addresses `font-family` inconsistency between `textarea` and other form elements. */
html, button, input, select, textarea { font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; }

/* Addresses margins handled incorrectly in IE 6/7. */
body { margin: 0; }

/* ========================================================================== Links ========================================================================== */
/* Addresses `outline` inconsistency between Chrome and other browsers. */
/* Improves readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; text-decoration: underline; }

/* ========================================================================== Typography ========================================================================== */
/* Addresses font sizes and margins set differently in IE 6/7. Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

h2 { font-size: 1.5em; margin: 0.83em 0; }

h3, .element-object-list h2 .see-all { font-size: 1.17em; margin: 1em 0; }

h4 { font-size: 1em; margin: 1.33em 0; }

h5 { font-size: 0.83em; margin: 1.67em 0; }

h6 { font-size: 0.75em; margin: 2.33em 0; }

/* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/* Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

/* Addresses styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }

/* Addresses styling not present in IE 6/7/8/9. */
mark { background: #ff0; color: #000; }

/* Addresses margins set differently in IE 6/7. */
p, pre { margin: 1em 0; }

/* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improves readability of pre-formatted text in all browsers. */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

/* Addresses CSS quotes not supported in IE 6/7. */
q { quotes: none; }

/* Addresses `quotes` property not supported in Safari 4. */
q:before, q:after { content: ''; content: none; }

/* Addresses inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/* Prevents `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* ========================================================================== Lists ========================================================================== */
/* Addresses margins set differently in IE 6/7. */
dl, menu, ol, ul { margin: 1em 0; }

dd { margin: 0 0 0 40px; }

/* Addresses paddings set differently in IE 6/7. */
menu, ol, ul { padding: 0 0 0 40px; }

/* Corrects list images handled incorrectly in IE 7. */
nav ul, nav ol { list-style: none; list-style-image: none; }

/* ========================================================================== Embedded content ========================================================================== */
/* 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3. 2. Improves image quality when scaled in IE 7. */
img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ }

/* Corrects overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }

/* ========================================================================== Figures ========================================================================== */
/* Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
figure { margin: 0; }

/* ========================================================================== Forms ========================================================================== */
/* Corrects margin displayed oddly in IE 6/7. */
form { margin: 0; }

/* Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/* 1. Corrects color not being inherited in IE 6/7/8/9. 2. Corrects text not wrapping in Firefox 3. 3. Corrects alignment displayed oddly in IE 6/7. */
legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */ }

/* 1. Corrects font size not being inherited in all browsers. 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome. 3. Improves appearance and consistency in all browsers. */
button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ *vertical-align: middle; /* 3 */ }

/* Addresses Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input { line-height: normal; }

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Corrects inability to style clickable `input` types in iOS. 3. Improves usability and consistency of cursor style between image-type `input` and others. 4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ *overflow: visible; /* 4 */ }

/* Re-set default cursor for disabled elements. */
button[disabled], input[disabled] { cursor: default; }

/* 1. Addresses box sizing set to content-box in IE 8/9. 2. Removes excess padding in IE 8/9. 3. Removes excess padding in IE 7. Known issue: excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */ }

/* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/* Removes inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* Removes inner padding and border in Firefox 3+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 1. Removes default vertical scrollbar in IE 6/7/8/9. 2. Improves readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

/* ========================================================================== Tables ========================================================================== */
/* Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

/*! qTip2 - Pretty powerful tooltips - v2.0.0pre - 2012-12-06
* http://craigsworks.com/projects/qtip2/
* Copyright (c) 2012 Craig Michael Thompson; Licensed MIT, GPL */
/* Core qTip styles */
div.qtip, div.qtip { position: absolute; left: -28000px; top: -28000px; display: none; max-width: 280px; min-width: 50px; font-size: rem-calc(16); line-height: rem-calc(16); direction: ltr; }

.qtip-content { position: relative; padding: 5px 9px; overflow: hidden; text-align: left; word-wrap: break-word; }

.qtip-titlebar { position: relative; padding: 5px 35px 5px 10px; overflow: hidden; border-width: 0 0 1px; font-weight: bold; }

.qtip-titlebar + .qtip-content { border-top-width: 0 !important; }

/* Default close button class */
.qtip-close { position: absolute; right: -9px; top: -9px; cursor: pointer; outline: medium none; border-width: 1px; border-style: solid; border-color: transparent; }

.qtip-titlebar .qtip-close { right: 4px; top: 50%; margin-top: -9px; }

* html .qtip-titlebar .qtip-close { top: 16px; }

/* IE fix */
.qtip-titlebar .ui-icon, .qtip-icon .ui-icon { display: block; text-indent: -1000em; direction: ltr; vertical-align: middle; }

.qtip-icon, .qtip-icon .ui-icon { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; text-decoration: none; }

.qtip-icon .ui-icon { width: 18px; height: 14px; text-align: center; text-indent: 0; font: normal bold 10px/13px Tahoma,sans-serif; color: inherit; background: transparent none no-repeat -100em -100em; }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default { border-width: 1px; border-style: solid; border-color: #F1D031; background-color: #FFFFA3; color: #555; }

.qtip-default .qtip-titlebar { background-color: #FFEF93; }

.qtip-default .qtip-icon { border-color: #CCC; background: #F1F1F1; color: #777; }

.qtip-default .qtip-titlebar .qtip-close { border-color: #AAA; color: #111; }

/*! Light tooltip style */
.qtip-light { background-color: white; border-color: #E2E2E2; color: #454545; }

.qtip-light .qtip-titlebar { background-color: #f1f1f1; }

/*! Dark tooltip style */
.qtip-dark { background-color: #505050; border-color: #303030; color: #f3f3f3; }

.qtip-dark .qtip-titlebar { background-color: #404040; }

.qtip-dark .qtip-icon { border-color: #444; }

.qtip-dark .qtip-titlebar .ui-state-hover { border-color: #303030; }

/*! Cream tooltip style */
.qtip-cream { background-color: #FBF7AA; border-color: #F9E98E; color: #A27D35; }

.qtip-cream .qtip-titlebar { background-color: #F0DE7D; }

.qtip-cream .qtip-close .qtip-icon { background-position: -82px 0; }

/*! Red tooltip style */
.qtip-red { background-color: #F78B83; border-color: #D95252; color: #912323; }

.qtip-red .qtip-titlebar { background-color: #F06D65; }

.qtip-red .qtip-close .qtip-icon { background-position: -102px 0; }

.qtip-red .qtip-icon { border-color: #D95252; }

.qtip-red .qtip-titlebar .ui-state-hover { border-color: #D95252; }

/*! Green tooltip style */
.qtip-green { background-color: #CAED9E; border-color: #90D93F; color: #3F6219; }

.qtip-green .qtip-titlebar { background-color: #B0DE78; }

.qtip-green .qtip-close .qtip-icon { background-position: -42px 0; }

/*! Blue tooltip style */
.qtip-blue { background-color: #E5F6FE; border-color: #ADD9ED; color: #5E99BD; }

.qtip-blue .qtip-titlebar { background-color: #D0E9F5; }

.qtip-blue .qtip-close .qtip-icon { background-position: -2px 0; }

/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-shadow { -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15); -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15); box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15); }

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded, .qtip-tipsy, .qtip-bootstrap { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

/* Youtube tooltip style */
.qtip-youtube { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 0 3px #333; -moz-box-shadow: 0 0 3px #333; box-shadow: 0 0 3px #333; color: white; border-width: 0; background: #4A4A4A; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4a4a4a), color-stop(100%, black)); background-image: -webkit-linear-gradient(top, #4a4a4a 0, black 100%); background-image: -moz-linear-gradient(top, #4a4a4a 0, black 100%); background-image: -ms-linear-gradient(top, #4a4a4a 0, black 100%); background-image: -o-linear-gradient(top, #4a4a4a 0, black 100%); }

.qtip-youtube .qtip-titlebar { background-color: #4A4A4A; background-color: rgba(0, 0, 0, 0); }

.qtip-youtube .qtip-content { padding: .75em; font: 12px arial,sans-serif; filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000); -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"; }

.qtip-youtube .qtip-icon { border-color: #222; }

.qtip-youtube .qtip-titlebar .ui-state-hover { border-color: #303030; }

/* jQuery TOOLS Tooltip style */
.qtip-jtools { background: #232323; background: rgba(0, 0, 0, 0.7); background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323)); background-image: -moz-linear-gradient(top, #717171, #232323); background-image: -webkit-linear-gradient(top, #717171, #232323); background-image: -ms-linear-gradient(top, #717171, #232323); background-image: -o-linear-gradient(top, #717171, #232323); border: 2px solid #ddd; border: 2px solid #f1f1f1; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 0 12px #333; -moz-box-shadow: 0 0 12px #333; box-shadow: 0 0 12px #333; }

/* IE Specific */
.qtip-jtools .qtip-titlebar { background-color: transparent; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"; }

.qtip-jtools .qtip-content { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"; }

.qtip-jtools .qtip-titlebar, .qtip-jtools .qtip-content { background: transparent; color: white; border: 0 dashed transparent; }

.qtip-jtools .qtip-icon { border-color: #555; }

.qtip-jtools .qtip-titlebar .ui-state-hover { border-color: #333; }

/* Cluetip style */
.qtip-cluetip { -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4); box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4); background-color: #D9D9C2; color: #111; border: 0 dashed transparent; }

.qtip-cluetip .qtip-titlebar { background-color: #87876A; color: white; border: 0 dashed transparent; }

.qtip-cluetip .qtip-icon { border-color: #808064; }

.qtip-cluetip .qtip-titlebar .ui-state-hover { border-color: #696952; color: #696952; }

/* Tipsy style */
.qtip-tipsy { background: black; background: rgba(0, 0, 0, 0.87); color: white; border: 0 solid transparent; font-size: rem-calc(16); font-family: 'Lucida Grande', sans-serif; font-weight: bold; line-height: 16px; text-shadow: 0 1px black; }

.qtip-tipsy .qtip-titlebar { padding: 6px 35px 0 10; background-color: transparent; }

.qtip-tipsy .qtip-content { padding: 6px 10; }

.qtip-tipsy .qtip-icon { border-color: #222; text-shadow: none; }

.qtip-tipsy .qtip-titlebar .ui-state-hover { border-color: #303030; }

/* Tipped style */
.qtip-tipped { border: 3px solid #959FA9; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background-color: #F9F9F9; color: #454545; font-weight: normal; font-family: serif; }

.qtip-tipped .qtip-titlebar { border-bottom-width: 0; color: white; background: #3A79B8; background-image: -webkit-gradient(linear, left top, left bottom, from(#3a79b8), to(#2e629d)); background-image: -webkit-linear-gradient(top, #3a79b8, #2e629d); background-image: -moz-linear-gradient(top, #3a79b8, #2e629d); background-image: -ms-linear-gradient(top, #3a79b8, #2e629d); background-image: -o-linear-gradient(top, #3a79b8, #2e629d); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"; }

.qtip-tipped .qtip-icon { border: 2px solid #285589; background: #285589; }

.qtip-tipped .qtip-icon .ui-icon { background-color: #FBFBFB; color: #555; }

/** Twitter Bootstrap style.  Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11. Does not work with IE 7. */
.qtip-bootstrap { /** Taken from Bootstrap body */ font-size: 14px; line-height: 20px; color: #333333; /** Taken from Bootstrap .popover */ padding: 1px; background-color: #ffffff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; }

.qtip-bootstrap .qtip-titlebar { /** Taken from Bootstrap .popover-title */ padding: 8px 14px; margin: 0; font-size: 14px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }

.qtip-bootstrap .qtip-titlebar .qtip-close { /** Overrides qTip2: .qtip-titlebar .qtip-close{ [...] right: 4px; top: 50%; [...] border-style: solid; } */ right: 11px; top: 45%; border-style: none; }

.qtip-bootstrap .qtip-content { /** Taken from Bootstrap .popover-content */ padding: 9px 14px; }

.qtip-bootstrap .qtip-icon { /** Overrides qTip2: .qtip-default .qtip-icon { border-color: #CCC; background: #F1F1F1; color: #777; } */ background: transparent; }

.qtip-bootstrap .qtip-icon .ui-icon { /** Overrides qTip2: .qtip-icon .ui-icon{ width: 18px; height: 14px; } */ width: auto; height: auto; /* Taken from Bootstrap .close */ float: right; font-size: 20px; font-weight: bold; line-height: 18px; color: #000000; text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20); }

.qtip-bootstrap .qtip-icon .ui-icon:hover { /* Taken from Bootstrap .close:hover */ color: #000000; text-decoration: none; cursor: pointer; opacity: 0.4; filter: alpha(opacity=40); }

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar { filter: none; -ms-filter: none; }

/* Tips plugin */
.qtip .qtip-tip { margin: 0 auto; overflow: hidden; z-index: 10; }

.qtip .qtip-tip, .qtip .qtip-tip .qtip-vml { position: absolute; color: #123456; background: transparent; border: 0 dashed transparent; }

.qtip .qtip-tip canvas { top: 0; left: 0; }

.qtip .qtip-tip .qtip-vml { behavior: url(http://www.ookbeecomics.com/assets/css/profile-details.css?v=2.1.95#default#VML); display: inline-block; visibility: visible; }

/* Modal plugin */
#qtip-overlay { position: fixed; left: -10000em; top: -10000em; }

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs { cursor: pointer; }

/* Change opacity of overlay here */
#qtip-overlay div { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: black; opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

/* IE6 Modal plugin fix */
.qtipmodal-ie6fix { position: absolute !important; }

/* 0, 320px */
/* 321px, 768px */
/* 769px, 1024px */
/* 1025px, 1280px */
/* 1281px, infinity */
meta.foundation-version { font-family: "/5.2.2/"; }

meta.foundation-mq-small { font-family: "/only screen/"; width: 0; }

meta.foundation-mq-medium { font-family: "/only screen and (min-width:481px)/"; width: 481px; }

meta.foundation-mq-large { font-family: "/only screen and (min-width:769px)/"; width: 769px; }

meta.foundation-mq-xlarge { font-family: "/only screen and (min-width:1025px)/"; width: 1025px; }

meta.foundation-mq-xxlarge { font-family: "/only screen and (min-width:1281px)/"; width: 1281px; }

meta.foundation-data-attribute-namespace { font-family: false; }

html, body { height: 100%; }

*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html, body { font-size: 20px; }

body { background: white; color: #222222; padding: 0; margin: 0; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; font-style: normal; line-height: 1; position: relative; cursor: default; }

a:hover { cursor: pointer; }

img { max-width: 100%; height: auto; }

img { -ms-interpolation-mode: bicubic; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; }

.left { float: left !important; }

.right { float: right !important; }

.clearfix, .footer-container .wrapper ul.about-info, .link-footer, .link-footer .links, .link-footer .info, .header-container.thin-header .header .top-bar-left .section, .header-container.thin-header nav.top-bar .top-bar-section { *zoom: 1; }
.clearfix:before, .footer-container .wrapper ul.about-info:before, .link-footer:before, .link-footer .links:before, .link-footer .info:before, .header-container.thin-header .header .top-bar-left .section:before, .header-container.thin-header nav.top-bar .top-bar-section:before, .clearfix:after, .footer-container .wrapper ul.about-info:after, .link-footer:after, .link-footer .links:after, .link-footer .info:after, .header-container.thin-header .header .top-bar-left .section:after, .header-container.thin-header nav.top-bar .top-bar-section:after { content: " "; display: table; }
.clearfix:after, .footer-container .wrapper ul.about-info:after, .link-footer:after, .link-footer .links:after, .link-footer .info:after, .header-container.thin-header .header .top-bar-left .section:after, .header-container.thin-header nav.top-bar .top-bar-section:after { clear: both; }

.hide, .translation-dialog.ui-dialog .ui-dialog-titlebar { display: none; }

.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

img { display: inline-block; vertical-align: middle; }

textarea { height: auto; min-height: 50px; }

select { width: 100%; }

.row { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 51rem; *zoom: 1; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }
.row.collapse > .column, .row.collapse > .columns { padding-left: 0; padding-right: 0; }
.row.collapse .row { margin-left: 0; margin-right: 0; }
.row .row { width: auto; margin-left: -0.5rem; margin-right: -0.5rem; margin-top: 0; margin-bottom: 0; max-width: none; *zoom: 1; }
.row .row:before, .row .row:after { content: " "; display: table; }
.row .row:after { clear: both; }
.row .row.collapse { width: auto; margin: 0; max-width: none; *zoom: 1; }
.row .row.collapse:before, .row .row.collapse:after { content: " "; display: table; }
.row .row.collapse:after { clear: both; }

.column, .columns { padding-left: 0.5rem; padding-right: 0.5rem; width: 100%; float: left; }

@media only screen { .small-push-0 { position: relative; left: 0%; right: auto; }
  .small-pull-0 { position: relative; right: 0%; left: auto; }
  .small-push-1 { position: relative; left: 8.33333%; right: auto; }
  .small-pull-1 { position: relative; right: 8.33333%; left: auto; }
  .small-push-2 { position: relative; left: 16.66667%; right: auto; }
  .small-pull-2 { position: relative; right: 16.66667%; left: auto; }
  .small-push-3 { position: relative; left: 25%; right: auto; }
  .small-pull-3 { position: relative; right: 25%; left: auto; }
  .small-push-4 { position: relative; left: 33.33333%; right: auto; }
  .small-pull-4 { position: relative; right: 33.33333%; left: auto; }
  .small-push-5 { position: relative; left: 41.66667%; right: auto; }
  .small-pull-5 { position: relative; right: 41.66667%; left: auto; }
  .small-push-6 { position: relative; left: 50%; right: auto; }
  .small-pull-6 { position: relative; right: 50%; left: auto; }
  .small-push-7 { position: relative; left: 58.33333%; right: auto; }
  .small-pull-7 { position: relative; right: 58.33333%; left: auto; }
  .small-push-8 { position: relative; left: 66.66667%; right: auto; }
  .small-pull-8 { position: relative; right: 66.66667%; left: auto; }
  .small-push-9 { position: relative; left: 75%; right: auto; }
  .small-pull-9 { position: relative; right: 75%; left: auto; }
  .small-push-10 { position: relative; left: 83.33333%; right: auto; }
  .small-pull-10 { position: relative; right: 83.33333%; left: auto; }
  .small-push-11 { position: relative; left: 91.66667%; right: auto; }
  .small-pull-11 { position: relative; right: 91.66667%; left: auto; }
  .column, .columns { position: relative; padding-left: 0.5rem; padding-right: 0.5rem; float: left; }
  .small-1 { width: 8.33333%; }
  .small-2 { width: 16.66667%; }
  .small-3 { width: 25%; }
  .small-4 { width: 33.33333%; }
  .small-5 { width: 41.66667%; }
  .small-6 { width: 50%; }
  .small-7 { width: 58.33333%; }
  .small-8 { width: 66.66667%; }
  .small-9 { width: 75%; }
  .small-10 { width: 83.33333%; }
  .small-11 { width: 91.66667%; }
  .small-12 { width: 100%; }
  [class*="column"] + [class*="column"]:last-child { float: right; }
  [class*="column"] + [class*="column"].end { float: left; }
  .small-offset-0 { margin-left: 0% !important; }
  .small-offset-1 { margin-left: 8.33333% !important; }
  .small-offset-2 { margin-left: 16.66667% !important; }
  .small-offset-3 { margin-left: 25% !important; }
  .small-offset-4 { margin-left: 33.33333% !important; }
  .small-offset-5 { margin-left: 41.66667% !important; }
  .small-offset-6 { margin-left: 50% !important; }
  .small-offset-7 { margin-left: 58.33333% !important; }
  .small-offset-8 { margin-left: 66.66667% !important; }
  .small-offset-9 { margin-left: 75% !important; }
  .small-offset-10 { margin-left: 83.33333% !important; }
  .small-offset-11 { margin-left: 91.66667% !important; }
  .small-reset-order, .small-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; }
  .column.small-centered, .columns.small-centered { margin-left: auto; margin-right: auto; float: none; }
  .column.small-uncentered, .columns.small-uncentered { margin-left: 0; margin-right: 0; float: left !important; }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite { float: right; } }
@media only screen and (min-width: 481px) { .medium-push-0 { position: relative; left: 0%; right: auto; }
  .medium-pull-0 { position: relative; right: 0%; left: auto; }
  .medium-push-1 { position: relative; left: 8.33333%; right: auto; }
  .medium-pull-1 { position: relative; right: 8.33333%; left: auto; }
  .medium-push-2 { position: relative; left: 16.66667%; right: auto; }
  .medium-pull-2 { position: relative; right: 16.66667%; left: auto; }
  .medium-push-3 { position: relative; left: 25%; right: auto; }
  .medium-pull-3 { position: relative; right: 25%; left: auto; }
  .medium-push-4 { position: relative; left: 33.33333%; right: auto; }
  .medium-pull-4 { position: relative; right: 33.33333%; left: auto; }
  .medium-push-5 { position: relative; left: 41.66667%; right: auto; }
  .medium-pull-5 { position: relative; right: 41.66667%; left: auto; }
  .medium-push-6 { position: relative; left: 50%; right: auto; }
  .medium-pull-6 { position: relative; right: 50%; left: auto; }
  .medium-push-7 { position: relative; left: 58.33333%; right: auto; }
  .medium-pull-7 { position: relative; right: 58.33333%; left: auto; }
  .medium-push-8 { position: relative; left: 66.66667%; right: auto; }
  .medium-pull-8 { position: relative; right: 66.66667%; left: auto; }
  .medium-push-9 { position: relative; left: 75%; right: auto; }
  .medium-pull-9 { position: relative; right: 75%; left: auto; }
  .medium-push-10 { position: relative; left: 83.33333%; right: auto; }
  .medium-pull-10 { position: relative; right: 83.33333%; left: auto; }
  .medium-push-11 { position: relative; left: 91.66667%; right: auto; }
  .medium-pull-11 { position: relative; right: 91.66667%; left: auto; }
  .column, .columns { position: relative; padding-left: 0.5rem; padding-right: 0.5rem; float: left; }
  .medium-1 { width: 8.33333%; }
  .medium-2 { width: 16.66667%; }
  .medium-3 { width: 25%; }
  .medium-4 { width: 33.33333%; }
  .medium-5 { width: 41.66667%; }
  .medium-6 { width: 50%; }
  .medium-7 { width: 58.33333%; }
  .medium-8 { width: 66.66667%; }
  .medium-9 { width: 75%; }
  .medium-10 { width: 83.33333%; }
  .medium-11 { width: 91.66667%; }
  .medium-12 { width: 100%; }
  [class*="column"] + [class*="column"]:last-child { float: right; }
  [class*="column"] + [class*="column"].end { float: left; }
  .medium-offset-0 { margin-left: 0% !important; }
  .medium-offset-1 { margin-left: 8.33333% !important; }
  .medium-offset-2 { margin-left: 16.66667% !important; }
  .medium-offset-3 { margin-left: 25% !important; }
  .medium-offset-4 { margin-left: 33.33333% !important; }
  .medium-offset-5 { margin-left: 41.66667% !important; }
  .medium-offset-6 { margin-left: 50% !important; }
  .medium-offset-7 { margin-left: 58.33333% !important; }
  .medium-offset-8 { margin-left: 66.66667% !important; }
  .medium-offset-9 { margin-left: 75% !important; }
  .medium-offset-10 { margin-left: 83.33333% !important; }
  .medium-offset-11 { margin-left: 91.66667% !important; }
  .medium-reset-order, .medium-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; }
  .column.medium-centered, .columns.medium-centered { margin-left: auto; margin-right: auto; float: none; }
  .column.medium-uncentered, .columns.medium-uncentered { margin-left: 0; margin-right: 0; float: left !important; }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite { float: right; }
  .push-0 { position: relative; left: 0%; right: auto; }
  .pull-0 { position: relative; right: 0%; left: auto; }
  .push-1 { position: relative; left: 8.33333%; right: auto; }
  .pull-1 { position: relative; right: 8.33333%; left: auto; }
  .push-2 { position: relative; left: 16.66667%; right: auto; }
  .pull-2 { position: relative; right: 16.66667%; left: auto; }
  .push-3 { position: relative; left: 25%; right: auto; }
  .pull-3 { position: relative; right: 25%; left: auto; }
  .push-4 { position: relative; left: 33.33333%; right: auto; }
  .pull-4 { position: relative; right: 33.33333%; left: auto; }
  .push-5 { position: relative; left: 41.66667%; right: auto; }
  .pull-5 { position: relative; right: 41.66667%; left: auto; }
  .push-6 { position: relative; left: 50%; right: auto; }
  .pull-6 { position: relative; right: 50%; left: auto; }
  .push-7 { position: relative; left: 58.33333%; right: auto; }
  .pull-7 { position: relative; right: 58.33333%; left: auto; }
  .push-8 { position: relative; left: 66.66667%; right: auto; }
  .pull-8 { position: relative; right: 66.66667%; left: auto; }
  .push-9 { position: relative; left: 75%; right: auto; }
  .pull-9 { position: relative; right: 75%; left: auto; }
  .push-10 { position: relative; left: 83.33333%; right: auto; }
  .pull-10 { position: relative; right: 83.33333%; left: auto; }
  .push-11 { position: relative; left: 91.66667%; right: auto; }
  .pull-11 { position: relative; right: 91.66667%; left: auto; } }
@media only screen and (min-width: 769px) { .large-push-0 { position: relative; left: 0%; right: auto; }
  .large-pull-0 { position: relative; right: 0%; left: auto; }
  .large-push-1 { position: relative; left: 8.33333%; right: auto; }
  .large-pull-1 { position: relative; right: 8.33333%; left: auto; }
  .large-push-2 { position: relative; left: 16.66667%; right: auto; }
  .large-pull-2 { position: relative; right: 16.66667%; left: auto; }
  .large-push-3 { position: relative; left: 25%; right: auto; }
  .large-pull-3 { position: relative; right: 25%; left: auto; }
  .large-push-4 { position: relative; left: 33.33333%; right: auto; }
  .large-pull-4 { position: relative; right: 33.33333%; left: auto; }
  .large-push-5 { position: relative; left: 41.66667%; right: auto; }
  .large-pull-5 { position: relative; right: 41.66667%; left: auto; }
  .large-push-6 { position: relative; left: 50%; right: auto; }
  .large-pull-6 { position: relative; right: 50%; left: auto; }
  .large-push-7 { position: relative; left: 58.33333%; right: auto; }
  .large-pull-7 { position: relative; right: 58.33333%; left: auto; }
  .large-push-8 { position: relative; left: 66.66667%; right: auto; }
  .large-pull-8 { position: relative; right: 66.66667%; left: auto; }
  .large-push-9 { position: relative; left: 75%; right: auto; }
  .large-pull-9 { position: relative; right: 75%; left: auto; }
  .large-push-10 { position: relative; left: 83.33333%; right: auto; }
  .large-pull-10 { position: relative; right: 83.33333%; left: auto; }
  .large-push-11 { position: relative; left: 91.66667%; right: auto; }
  .large-pull-11 { position: relative; right: 91.66667%; left: auto; }
  .column, .columns { position: relative; padding-left: 0.5rem; padding-right: 0.5rem; float: left; }
  .large-1 { width: 8.33333%; }
  .large-2 { width: 16.66667%; }
  .large-3 { width: 25%; }
  .large-4 { width: 33.33333%; }
  .large-5 { width: 41.66667%; }
  .large-6 { width: 50%; }
  .large-7 { width: 58.33333%; }
  .large-8 { width: 66.66667%; }
  .large-9 { width: 75%; }
  .large-10 { width: 83.33333%; }
  .large-11 { width: 91.66667%; }
  .large-12 { width: 100%; }
  [class*="column"] + [class*="column"]:last-child { float: right; }
  [class*="column"] + [class*="column"].end { float: left; }
  .large-offset-0 { margin-left: 0% !important; }
  .large-offset-1 { margin-left: 8.33333% !important; }
  .large-offset-2 { margin-left: 16.66667% !important; }
  .large-offset-3 { margin-left: 25% !important; }
  .large-offset-4 { margin-left: 33.33333% !important; }
  .large-offset-5 { margin-left: 41.66667% !important; }
  .large-offset-6 { margin-left: 50% !important; }
  .large-offset-7 { margin-left: 58.33333% !important; }
  .large-offset-8 { margin-left: 66.66667% !important; }
  .large-offset-9 { margin-left: 75% !important; }
  .large-offset-10 { margin-left: 83.33333% !important; }
  .large-offset-11 { margin-left: 91.66667% !important; }
  .large-reset-order, .large-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; }
  .column.large-centered, .columns.large-centered { margin-left: auto; margin-right: auto; float: none; }
  .column.large-uncentered, .columns.large-uncentered { margin-left: 0; margin-right: 0; float: left !important; }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite { float: right; }
  .push-0 { position: relative; left: 0%; right: auto; }
  .pull-0 { position: relative; right: 0%; left: auto; }
  .push-1 { position: relative; left: 8.33333%; right: auto; }
  .pull-1 { position: relative; right: 8.33333%; left: auto; }
  .push-2 { position: relative; left: 16.66667%; right: auto; }
  .pull-2 { position: relative; right: 16.66667%; left: auto; }
  .push-3 { position: relative; left: 25%; right: auto; }
  .pull-3 { position: relative; right: 25%; left: auto; }
  .push-4 { position: relative; left: 33.33333%; right: auto; }
  .pull-4 { position: relative; right: 33.33333%; left: auto; }
  .push-5 { position: relative; left: 41.66667%; right: auto; }
  .pull-5 { position: relative; right: 41.66667%; left: auto; }
  .push-6 { position: relative; left: 50%; right: auto; }
  .pull-6 { position: relative; right: 50%; left: auto; }
  .push-7 { position: relative; left: 58.33333%; right: auto; }
  .pull-7 { position: relative; right: 58.33333%; left: auto; }
  .push-8 { position: relative; left: 66.66667%; right: auto; }
  .pull-8 { position: relative; right: 66.66667%; left: auto; }
  .push-9 { position: relative; left: 75%; right: auto; }
  .pull-9 { position: relative; right: 75%; left: auto; }
  .push-10 { position: relative; left: 83.33333%; right: auto; }
  .pull-10 { position: relative; right: 83.33333%; left: auto; }
  .push-11 { position: relative; left: 91.66667%; right: auto; }
  .pull-11 { position: relative; right: 91.66667%; left: auto; } }
.accordion { *zoom: 1; margin-bottom: 0; }
.accordion:before, .accordion:after { content: " "; display: table; }
.accordion:after { clear: both; }
.accordion dd { display: block; margin-bottom: 0 !important; }
.accordion dd.active > a { background: #e8e8e8; }
.accordion dd > a { background: #efefef; color: #222222; padding: 0.8rem; display: block; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-size: 0.8rem; }
.accordion dd > a:hover { background: #e3e3e3; }
.accordion .content { display: none; padding: 0.5rem; }
.accordion .content.active { display: block; background: white; }

.alert-box { border-style: solid; border-width: 0; display: block; font-weight: normal; margin-bottom: 1rem; position: relative; padding: 0.25rem 0.75rem 0.25rem 0.25rem; font-size: 0.65rem; transition: opacity 300ms ease-out; background-color: #5c5c5c; border-color: #4f4f4f; color: white; }
.alert-box .close { font-size: 1.1rem; padding: 9px 6px 4px; line-height: 0; position: absolute; top: 50%; margin-top: -0.55rem; right: 0.2rem; color: #333333; opacity: 0.3; }
.alert-box .close:hover, .alert-box .close:focus { opacity: 0.5; }
.alert-box.radius { border-radius: 0; }
.alert-box.round { border-radius: 1000px; }
.alert-box.success { background-color: #7d93bc; border-color: #607bad; color: white; }
.alert-box.alert { background-color: #3b5a9a; border-color: #334d84; color: white; }
.alert-box.secondary { background-color: #fcc34f; border-color: #fbb321; color: white; }
.alert-box.warning { background-color: #a6570a; border-color: #8f4b09; color: white; }
.alert-box.info { background-color: #a6570a; border-color: #8f4b09; color: white; }
.alert-box.alert-close { opacity: 0; }

[class*="block-grid-"] { display: block; padding: 0; margin: 0 -0.5rem; *zoom: 1; }
[class*="block-grid-"]:before, [class*="block-grid-"]:after { content: " "; display: table; }
[class*="block-grid-"]:after { clear: both; }
[class*="block-grid-"] > li { display: block; height: auto; float: left; padding: 0 0.5rem 1rem; }

@media only screen { .small-block-grid-1 > li { width: 100%; list-style: none; }
  .small-block-grid-1 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }
  .small-block-grid-2 > li { width: 50%; list-style: none; }
  .small-block-grid-2 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }
  .small-block-grid-3 > li { width: 33.33333%; list-style: none; }
  .small-block-grid-3 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }
  .small-block-grid-4 > li { width: 25%; list-style: none; }
  .small-block-grid-4 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }
  .small-block-grid-5 > li { width: 20%; list-style: none; }
  .small-block-grid-5 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }
  .small-block-grid-6 > li { width: 16.66667%; list-style: none; }
  .small-block-grid-6 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }
  .small-block-grid-7 > li { width: 14.28571%; list-style: none; }
  .small-block-grid-7 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }
  .small-block-grid-8 > li { width: 12.5%; list-style: none; }
  .small-block-grid-8 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }
  .small-block-grid-9 > li { width: 11.11111%; list-style: none; }
  .small-block-grid-9 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }
  .small-block-grid-10 > li { width: 10%; list-style: none; }
  .small-block-grid-10 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }
  .small-block-grid-11 > li { width: 9.09091%; list-style: none; }
  .small-block-grid-11 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }
  .small-block-grid-12 > li { width: 8.33333%; list-style: none; }
  .small-block-grid-12 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } }
@media only screen and (min-width: 481px) { .medium-block-grid-1 > li { width: 100%; list-style: none; }
  .medium-block-grid-1 > li:nth-of-type(n) { clear: none; }
  .medium-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }
  .medium-block-grid-2 > li { width: 50%; list-style: none; }
  .medium-block-grid-2 > li:nth-of-type(n) { clear: none; }
  .medium-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }
  .medium-block-grid-3 > li { width: 33.33333%; list-style: none; }
  .medium-block-grid-3 > li:nth-of-type(n) { clear: none; }
  .medium-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }
  .medium-block-grid-4 > li { width: 25%; list-style: none; }
  .medium-block-grid-4 > li:nth-of-type(n) { clear: none; }
  .medium-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }
  .medium-block-grid-5 > li { width: 20%; list-style: none; }
  .medium-block-grid-5 > li:nth-of-type(n) { clear: none; }
  .medium-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }
  .medium-block-grid-6 > li { width: 16.66667%; list-style: none; }
  .medium-block-grid-6 > li:nth-of-type(n) { clear: none; }
  .medium-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }
  .medium-block-grid-7 > li { width: 14.28571%; list-style: none; }
  .medium-block-grid-7 > li:nth-of-type(n) { clear: none; }
  .medium-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }
  .medium-block-grid-8 > li { width: 12.5%; list-style: none; }
  .medium-block-grid-8 > li:nth-of-type(n) { clear: none; }
  .medium-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }
  .medium-block-grid-9 > li { width: 11.11111%; list-style: none; }
  .medium-block-grid-9 > li:nth-of-type(n) { clear: none; }
  .medium-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }
  .medium-block-grid-10 > li { width: 10%; list-style: none; }
  .medium-block-grid-10 > li:nth-of-type(n) { clear: none; }
  .medium-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }
  .medium-block-grid-11 > li { width: 9.09091%; list-style: none; }
  .medium-block-grid-11 > li:nth-of-type(n) { clear: none; }
  .medium-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }
  .medium-block-grid-12 > li { width: 8.33333%; list-style: none; }
  .medium-block-grid-12 > li:nth-of-type(n) { clear: none; }
  .medium-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } }
@media only screen and (min-width: 769px) { .large-block-grid-1 > li { width: 100%; list-style: none; }
  .large-block-grid-1 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }
  .large-block-grid-2 > li { width: 50%; list-style: none; }
  .large-block-grid-2 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }
  .large-block-grid-3 > li { width: 33.33333%; list-style: none; }
  .large-block-grid-3 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }
  .large-block-grid-4 > li { width: 25%; list-style: none; }
  .large-block-grid-4 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }
  .large-block-grid-5 > li { width: 20%; list-style: none; }
  .large-block-grid-5 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }
  .large-block-grid-6 > li { width: 16.66667%; list-style: none; }
  .large-block-grid-6 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }
  .large-block-grid-7 > li { width: 14.28571%; list-style: none; }
  .large-block-grid-7 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }
  .large-block-grid-8 > li { width: 12.5%; list-style: none; }
  .large-block-grid-8 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }
  .large-block-grid-9 > li { width: 11.11111%; list-style: none; }
  .large-block-grid-9 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }
  .large-block-grid-10 > li { width: 10%; list-style: none; }
  .large-block-grid-10 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }
  .large-block-grid-11 > li { width: 9.09091%; list-style: none; }
  .large-block-grid-11 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }
  .large-block-grid-12 > li { width: 8.33333%; list-style: none; }
  .large-block-grid-12 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } }
button, .button { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.45rem; padding-right: 0.9rem; padding-bottom: 0.5rem; padding-left: 0.9rem; font-size: 0.45rem; background-color: #5c5c5c; border-color: #4a4a4a; color: white; transition: background-color 300ms ease-out; }
button:hover, button:focus, .button:hover, .button:focus { background-color: #4a4a4a; }
button:hover, button:focus, .button:hover, .button:focus { color: white; }
button.secondary, .button.secondary { background-color: #fcc34f; border-color: #fbad0e; color: white; }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { background-color: #fbad0e; }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { color: white; }
button.success, .button.success { background-color: #7d93bc; border-color: #5571a5; color: white; }
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus { background-color: #5571a5; }
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus { color: white; }
button.alert, .button.alert { background-color: #3b5a9a; border-color: #2f487b; color: white; }
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus { background-color: #2f487b; }
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus { color: white; }
button.large, .button.large { padding-top: 0.55rem; padding-right: 1.1rem; padding-bottom: 0.6rem; padding-left: 1.1rem; font-size: 0.55rem; }
button.small, .button.small { padding-top: 0.35rem; padding-right: 0.7rem; padding-bottom: 0.4rem; padding-left: 0.7rem; font-size: 0.35rem; }
button.tiny, .button.tiny { padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; }
button.expand, .button.expand { padding-right: 0; padding-left: 0; width: 100%; }
button.left-align, .button.left-align { text-align: left; text-indent: 0.6rem; }
button.right-align, .button.right-align { text-align: right; padding-right: 0.6rem; }
button.radius, .button.radius { border-radius: 0; }
button.round, .button.round { border-radius: 1000px; }
button.disabled, button[disabled], .button.disabled, .button[disabled] { background-color: #5c5c5c; border-color: #4a4a4a; color: white; cursor: default; opacity: 0.7; box-shadow: none; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { background-color: #4a4a4a; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { color: white; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { background-color: #5c5c5c; }
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary { background-color: #fcc34f; border-color: #fbad0e; color: white; cursor: default; opacity: 0.7; box-shadow: none; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #fbad0e; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { color: white; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #fcc34f; }
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success { background-color: #7d93bc; border-color: #5571a5; color: white; cursor: default; opacity: 0.7; box-shadow: none; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #5571a5; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { color: white; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #7d93bc; }
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert { background-color: #3b5a9a; border-color: #2f487b; color: white; cursor: default; opacity: 0.7; box-shadow: none; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #2f487b; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { color: white; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #3b5a9a; }

@media only screen and (min-width: 481px) { button, .button { display: inline-block; } }
.button-group { list-style: none; margin: 0; left: 0; *zoom: 1; }
.button-group:before, .button-group:after { content: " "; display: table; }
.button-group:after { clear: both; }
.button-group li { margin: 0; float: left; }
.button-group li > button, .button-group li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
.button-group li:first-child button, .button-group li:first-child .button { border-left: 0; }
.button-group li:first-child { margin-left: 0; }
.button-group.radius > * > button, .button-group.radius > * .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button { border-left: 0; }
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button { border-bottom-left-radius: 0; border-top-left-radius: 0; }
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button { border-bottom-right-radius: 0; border-top-right-radius: 0; }
.button-group.round > * > button, .button-group.round > * .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
.button-group.round > *:first-child button, .button-group.round > *:first-child .button { border-left: 0; }
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button { border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; }
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button { border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; }
.button-group.even-2 li { width: 50%; }
.button-group.even-2 li > button, .button-group.even-2 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button { border-left: 0; }
.button-group.even-2 li button, .button-group.even-2 li .button { width: 100%; }
.button-group.even-3 li { width: 33.33333%; }
.button-group.even-3 li > button, .button-group.even-3 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button { border-left: 0; }
.button-group.even-3 li button, .button-group.even-3 li .button { width: 100%; }
.button-group.even-4 li { width: 25%; }
.button-group.even-4 li > button, .button-group.even-4 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button { border-left: 0; }
.button-group.even-4 li button, .button-group.even-4 li .button { width: 100%; }
.button-group.even-5 li { width: 20%; }
.button-group.even-5 li > button, .button-group.even-5 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button { border-left: 0; }
.button-group.even-5 li button, .button-group.even-5 li .button { width: 100%; }
.button-group.even-6 li { width: 16.66667%; }
.button-group.even-6 li > button, .button-group.even-6 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button { border-left: 0; }
.button-group.even-6 li button, .button-group.even-6 li .button { width: 100%; }
.button-group.even-7 li { width: 14.28571%; }
.button-group.even-7 li > button, .button-group.even-7 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button { border-left: 0; }
.button-group.even-7 li button, .button-group.even-7 li .button { width: 100%; }
.button-group.even-8 li { width: 12.5%; }
.button-group.even-8 li > button, .button-group.even-8 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button { border-left: 0; }
.button-group.even-8 li button, .button-group.even-8 li .button { width: 100%; }

.button-bar { *zoom: 1; }
.button-bar:before, .button-bar:after { content: " "; display: table; }
.button-bar:after { clear: both; }
.button-bar .button-group { float: left; margin-right: 0.5rem; }
.button-bar .button-group div { overflow: hidden; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] { *zoom: 1; margin-bottom: 0; margin-left: 0; list-style: none; }
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after { content: " "; display: table; }
.clearing-thumbs:after, [data-clearing]:after { clear: both; }
.clearing-thumbs li, [data-clearing] li { float: left; margin-right: 10px; }
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li { margin-right: 0; }

.clearing-blackout { background: #333333; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 998; }
.clearing-blackout .clearing-close { display: block; }

.clearing-container { position: relative; z-index: 998; height: 100%; overflow: hidden; margin: 0; }

.clearing-touch-label { position: absolute; top: 50%; left: 50%; color: #aaa; font-size: 0.6em; }

.visible-img { height: 95%; position: relative; }
.visible-img img { position: absolute; left: 50%; top: 50%; margin-left: -50%; max-height: 100%; max-width: 100%; }

.clearing-caption { color: #cccccc; font-size: 0.875em; line-height: 1.3; margin-bottom: 0; text-align: center; bottom: 0; background: #333333; width: 100%; padding: 10px 30px 20px; position: absolute; left: 0; }

.clearing-close { z-index: 999; padding-left: 20px; padding-top: 10px; font-size: 30px; line-height: 1; color: #cccccc; display: none; }
.clearing-close:hover, .clearing-close:focus { color: #ccc; }

.clearing-assembled .clearing-container { height: 100%; }
.clearing-assembled .clearing-container .carousel > ul { display: none; }

.clearing-feature li { display: none; }
.clearing-feature li.clearing-featured-img { display: block; }

@media only screen and (min-width: 481px) { .clearing-main-prev, .clearing-main-next { position: absolute; height: 100%; width: 40px; top: 0; }
  .clearing-main-prev > span, .clearing-main-next > span { position: absolute; top: 50%; display: block; width: 0; height: 0; border: solid 12px; }
  .clearing-main-prev > span:hover, .clearing-main-next > span:hover { opacity: 0.8; }
  .clearing-main-prev { left: 0; }
  .clearing-main-prev > span { left: 5px; border-color: transparent; border-right-color: #cccccc; }
  .clearing-main-next { right: 0; }
  .clearing-main-next > span { border-color: transparent; border-left-color: #cccccc; }
  .clearing-main-prev.disabled, .clearing-main-next.disabled { opacity: 0.3; }
  .clearing-assembled .clearing-container .carousel { background: rgba(51, 51, 51, 0.8); height: 120px; margin-top: 10px; text-align: center; }
  .clearing-assembled .clearing-container .carousel > ul { display: inline-block; z-index: 999; height: 100%; position: relative; float: none; }
  .clearing-assembled .clearing-container .carousel > ul li { display: block; width: 120px; min-height: inherit; float: left; overflow: hidden; margin-right: 0; padding: 0; position: relative; cursor: pointer; opacity: 0.4; clear: none; }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img { height: 100%; max-width: none; }
  .clearing-assembled .clearing-container .carousel > ul li a.th { border: none; box-shadow: none; display: block; }
  .clearing-assembled .clearing-container .carousel > ul li img { cursor: pointer !important; width: 100% !important; }
  .clearing-assembled .clearing-container .carousel > ul li.visible { opacity: 1; }
  .clearing-assembled .clearing-container .carousel > ul li:hover { opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img { background: #333333; overflow: hidden; height: 85%; }
  .clearing-close { position: absolute; top: 10px; right: 20px; padding-left: 0; padding-top: 0; } }
/* Foundation Dropdowns */
.f-dropdown { position: absolute; left: -9999px; list-style: none; margin-left: 0; width: 100%; max-height: none; height: auto; background: #303e47; border: solid 0 #cccccc; font-size: 0.7rem; z-index: 99; margin-top: 2px; max-width: 200px; }
.f-dropdown > *:first-child { margin-top: 0; }
.f-dropdown > *:last-child { margin-bottom: 0; }
.f-dropdown:before { content: ""; display: block; width: 0; height: 0; border: inset 8px; border-color: transparent transparent #303e47 transparent; border-bottom-style: solid; position: absolute; top: -16px; left: 10px; z-index: 99; }
.f-dropdown:after { content: ""; display: block; width: 0; height: 0; border: inset 9px; border-color: transparent transparent #cccccc transparent; border-bottom-style: solid; position: absolute; top: -18px; left: 9px; z-index: 98; }
.f-dropdown.right:before { left: auto; right: 10px; }
.f-dropdown.right:after { left: auto; right: 9px; }
.f-dropdown.drop-right { position: absolute; left: -9999px; list-style: none; margin-left: 0; width: 100%; max-height: none; height: auto; background: #303e47; border: solid 0 #cccccc; font-size: 0.7rem; z-index: 99; margin-top: 0; margin-left: 2px; max-width: 200px; }
.f-dropdown.drop-right > *:first-child { margin-top: 0; }
.f-dropdown.drop-right > *:last-child { margin-bottom: 0; }
.f-dropdown.drop-right:before { content: ""; display: block; width: 0; height: 0; border: inset 8px; border-color: transparent #303e47 transparent transparent; border-right-style: solid; position: absolute; top: 10px; left: -16px; z-index: 99; }
.f-dropdown.drop-right:after { content: ""; display: block; width: 0; height: 0; border: inset 9px; border-color: transparent #cccccc transparent transparent; border-right-style: solid; position: absolute; top: 9px; left: -18px; z-index: 98; }
.f-dropdown.drop-left { position: absolute; left: -9999px; list-style: none; margin-left: 0; width: 100%; max-height: none; height: auto; background: #303e47; border: solid 0 #cccccc; font-size: 0.7rem; z-index: 99; margin-top: 0; margin-left: -2px; max-width: 200px; }
.f-dropdown.drop-left > *:first-child { margin-top: 0; }
.f-dropdown.drop-left > *:last-child { margin-bottom: 0; }
.f-dropdown.drop-left:before { content: ""; display: block; width: 0; height: 0; border: inset 8px; border-color: transparent transparent transparent #303e47; border-left-style: solid; position: absolute; top: 10px; right: -16px; left: auto; z-index: 99; }
.f-dropdown.drop-left:after { content: ""; display: block; width: 0; height: 0; border: inset 9px; border-color: transparent transparent transparent #cccccc; border-left-style: solid; position: absolute; top: 9px; right: -18px; left: auto; z-index: 98; }
.f-dropdown.drop-top { position: absolute; left: -9999px; list-style: none; margin-left: 0; width: 100%; max-height: none; height: auto; background: #303e47; border: solid 0 #cccccc; font-size: 0.7rem; z-index: 99; margin-top: -2px; margin-left: 0; max-width: 200px; }
.f-dropdown.drop-top > *:first-child { margin-top: 0; }
.f-dropdown.drop-top > *:last-child { margin-bottom: 0; }
.f-dropdown.drop-top:before { content: ""; display: block; width: 0; height: 0; border: inset 8px; border-color: #303e47 transparent transparent transparent; border-top-style: solid; position: absolute; top: auto; bottom: -16px; left: 10px; right: auto; z-index: 99; }
.f-dropdown.drop-top:after { content: ""; display: block; width: 0; height: 0; border: inset 9px; border-color: #cccccc transparent transparent transparent; border-top-style: solid; position: absolute; top: auto; bottom: -18px; left: 9px; right: auto; z-index: 98; }
.f-dropdown li { font-size: 0.7rem; cursor: pointer; line-height: 0.9rem; margin: 0; }
.f-dropdown li:hover, .f-dropdown li:focus { background: #121212; }
.f-dropdown li a { display: block; padding: 0.5rem; color: #555555; }
.f-dropdown.content { position: absolute; left: -9999px; list-style: none; margin-left: 0; padding: 1rem; width: 100%; height: auto; max-height: none; background: #303e47; border: solid 0 #cccccc; font-size: 0.7rem; z-index: 99; max-width: 200px; }
.f-dropdown.content > *:first-child { margin-top: 0; }
.f-dropdown.content > *:last-child { margin-bottom: 0; }
.f-dropdown.tiny { max-width: 200px; }
.f-dropdown.small { max-width: 300px; }
.f-dropdown.medium { max-width: 500px; }
.f-dropdown.large { max-width: 800px; }

.dropdown.button, button.dropdown { position: relative; padding-right: 2.85rem; }
.dropdown.button:before, button.dropdown:before { position: absolute; content: ""; width: 0; height: 0; display: block; border-style: solid; border-color: white transparent transparent transparent; top: 50%; }
.dropdown.button:before, button.dropdown:before { border-width: 0.3rem; right: 1.125rem; margin-top: -0.125rem; }
.dropdown.button:before, button.dropdown:before { border-color: white transparent transparent transparent; }
.dropdown.button.tiny, button.dropdown.tiny { padding-right: 2.1rem; }
.dropdown.button.tiny:before, button.dropdown.tiny:before { border-width: 0.3rem; right: 0.9rem; margin-top: -0.1rem; }
.dropdown.button.tiny:before, button.dropdown.tiny:before { border-color: white transparent transparent transparent; }
.dropdown.button.small, button.dropdown.small { padding-right: 2.45rem; }
.dropdown.button.small:before, button.dropdown.small:before { border-width: 0.35rem; right: 1.05rem; margin-top: -0.125rem; }
.dropdown.button.small:before, button.dropdown.small:before { border-color: white transparent transparent transparent; }
.dropdown.button.large, button.dropdown.large { padding-right: 2.9rem; }
.dropdown.button.large:before, button.dropdown.large:before { border-width: 0.25rem; right: 1.375rem; margin-top: -0.125rem; }
.dropdown.button.large:before, button.dropdown.large:before { border-color: white transparent transparent transparent; }
.dropdown.button.secondary:before, button.dropdown.secondary:before { border-color: #333333 transparent transparent transparent; }

.flex-video { position: relative; padding-top: 1.25rem; padding-bottom: 67.5%; height: 0; margin-bottom: 0.8rem; overflow: hidden; }
.flex-video.widescreen { padding-bottom: 56.34%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Standard Forms */
form { margin: 0 0 0.25rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row { margin: 0 -0.125rem; }
form .row .row .column, form .row .row .columns { padding: 0 0.125rem; }
form .row .row.collapse { margin: 0; }
form .row .row.collapse .column, form .row .row.collapse .columns { padding: 0; }
form .row .row.collapse input { border-bottom-right-radius: 0; border-top-right-radius: 0; }
form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns { padding-left: 0.125rem; }

/* Label Styles */
label { font-size: 0.7rem; color: #4d4d4d; cursor: pointer; display: block; font-weight: normal; line-height: 1.5; margin-bottom: 0; /* Styles for required inputs */ }
label.right { float: none; text-align: right; }
label.inline { margin: 0 0 0.25rem 0; padding: 0.175rem 0; }
label small { text-transform: capitalize; color: #676767; }

select::-ms-expand { display: none; }

@-moz-document url-prefix() { select { background: #fafafa; }
  select:hover { background: #f3f3f3; } }

/* Attach elements to the beginning or end of an input */
.prefix, .postfix { display: block; position: relative; z-index: 2; text-align: center; width: 100%; padding-top: 0; padding-bottom: 0; border-style: solid; border-width: 1px; overflow: hidden; font-size: 0.7rem; height: 1.325rem; line-height: 1.325rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button { padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-align: center; line-height: 1.7rem; border: none; }

.prefix.button { padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-align: center; line-height: 1.7rem; border: none; }

.prefix.button.radius { border-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; }

.postfix.button.radius { border-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: 0; }

.prefix.button.round { border-radius: 0; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; }

.postfix.button.round { border-radius: 0; border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix { background: #f2f2f2; border-right: none; color: #333333; border-color: #cccccc; }
span.prefix.radius, label.prefix.radius { border-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; }

span.postfix, label.postfix { background: #f2f2f2; border-left: none; color: #333333; border-color: #cccccc; }
span.postfix.radius, label.postfix.radius { border-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: 0; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { -webkit-appearance: none; background-color: white; font-family: inherit; border: 1px solid #acacac; box-shadow: none; color: rgba(0, 0, 0, 0.75); display: block; font-size: 1rem; margin: 0 0 0.25rem 0; padding: 0.125rem; height: 1.325rem; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { box-shadow: 0 0 5px #999999; border-color: #999999; }
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { background: #fafafa; border-color: #999999; outline: none; }
input[type="text"][disabled], fieldset[disabled] input[type="text"], input[type="password"][disabled], fieldset[disabled] input[type="password"], input[type="date"][disabled], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], fieldset[disabled] input[type="month"], input[type="week"][disabled], fieldset[disabled] input[type="week"], input[type="email"][disabled], fieldset[disabled] input[type="email"], input[type="number"][disabled], fieldset[disabled] input[type="number"], input[type="search"][disabled], fieldset[disabled] input[type="search"], input[type="tel"][disabled], fieldset[disabled] input[type="tel"], input[type="time"][disabled], fieldset[disabled] input[type="time"], input[type="url"][disabled], fieldset[disabled] input[type="url"], textarea[disabled], fieldset[disabled] textarea { background-color: #dddddd; }
input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, textarea.radius { border-radius: 0; }

input[type="submit"] { -webkit-appearance: none; }

/* Respect enforced amount of rows for textarea */
textarea[rows] { height: auto; }

/* Add height value for select elements to match text input height */
select { -webkit-appearance: none !important; background-color: #fafafa; background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg=="); background-repeat: no-repeat; background-position: 97% center; border: 1px solid #acacac; padding: 0.125rem; font-size: 1rem; border-radius: 0; height: 1.325rem; }
select.radius { border-radius: 0; }
select:hover { background-color: #f3f3f3; border-color: #999999; }

/* Adjust margin for form elements below */
input[type="file"], input[type="checkbox"], input[type="radio"], select { margin: 0 0 0.25rem 0; }

input[type="checkbox"] + label, input[type="radio"] + label { display: inline-block; margin-left: 0.125rem; margin-right: 0.25rem; margin-bottom: 0; vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] { width: 100%; }

/* We add basic fieldset styling */
fieldset { border: 1px solid #dddddd; padding: 1rem; margin: 0.9rem 0; }
fieldset legend { font-weight: bold; background: white; padding: 0 0.15rem; margin: 0; margin-left: -0.15rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error { display: block; padding: 0.3rem 0.45rem 0.45rem; margin-top: -1px; margin-bottom: 0.25rem; font-size: 0.6rem; font-weight: normal; font-style: italic; background: #3b5a9a; color: white; }
[data-abide] span.error, [data-abide] small.error { display: none; }

span.error, small.error { display: block; padding: 0.3rem 0.45rem 0.45rem; margin-top: -1px; margin-bottom: 0.25rem; font-size: 0.6rem; font-weight: normal; font-style: italic; background: #3b5a9a; color: white; }

.error input, .error textarea, .error select { margin-bottom: 0; }
.error input[type="checkbox"], .error input[type="radio"] { margin-bottom: 0.25rem; }
.error label, .error label.error { color: #3b5a9a; }
.error small.error { display: block; padding: 0.3rem 0.45rem 0.45rem; margin-top: -1px; margin-bottom: 0.25rem; font-size: 0.6rem; font-weight: normal; font-style: italic; background: #3b5a9a; color: white; }
.error > label > small { color: #676767; background: transparent; padding: 0; text-transform: capitalize; font-style: normal; font-size: 60%; margin: 0; display: inline; }
.error span.error-message { display: block; }

input.error, textarea.error { margin-bottom: 0; }

label.error { color: #3b5a9a; }

.inline-list { margin: 0 auto 0.85rem auto; margin-left: -1.1rem; margin-right: 0; padding: 0; list-style: none; overflow: hidden; }
.inline-list > li { list-style: none; float: left; margin-left: 1.1rem; display: block; }
.inline-list > li > * { display: block; }

/* Foundation Joyride */
.joyride-list { display: none; }

/* Default styles for the container */
.joyride-tip-guide { display: none; position: absolute; background: #333333; color: white; z-index: 101; top: 0; left: 2.5%; font-family: inherit; font-weight: normal; width: 95%; }

.lt-ie9 .joyride-tip-guide { max-width: 800px; left: 50%; margin-left: -400px; }

.joyride-content-wrapper { width: 100%; padding: 0.9rem 1rem 1.2rem; }
.joyride-content-wrapper .button { margin-bottom: 0 !important; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub { display: block; position: absolute; left: 22px; width: 0; height: 0; border: 10px solid #333333; }
.joyride-tip-guide .joyride-nub.top { border-top-style: solid; border-color: #333333; border-top-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; top: -20px; }
.joyride-tip-guide .joyride-nub.bottom { border-bottom-style: solid; border-color: #333333 !important; border-bottom-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; bottom: -20px; }
.joyride-tip-guide .joyride-nub.right { right: -20px; }
.joyride-tip-guide .joyride-nub.left { left: -20px; }

/* Typography */
.joyride-tip-guide h1, .joyride-tip-guide h2, .joyride-tip-guide h3, .joyride-tip-guide .element-object-list h2 .see-all, .element-object-list h2 .joyride-tip-guide .see-all, .joyride-tip-guide h4, .joyride-tip-guide h5, .joyride-tip-guide h6 { line-height: 1.25; margin: 0; font-weight: bold; color: white; }

.joyride-tip-guide p { margin: 0 0 0.9rem 0; font-size: 0.7rem; line-height: 1.3; }

.joyride-timer-indicator-wrap { width: 50px; height: 3px; border: solid 1px #555555; position: absolute; right: 0.85rem; bottom: 0.8rem; }

.joyride-timer-indicator { display: block; width: 0; height: inherit; background: #666666; }

.joyride-close-tip { position: absolute; right: 12px; top: 10px; color: #777777 !important; text-decoration: none; font-size: 24px; font-weight: normal; line-height: .5 !important; }
.joyride-close-tip:hover, .joyride-close-tip:focus { color: #eee !important; }

.joyride-modal-bg { position: fixed; height: 100%; width: 100%; background: transparent; background: rgba(0, 0, 0, 0.5); z-index: 100; display: none; top: 0; left: 0; cursor: pointer; }

.joyride-expose-wrapper { background-color: #ffffff; position: absolute; border-radius: 3px; z-index: 102; box-shadow: 0 0 15px #ffffff; }

.joyride-expose-cover { background: transparent; border-radius: 3px; position: absolute; z-index: 9999; top: 0; left: 0; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 481px) { .joyride-tip-guide { width: 300px; left: inherit; }
  .joyride-tip-guide .joyride-nub.bottom { border-color: #333333 !important; border-bottom-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right { border-color: #333333 !important; border-top-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; top: 22px; left: auto; right: -20px; }
  .joyride-tip-guide .joyride-nub.left { border-color: #333333 !important; border-top-color: transparent !important; border-left-color: transparent !important; border-bottom-color: transparent !important; top: 22px; left: -20px; right: auto; } }
.keystroke, kbd { background-color: #ededed; border-color: #dddddd; color: #222222; border-style: solid; border-width: 1px; margin: 0; font-family: "Consolas", "Menlo", "Courier", monospace; font-size: inherit; padding: 0.1rem 0.2rem 0; border-radius: 0; }

[data-magellan-expedition], [data-magellan-expedition-clone] { background: #303e47; z-index: 50; min-width: 100%; padding: 0; }
[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav { margin-bottom: 0; }
[data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd { margin-bottom: 0; }
[data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a { line-height: 1.8em; }

/* Panels */
.panel { border-style: solid; border-width: 1px; border-color: #d8d8d8; margin-bottom: 1rem; padding: 1rem; background: #f2f2f2; }
.panel > :first-child { margin-top: 0; }
.panel > :last-child { margin-bottom: 0; }
.panel h1, .panel h2, .panel h3, .panel .element-object-list h2 .see-all, .element-object-list h2 .panel .see-all, .panel h4, .panel h5, .panel h6, .panel p { color: #333333; }
.panel h1, .panel h2, .panel h3, .panel .element-object-list h2 .see-all, .element-object-list h2 .panel .see-all, .panel h4, .panel h5, .panel h6 { line-height: 1; margin-bottom: 0.5rem; }
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel .element-object-list h2 .subheader.see-all, .element-object-list h2 .panel .subheader.see-all, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader { line-height: 1.4; }
.panel.callout { border-style: solid; border-width: 1px; border-color: #dadada; margin-bottom: 1rem; padding: 1rem; background: whitesmoke; }
.panel.callout > :first-child { margin-top: 0; }
.panel.callout > :last-child { margin-bottom: 0; }
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout .element-object-list h2 .see-all, .element-object-list h2 .panel.callout .see-all, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p { color: #333333; }
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout .element-object-list h2 .see-all, .element-object-list h2 .panel.callout .see-all, .panel.callout h4, .panel.callout h5, .panel.callout h6 { line-height: 1; margin-bottom: 0.5rem; }
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout .element-object-list h2 .subheader.see-all, .element-object-list h2 .panel.callout .subheader.see-all, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader { line-height: 1.4; }
.panel.callout a:not(.button) { color: #5c5c5c; }
.panel.radius { border-radius: 0; }

/* Pricing Tables */
.pricing-table { border: solid 1px #dddddd; margin-left: 0; margin-bottom: 1rem; }
.pricing-table * { list-style: none; line-height: 1; }
.pricing-table .title { background-color: #333333; padding: 0.75rem 1rem; text-align: center; color: #eeeeee; font-weight: normal; font-size: 0.8rem; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; }
.pricing-table .price { background-color: #f6f6f6; padding: 0.75rem 1rem; text-align: center; color: #333333; font-weight: normal; font-size: 1.6rem; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; }
.pricing-table .description { background-color: white; padding: 0.75rem; text-align: center; color: #777777; font-size: 0.6rem; font-weight: normal; line-height: 1.4; border-bottom: dotted 1px #dddddd; }
.pricing-table .bullet-item { background-color: white; padding: 0.75rem; text-align: center; color: #333333; font-size: 0.7rem; font-weight: normal; border-bottom: dotted 1px #dddddd; }
.pricing-table .cta-button { background-color: white; text-align: center; padding: 1rem 1rem 0; }

/* Progress Bar */
.progress { background-color: #ebebeb; height: 8px; border: 0 solid white; padding: 0; margin-bottom: 0.5rem; }
.progress .meter { background: #ff6600; height: 100%; display: block; }
.progress.secondary .meter { background: #fcc34f; height: 100%; display: block; }
.progress.success .meter { background: #7d93bc; height: 100%; display: block; }
.progress.alert .meter { background: #3b5a9a; height: 100%; display: block; }
.progress.radius { border-radius: 0; }
.progress.radius .meter { border-radius: -1; }
.progress.round { border-radius: 1000px; }
.progress.round .meter { border-radius: 999px; }

.range-slider { display: block; position: relative; width: 100%; height: 0.8rem; border: 1px solid #dddddd; margin: 1rem 0; -ms-touch-action: none; touch-action: none; background: #fafafa; }
.range-slider.vertical-range { display: block; position: relative; width: 100%; height: 0.8rem; border: 1px solid #dddddd; margin: 1rem 0; -ms-touch-action: none; touch-action: none; display: inline-block; width: 0.8rem; height: 10rem; }
.range-slider.vertical-range .range-slider-handle { margin-top: 0; margin-left: -0.4rem; position: absolute; bottom: -8.4rem; }
.range-slider.vertical-range .range-slider-active-segment { width: 0.7rem; height: auto; bottom: 0; }
.range-slider.radius { background: #fafafa; border-radius: 0; }
.range-slider.radius .range-slider-handle { background: #5c5c5c; border-radius: 0; }
.range-slider.radius .range-slider-handle:hover { background: #515151; }
.range-slider.round { background: #fafafa; border-radius: 1000px; }
.range-slider.round .range-slider-handle { background: #5c5c5c; border-radius: 1000px; }
.range-slider.round .range-slider-handle:hover { background: #515151; }

.range-slider-active-segment { display: inline-block; position: absolute; height: 0.7rem; background: #fcc24c; }

.range-slider-handle { display: inline-block; position: absolute; z-index: 1; top: -0.25rem; width: 1.6rem; height: 1.1rem; border: 1px solid none; cursor: pointer; background: #5c5c5c; }
.range-slider-handle:hover { background: #515151; }

.reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: black; background: rgba(0, 0, 0, 0.45); z-index: 99; display: none; top: 0; left: 0; }

dialog, .reveal-modal { visibility: hidden; display: none; position: absolute; z-index: 100; width: 100vw; top: 0; left: 0; background-color: white; padding: 1rem; border: solid 1px #666666; box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
@media only screen and (max-width: 480px) { dialog, .reveal-modal { min-height: 100vh; } }
@media only screen and (min-width: 481px) { dialog, .reveal-modal { left: 50%; } }
dialog .column, dialog .columns, .reveal-modal .column, .reveal-modal .columns { min-width: 0; }
dialog > :first-child, .reveal-modal > :first-child { margin-top: 0; }
dialog > :last-child, .reveal-modal > :last-child { margin-bottom: 0; }
@media only screen and (min-width: 481px) { dialog, .reveal-modal { margin-left: -40%; width: 80%; } }
@media only screen and (min-width: 481px) { dialog, .reveal-modal { top: 5rem; } }
dialog .close-reveal-modal, .reveal-modal .close-reveal-modal { font-size: 2rem; line-height: 1; position: absolute; top: 0.4rem; right: 0.55rem; color: #aaaaaa; font-weight: bold; cursor: pointer; }

dialog[open] { display: block; visibility: visible; }

@media only screen and (min-width: 481px) { dialog, .reveal-modal { padding: 1.5rem; }
  dialog.radius, .reveal-modal.radius { border-radius: 0; }
  dialog.round, .reveal-modal.round { border-radius: 1000px; }
  dialog.collapse, .reveal-modal.collapse { padding: 0; }
  dialog.full, .reveal-modal.full { top: 0; left: 0; height: 100vh; min-height: 100vh; margin-left: 0 !important; } }
@media only screen and (min-width: 481px) and (min-width: 481px) { dialog.tiny, .reveal-modal.tiny { margin-left: -15%; width: 30%; } }
@media only screen and (min-width: 481px) and (min-width: 481px) { dialog.small, .reveal-modal.small { margin-left: -20%; width: 40%; } }
@media only screen and (min-width: 481px) and (min-width: 481px) { dialog.medium, .reveal-modal.medium { margin-left: -30%; width: 60%; } }
@media only screen and (min-width: 481px) and (min-width: 481px) { dialog.large, .reveal-modal.large { margin-left: -35%; width: 70%; } }
@media only screen and (min-width: 481px) and (min-width: 481px) { dialog.xlarge, .reveal-modal.xlarge { margin-left: -47.5%; width: 95%; } }

@media only screen and (min-width: 481px) and (min-width: 481px) { dialog.full, .reveal-modal.full { margin-left: -50vw; width: 100vw; } }

@media print { dialog, .reveal-modal { background: #fff !important; } }
.split.button { position: relative; padding-right: 4.05rem; }
.split.button span { display: block; height: 100%; position: absolute; right: 0; top: 0; border-left: solid 1px; }
.split.button span:before { position: absolute; content: ""; width: 0; height: 0; display: block; border-style: inset; top: 50%; left: 50%; }
.split.button span:active { background-color: rgba(0, 0, 0, 0.1); }
.split.button span { border-left-color: rgba(255, 255, 255, 0.5); }
.split.button span { width: 2.475rem; }
.split.button span:before { border-top-style: solid; border-width: 0.3rem; top: 48%; margin-left: -0.3rem; }
.split.button span:before { border-color: white transparent transparent transparent; }
.split.button.secondary span { border-left-color: rgba(255, 255, 255, 0.5); }
.split.button.secondary span:before { border-color: white transparent transparent transparent; }
.split.button.alert span { border-left-color: rgba(255, 255, 255, 0.5); }
.split.button.success span { border-left-color: rgba(255, 255, 255, 0.5); }
.split.button.tiny { padding-right: 3rem; }
.split.button.tiny span { width: 1.8rem; }
.split.button.tiny span:before { border-top-style: solid; border-width: 0.3rem; top: 48%; margin-left: -0.3rem; }
.split.button.small { padding-right: 3.5rem; }
.split.button.small span { width: 2.1rem; }
.split.button.small span:before { border-top-style: solid; border-width: 0.35rem; top: 48%; margin-left: -0.3rem; }
.split.button.large { padding-right: 4.4rem; }
.split.button.large span { width: 2.75rem; }
.split.button.large span:before { border-top-style: solid; border-width: 0.25rem; top: 48%; margin-left: -0.3rem; }
.split.button.expand { padding-left: 2rem; }
.split.button.secondary span:before { border-color: #333333 transparent transparent transparent; }
.split.button.radius span { border-bottom-right-radius: 0; border-top-right-radius: 0; }
.split.button.round span { border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; }

div.switch { position: relative; padding: 0; display: block; overflow: hidden; border-style: solid; border-width: 1px; margin-bottom: 1rem; height: 1.8rem; background: white; border-color: #cccccc; }
div.switch label { position: relative; left: 0; z-index: 2; float: left; width: 50%; height: 100%; margin: 0; font-weight: bold; text-align: left; transition: all 0.1s ease-out; }
div.switch input { position: absolute; z-index: 3; opacity: 0; width: 100%; height: 100%; -moz-appearance: none; }
div.switch input:hover, div.switch input:focus { cursor: pointer; }
div.switch span:last-child { position: absolute; top: -1px; left: -1px; z-index: 1; display: block; padding: 0; border-width: 1px; border-style: solid; transition: all 0.1s ease-out; }
div.switch input:not(:checked) + label { opacity: 0; }
div.switch input:checked { display: none !important; }
div.switch input { left: 0; display: block !important; }
div.switch input:first-of-type + label, div.switch input:first-of-type + span + label { left: -50%; }
div.switch input:first-of-type:checked + label, div.switch input:first-of-type:checked + span + label { left: 0%; }
div.switch input:last-of-type + label, div.switch input:last-of-type + span + label { right: -50%; left: auto; text-align: right; }
div.switch input:last-of-type:checked + label, div.switch input:last-of-type:checked + span + label { right: 0%; left: auto; }
div.switch span.custom { display: none !important; }
form.custom div.switch .hidden-field { margin-left: auto; position: absolute; visibility: visible; }
div.switch label { padding: 0; line-height: 2.3rem; font-size: 0.7rem; }
div.switch input:first-of-type:checked ~ span:last-child { left: 100%; margin-left: -1.75rem; }
div.switch span:last-child { width: 1.8rem; height: 1.8rem; }
div.switch span:last-child { border-color: #b3b3b3; background: white; background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%); box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f7f9fb, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke; }
div.switch:hover span:last-child, div.switch:focus span:last-child { background: white; background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); }
div.switch:active { background: transparent; }
div.switch.large { height: 2.2rem; }
div.switch.large label { padding: 0; line-height: 2.3rem; font-size: 0.85rem; }
div.switch.large input:first-of-type:checked ~ span:last-child { left: 100%; margin-left: -2.15rem; }
div.switch.large span:last-child { width: 2.2rem; height: 2.2rem; }
div.switch.small { height: 1.4rem; }
div.switch.small label { padding: 0; line-height: 2.1rem; font-size: 0.6rem; }
div.switch.small input:first-of-type:checked ~ span:last-child { left: 100%; margin-left: -1.35rem; }
div.switch.small span:last-child { width: 1.4rem; height: 1.4rem; }
div.switch.tiny { height: 1.1rem; }
div.switch.tiny label { padding: 0; line-height: 1.9rem; font-size: 0.55rem; }
div.switch.tiny input:first-of-type:checked ~ span:last-child { left: 100%; margin-left: -1.05rem; }
div.switch.tiny span:last-child { width: 1.1rem; height: 1.1rem; }
div.switch.radius { border-radius: 4px; }
div.switch.radius span:last-child { border-radius: 3px; }
div.switch.round { border-radius: 1000px; }
div.switch.round span:last-child { border-radius: 999px; }
div.switch.round label { padding: 0 0.45rem; }

table { background: white; margin-bottom: 1rem; border: solid 1px #dddddd; }
table thead, table tfoot { background: whitesmoke; }
table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { padding: 0.4rem 0.5rem 0.5rem; font-size: 0.7rem; font-weight: bold; color: #222222; text-align: left; }
table tr th, table tr td { padding: 0.45rem 0.5rem; font-size: 1rem; color: #222222; }
table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #f9f9f9; }
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: 0.9rem; }

.tabs { *zoom: 1; margin-bottom: 0 !important; }
.tabs:before, .tabs:after { content: " "; display: table; }
.tabs:after { clear: both; }
.tabs dd { position: relative; margin-bottom: 0 !important; float: left; }
.tabs dd > a { display: block; background: #37474f; color: white; padding: 0.15rem 0.3rem; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-size: 0.8rem; }
.tabs dd > a:hover { background: #2d3940; }
.tabs dd.active a { background: white; }
.tabs.radius dd:first-child a { border-bottom-left-radius: 0; border-top-left-radius: 0; }
.tabs.radius dd:last-child a { border-bottom-right-radius: 0; border-top-right-radius: 0; }
.tabs.vertical dd { position: inherit; float: none; display: block; top: auto; }

.tabs-content { *zoom: 1; margin-bottom: 1.2rem; width: 100%; }
.tabs-content:before, .tabs-content:after { content: " "; display: table; }
.tabs-content:after { clear: both; }
.tabs-content > .content { display: none; float: left; padding: 0.15rem 0.8rem 0; width: 100%; }
.tabs-content > .content.active { display: block; float: none; }
.tabs-content > .content.contained { padding: 0.15rem 0.8rem; }
.tabs-content.vertical { display: block; }
.tabs-content.vertical > .content { padding: 0 0.15rem 0.8rem; }

@media only screen and (min-width: 481px) { .tabs.vertical { width: 20%; float: left; margin-bottom: 1.25rem; }
  .tabs-content.vertical { width: 80%; float: left; margin-left: -1px; } }
.no-js .tabs-content > .content { display: block; float: none; }

/* Image Thumbnails */
.th { line-height: 0; display: inline-block; border: solid 4px white; max-width: 100%; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); transition: all 200ms ease-out; }
.th:hover, .th:focus { box-shadow: 0 0 6px 1px rgba(92, 92, 92, 0.5); }
.th.radius { border-radius: 0; }

/* Tooltips */
.has-tip { border-bottom: dotted 1px #cccccc; cursor: pointer; font-weight: bold; color: #333333; }
.has-tip:hover, .has-tip:focus { border-bottom: dotted 1px #292929; color: #5c5c5c; }
.has-tip.tip-left, .has-tip.tip-right { float: none !important; }

.tooltip { display: none; position: absolute; z-index: 999; font-weight: normal; font-size: 0.65rem; line-height: 1.3; padding: 0.6rem; max-width: 85%; left: 50%; width: 100%; color: white; background: #333333; }
.tooltip > .nub { display: block; left: 5px; position: absolute; width: 0; height: 0; border: solid 5px; border-color: transparent transparent #333333 transparent; top: -10px; }
.tooltip > .nub.rtl { left: auto; right: 5px; }
.tooltip.radius { border-radius: 3px; }
.tooltip.round { border-radius: 1000px; }
.tooltip.round > .nub { left: 2rem; }
.tooltip.opened { color: #5c5c5c !important; border-bottom: dotted 1px #292929 !important; }

.tap-to-close { display: block; font-size: 0.5rem; color: #777777; font-weight: normal; }

@media only screen and (min-width: 481px) { .tooltip > .nub { border-color: transparent transparent #333333 transparent; top: -10px; }
  .tooltip.tip-top > .nub { border-color: #333333 transparent transparent transparent; top: auto; bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right { float: none !important; }
  .tooltip.tip-left > .nub { border-color: transparent transparent transparent #333333; right: -10px; left: auto; top: 50%; margin-top: -5px; }
  .tooltip.tip-right > .nub { border-color: transparent #333333 transparent transparent; right: auto; left: -10px; top: 50%; margin-top: -5px; } }
meta.foundation-mq-topbar { font-family: "/only screen/"; width: 481px; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid { width: 100%; background: rgba(255, 255, 255, 0); }
.contain-to-grid .top-bar { margin-bottom: 0; }

.fixed { width: 100%; left: 0; position: fixed; top: 0; z-index: 99; }
.fixed.expanded:not(.top-bar) { overflow-y: auto; height: auto; width: 100%; max-height: 100%; }
.fixed.expanded:not(.top-bar) .title-area { position: fixed; width: 100%; z-index: 99; }
.fixed.expanded:not(.top-bar) .top-bar-section { z-index: 98; margin-top: 45px; }

.top-bar { *zoom: 1; overflow: hidden; line-height: 45px; position: relative; background: rgba(255, 255, 255, 0); margin-bottom: 0; }
.top-bar:before, .top-bar:after { content: " "; display: table; }
.top-bar:after { clear: both; }
.top-bar ul { margin-bottom: 0; list-style: none; }
.top-bar .row { max-width: none; }
.top-bar form, .top-bar input { margin-bottom: 0; }
.top-bar input { height: auto; padding-top: .35rem; padding-bottom: .35rem; font-size: 0.75rem; }
.top-bar .button, .top-bar button { padding-top: .45rem; padding-bottom: .35rem; margin-bottom: 0; font-size: 0.75rem; }
.top-bar .title-area { position: relative; margin: 0; }
.top-bar .name { height: 45px; margin: 0; font-size: 20px; }
.top-bar .name h1 { line-height: 45px; font-size: 0.85rem; margin: 0; }
.top-bar .name h1 a { font-weight: normal; color: white; width: 75%; display: block; padding: 0 15px; }
.top-bar .toggle-topbar { position: absolute; right: 0; top: 0; }
.top-bar .toggle-topbar a { color: white; text-transform: uppercase; font-size: 0.65rem; font-weight: bold; position: relative; display: block; padding: 0 15px; height: 45px; line-height: 45px; }
.top-bar .toggle-topbar.menu-icon { right: 15px; top: 50%; margin-top: -16px; padding-left: 40px; }
.top-bar .toggle-topbar.menu-icon a { height: 34px; line-height: 33px; padding: 0; padding-right: 25px; color: white; position: relative; }
.top-bar .toggle-topbar.menu-icon a::after { content: ""; position: absolute; right: 0; display: block; width: 16px; top: 0; height: 0; box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
.top-bar.expanded { height: auto; background: transparent; }
.top-bar.expanded .title-area { background: rgba(255, 255, 255, 0); }
.top-bar.expanded .toggle-topbar a { color: #888888; }
.top-bar.expanded .toggle-topbar a::after { box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; }

.top-bar-section { left: 0; position: relative; width: auto; transition: left 300ms ease-out; float: left; display: block; height: inherit; }
.top-bar-right .top-bar-section { left: auto; right: auto; float: right; }
.top-bar-section ul { width: 100%; height: auto; display: block; background: transparent; font-size: 20px; margin: 0; }
.top-bar-section .divider, .top-bar-section [role="separator"] { border-top: solid 1px rgba(128, 128, 128, 0); clear: both; height: 1px; width: 100%; }
.top-bar-section ul li > a { display: block; width: 100%; color: white; padding: 12px 0 12px 0; padding-left: 15px; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-size: 0.65rem; font-weight: normal; text-transform: none; background: transparent; }
.top-bar-section ul li > a.button { font-size: 0.65rem; padding-right: 15px; padding-left: 15px; background-color: #5c5c5c; border-color: #4a4a4a; color: white; }
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus { background-color: #4a4a4a; }
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus { color: white; }
.top-bar-section ul li > a.button.secondary { background-color: #fcc34f; border-color: #fbad0e; color: white; }
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus { background-color: #fbad0e; }
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus { color: white; }
.top-bar-section ul li > a.button.success { background-color: #7d93bc; border-color: #5571a5; color: white; }
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus { background-color: #5571a5; }
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus { color: white; }
.top-bar-section ul li > a.button.alert { background-color: #3b5a9a; border-color: #2f487b; color: white; }
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus { background-color: #2f487b; }
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus { color: white; }
.top-bar-section ul li > button { font-size: 0.65rem; padding-right: 15px; padding-left: 15px; background-color: #5c5c5c; border-color: #4a4a4a; color: white; }
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus { background-color: #4a4a4a; }
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus { color: white; }
.top-bar-section ul li > button.secondary { background-color: #fcc34f; border-color: #fbad0e; color: white; }
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus { background-color: #fbad0e; }
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus { color: white; }
.top-bar-section ul li > button.success { background-color: #7d93bc; border-color: #5571a5; color: white; }
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus { background-color: #5571a5; }
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus { color: white; }
.top-bar-section ul li > button.alert { background-color: #3b5a9a; border-color: #2f487b; color: white; }
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus { background-color: #2f487b; }
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus { color: white; }
.top-bar-section ul li:hover:not(.has-form) > a { background: transparent; color: white; }
.top-bar-section ul li.active > a { background: transparent; color: white; }
.top-bar-section ul li.active > a:hover { background: transparent; color: white; }
.top-bar-section .has-form { padding: 15px; }
.top-bar-section .has-dropdown { position: relative; }
.top-bar-section .has-dropdown > a:after { content: ""; display: block; width: 0; height: 0; border: inset 5px; border-color: transparent transparent transparent rgba(255, 255, 255, 0.4); border-left-style: solid; margin-right: 15px; margin-top: -4.5px; position: absolute; top: 50%; right: 0; }
.top-bar-section .has-dropdown.moved { position: static; }
.top-bar-section .has-dropdown.moved > .dropdown { display: block; position: static !important; height: auto; width: auto; overflow: visible; clip: auto; position: absolute !important; width: 100%; }
.top-bar-section .has-dropdown.moved > a:after { display: none; }
.top-bar-section .dropdown { position: absolute; left: 100%; top: 0; z-index: 99; display: block; position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
.top-bar-section .dropdown li { width: 100%; height: auto; }
.top-bar-section .dropdown li a { font-weight: normal; padding: 8px 15px; }
.top-bar-section .dropdown li a.parent-link { font-weight: normal; }
.top-bar-section .dropdown li.title h5 { margin-bottom: 0; }
.top-bar-section .dropdown li.title h5 a { color: white; line-height: 22.5px; display: block; }
.top-bar-section .dropdown li.has-form { padding: 8px 15px; }
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button { top: auto; }
.top-bar-section .dropdown label { padding: 8px 15px 2px; margin-bottom: 0; text-transform: uppercase; color: #777777; font-weight: bold; font-size: 0.5rem; }

.js-generated { display: block; }

@media only screen { .top-bar { background: rgba(255, 255, 255, 0); *zoom: 1; overflow: visible; }
  .top-bar:before, .top-bar:after { content: " "; display: table; }
  .top-bar:after { clear: both; }
  .top-bar .toggle-topbar { display: none; }
  .top-bar .title-area { float: left; }
  .top-bar .name h1 a { width: auto; }
  .top-bar input, .top-bar .button, .top-bar button { font-size: 0.7rem; position: relative; top: 4px; }
  .top-bar.expanded { background: rgba(255, 255, 255, 0); }
  .contain-to-grid .top-bar { max-width: 51rem; margin: 0 auto; margin-bottom: 0; }
  .top-bar-section { transition: none 0 0; left: 0; }
  .top-bar-section ul { width: auto; height: auto; display: inline; }
  .top-bar-section ul li { float: left; }
  .top-bar-section ul li .js-generated { display: none; }
  .top-bar-section li.hover > a:not(.button) { background: transparent; color: white; }
  .top-bar-section li:not(.has-form) a:not(.button) { padding: 0 15px; line-height: 45px; background: rgba(255, 255, 255, 0); }
  .top-bar-section li:not(.has-form) a:not(.button):hover { background: transparent; }
  .top-bar-section li.active:not(.has-form) a:not(.button) { padding: 0 15px; line-height: 45px; color: white; background: transparent; }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover { background: transparent; }
  .top-bar-section .has-dropdown > a { padding-right: 35px !important; }
  .top-bar-section .has-dropdown > a:after { content: ""; display: block; width: 0; height: 0; border: inset 5px; border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent; border-top-style: solid; margin-top: -2.5px; top: 22.5px; }
  .top-bar-section .has-dropdown.moved { position: relative; }
  .top-bar-section .has-dropdown.moved > .dropdown { display: block; position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown { display: block; position: static !important; height: auto; width: auto; overflow: visible; clip: auto; position: absolute !important; }
  .top-bar-section .has-dropdown .dropdown .has-dropdown > a:after { border: none; content: "\00bb"; top: 1rem; margin-top: -1px; right: 5px; line-height: 1.2; }
  .top-bar-section .dropdown { left: 0; top: auto; background: transparent; min-width: 100%; }
  .top-bar-section .dropdown li a { color: white; line-height: 1; white-space: nowrap; padding: 12px 15px; background: transparent; }
  .top-bar-section .dropdown li:not(.has-form) a:not(.button) { color: white; background: transparent; }
  .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) { color: white; background: transparent; }
  .top-bar-section .dropdown li label { white-space: nowrap; background: #333333; }
  .top-bar-section .dropdown li .dropdown { left: 100%; top: 0; }
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] { border-bottom: none; border-top: none; border-right: solid 1px rgba(255, 255, 255, 0); clear: none; height: 45px; width: 0; }
  .top-bar-section .has-form { background: rgba(255, 255, 255, 0); padding: 0 15px; height: 45px; }
  .top-bar-section .right li .dropdown { left: auto; right: 0; }
  .top-bar-section .right li .dropdown li .dropdown { right: 100%; }
  .top-bar-section .left li .dropdown { right: auto; left: 0; }
  .top-bar-section .left li .dropdown li .dropdown { left: 100%; }
  .no-js .top-bar-section ul li:hover > a { background: transparent; color: white; }
  .no-js .top-bar-section ul li:active > a { background: transparent; color: white; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown { display: block; position: static !important; height: auto; width: auto; overflow: visible; clip: auto; position: absolute !important; } }
.text-left { text-align: left !important; }

.text-right { text-align: right !important; }

.text-center { text-align: center !important; }

.text-justify { text-align: justify !important; }

@media only screen and (max-width: 480px) { .small-only-text-left { text-align: left !important; }
  .small-only-text-right { text-align: right !important; }
  .small-only-text-center { text-align: center !important; }
  .small-only-text-justify { text-align: justify !important; } }
@media only screen { .small-text-left { text-align: left !important; }
  .small-text-right { text-align: right !important; }
  .small-text-center { text-align: center !important; }
  .small-text-justify { text-align: justify !important; } }
@media only screen and (min-width: 481px) and (max-width: 768px) { .medium-only-text-left { text-align: left !important; }
  .medium-only-text-right { text-align: right !important; }
  .medium-only-text-center { text-align: center !important; }
  .medium-only-text-justify { text-align: justify !important; } }
@media only screen and (min-width: 481px) { .medium-text-left { text-align: left !important; }
  .medium-text-right { text-align: right !important; }
  .medium-text-center { text-align: center !important; }
  .medium-text-justify { text-align: justify !important; } }
@media only screen and (min-width: 769px) and (max-width: 1024px) { .large-only-text-left { text-align: left !important; }
  .large-only-text-right { text-align: right !important; }
  .large-only-text-center { text-align: center !important; }
  .large-only-text-justify { text-align: justify !important; } }
@media only screen and (min-width: 769px) { .large-text-left { text-align: left !important; }
  .large-text-right { text-align: right !important; }
  .large-text-center { text-align: center !important; }
  .large-text-justify { text-align: justify !important; } }
@media only screen and (min-width: 1025px) and (max-width: 1280px) { .xlarge-only-text-left { text-align: left !important; }
  .xlarge-only-text-right { text-align: right !important; }
  .xlarge-only-text-center { text-align: center !important; }
  .xlarge-only-text-justify { text-align: justify !important; } }
@media only screen and (min-width: 1025px) { .xlarge-text-left { text-align: left !important; }
  .xlarge-text-right { text-align: right !important; }
  .xlarge-text-center { text-align: center !important; }
  .xlarge-text-justify { text-align: justify !important; } }
@media only screen and (min-width: 1281px) and (max-width: 9999px) { .xxlarge-only-text-left { text-align: left !important; }
  .xxlarge-only-text-right { text-align: right !important; }
  .xxlarge-only-text-center { text-align: center !important; }
  .xxlarge-only-text-justify { text-align: justify !important; } }
@media only screen and (min-width: 1281px) { .xxlarge-text-left { text-align: left !important; }
  .xxlarge-text-right { text-align: right !important; }
  .xxlarge-text-center { text-align: center !important; }
  .xxlarge-text-justify { text-align: justify !important; } }
/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, .element-object-list h2 .see-all, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; }

/* Default Link Styles */
a { color: #5c5c5c; text-decoration: none; line-height: inherit; }
a:hover, a:focus { color: #4f4f4f; }
a img { border: none; }

/* Default paragraph styles */
p { font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; font-size: 1rem; line-height: 1; margin-bottom: 1rem; text-rendering: optimizeLegibility; }
p.lead { font-size: 1.175rem; line-height: 1.6; }
p aside { font-size: 0.7rem; line-height: 1.35; font-style: italic; }

/* Default header styles */
h1, h2, h3, .element-object-list h2 .see-all, h4, h5, h6 { font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; font-style: normal; color: #222222; text-rendering: optimizeLegibility; margin-top: 0.2rem; margin-bottom: 0.5rem; line-height: 1.4; }
h1 small, h2 small, h3 small, .element-object-list h2 .see-all small, h4 small, h5 small, h6 small { font-size: 16; color: #6f6f6f; line-height: 0; }

h1 { font-size: 1.7rem; }

h2 { font-size: 1.35rem; }

h3, .element-object-list h2 .see-all { font-size: 1.1rem; }

h4 { font-size: 0.9rem; }

h5 { font-size: 0.9rem; }

h6 { font-size: 1rem; }

.subheader { line-height: 1.4; color: #6f6f6f; font-weight: normal; margin-top: 0.2rem; margin-bottom: 0.5rem; }

hr { border: solid #dddddd; border-width: 1px 0 0; clear: both; margin: 1rem 0 0.95rem; height: 0; }

/* Helpful Typography Defaults */
em, i { font-style: italic; line-height: inherit; }

strong, b { font-weight: bold; line-height: inherit; }

small { font-size: 16; line-height: inherit; }

code { font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: bold; color: #2b4270; }

/* Lists */
ul, ol, dl { font-size: 1rem; line-height: 1; margin-bottom: 1rem; list-style-position: outside; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; }

ul { margin-left: 1.1rem; }
ul.no-bullet { margin-left: 0; }
ul.no-bullet li ul, ul.no-bullet li ol { margin-left: 1rem; margin-bottom: 0; list-style: none; }

/* Unordered Lists */
ul li ul, ul li ol { margin-left: 1rem; margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; }
ul.square { list-style-type: square; margin-left: 1.1rem; }
ul.circle { list-style-type: circle; margin-left: 1.1rem; }
ul.disc { list-style-type: disc; margin-left: 1.1rem; }
ul.no-bullet { list-style: none; }

/* Ordered Lists */
ol { margin-left: 1.4rem; }
ol li ul, ol li ol { margin-left: 1rem; margin-bottom: 0; }

/* Definition Lists */
dl dt { margin-bottom: 0.3rem; font-weight: bold; }
dl dd { margin-bottom: 0.6rem; }

/* Abbreviations */
abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222222; border-bottom: 1px dotted #dddddd; cursor: help; }

abbr { text-transform: none; }

/* Blockquotes */
blockquote { margin: 0 0 1rem; padding: 0.45rem 1rem 0 0.95rem; border-left: 1px solid #dddddd; }
blockquote cite { display: block; font-size: 0.65rem; color: #555555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited { color: #555555; }

blockquote, blockquote p { line-height: 1; color: #6f6f6f; }

/* Microformats */
.vcard { display: inline-block; margin: 0 0 1rem 0; border: 1px solid #dddddd; padding: 0.5rem 0.6rem; }
.vcard li { margin: 0; display: block; }
.vcard .fn { font-weight: bold; font-size: 0.75rem; }

.vevent .summary { font-weight: bold; }
.vevent abbr { cursor: default; text-decoration: none; font-weight: bold; border: none; padding: 0 0.05rem; }

@media only screen and (min-width: 481px) { h1, h2, h3, .element-object-list h2 .see-all, h4, h5, h6 { line-height: 1.4; }
  h1 { font-size: 2.2rem; }
  h2 { font-size: 1.85rem; }
  h3, .element-object-list h2 .see-all { font-size: 1.35rem; }
  h4 { font-size: 1.15rem; } }
/* Print styles.  Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only { display: none !important; }

@media print { * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; /* h5bp.com/t */ }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3, .element-object-list h2 .see-all { orphans: 3; widows: 3; }
  h2, h3, .element-object-list h2 .see-all { page-break-after: avoid; }
  .hide-on-print { display: none !important; }
  .print-only { display: block !important; }
  .hide-for-print { display: none !important; }
  .show-for-print { display: inherit !important; } }
.off-canvas-wrap { -webkit-backface-visibility: hidden; position: relative; width: 100%; overflow: hidden; }
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left { min-height: 100%; -webkit-overflow-scrolling: touch; }

.inner-wrap { -webkit-backface-visibility: hidden; position: relative; width: 100%; *zoom: 1; -webkit-transition: -webkit-transform 500ms ease; -moz-transition: -moz-transform 500ms ease; -ms-transition: -ms-transform 500ms ease; -o-transition: -o-transform 500ms ease; transition: transform 500ms ease; }
.inner-wrap:before, .inner-wrap:after { content: " "; display: table; }
.inner-wrap:after { clear: both; }

.tab-bar { -webkit-backface-visibility: hidden; background: #333333; color: white; height: 2.25rem; line-height: 2.25rem; position: relative; }
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar .element-object-list h2 .see-all, .element-object-list h2 .tab-bar .see-all, .tab-bar h4, .tab-bar h5, .tab-bar h6 { color: white; font-weight: bold; line-height: 2.25rem; margin: 0; }
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar .element-object-list h2 .see-all, .element-object-list h2 .tab-bar .see-all, .tab-bar h4 { font-size: 0.9rem; }

.left-small { width: 2.25rem; height: 2.25rem; position: absolute; top: 0; border-right: solid 1px #1a1a1a; left: 0; }

.right-small { width: 2.25rem; height: 2.25rem; position: absolute; top: 0; border-left: solid 1px #1a1a1a; right: 0; }

.tab-bar-section { padding: 0 0.5rem; position: absolute; text-align: center; height: 2.25rem; top: 0; }
@media only screen and (min-width: 481px) { .tab-bar-section { text-align: left; } }
.tab-bar-section.left { left: 0; right: 2.25rem; }
.tab-bar-section.right { left: 2.25rem; right: 0; }
.tab-bar-section.middle { left: 2.25rem; right: 2.25rem; }

.tab-bar .menu-icon { text-indent: 1.75rem; width: 2.25rem; height: 2.25rem; display: block; line-height: 1.65rem; padding: 0; color: white; position: relative; -ms-transform: translate(0, 0); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.tab-bar .menu-icon span { position: absolute; display: block; height: 0; width: 0.8rem; line-height: 1; top: 0.75rem; left: 0.725rem; box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white; }
.tab-bar .menu-icon:hover span { box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu { -webkit-backface-visibility: hidden; width: 265px; top: 0; bottom: 0; position: absolute; overflow-y: auto; background: rgba(255, 255, 255, 0); z-index: 1001; box-sizing: content-box; -webkit-overflow-scrolling: touch; -ms-transform: translate(-100%, 0); -webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); -o-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; }
.left-off-canvas-menu * { -webkit-backface-visibility: hidden; }

.right-off-canvas-menu { -webkit-backface-visibility: hidden; width: 265px; top: 0; bottom: 0; position: absolute; overflow-y: auto; background: rgba(255, 255, 255, 0); z-index: 1001; box-sizing: content-box; -webkit-overflow-scrolling: touch; -ms-transform: translate(100%, 0); -webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); -o-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); right: 0; }
.right-off-canvas-menu * { -webkit-backface-visibility: hidden; }

ul.off-canvas-list { list-style-type: none; padding: 0; margin: 0; }
ul.off-canvas-list li label { padding: 0.3rem 0.75rem; color: #999999; text-transform: uppercase; font-weight: bold; background: rgba(255, 255, 255, 0); border-top: 1px solid rgba(255, 255, 255, 0); border-bottom: none; margin: 0; }
ul.off-canvas-list li a { display: block; padding: 0.66667rem; color: rgba(255, 255, 255, 0.7); border-bottom: 1px solid rgba(191, 191, 191, 0); transition: background 300ms ease; }
ul.off-canvas-list li a:hover { background: #242424; }

.move-right > .inner-wrap { -ms-transform: translate(265px, 0); -webkit-transform: translate3d(265px, 0, 0); -moz-transform: translate3d(265px, 0, 0); -ms-transform: translate3d(265px, 0, 0); -o-transform: translate3d(265px, 0, 0); transform: translate3d(265px, 0, 0); }
.move-right .exit-off-canvas { -webkit-backface-visibility: hidden; transition: background 300ms ease; cursor: pointer; box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5); display: block; position: absolute; background: rgba(255, 255, 255, 0); top: 0; bottom: 0; left: 0; right: 0; z-index: 1002; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@media only screen and (min-width: 481px) { .move-right .exit-off-canvas:hover { background: rgba(255, 255, 255, 0); } }

.move-left > .inner-wrap { -ms-transform: translate(-265px, 0); -webkit-transform: translate3d(-265px, 0, 0); -moz-transform: translate3d(-265px, 0, 0); -ms-transform: translate3d(-265px, 0, 0); -o-transform: translate3d(-265px, 0, 0); transform: translate3d(-265px, 0, 0); }
.move-left .exit-off-canvas { -webkit-backface-visibility: hidden; transition: background 300ms ease; cursor: pointer; box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5); display: block; position: absolute; background: rgba(255, 255, 255, 0); top: 0; bottom: 0; left: 0; right: 0; z-index: 1002; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@media only screen and (min-width: 481px) { .move-left .exit-off-canvas:hover { background: rgba(255, 255, 255, 0); } }

.no-csstransforms .left-off-canvas-menu { left: -265px; }
.no-csstransforms .right-off-canvas-menu { right: -265px; }
.no-csstransforms .move-left > .inner-wrap { right: 265px; }
.no-csstransforms .move-right > .inner-wrap { left: 265px; }

/* small displays */
@media only screen { .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up { display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up { display: none !important; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up { display: table; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up { display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up { display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up { display: table-row !important; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up { display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 481px) { .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up { display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up { display: none !important; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up { display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up { display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up { display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up { display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up { display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 769px) { .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up { display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up { display: none !important; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up { display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up { display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up { display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up { display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up { display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 1025px) { .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up { display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up { display: none !important; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up { display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up { display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up { display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up { display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up { display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 1281px) { .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up { display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up { display: none !important; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up { display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up { display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up { display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up { display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up { display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape, .hide-for-portrait { display: inherit !important; }

.hide-for-landscape, .show-for-portrait { display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait { display: table; }

thead.hide-for-landscape, thead.show-for-portrait { display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait { display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait { display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait { display: table-cell !important; }

@media only screen and (orientation: landscape) { .show-for-landscape, .hide-for-portrait { display: inherit !important; }
  .hide-for-landscape, .show-for-portrait { display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait { display: table; }
  thead.show-for-landscape, thead.hide-for-portrait { display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait { display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait { display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait { display: table-cell !important; } }
@media only screen and (orientation: portrait) { .show-for-portrait, .hide-for-landscape { display: inherit !important; }
  .hide-for-portrait, .show-for-landscape { display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape { display: table; }
  thead.show-for-portrait, thead.hide-for-landscape { display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape { display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape { display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape { display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch { display: none !important; }

.hide-for-touch { display: inherit !important; }

.touch .show-for-touch { display: inherit !important; }

.touch .hide-for-touch { display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch { display: table; }

.touch table.show-for-touch { display: table; }

thead.hide-for-touch { display: table-header-group !important; }

.touch thead.show-for-touch { display: table-header-group !important; }

tbody.hide-for-touch { display: table-row-group !important; }

.touch tbody.show-for-touch { display: table-row-group !important; }

tr.hide-for-touch { display: table-row !important; }

.touch tr.show-for-touch { display: table-row !important; }

td.hide-for-touch { display: table-cell !important; }

.touch td.show-for-touch { display: table-cell !important; }

th.hide-for-touch { display: table-cell !important; }

.touch th.show-for-touch { display: table-cell !important; }

menu, ol, ul { padding: 0; }

input[type="text"], input[type="password"], input[type="url"], input[type="email"], input.text, input.title, textarea, select { margin: 0; }

textarea { resize: none; }

/** Main Styles */
.f-left { float: left; }

.f-right { float: right; }

.clear-all { clear: both; font-size: 0; line-height: 0; }

p.warning-msg { background: none repeat scroll 0 0 red; color: #FFFFFF; font-weight: bold; text-align: center; }

.loading { font-size: 0; text-indent: -999999px; }

::-webkit-input-placeholder { color: #5c5c5c; }

:-moz-placeholder { color: #5c5c5c; }

.placeholder { color: #5c5c5c; }

@namespace url(http://www.w3.org/1999/xhtml);
*:-moz-placeholder:focus { color: white !important; }

*[autofocus]:-moz-placeholder:focus { color: white !important; }

.ellipsis { white-space: nowrap; overflow: hidden; }

.ellipsis.multiline { white-space: normal; }

.bg-cover-hover { background: url('../img/bg-hover_2.1.95.png') repeat scroll left top transparent; }

.tooltip-data { display: none; }

span.see-all { text-transform: uppercase; }

.round-checkbox { padding-left: 18px; background: url('../img/check-off_2.1.95.png') no-repeat scroll 0 1px transparent; }
.round-checkbox.c_on { background: url('../img/check-on_2.1.95.png') no-repeat scroll 0 1px transparent; }
.round-checkbox input[type="checkbox"] { position: absolute; left: -9999px; }

.sign-out-link { text-transform: capitalize; }

.wrapper { width: 90%; margin: 0 5%; }

.f-left { float: left; }

.f-right { float: right; }

.clear-all, .clear { clear: both; font-size: 0; line-height: 0; }

.clear-left { clear: left; }

.clear-right { clear: left; }

.white-link, .translation-popup.ui-dialog .show-details-popup .right-hand-link a, .ui-dialog.translation-dialog .show-details-popup .right-hand-link a, .ui-dialog.notification-dialog .show-details-popup .right-hand-link a, .ui-dialog.confirm-popup .show-details-popup .right-hand-link a, .translation-popup.ui-dialog .ui-dialog-titlebar .right-hand-link a, .ui-dialog.translation-dialog .ui-dialog-titlebar .right-hand-link a, .ui-dialog.notification-dialog .ui-dialog-titlebar .right-hand-link a, .ui-dialog.confirm-popup .ui-dialog-titlebar .right-hand-link a, .translation-popup.ui-dialog .show-details-popup .items .item-menu a, .ui-dialog.translation-dialog .show-details-popup .items .item-menu a, .ui-dialog.notification-dialog .show-details-popup .items .item-menu a, .ui-dialog.confirm-popup .show-details-popup .items .item-menu a, .translation-popup.ui-dialog .ui-dialog-titlebar .items .item-menu a, .ui-dialog.translation-dialog .ui-dialog-titlebar .items .item-menu a, .ui-dialog.notification-dialog .ui-dialog-titlebar .items .item-menu a, .ui-dialog.confirm-popup .ui-dialog-titlebar .items .item-menu a { color: white; text-decoration: none; text-decoration: none; }
.white-link:hover, .translation-popup.ui-dialog .show-details-popup .right-hand-link a:hover, .ui-dialog.translation-dialog .show-details-popup .right-hand-link a:hover, .ui-dialog.notification-dialog .show-details-popup .right-hand-link a:hover, .ui-dialog.confirm-popup .show-details-popup .right-hand-link a:hover, .translation-popup.ui-dialog .ui-dialog-titlebar .right-hand-link a:hover, .ui-dialog.translation-dialog .ui-dialog-titlebar .right-hand-link a:hover, .ui-dialog.notification-dialog .ui-dialog-titlebar .right-hand-link a:hover, .ui-dialog.confirm-popup .ui-dialog-titlebar .right-hand-link a:hover, .translation-popup.ui-dialog .show-details-popup .items .item-menu a:hover, .ui-dialog.translation-dialog .show-details-popup .items .item-menu a:hover, .ui-dialog.notification-dialog .show-details-popup .items .item-menu a:hover, .ui-dialog.confirm-popup .show-details-popup .items .item-menu a:hover, .translation-popup.ui-dialog .ui-dialog-titlebar .items .item-menu a:hover, .ui-dialog.translation-dialog .ui-dialog-titlebar .items .item-menu a:hover, .ui-dialog.notification-dialog .ui-dialog-titlebar .items .item-menu a:hover, .ui-dialog.confirm-popup .ui-dialog-titlebar .items .item-menu a:hover { color: #fcb040; text-decoration: none; }

.colored-link, .colored-link-underline-only-span span, .ui-dialog.subscription-wall-content.notification-dialog a, .translation-popup.ui-dialog .show-details-popup .popup-profile-details a, .ui-dialog.translation-dialog .show-details-popup .popup-profile-details a, .ui-dialog.notification-dialog .show-details-popup .popup-profile-details a, .ui-dialog.confirm-popup .show-details-popup .popup-profile-details a, .translation-popup.ui-dialog .ui-dialog-titlebar .popup-profile-details a, .ui-dialog.translation-dialog .ui-dialog-titlebar .popup-profile-details a, .ui-dialog.notification-dialog .ui-dialog-titlebar .popup-profile-details a, .ui-dialog.confirm-popup .ui-dialog-titlebar .popup-profile-details a, .translation-dialog.ui-dialog #manga-details a, .notification-dialog.ui-dialog .column-details a, .notification-dialog.ui-dialog .comment-item .title { color: #fcb040; text-decoration: none; }
.colored-link:hover, .colored-link-underline-only-span span:hover, .ui-dialog.subscription-wall-content.notification-dialog a:hover, .translation-popup.ui-dialog .show-details-popup .popup-profile-details a:hover, .ui-dialog.translation-dialog .show-details-popup .popup-profile-details a:hover, .ui-dialog.notification-dialog .show-details-popup .popup-profile-details a:hover, .ui-dialog.confirm-popup .show-details-popup .popup-profile-details a:hover, .translation-popup.ui-dialog .ui-dialog-titlebar .popup-profile-details a:hover, .ui-dialog.translation-dialog .ui-dialog-titlebar .popup-profile-details a:hover, .ui-dialog.notification-dialog .ui-dialog-titlebar .popup-profile-details a:hover, .ui-dialog.confirm-popup .ui-dialog-titlebar .popup-profile-details a:hover, .translation-dialog.ui-dialog #manga-details a:hover, .notification-dialog.ui-dialog .column-details a:hover, .notification-dialog.ui-dialog .comment-item .title:hover { text-decoration: underline; }

.colored-link-underline-only-span { color: #fcb040; text-decoration: none; }
.colored-link-underline-only-span:hover { text-decoration: underline; }
.colored-link-underline-only-span, .colored-link-underline-only-span:hover { text-decoration: none; }
.colored-link-underline-only-span:hover span { text-decoration: underline; }

.hide, .translation-dialog.ui-dialog .ui-dialog-titlebar, .hidden { display: none; }

a { outline: none; }

div.subscription-wall-note { left: 174px; position: absolute; top: 68px; }
div.subscription-wall-note a { display: block; width: 418px; height: 54; }

.ui-dialog.subscription-wall-content.notification-dialog .ui-dialog-titlebar { padding-top: 10px; padding-bottom: 10px; }
.ui-dialog.subscription-wall-content.notification-dialog .ui-dialog-title { font-size: 150%; color: #fcbe4c; text-transform: uppercase; }
.ui-dialog.subscription-wall-content.notification-dialog .inner { padding-bottom: 15px; padding-left: 28px; padding-right: 15px; padding-top: 5px; }
.ui-dialog.subscription-wall-content.notification-dialog .inner p:first-child { margin-top: 0; }
.ui-dialog.subscription-wall-content.notification-dialog .bigger-font { font-size: 150%; }

hr { border-top-color: #3C3C3E; }

nav.header-nav .sf-menu { margin-bottom: 0; }

.ipad-app-counter { display: none; }

.resize-block { background-repeat: no-repeat; background-size: cover; background-position: center center; background-color: #acacac; }
.resize-block img { display: block; width: 1px; height: 1px; position: absolute; left: -99999px; top: -99999px; }

.comment .comment-info .profile-link { position: absolute; top: 0; left: -55px; }
.comment .comment-info .profile-link .resize-block { background-repeat: no-repeat; background-size: cover; background-position: center center; background-color: #acacac; width: 40px; height: 40px; }
.comment .comment-info .profile-link .resize-block img { display: block; width: 1px; height: 1px; position: absolute; left: -99999px; top: -99999px; }

/* CSS Styles that are needed by jScrollPane for it to operate correctly.  Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane may not operate correctly without them. */
.jspContainer { overflow: hidden; position: relative; display: block; }

.jspPane { position: absolute; }

.jspVerticalBar { position: absolute; top: 0; right: 0; width: 20px; height: 100%; background: #131313; }

.jspHorizontalBar { position: absolute; bottom: 0; left: 0; width: 100%; height: 16px; background: red; }

.jspVerticalBar *, .jspHorizontalBar * { margin: 0; padding: 0; }

.jspCap { display: none; }

.jspHorizontalBar .jspCap { float: left; }

.jspTrack { background: #ebebeb; position: relative; }

.jspDrag { background: url('../img/scrollbar_element_bar_2.1.95.png') no-repeat center center #6e6e6e; position: relative; top: 0; left: 0; cursor: pointer; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float: left; height: 100%; }

.jspArrow { background: #50506d; text-indent: -20000px; display: block; cursor: pointer; }
.jspArrow.jspArrowUp { background: url('../img/scrollbar_element_arrow_up_2.1.95.png') no-repeat center center #6e6e6e; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -ms-border-radius: 4px 4px 0 0; -o-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; }
.jspArrow.jspArrowDown { background: url('../img/scrollbar_element_arrow_down_2.1.95.png') no-repeat center center #6e6e6e; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -ms-border-radius: 0 0 4px 4px; -o-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; }
.jspArrow.jspDisabled { cursor: default; background-color: #6e6e6e; }

.jspVerticalBar .jspArrow { height: 22px; }

.jspHorizontalBar .jspArrow { width: 16px; float: left; height: 100%; }

.jspVerticalBar .jspArrow:focus { outline: none; }

.jspCorner { background: #eeeef4; float: left; height: 100%; }

* html .jspCorner { margin: 0 -3px 0 0; }

.smith-icons20x20-sprite, .profile-summary-tooltip .profile-summary .statistic .follower-information .icon.follower.tiny, .profile-summary-tooltip .profile-summary .statistic .follower-information .icon.comic.tiny, .profile-summary-tooltip .profile-summary .statistic .follower-information .icon.illust.tiny, .profile-summary-tooltip .profile-summary .statistic .follower-information .icon.blogs.tiny, .setting.tiny, .setting.tiny:hover, .liked.tiny, .liked.tiny:hover, .liked.tiny.click, .discuss-wrapper .setting-wrapper .setting-icon, .discuss-wrapper .setting-wrapper .setting-icon:hover, .discuss-wrapper .setting-wrapper .setting-icon.hover, .discuss-wrapper .setting-wrapper .item .edit-icon, .discuss-wrapper .setting-wrapper .item .edit-icon:hover, .discuss-wrapper .setting-wrapper .item .unhide-icon, .discuss-wrapper .setting-wrapper .item .unhide-icon:hover, .discuss-wrapper .setting-wrapper .item .hide-icon, .discuss-wrapper .setting-wrapper .item .hide-icon:hover, .discuss-wrapper .setting-wrapper .item .unpin-icon, .discuss-wrapper .setting-wrapper .item .unpin-icon:hover, .discuss-wrapper .setting-wrapper .item .pin-icon, .discuss-wrapper .setting-wrapper .item .pin-icon:hover, .discuss-wrapper .comment-editor-form .editor-opener .edit-icon, .element-comic .book-shelf i, .element-comic .page-viewed i { background: url('../img/themes/smith/icons/smith-icons20x20_2.1.95.png') no-repeat; }

.smith-icons24x24-sprite, .profile-summary-tooltip .profile-summary .statistic .follower-information .icon.follower, .profile-summary-tooltip .profile-summary .statistic .follower-information .icon.comic, .profile-summary-tooltip .profile-summary .statistic .follower-information .icon.illust, .profile-summary-tooltip .profile-summary .statistic .follower-information .icon.blogs, #favoriteButtons .smith-btn.like.added span, #favoriteButtons .smith-btn.like.add span, #favoriteButtons .smith-btn.follow.added span, #favoriteButtons .smith-btn.follow.add span, #favoriteButtons .smith-btn.atb.added span, #favoriteButtons .smith-btn.atb.add span, html.no-touch #favoriteButtons .smith-btn.atb.added:hover span, #favoriteButtons .smith-btn.atb.added:active span, .favorite-cover .smith-btn.like.added span, .favorite-cover .smith-btn.like.add span, .favorite-cover .smith-btn.follow.added span, .favorite-cover .smith-btn.follow.add span, .favorite-cover .smith-btn.atb.added span, .favorite-cover .smith-btn.atb.add span, html.no-touch .favorite-cover .smith-btn.atb.added:hover span, .favorite-cover .smith-btn.atb.added:active span, .b-follow-button span, .a-follow-button span, .a-follow-button:hover span, .b-addbook-button span, .a-addbook-button span, .a-addbook-button:hover span, .b-cart-button span, .a-cart-button span, .a-cart-button:hover span, .add-work span, .setting, .setting:hover, .liked, .liked.click, .share-option, .share-option:hover, .tweeter-small-button, .tumblr-small-button, .facebook-small-button, #search-form form:before, #element-header .thin-header-icon-24x24 a.explore:before, #element-header .thin-header-icon-24x24 a.top-rank:before, #element-header .thin-header-icon-24x24 a.manga:before, #element-header .thin-header-icon-24x24 a.illustration:before, #element-header .thin-header-icon-24x24 a.blog:before, #element-header .thin-header-icon-24x24 a.creator:before, #element-header .thin-header-icon-24x24 a.forum:before, #element-header .thin-header-icon-24x24 a.feed:before, #element-header .thin-header-icon-24x24 a.profile-link:before, #element-header .thin-header-icon-24x24 a.dashboard:before, #element-header .thin-header-icon-24x24 a.subscription:before, #element-header .thin-header-icon-24x24 a.my-shop:before, #element-header .thin-header-icon-24x24 a.order-history:before, #element-header .thin-header-icon-24x24 a.admin:before, #element-header .thin-header-icon-24x24 a.sign-out:before, #element-header .thin-header-icon-24x24 a.help:before, #element-header .thin-header-icon-24x24 a.new-comic:before, #element-header .thin-header-icon-24x24 a.new-illustration:before, #element-header .thin-header-icon-24x24 a.new-blog:before, #element-header .thin-header-icon-24x24 a.manage-work:before, #element-header .thin-header-icon-24x24 a.notification:before, #element-header .thin-header-icon-24x24 a.order-fulfillment:before, #element-header .thin-header-icon-24x24 a.cart:before, #element-header .thin-header-icon-24x24 a.marketplace:before, #search-form-left-menu input[type="submit"], .cse-search-form:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.explore:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.top-rank:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.manga:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.illustration:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.blog:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.creator:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.forum:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.feed:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.profile-link:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.dashboard:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.subscription:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.my-shop:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.order-history:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.admin:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.sign-out:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.help:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-comic:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-illustration:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-blog:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.manage-work:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.notification:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.order-fulfillment:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.cart:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.marketplace:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.explore:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.top-rank:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.manga:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.illustration:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.blog:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.creator:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.forum:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.feed:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.profile-link:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.dashboard:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.subscription:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.my-shop:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.order-history:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.admin:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.sign-out:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.help:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-comic:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-illustration:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-blog:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.manage-work:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.notification:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.order-fulfillment:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.cart:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.marketplace:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li.add-work-button > a:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li.add-work-button > a:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.explore:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.explore:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.top-rank:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.top-rank:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.manga:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.manga:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.illustration:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.illustration:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.blog:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.blog:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.creator:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.creator:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.forum:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.forum:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.feed:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.feed:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.profile-link:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.profile-link:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.dashboard:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.dashboard:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.subscription:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.subscription:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.my-shop:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.my-shop:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.order-history:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.order-history:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.admin:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.admin:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.sign-out:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.sign-out:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.help:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.help:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-comic:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-comic:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-illustration:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-illustration:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-blog:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-blog:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.manage-work:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.manage-work:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.notification:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.notification:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.order-fulfillment:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.order-fulfillment:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.cart:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.cart:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.marketplace:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.marketplace:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.explore:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.top-rank:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.manga:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.illustration:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.blog:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.creator:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.forum:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.feed:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.profile-link:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.dashboard:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.subscription:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.my-shop:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.order-history:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.admin:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.sign-out:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.help:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-comic:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-illustration:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-blog:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.manage-work:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.notification:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.order-fulfillment:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.cart:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.marketplace:before, .header-container.thin-header #marketplace-dropdown a.main-marketplace:before, .header-container.thin-header #marketplace-dropdown a.best-sellers:before, .header-container.thin-header #marketplace-dropdown a.new-releases:before, .header-container.thin-header #marketplace-dropdown a.categories:before, .left-off-canvas-menu .thin-header-icon-24x24 a.bookshelf:before, .right-off-canvas-menu .thin-header-icon-24x24 a.bookshelf:before, .left-off-canvas-menu .thin-header-icon-24x24 a.explore:before, .right-off-canvas-menu .thin-header-icon-24x24 a.explore:before, .left-off-canvas-menu .thin-header-icon-24x24 a.top-rank:before, .right-off-canvas-menu .thin-header-icon-24x24 a.top-rank:before, .left-off-canvas-menu .thin-header-icon-24x24 a.manga:before, .right-off-canvas-menu .thin-header-icon-24x24 a.manga:before, .left-off-canvas-menu .thin-header-icon-24x24 a.illustration:before, .right-off-canvas-menu .thin-header-icon-24x24 a.illustration:before, .left-off-canvas-menu .thin-header-icon-24x24 a.blog:before, .right-off-canvas-menu .thin-header-icon-24x24 a.blog:before, .left-off-canvas-menu .thin-header-icon-24x24 a.creator:before, .right-off-canvas-menu .thin-header-icon-24x24 a.creator:before, .left-off-canvas-menu .thin-header-icon-24x24 a.forum:before, .right-off-canvas-menu .thin-header-icon-24x24 a.forum:before, .left-off-canvas-menu .thin-header-icon-24x24 a.feed:before, .right-off-canvas-menu .thin-header-icon-24x24 a.feed:before, .left-off-canvas-menu .thin-header-icon-24x24 a.profile-link:before, .right-off-canvas-menu .thin-header-icon-24x24 a.profile-link:before, .left-off-canvas-menu .thin-header-icon-24x24 a.dashboard:before, .right-off-canvas-menu .thin-header-icon-24x24 a.dashboard:before, .left-off-canvas-menu .thin-header-icon-24x24 a.subscription:before, .right-off-canvas-menu .thin-header-icon-24x24 a.subscription:before, .left-off-canvas-menu .thin-header-icon-24x24 a.my-shop:before, .right-off-canvas-menu .thin-header-icon-24x24 a.my-shop:before, .left-off-canvas-menu .thin-header-icon-24x24 a.order-history:before, .right-off-canvas-menu .thin-header-icon-24x24 a.order-history:before, .left-off-canvas-menu .thin-header-icon-24x24 a.admin:before, .right-off-canvas-menu .thin-header-icon-24x24 a.admin:before, .left-off-canvas-menu .thin-header-icon-24x24 a.sign-out:before, .right-off-canvas-menu .thin-header-icon-24x24 a.sign-out:before, .left-off-canvas-menu .thin-header-icon-24x24 a.help:before, .right-off-canvas-menu .thin-header-icon-24x24 a.help:before, .left-off-canvas-menu .thin-header-icon-24x24 a.new-comic:before, .right-off-canvas-menu .thin-header-icon-24x24 a.new-comic:before, .left-off-canvas-menu .thin-header-icon-24x24 a.new-illustration:before, .right-off-canvas-menu .thin-header-icon-24x24 a.new-illustration:before, .left-off-canvas-menu .thin-header-icon-24x24 a.new-blog:before, .right-off-canvas-menu .thin-header-icon-24x24 a.new-blog:before, .left-off-canvas-menu .thin-header-icon-24x24 a.manage-work:before, .right-off-canvas-menu .thin-header-icon-24x24 a.manage-work:before, .left-off-canvas-menu .thin-header-icon-24x24 a.notification:before, .right-off-canvas-menu .thin-header-icon-24x24 a.notification:before, .left-off-canvas-menu .thin-header-icon-24x24 a.order-fulfillment:before, .right-off-canvas-menu .thin-header-icon-24x24 a.order-fulfillment:before, .left-off-canvas-menu .thin-header-icon-24x24 a.cart:before, .right-off-canvas-menu .thin-header-icon-24x24 a.cart:before, .left-off-canvas-menu .thin-header-icon-24x24 a.marketplace:before, .right-off-canvas-menu .thin-header-icon-24x24 a.marketplace:before, .left-off-canvas-menu #search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-input:before, .right-off-canvas-menu #search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-input:before, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.manga-comics:before, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.manga-comics:before, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations:before, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations:before, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.marketplace:before, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.marketplace:before, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.creators:before, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.creators:before, .container input[type='submit'].icon-follow-w span:before, .container .button.icon-follow-w span:before, .container button.icon-follow-w span:before, .container .button span.icon-follow-w span:before, .reveal-modal input[type='submit'].icon-follow-w span:before, .reveal-modal .button.icon-follow-w span:before, .reveal-modal button.icon-follow-w span:before, .reveal-modal .button span.icon-follow-w span:before, .container input[type='submit'].icon-following-g span:before, .container .button.icon-following-g span:before, .container button.icon-following-g span:before, .container .button span.icon-following-g span:before, .reveal-modal input[type='submit'].icon-following-g span:before, .reveal-modal .button.icon-following-g span:before, .reveal-modal button.icon-following-g span:before, .reveal-modal .button span.icon-following-g span:before, .container input[type='submit'].icon-view-g span:before, .container .button.icon-view-g span:before, .container button.icon-view-g span:before, .container .button span.icon-view-g span:before, .reveal-modal input[type='submit'].icon-view-g span:before, .reveal-modal .button.icon-view-g span:before, .reveal-modal button.icon-view-g span:before, .reveal-modal .button span.icon-view-g span:before, .container input[type='submit'].icon-facebook span:before, .container .button.icon-facebook span:before, .container button.icon-facebook span:before, .container .button span.icon-facebook span:before, .reveal-modal input[type='submit'].icon-facebook span:before, .reveal-modal .button.icon-facebook span:before, .reveal-modal button.icon-facebook span:before, .reveal-modal .button span.icon-facebook span:before, .container input[type='submit'].icon-option-g span:before, .container .button.icon-option-g span:before, .container button.icon-option-g span:before, .container .button span.icon-option-g span:before, .reveal-modal input[type='submit'].icon-option-g span:before, .reveal-modal .button.icon-option-g span:before, .reveal-modal button.icon-option-g span:before, .reveal-modal .button span.icon-option-g span:before, .container input[type='submit'].icon-like-o span:before, .container .button.icon-like-o span:before, .container button.icon-like-o span:before, .container .button span.icon-like-o span:before, .reveal-modal input[type='submit'].icon-like-o span:before, .reveal-modal .button.icon-like-o span:before, .reveal-modal button.icon-like-o span:before, .reveal-modal .button span.icon-like-o span:before, .container input[type='submit'].icon-like-p span:before, .container .button.icon-like-p span:before, .container button.icon-like-p span:before, .container .button span.icon-like-p span:before, .reveal-modal input[type='submit'].icon-like-p span:before, .reveal-modal .button.icon-like-p span:before, .reveal-modal button.icon-like-p span:before, .reveal-modal .button span.icon-like-p span:before, .container input[type='submit'].icon-like-g span:before, .container .button.icon-like-g span:before, .container button.icon-like-g span:before, .container .button span.icon-like-g span:before, .reveal-modal input[type='submit'].icon-like-g span:before, .reveal-modal .button.icon-like-g span:before, .reveal-modal button.icon-like-g span:before, .reveal-modal .button span.icon-like-g span:before, .element-profile-content.res .action-col .follow-button.active span:after, .element-profile-content.res .action-col .follow-button.inactive span:after { background: url('../img/themes/smith/icons/smith-icons24x24_2.1.95.png') no-repeat; }

.smith-animation32x32-sprite, #favoriteButtons .animate.bang, #favoriteButtons .animate.walking, #favoriteButtons .animate.smile, #favoriteButtons .animate.heartbreak-flying, #favoriteButtons .animate.heart-grown-flying, #favoriteButtons .animate.cross, #favoriteButtons .animate.please, #favoriteButtons .animate.sad, #favoriteButtons .heart-effect.heart-grown, .favorite-cover .animate.bang, .favorite-cover .animate.walking, .favorite-cover .animate.smile, .favorite-cover .animate.heartbreak-flying, .favorite-cover .animate.heart-grown-flying, .favorite-cover .animate.cross, .favorite-cover .animate.please, .favorite-cover .animate.sad, .favorite-cover .heart-effect.heart-grown { background: url('../img/themes/smith/icons/smith-animation32x32_2.1.95.png') no-repeat; }

.smith-icons32x32-sprite, #element-header .item .browse:before, #element-header .item .top-rank:before, #element-header .item .feed:before, #element-header .item .webboard:before, #element-header .item .bookshelf:before, #element-header .item .notification:before, #element-header .item .sign-in:before, #element-header .item .register:before, #element-header .item .calendar:before, #element-header .item:hover .browse:before, #element-header .item:hover .top-rank:before, #element-header .item:hover .feed:before, #element-header .item:hover .webboard:before, #element-header .item:hover .bookshelf:before, #element-header .item:hover .notification:before, #element-header .item:hover .sign-in:before, #element-header .item:hover .register:before, #element-header .item:hover .calendar:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.browse:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.browse:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.browse:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.browse:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.explore:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.explore:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.explore:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.explore:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.top-rank:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.top-rank:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.top-rank:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.top-rank:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.feed:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.feed:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.feed:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.feed:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.comics:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.comics:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.comics:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.comics:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.forum:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.forum:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.forum:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.forum:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.cart:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.cart:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.cart:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.cart:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.order-fulfillment:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.order-fulfillment:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.order-fulfillment:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.order-fulfillment:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.notification:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.notification:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.notification:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.notification:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.bookshelf:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.bookshelf:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.bookshelf:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.bookshelf:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.search:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.search:before, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.search:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.search:hover:before, .header-container.thin-header nav.top-bar .thin-header-offcanvas-toggle:before, .header-container.thin-header nav.top-bar .thin-header-offcanvas-toggle:hover:before, .container input[type='submit'].icon-like-big-p span:before, .container .button.icon-like-big-p span:before, .container button.icon-like-big-p span:before, .container .button span.icon-like-big-p span:before, .reveal-modal input[type='submit'].icon-like-big-p span:before, .reveal-modal .button.icon-like-big-p span:before, .reveal-modal button.icon-like-big-p span:before, .reveal-modal .button span.icon-like-big-p span:before, .container input[type='submit'].icon-like-big-g span:before, .container .button.icon-like-big-g span:before, .container button.icon-like-big-g span:before, .container .button span.icon-like-big-g span:before, .reveal-modal input[type='submit'].icon-like-big-g span:before, .reveal-modal .button.icon-like-big-g span:before, .reveal-modal button.icon-like-big-g span:before, .reveal-modal .button span.icon-like-big-g span:before { background: url('../img/themes/smith/icons/smith-icons32x32_2.1.95.png') no-repeat; }

.smith-emoticons32x32-sprite { background: url('../img/themes/smith/icons/smith-emoticons32x32_2.1.95.png') no-repeat; }

.smith-emoticons60x60-sprite { background: url('../img/themes/smith/icons/smith-emoticons60x60_2.1.95.png') no-repeat; }

.smith-comments-sprite, #favoriteButtons .smith-btn.thr-follow.added span, #favoriteButtons .smith-btn.thr-follow.added:hover span, #favoriteButtons .smith-btn.thr-follow.add span, .favorite-cover .smith-btn.thr-follow.added span, .favorite-cover .smith-btn.thr-follow.added:hover span, .favorite-cover .smith-btn.thr-follow.add span, .discuss-wrapper .like-wrapper .like-button.added span, .discuss-wrapper .like-wrapper .like-button.add span, .discuss-wrapper .like-wrapper .like-button.locked.add span, .discuss-wrapper .like-wrapper .like-button.locked.added span { background: url('../img/themes/smith/icons/smith-comments_2.1.95.png') no-repeat; }

.forum-badges-sprite { background: url('../img/themes/smith/forum-badges_2.1.95.png') no-repeat; }

.comic-badges-sprite { background: url('../img/themes/smith/comic-badges_2.1.95.png') no-repeat; }

.flags-16x16-sprite { background: url('../img/themes/smith/flags-16x16_2.1.95.png') no-repeat; }

.flags-24x16-sprite { background: url('../img/themes/smith/flags-24x16_2.1.95.png') no-repeat; }

.social-32x32-sprite { background: url('../img/themes/smith/social-32x32_2.1.95.png') no-repeat; }

.reader-sprite { background: url('../img/themes/smith/reader_2.1.95.png') no-repeat; }

.slider_bg-sprite { background: url('../img/themes/smith/slider_bg_2.1.95.png') no-repeat; }

.buttons-sprite { background: url('../img/themes/smith/buttons_2.1.95.png') no-repeat; }

.menu-icons-sprite, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header .ui-icon, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header .ui-icon, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.ui-state-active .ui-icon, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.ui-state-active .ui-icon { background: url('../img/themes/smith/menu-icons_2.1.95.png') no-repeat; }

.dashboard-sprite { background: url('../img/themes/smith/dashboard_2.1.95.png') no-repeat; }

.obc-icons-sprite, .link-footer ul.horrizontal-links li:after, .link-footer .links ul li:after, .link-footer .powered-by, #element-header .thin-header-icon-24x24 a.about:before, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.about:before, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.about:before, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.about:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.about:before, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.about:before, .left-off-canvas-menu .thin-header-icon-24x24 a.about:before, .right-off-canvas-menu .thin-header-icon-24x24 a.about:before { background: url('../img/themes/ookbee/obc-icons_2.1.95.png') no-repeat; }

.obc-social-32x32-icons-sprite, .link-footer .social-footer-links .facebook a:before, .link-footer .social-footer-links .twitter a:before, .link-footer .social-footer-links .youtube a:before, .share-profile .share-button.facebook:before, .share-profile .share-button.twitter:before, .share-profile .share-button.youtube:before { background: url('../img/themes/ookbee/obc-social-32x32-icons_2.1.95.png') no-repeat; }

.sp-reader-icon-sprite { background: url('../img/themes/ookbee/sp-reader-icon_2.1.95.png') no-repeat; }

.sp-common-icon-sprite, .share-profile .share-click-button:before { background: url('../img/themes/ookbee/sp-common-icon_2.1.95.png') no-repeat; }

.wrapper { width: 90%; margin: 0 auto; }

.footer-wrapper { padding-bottom: 10px; }

.footer-container .main-container:after { display: block; content: ''; width: 100%; background-image: url('../img/themes/ookbee/bg/footer-bg_2.1.95.svg'); background-repeat: no-repeat; background-size: 100%; background-position-y: 100%; }
.footer-container .wrapper { margin: 0 auto; }
.footer-container .wrapper .footer-content { padding: 15px 0; position: relative; width: 1020px; }
.footer-container .wrapper ul.about-info { margin-top: 20px; }
.footer-container .wrapper ul.about-info li a { color: #37474f; text-decoration: none; border-color: #37474f; border-width: 1px; }
.footer-container .wrapper ul.about-info li a:hover { text-decoration: underline; }
.footer-container .wrapper .copy-right { clear: both; color: #37474f; margin-top: 15px; padding-top: 0; }

.link-footer { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 51rem; *zoom: 1; overflow: visible; }
.link-footer:before, .link-footer:after { content: " "; display: table; }
.link-footer:after { clear: both; }
.link-footer ul { list-style: none; }
.link-footer ul li { list-style-image: none; list-style-type: none; margin-left: 0; }
.link-footer ul.horrizontal-links, .link-footer .links ul { margin-left: 0; padding-left: 4px; }
.link-footer ul.horrizontal-links li, .link-footer .links ul li { position: relative; padding-left: 12px; }
.link-footer ul.horrizontal-links li:after, .link-footer .links ul li:after { background-position: 0 -351px; display: block; content: ''; width: 24px; height: 24px; display: block; position: absolute; left: -8px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; }
.link-footer .links a, .link-footer .info a { color: #37474f; text-decoration: none; }
.link-footer .links a:hover, .link-footer .info a:hover { text-decoration: underline; }
.link-footer .links-parent { padding-left: 0; padding-right: 0; width: 50%; float: left; }
.link-footer .links { min-width: 350px; margin: 0 auto; }
.link-footer .info { max-width: 400px; min-width: 350px; margin: auto; }
.link-footer .info-parent { padding-left: 0; padding-right: 0; width: 41.66667%; float: right; float: left; position: relative; }
.link-footer .seperator-parent { padding-left: 0; padding-right: 0; width: 8.33333%; float: right; float: left; position: relative; height: 200px; }
.link-footer .seperator-parent hr { display: block; width: 1px; height: 100%; border-left: 1px solid #37474f; margin: auto; }
.link-footer .powered-by { font-size: 0; text-indent: -999999px; background-position: 0 0; width: 180px; height: 23px; display: block; margin-top: 5px; }
.link-footer .column { padding-left: 0; padding-right: 0; width: 33.33333%; float: left; }
.link-footer .main-link { font-size: 1.4rem; }
.link-footer .link-footer-add-top, .link-footer .manga-comics, .link-footer .sub-menu-accordion, .link-footer .sub-menu-about-us, .link-footer .sub-menu-forum { margin-top: 10px; }
.link-footer .social-footer-links { margin: 0; padding: 0; border: 0; *zoom: 1; height: 40px; line-height: 40px; }
.link-footer .social-footer-links:before, .link-footer .social-footer-links:after { content: " "; display: table; }
.link-footer .social-footer-links:after { clear: both; }
.link-footer .social-footer-links li { list-style-image: none; list-style-type: none; margin-left: 0; white-space: nowrap; display: inline; float: left; padding-left: 4px; padding-right: 4px; }
.link-footer .social-footer-links li:first-child, .link-footer .social-footer-links li.first { padding-left: 0; }
.link-footer .social-footer-links li:last-child { padding-right: 0; }
.link-footer .social-footer-links li.last { padding-right: 0; }
.link-footer .social-footer-links .find-us { margin-right: 10px; padding-right: 0; }
.link-footer .social-footer-links .facebook { height: 40px; }
.link-footer .social-footer-links .facebook a { font-size: 0; text-indent: -999999px; position: relative; height: 40px; width: 32px; display: block; margin-left: 5px; margin-top: auto; margin-bottom: auto; }
.link-footer .social-footer-links .facebook a:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; background-position: 0 -280px; width: 32px; height: 32px; display: block; }
.link-footer .social-footer-links .twitter { height: 40px; }
.link-footer .social-footer-links .twitter a { font-size: 0; text-indent: -999999px; position: relative; height: 40px; width: 32px; display: block; margin-left: 5px; margin-top: auto; margin-bottom: auto; }
.link-footer .social-footer-links .twitter a:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; background-position: 0 -160px; width: 32px; height: 32px; display: block; }
.link-footer .social-footer-links .youtube { height: 40px; }
.link-footer .social-footer-links .youtube a { font-size: 0; text-indent: -999999px; position: relative; height: 40px; width: 32px; display: block; margin-left: 5px; margin-top: auto; margin-bottom: auto; }
.link-footer .social-footer-links .youtube a:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; background-position: 0 -32px; width: 32px; height: 32px; display: block; }

.profile-summary-tooltip { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 0 2px 2px #282828; -moz-box-shadow: 0 0 2px 2px #282828; box-shadow: 0 0 2px 2px #282828; background-color: #37474f; color: white; border-color: #37474f; text-transform: uppercase; max-width: 680px !important; }
@media only screen and (max-width: 480px) { .profile-summary-tooltip { margin-right: 10px; } }
.profile-summary-tooltip ul { list-style: none; margin: 0; }
.profile-summary-tooltip .profile-summary { position: relative; }
.profile-summary-tooltip .profile-summary img { -webkit-box-shadow: 0px 1px 1px 1px #ababab; -moz-box-shadow: 0px 1px 1px 1px #ababab; box-shadow: 0px 1px 1px 1px #ababab; }
.profile-summary-tooltip .profile-summary .button-line { background-color: transparent; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.profile-summary-tooltip .profile-summary .button-line span:hover { color: #455861; }
.profile-summary-tooltip .profile-summary .loading-button span { background: url('../img/ajax-loader-tr-small_2.1.95.gif') no-repeat scroll 0 0 transparent; padding-left: 20px; color: #455861; }
.profile-summary-tooltip .profile-summary .statistic .follower-image .img-frame { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0px 0px 0px 0px white; -moz-box-shadow: 0px 0px 0px 0px white; box-shadow: 0px 0px 0px 0px white; font-size: 1rem; width: 4rem; height: 4rem; margin-bottom: 0.5rem; }
.profile-summary-tooltip .profile-summary .statistic .follower-information { width: 135px; margin-right: 15px; min-height: 118px; position: relative; }
.profile-summary-tooltip .profile-summary .statistic .follower-information .follower-name { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 135px; }
.profile-summary-tooltip .profile-summary .statistic .follower-information a { font-size: 1rem; color: white; line-height: 20px; margin-left: 2px; }
.profile-summary-tooltip .profile-summary .statistic .follower-information .icon { height: 20px; }
.profile-summary-tooltip .profile-summary .statistic .follower-information .icon.follower { background-position: 0 -1416px; }
.profile-summary-tooltip .profile-summary .statistic .follower-information .icon.follower.tiny { background-position: 0 -900px; }
.profile-summary-tooltip .profile-summary .statistic .follower-information .icon.comic { background-position: 0 -1488px; }
.profile-summary-tooltip .profile-summary .statistic .follower-information .icon.comic.tiny { background-position: 0 -1040px; background-position: -2px -1040px; }
.profile-summary-tooltip .profile-summary .statistic .follower-information .icon.illust { background-position: 0 -1008px; }
.profile-summary-tooltip .profile-summary .statistic .follower-information .icon.illust.tiny { background-position: 0 -660px; background-position: -3px -660px; }
.profile-summary-tooltip .profile-summary .statistic .follower-information .icon.blogs { background-position: 0 -1104px; }
.profile-summary-tooltip .profile-summary .statistic .follower-information .icon.blogs.tiny { background-position: 0 -520px; background-position: -1px -520px; }
.profile-summary-tooltip .profile-summary .statistic .follower-information .cover { background: url('../img/themes/smith/Book_cover_small_2.1.95.png') repeat-y; width: 90px; height: 120px; display: -webkit-inline-box; }
.profile-summary-tooltip .profile-summary .statistic .follower-information li { border: none; margin: 0px; line-height: 1rem; height: 1.2rem; position: relative; }
.profile-summary-tooltip .profile-summary .statistic .follower-information li .number { width: 40px; position: absolute; height: 20px; line-height: 20px; top: 0; right: 0; }
.profile-summary-tooltip .profile-summary .statistic .follower-information li .category { height: 20px; width: 100%; height: 20px; line-height: 20px; padding-left: 20px; margin-left: 10px; }
.profile-summary-tooltip .profile-summary .show-case { min-height: 118px; }
@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) { .profile-summary-tooltip .profile-summary .show-case { display: none; } }
.profile-summary-tooltip .profile-summary .show-case .artworks li { margin-left: 15px; }
.profile-summary-tooltip .profile-summary .show-case .artworks li:first-child { margin-left: 0; }
.profile-summary-tooltip .profile-summary .show-case .artworks li .cover { width: 90px; height: 120px; position: absolute; }
.profile-summary-tooltip .profile-summary .show-case .artworks li .cover.manga { background: url('../img/themes/smith/Book_cover_small_2.1.95.png') repeat-y; width: 4.5rem; height: 6rem; position: absolute; }
.profile-summary-tooltip .profile-summary .show-case .artworks li .cover.illust, .profile-summary-tooltip .profile-summary .show-case .artworks li .cover.illustration { width: 4.5rem; height: 6rem; position: absolute; border: 6px solid white; }
.profile-summary-tooltip .profile-summary .show-case .artworks li .cover.product { background: url('../img/themes/smith/product_small_2.1.95.png') no-repeat top right; width: 4.5rem; height: 6rem; position: absolute; display: inherit; top: -4px; }
.profile-summary-tooltip .profile-summary .show-case .artworks li .img-frame { width: 90px; height: 120px; -webkit-box-shadow: 0px 1px 1px 1px #282828; -moz-box-shadow: 0px 1px 1px 1px #282828; box-shadow: 0px 1px 1px 1px #282828; }
.profile-summary-tooltip .qtip-content { padding: 10px; }

#favoriteButtons { position: relative; }
#favoriteButtons .animate { z-index: 1; position: absolute; right: -14px; top: -20px; }
#favoriteButtons .animate.bang { background-position: 0 -32px; height: 32px; width: 32px; }
#favoriteButtons .animate.walking { background-position: 0 -96px; height: 32px; width: 32px; }
#favoriteButtons .animate.smile { background-position: 0 -256px; height: 32px; width: 32px; }
#favoriteButtons .animate.heartbreak-flying { background-position: 0 -64px; height: 32px; width: 32px; }
#favoriteButtons .animate.heart-grown-flying { background-position: 0 -160px; height: 32px; width: 32px; }
#favoriteButtons .animate.cross { background-position: 0 0; height: 32px; width: 32px; }
#favoriteButtons .animate.please { background-position: 0 -224px; height: 32px; width: 32px; }
#favoriteButtons .animate.sad { background-position: 0 -128px; height: 32px; width: 32px; }
#favoriteButtons .heart-effect { position: absolute; z-index: 2; }
#favoriteButtons .heart-effect.heart-grown { background-position: 0 -288px; height: 32px; width: 32px; }
#favoriteButtons .heart-effect.heartbreak { background: url('../img/themes/smith/icons/smith-animation32x32/heartbreak_2.1.95.png') no-repeat scroll 0 0 transparent; height: 32px; width: 32px; }
#favoriteButtons .smith-btn { cursor: pointer; }
#favoriteButtons .smith-btn.like { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; font-size: 0; text-indent: -999999px; height: 24px; width: 24px; display: block; float: left; padding: 3px; border: 1px solid #37474f; position: relative; }
#favoriteButtons .smith-btn.like span { display: block; line-height: 24px; height: 24px; }
#favoriteButtons .smith-btn.like .loader { bottom: 0; left: 0; margin: auto; position: absolute; right: 0; top: 0; background: url('../img/ajax-loader-small_2.1.95.gif') no-repeat; }
#favoriteButtons .smith-btn.like.added { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #f65359; border-color: #f3141d; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding: 3px; min-height: 24px; min-width: 24px; box-shadow: none; }
#favoriteButtons .smith-btn.like.added:hover, #favoriteButtons .smith-btn.like.added:focus { background-color: #f3141d; }
#favoriteButtons .smith-btn.like.added:hover, #favoriteButtons .smith-btn.like.added:focus { color: white; }
html.no-touch #favoriteButtons .smith-btn.like.added:hover { text-decoration: none; background: #dd4b4e; }
#favoriteButtons .smith-btn.like.added:active { background: #f65359; }
#favoriteButtons .smith-btn.like.added:active { box-shadow: none; margin-top: 0; margin-bottom: 0; }
#favoriteButtons .smith-btn.like.added span { background-position: 0 -1512px; }
#favoriteButtons .smith-btn.like.add { min-height: 24px; min-width: 24px; }
#favoriteButtons .smith-btn.like.add span { background-position: 0 -1248px; }
#favoriteButtons .smith-btn.follow { padding-top: 0; padding-right: 0.5rem; padding-bottom: 0; padding-left: 0.5rem; margin: 0; font-size: 1rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: solid 1px rgba(0, 0, 0, 0); height: 33px; line-height: 33px; width: 110px; margin-bottom: 0; padding: 0; }
#favoriteButtons .smith-btn.follow span { display: block; width: 62px; padding-left: 24px; line-height: 24px; margin: 0 auto; font-size: 1rem; }
#favoriteButtons .smith-btn.follow .loader { position: absolute; top: 5px; left: 5px; background: url('../img/ajax-loader-small_2.1.95.gif') no-repeat; }
#favoriteButtons .smith-btn.follow.added { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: 1px solid #acacac; display: block; }
#favoriteButtons .smith-btn.follow.added span { color: #acacac; background-position: 0 -984px; }
html.no-touch #favoriteButtons .smith-btn.follow.added:hover { border: 1px solid #37474f; text-decoration: none; }
html.no-touch #favoriteButtons .smith-btn.follow.added:hover span { background-position: -1px -1152px; color: #37474f; }
#favoriteButtons .smith-btn.follow.add { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #ff6600; border-color: #cc5200; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
#favoriteButtons .smith-btn.follow.add:hover, #favoriteButtons .smith-btn.follow.add:focus { background-color: #cc5200; }
#favoriteButtons .smith-btn.follow.add:hover, #favoriteButtons .smith-btn.follow.add:focus { color: white; }
html.no-touch #favoriteButtons .smith-btn.follow.add:hover { text-decoration: none; background: #e06104; }
#favoriteButtons .smith-btn.follow.add:active { background: #ff6600; }
#favoriteButtons .smith-btn.follow.add span { background-position: 0 -1200px; }
#favoriteButtons .smith-btn.thr-follow { padding-top: 0; padding-right: 0.5rem; padding-bottom: 0; padding-left: 0.5rem; margin: 0; font-size: 1rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: solid 1px rgba(0, 0, 0, 0); height: 33px; line-height: 33px; text-align: center; width: 110px; margin-bottom: 0; padding: 0; }
#favoriteButtons .smith-btn.thr-follow span { display: inline; width: 110px; padding-left: 24px; line-height: 33px; height: 24px; margin: 0 auto; font-size: 0.8rem; }
#favoriteButtons .smith-btn.thr-follow .loader { position: absolute; top: 5px; left: 5px; background: url('../img/ajax-loader-small_2.1.95.gif') no-repeat; }
#favoriteButtons .smith-btn.thr-follow.added { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: 1px solid #acacac; display: block; }
#favoriteButtons .smith-btn.thr-follow.added span { background-position: 0 -88px; color: #acacac; width: 85px; padding-left: 26px; line-height: 33px; }
#favoriteButtons .smith-btn.thr-follow.added:hover { border: 1px solid #37474f; text-decoration: none; }
#favoriteButtons .smith-btn.thr-follow.added:hover span { background-position: 0 -184px; color: #37474f; }
#favoriteButtons .smith-btn.thr-follow.add { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #ff6600; border-color: #cc5200; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: 1px solid rgba(0, 0, 0, 0); margin-bottom: 0; }
#favoriteButtons .smith-btn.thr-follow.add:hover, #favoriteButtons .smith-btn.thr-follow.add:focus { background-color: #cc5200; }
#favoriteButtons .smith-btn.thr-follow.add:hover, #favoriteButtons .smith-btn.thr-follow.add:focus { color: white; }
html.no-touch #favoriteButtons .smith-btn.thr-follow.add:hover { text-decoration: none; background: #e06104; }
#favoriteButtons .smith-btn.thr-follow.add:active { background: #ff6600; }
#favoriteButtons .smith-btn.thr-follow.add span { background-position: 0 -228px; line-height: 33px; }
#favoriteButtons .smith-btn.atb { padding-top: 0; padding-right: 0.5rem; padding-bottom: 0; padding-left: 0.5rem; margin: 0; font-size: 1rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: solid 1px rgba(0, 0, 0, 0); height: 33px; line-height: 33px; width: 110px; margin-bottom: 0; padding: 0; width: 155px; margin-bottom: 0; padding: 0; }
#favoriteButtons .smith-btn.atb span { display: block; width: 62px; padding-left: 24px; line-height: 24px; margin: 0 auto; font-size: 1rem; }
#favoriteButtons .smith-btn.atb .loader { position: absolute; top: 5px; left: 5px; background: url('../img/ajax-loader-small_2.1.95.gif') no-repeat; }
#favoriteButtons .smith-btn.atb.added { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: 1px solid #acacac; display: block; }
#favoriteButtons .smith-btn.atb.added span { color: #acacac; background-position: 0 -984px; }
html.no-touch #favoriteButtons .smith-btn.atb.added:hover { border: 1px solid #37474f; text-decoration: none; }
html.no-touch #favoriteButtons .smith-btn.atb.added:hover span { background-position: -1px -1152px; color: #37474f; }
#favoriteButtons .smith-btn.atb.add { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #ff6600; border-color: #cc5200; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
#favoriteButtons .smith-btn.atb.add:hover, #favoriteButtons .smith-btn.atb.add:focus { background-color: #cc5200; }
#favoriteButtons .smith-btn.atb.add:hover, #favoriteButtons .smith-btn.atb.add:focus { color: white; }
html.no-touch #favoriteButtons .smith-btn.atb.add:hover { text-decoration: none; background: #e06104; }
#favoriteButtons .smith-btn.atb.add:active { background: #ff6600; }
#favoriteButtons .smith-btn.atb.add span { background-position: 0 -1200px; }
#favoriteButtons .smith-btn.atb span { width: 110px; }
#favoriteButtons .smith-btn.atb.added { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; border: 1px solid #acacac; display: block; width: 120px; text-align: center; }
#favoriteButtons .smith-btn.atb.added span { width: 76px; color: #acacac; background-position: 0 -576px; }
html.no-touch #favoriteButtons .smith-btn.atb.added:hover { text-decoration: none; text-align: center; border: 1px solid #acacac; }
html.no-touch #favoriteButtons .smith-btn.atb.added:hover span { background-position: 0 -432px; color: #acacac; }
#favoriteButtons .smith-btn.atb.added:active { text-decoration: none; text-align: center; border: 1px solid #37474f; }
#favoriteButtons .smith-btn.atb.added:active span { background-position: 0 -432px; color: #37474f; }
#favoriteButtons .smith-btn.atb.add { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #ff6600; border-color: #cc5200; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
#favoriteButtons .smith-btn.atb.add:hover, #favoriteButtons .smith-btn.atb.add:focus { background-color: #cc5200; }
#favoriteButtons .smith-btn.atb.add:hover, #favoriteButtons .smith-btn.atb.add:focus { color: white; }
html.no-touch #favoriteButtons .smith-btn.atb.add:hover { text-decoration: none; background: #e06104; }
#favoriteButtons .smith-btn.atb.add:active { background: #ff6600; }
#favoriteButtons .smith-btn.atb.add span { background-position: 0 -888px; }

.favorite-cover { position: relative; }
.favorite-cover .animate { z-index: 1; position: absolute; right: -14px; top: -20px; }
.favorite-cover .animate.bang { background-position: 0 -32px; height: 32px; width: 32px; }
.favorite-cover .animate.walking { background-position: 0 -96px; height: 32px; width: 32px; }
.favorite-cover .animate.smile { background-position: 0 -256px; height: 32px; width: 32px; }
.favorite-cover .animate.heartbreak-flying { background-position: 0 -64px; height: 32px; width: 32px; }
.favorite-cover .animate.heart-grown-flying { background-position: 0 -160px; height: 32px; width: 32px; }
.favorite-cover .animate.cross { background-position: 0 0; height: 32px; width: 32px; }
.favorite-cover .animate.please { background-position: 0 -224px; height: 32px; width: 32px; }
.favorite-cover .animate.sad { background-position: 0 -128px; height: 32px; width: 32px; }
.favorite-cover .heart-effect { position: absolute; z-index: 2; }
.favorite-cover .heart-effect.heart-grown { background-position: 0 -288px; height: 32px; width: 32px; }
.favorite-cover .heart-effect.heartbreak { background: url('../img/themes/smith/icons/smith-animation32x32/heartbreak_2.1.95.png') no-repeat scroll 0 0 transparent; height: 32px; width: 32px; }
.favorite-cover .smith-btn { cursor: pointer; }
.favorite-cover .smith-btn.like { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; font-size: 0; text-indent: -999999px; height: 24px; width: 24px; display: block; float: left; padding: 3px; border: 1px solid #37474f; position: relative; }
.favorite-cover .smith-btn.like span { display: block; line-height: 24px; height: 24px; }
.favorite-cover .smith-btn.like .loader { bottom: 0; left: 0; margin: auto; position: absolute; right: 0; top: 0; background: url('../img/ajax-loader-small_2.1.95.gif') no-repeat; }
.favorite-cover .smith-btn.like.added { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #f65359; border-color: #f3141d; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding: 3px; min-height: 24px; min-width: 24px; box-shadow: none; }
.favorite-cover .smith-btn.like.added:hover, .favorite-cover .smith-btn.like.added:focus { background-color: #f3141d; }
.favorite-cover .smith-btn.like.added:hover, .favorite-cover .smith-btn.like.added:focus { color: white; }
html.no-touch .favorite-cover .smith-btn.like.added:hover { text-decoration: none; background: #dd4b4e; }
.favorite-cover .smith-btn.like.added:active { background: #f65359; }
.favorite-cover .smith-btn.like.added:active { box-shadow: none; margin-top: 0; margin-bottom: 0; }
.favorite-cover .smith-btn.like.added span { background-position: 0 -1512px; }
.favorite-cover .smith-btn.like.add { min-height: 24px; min-width: 24px; }
.favorite-cover .smith-btn.like.add span { background-position: 0 -1248px; }
.favorite-cover .smith-btn.follow { padding-top: 0; padding-right: 0.5rem; padding-bottom: 0; padding-left: 0.5rem; margin: 0; font-size: 1rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: solid 1px rgba(0, 0, 0, 0); height: 33px; line-height: 33px; width: 110px; margin-bottom: 0; padding: 0; }
.favorite-cover .smith-btn.follow span { display: block; width: 62px; padding-left: 24px; line-height: 24px; margin: 0 auto; font-size: 1rem; }
.favorite-cover .smith-btn.follow .loader { position: absolute; top: 5px; left: 5px; background: url('../img/ajax-loader-small_2.1.95.gif') no-repeat; }
.favorite-cover .smith-btn.follow.added { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: 1px solid #acacac; display: block; }
.favorite-cover .smith-btn.follow.added span { color: #acacac; background-position: 0 -984px; }
html.no-touch .favorite-cover .smith-btn.follow.added:hover { border: 1px solid #37474f; text-decoration: none; }
html.no-touch .favorite-cover .smith-btn.follow.added:hover span { background-position: -1px -1152px; color: #37474f; }
.favorite-cover .smith-btn.follow.add { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #ff6600; border-color: #cc5200; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.favorite-cover .smith-btn.follow.add:hover, .favorite-cover .smith-btn.follow.add:focus { background-color: #cc5200; }
.favorite-cover .smith-btn.follow.add:hover, .favorite-cover .smith-btn.follow.add:focus { color: white; }
html.no-touch .favorite-cover .smith-btn.follow.add:hover { text-decoration: none; background: #e06104; }
.favorite-cover .smith-btn.follow.add:active { background: #ff6600; }
.favorite-cover .smith-btn.follow.add span { background-position: 0 -1200px; }
.favorite-cover .smith-btn.thr-follow { padding-top: 0; padding-right: 0.5rem; padding-bottom: 0; padding-left: 0.5rem; margin: 0; font-size: 1rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: solid 1px rgba(0, 0, 0, 0); height: 33px; line-height: 33px; text-align: center; width: 110px; margin-bottom: 0; padding: 0; }
.favorite-cover .smith-btn.thr-follow span { display: inline; width: 110px; padding-left: 24px; line-height: 33px; height: 24px; margin: 0 auto; font-size: 0.8rem; }
.favorite-cover .smith-btn.thr-follow .loader { position: absolute; top: 5px; left: 5px; background: url('../img/ajax-loader-small_2.1.95.gif') no-repeat; }
.favorite-cover .smith-btn.thr-follow.added { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: 1px solid #acacac; display: block; }
.favorite-cover .smith-btn.thr-follow.added span { background-position: 0 -88px; color: #acacac; width: 85px; padding-left: 26px; line-height: 33px; }
.favorite-cover .smith-btn.thr-follow.added:hover { border: 1px solid #37474f; text-decoration: none; }
.favorite-cover .smith-btn.thr-follow.added:hover span { background-position: 0 -184px; color: #37474f; }
.favorite-cover .smith-btn.thr-follow.add { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #ff6600; border-color: #cc5200; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: 1px solid rgba(0, 0, 0, 0); margin-bottom: 0; }
.favorite-cover .smith-btn.thr-follow.add:hover, .favorite-cover .smith-btn.thr-follow.add:focus { background-color: #cc5200; }
.favorite-cover .smith-btn.thr-follow.add:hover, .favorite-cover .smith-btn.thr-follow.add:focus { color: white; }
html.no-touch .favorite-cover .smith-btn.thr-follow.add:hover { text-decoration: none; background: #e06104; }
.favorite-cover .smith-btn.thr-follow.add:active { background: #ff6600; }
.favorite-cover .smith-btn.thr-follow.add span { background-position: 0 -228px; line-height: 33px; }
.favorite-cover .smith-btn.atb { padding-top: 0; padding-right: 0.5rem; padding-bottom: 0; padding-left: 0.5rem; margin: 0; font-size: 1rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: solid 1px rgba(0, 0, 0, 0); height: 33px; line-height: 33px; width: 110px; margin-bottom: 0; padding: 0; width: 155px; margin-bottom: 0; padding: 0; }
.favorite-cover .smith-btn.atb span { display: block; width: 62px; padding-left: 24px; line-height: 24px; margin: 0 auto; font-size: 1rem; }
.favorite-cover .smith-btn.atb .loader { position: absolute; top: 5px; left: 5px; background: url('../img/ajax-loader-small_2.1.95.gif') no-repeat; }
.favorite-cover .smith-btn.atb.added { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: 1px solid #acacac; display: block; }
.favorite-cover .smith-btn.atb.added span { color: #acacac; background-position: 0 -984px; }
html.no-touch .favorite-cover .smith-btn.atb.added:hover { border: 1px solid #37474f; text-decoration: none; }
html.no-touch .favorite-cover .smith-btn.atb.added:hover span { background-position: -1px -1152px; color: #37474f; }
.favorite-cover .smith-btn.atb.add { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #ff6600; border-color: #cc5200; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.favorite-cover .smith-btn.atb.add:hover, .favorite-cover .smith-btn.atb.add:focus { background-color: #cc5200; }
.favorite-cover .smith-btn.atb.add:hover, .favorite-cover .smith-btn.atb.add:focus { color: white; }
html.no-touch .favorite-cover .smith-btn.atb.add:hover { text-decoration: none; background: #e06104; }
.favorite-cover .smith-btn.atb.add:active { background: #ff6600; }
.favorite-cover .smith-btn.atb.add span { background-position: 0 -1200px; }
.favorite-cover .smith-btn.atb span { width: 110px; }
.favorite-cover .smith-btn.atb.added { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; border: 1px solid #acacac; display: block; width: 120px; text-align: center; }
.favorite-cover .smith-btn.atb.added span { width: 76px; color: #acacac; background-position: 0 -576px; }
html.no-touch .favorite-cover .smith-btn.atb.added:hover { text-decoration: none; text-align: center; border: 1px solid #acacac; }
html.no-touch .favorite-cover .smith-btn.atb.added:hover span { background-position: 0 -432px; color: #acacac; }
.favorite-cover .smith-btn.atb.added:active { text-decoration: none; text-align: center; border: 1px solid #37474f; }
.favorite-cover .smith-btn.atb.added:active span { background-position: 0 -432px; color: #37474f; }
.favorite-cover .smith-btn.atb.add { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #ff6600; border-color: #cc5200; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.favorite-cover .smith-btn.atb.add:hover, .favorite-cover .smith-btn.atb.add:focus { background-color: #cc5200; }
.favorite-cover .smith-btn.atb.add:hover, .favorite-cover .smith-btn.atb.add:focus { color: white; }
html.no-touch .favorite-cover .smith-btn.atb.add:hover { text-decoration: none; background: #e06104; }
.favorite-cover .smith-btn.atb.add:active { background: #ff6600; }
.favorite-cover .smith-btn.atb.add span { background-position: 0 -888px; }
.favorite-cover .smith-btn.favorite.like { padding: 2px; min-height: 30px !important; min-width: 30px !important; }

#header-site-notice { background: #ffd54b; display: none; }
#header-site-notice p { text-align: center; line-height: 30px; }
#header-site-notice p a { color: #008fd5; text-decoration: none; }
#header-site-notice p a:hover { text-decoration: underline; }

.btn_blog, #favoriteButtons .smith-btn.like.added, #favoriteButtons .smith-btn.follow.add, #favoriteButtons .smith-btn.thr-follow.add, #favoriteButtons .smith-btn.atb.add, .favorite-cover .smith-btn.like.added, .favorite-cover .smith-btn.follow.add, .favorite-cover .smith-btn.thr-follow.add, .favorite-cover .smith-btn.atb.add, .button-short, .button-medium, .button-long, .button-line, .button-orange, .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .button-orange, .button-pink, .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .button-pink, .button-facebook-blue, .button-paypal-blue, .button-blue, .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .button-blue, .button-light-gray, .button-gray, .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .button-gray, .ui-dialog.confirm-popup .confirm-button, .ui-dialog.confirm-popup .cancel-button, .search-form .cse-search-form table.gsc-search-box tr td.gsc-search-button .gsc-search-button, #search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-search-button .gsc-search-button, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.add-work, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.add-work, .discuss-wrapper .form-cover .comment-form .submit-button { display: block; font-size: 1rem; text-align: center; width: auto; margin: 0px; border: solid 1px rgba(0, 0, 0, 0); cursor: pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.btn_blog span, #favoriteButtons .smith-btn.like.added span, #favoriteButtons .smith-btn.follow.add span, #favoriteButtons .smith-btn.thr-follow.add span, #favoriteButtons .smith-btn.atb.add span, .favorite-cover .smith-btn.like.added span, .favorite-cover .smith-btn.follow.add span, .favorite-cover .smith-btn.thr-follow.add span, .favorite-cover .smith-btn.atb.add span, .button-short span, .button-medium span, .button-long span, .button-line span, .button-orange span, .translation-popup.ui-dialog .button-orange-small span, .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.confirm-popup .button-orange-small span, .translation-popup.ui-dialog .button-orange span, .ui-dialog.translation-dialog .button-orange span, .ui-dialog.notification-dialog .button-orange span, .ui-dialog.confirm-popup .button-orange span, .button-pink span, .translation-popup.ui-dialog .button-pink-small span, .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.confirm-popup .button-pink-small span, .translation-popup.ui-dialog .button-pink span, .ui-dialog.translation-dialog .button-pink span, .ui-dialog.notification-dialog .button-pink span, .ui-dialog.confirm-popup .button-pink span, .button-facebook-blue span, .button-paypal-blue span, .button-blue span, .translation-popup.ui-dialog .button-blue-small span, .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.confirm-popup .button-blue-small span, .translation-popup.ui-dialog .button-blue span, .ui-dialog.translation-dialog .button-blue span, .ui-dialog.notification-dialog .button-blue span, .ui-dialog.confirm-popup .button-blue span, .button-light-gray span, .button-gray span, .translation-popup.ui-dialog .button-gray-small span, .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.confirm-popup .button-gray-small span, .translation-popup.ui-dialog .button-gray span, .ui-dialog.translation-dialog .button-gray span, .ui-dialog.notification-dialog .button-gray span, .ui-dialog.confirm-popup .button-gray span, .ui-dialog.confirm-popup .confirm-button span, .ui-dialog.confirm-popup .cancel-button span, .search-form .cse-search-form table.gsc-search-box tr td.gsc-search-button .gsc-search-button span, #search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-search-button .gsc-search-button span, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.add-work span, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.add-work span, .discuss-wrapper .form-cover .comment-form .submit-button span { height: 24px; line-height: 24px; }

.button-short { width: 80px; }

.button-medium { width: 120px; }

.button-long { width: 160px; }

.button-line { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: white; border-color: #cccccc; color: #333333; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding-top: 0; padding-right: 0.5rem; padding-bottom: 0; padding-left: 0.5rem; margin: 0; font-size: 1rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: solid 1px rgba(0, 0, 0, 0); height: 33px; line-height: 33px; color: #455861; border: solid 1px #455861; opacity: 0.5; }
.button-line:hover, .button-line:focus { background-color: #cccccc; }
.button-line:hover, .button-line:focus { color: #333333; }
html.no-touch .button-line:hover { text-decoration: none; background: white; }
.button-line:active { background: white; }
.button-line:active { opacity: 1; margin: 0px; }

.button-orange, .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .button-orange { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #ff6600; border-color: #cc5200; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding-top: 0; padding-right: 0.5rem; padding-bottom: 0; padding-left: 0.5rem; margin: 0; font-size: 1rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: solid 1px rgba(0, 0, 0, 0); height: 33px; line-height: 33px; }
.button-orange:hover, .translation-popup.ui-dialog .button-orange-small:hover, .ui-dialog.translation-dialog .button-orange-small:hover, .ui-dialog.notification-dialog .button-orange-small:hover, .ui-dialog.confirm-popup .button-orange-small:hover, .translation-popup.ui-dialog .button-orange:hover, .ui-dialog.translation-dialog .button-orange:hover, .ui-dialog.notification-dialog .button-orange:hover, .ui-dialog.confirm-popup .button-orange:hover, .button-orange:focus, .translation-popup.ui-dialog .button-orange-small:focus, .ui-dialog.translation-dialog .button-orange-small:focus, .ui-dialog.notification-dialog .button-orange-small:focus, .ui-dialog.confirm-popup .button-orange-small:focus, .translation-popup.ui-dialog .button-orange:focus, .ui-dialog.translation-dialog .button-orange:focus, .ui-dialog.notification-dialog .button-orange:focus, .ui-dialog.confirm-popup .button-orange:focus { background-color: #cc5200; }
.button-orange:hover, .translation-popup.ui-dialog .button-orange-small:hover, .ui-dialog.translation-dialog .button-orange-small:hover, .ui-dialog.notification-dialog .button-orange-small:hover, .ui-dialog.confirm-popup .button-orange-small:hover, .translation-popup.ui-dialog .button-orange:hover, .ui-dialog.translation-dialog .button-orange:hover, .ui-dialog.notification-dialog .button-orange:hover, .ui-dialog.confirm-popup .button-orange:hover, .button-orange:focus, .translation-popup.ui-dialog .button-orange-small:focus, .ui-dialog.translation-dialog .button-orange-small:focus, .ui-dialog.notification-dialog .button-orange-small:focus, .ui-dialog.confirm-popup .button-orange-small:focus, .translation-popup.ui-dialog .button-orange:focus, .ui-dialog.translation-dialog .button-orange:focus, .ui-dialog.notification-dialog .button-orange:focus, .ui-dialog.confirm-popup .button-orange:focus { color: white; }
html.no-touch .button-orange:hover, html.no-touch .translation-popup.ui-dialog .button-orange-small:hover, .translation-popup.ui-dialog html.no-touch .button-orange-small:hover, html.no-touch .ui-dialog.translation-dialog .button-orange-small:hover, .ui-dialog.translation-dialog html.no-touch .button-orange-small:hover, html.no-touch .ui-dialog.notification-dialog .button-orange-small:hover, .ui-dialog.notification-dialog html.no-touch .button-orange-small:hover, html.no-touch .ui-dialog.confirm-popup .button-orange-small:hover, .ui-dialog.confirm-popup html.no-touch .button-orange-small:hover { text-decoration: none; background: #e06104; }
.button-orange:active, .translation-popup.ui-dialog .button-orange-small:active, .ui-dialog.translation-dialog .button-orange-small:active, .ui-dialog.notification-dialog .button-orange-small:active, .ui-dialog.confirm-popup .button-orange-small:active, .translation-popup.ui-dialog .button-orange:active, .ui-dialog.translation-dialog .button-orange:active, .ui-dialog.notification-dialog .button-orange:active, .ui-dialog.confirm-popup .button-orange:active { background: #ff6600; }

.button-pink, .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .button-pink { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #f65359; border-color: #f3141d; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding-top: 0; padding-right: 0.5rem; padding-bottom: 0; padding-left: 0.5rem; margin: 0; font-size: 1rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: solid 1px rgba(0, 0, 0, 0); height: 33px; line-height: 33px; }
.button-pink:hover, .translation-popup.ui-dialog .button-pink-small:hover, .ui-dialog.translation-dialog .button-pink-small:hover, .ui-dialog.notification-dialog .button-pink-small:hover, .ui-dialog.confirm-popup .button-pink-small:hover, .translation-popup.ui-dialog .button-pink:hover, .ui-dialog.translation-dialog .button-pink:hover, .ui-dialog.notification-dialog .button-pink:hover, .ui-dialog.confirm-popup .button-pink:hover, .button-pink:focus, .translation-popup.ui-dialog .button-pink-small:focus, .ui-dialog.translation-dialog .button-pink-small:focus, .ui-dialog.notification-dialog .button-pink-small:focus, .ui-dialog.confirm-popup .button-pink-small:focus, .translation-popup.ui-dialog .button-pink:focus, .ui-dialog.translation-dialog .button-pink:focus, .ui-dialog.notification-dialog .button-pink:focus, .ui-dialog.confirm-popup .button-pink:focus { background-color: #f3141d; }
.button-pink:hover, .translation-popup.ui-dialog .button-pink-small:hover, .ui-dialog.translation-dialog .button-pink-small:hover, .ui-dialog.notification-dialog .button-pink-small:hover, .ui-dialog.confirm-popup .button-pink-small:hover, .translation-popup.ui-dialog .button-pink:hover, .ui-dialog.translation-dialog .button-pink:hover, .ui-dialog.notification-dialog .button-pink:hover, .ui-dialog.confirm-popup .button-pink:hover, .button-pink:focus, .translation-popup.ui-dialog .button-pink-small:focus, .ui-dialog.translation-dialog .button-pink-small:focus, .ui-dialog.notification-dialog .button-pink-small:focus, .ui-dialog.confirm-popup .button-pink-small:focus, .translation-popup.ui-dialog .button-pink:focus, .ui-dialog.translation-dialog .button-pink:focus, .ui-dialog.notification-dialog .button-pink:focus, .ui-dialog.confirm-popup .button-pink:focus { color: white; }
html.no-touch .button-pink:hover, html.no-touch .translation-popup.ui-dialog .button-pink-small:hover, .translation-popup.ui-dialog html.no-touch .button-pink-small:hover, html.no-touch .ui-dialog.translation-dialog .button-pink-small:hover, .ui-dialog.translation-dialog html.no-touch .button-pink-small:hover, html.no-touch .ui-dialog.notification-dialog .button-pink-small:hover, .ui-dialog.notification-dialog html.no-touch .button-pink-small:hover, html.no-touch .ui-dialog.confirm-popup .button-pink-small:hover, .ui-dialog.confirm-popup html.no-touch .button-pink-small:hover { text-decoration: none; background: #dd4b4e; }
.button-pink:active, .translation-popup.ui-dialog .button-pink-small:active, .ui-dialog.translation-dialog .button-pink-small:active, .ui-dialog.notification-dialog .button-pink-small:active, .ui-dialog.confirm-popup .button-pink-small:active, .translation-popup.ui-dialog .button-pink:active, .ui-dialog.translation-dialog .button-pink:active, .ui-dialog.notification-dialog .button-pink:active, .ui-dialog.confirm-popup .button-pink:active { background: #f65359; }

.button-facebook-blue { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #3b5a9a; border-color: #2f487b; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding-top: 0; padding-right: 0.5rem; padding-bottom: 0; padding-left: 0.5rem; margin: 0; font-size: 1rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: solid 1px rgba(0, 0, 0, 0); height: 33px; line-height: 33px; }
.button-facebook-blue:hover, .button-facebook-blue:focus { background-color: #2f487b; }
.button-facebook-blue:hover, .button-facebook-blue:focus { color: white; }
html.no-touch .button-facebook-blue:hover { text-decoration: none; background: #344f88; }
.button-facebook-blue:active { background: #3b5a9a; }

.button-paypal-blue { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #183765; border-color: #132c51; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding-top: 0; padding-right: 0.5rem; padding-bottom: 0; padding-left: 0.5rem; margin: 0; font-size: 1rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: solid 1px rgba(0, 0, 0, 0); height: 33px; line-height: 33px; }
.button-paypal-blue:hover, .button-paypal-blue:focus { background-color: #132c51; }
.button-paypal-blue:hover, .button-paypal-blue:focus { color: white; }
html.no-touch .button-paypal-blue:hover { text-decoration: none; background: #132c50; }
.button-paypal-blue:active { background: #183765; }

.button-blue, .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .button-blue { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #1cbcb4; border-color: #169690; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding-top: 0; padding-right: 0.5rem; padding-bottom: 0; padding-left: 0.5rem; margin: 0; font-size: 1rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: solid 1px rgba(0, 0, 0, 0); height: 33px; line-height: 33px; }
.button-blue:hover, .translation-popup.ui-dialog .button-blue-small:hover, .ui-dialog.translation-dialog .button-blue-small:hover, .ui-dialog.notification-dialog .button-blue-small:hover, .ui-dialog.confirm-popup .button-blue-small:hover, .translation-popup.ui-dialog .button-blue:hover, .ui-dialog.translation-dialog .button-blue:hover, .ui-dialog.notification-dialog .button-blue:hover, .ui-dialog.confirm-popup .button-blue:hover, .button-blue:focus, .translation-popup.ui-dialog .button-blue-small:focus, .ui-dialog.translation-dialog .button-blue-small:focus, .ui-dialog.notification-dialog .button-blue-small:focus, .ui-dialog.confirm-popup .button-blue-small:focus, .translation-popup.ui-dialog .button-blue:focus, .ui-dialog.translation-dialog .button-blue:focus, .ui-dialog.notification-dialog .button-blue:focus, .ui-dialog.confirm-popup .button-blue:focus { background-color: #169690; }
.button-blue:hover, .translation-popup.ui-dialog .button-blue-small:hover, .ui-dialog.translation-dialog .button-blue-small:hover, .ui-dialog.notification-dialog .button-blue-small:hover, .ui-dialog.confirm-popup .button-blue-small:hover, .translation-popup.ui-dialog .button-blue:hover, .ui-dialog.translation-dialog .button-blue:hover, .ui-dialog.notification-dialog .button-blue:hover, .ui-dialog.confirm-popup .button-blue:hover, .button-blue:focus, .translation-popup.ui-dialog .button-blue-small:focus, .ui-dialog.translation-dialog .button-blue-small:focus, .ui-dialog.notification-dialog .button-blue-small:focus, .ui-dialog.confirm-popup .button-blue-small:focus, .translation-popup.ui-dialog .button-blue:focus, .ui-dialog.translation-dialog .button-blue:focus, .ui-dialog.notification-dialog .button-blue:focus, .ui-dialog.confirm-popup .button-blue:focus { color: white; }
html.no-touch .button-blue:hover, html.no-touch .translation-popup.ui-dialog .button-blue-small:hover, .translation-popup.ui-dialog html.no-touch .button-blue-small:hover, html.no-touch .ui-dialog.translation-dialog .button-blue-small:hover, .ui-dialog.translation-dialog html.no-touch .button-blue-small:hover, html.no-touch .ui-dialog.notification-dialog .button-blue-small:hover, .ui-dialog.notification-dialog html.no-touch .button-blue-small:hover, html.no-touch .ui-dialog.confirm-popup .button-blue-small:hover, .ui-dialog.confirm-popup html.no-touch .button-blue-small:hover { text-decoration: none; background: #1aa79f; }
.button-blue:active, .translation-popup.ui-dialog .button-blue-small:active, .ui-dialog.translation-dialog .button-blue-small:active, .ui-dialog.notification-dialog .button-blue-small:active, .ui-dialog.confirm-popup .button-blue-small:active, .translation-popup.ui-dialog .button-blue:active, .ui-dialog.translation-dialog .button-blue:active, .ui-dialog.notification-dialog .button-blue:active, .ui-dialog.confirm-popup .button-blue:active { background: #1cbcb4; }

.button-light-gray { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #455861; border-color: #37464e; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding-top: 0; padding-right: 0.5rem; padding-bottom: 0; padding-left: 0.5rem; margin: 0; font-size: 1rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: solid 1px rgba(0, 0, 0, 0); height: 33px; line-height: 33px; }
.button-light-gray:hover, .button-light-gray:focus { background-color: #37464e; }
.button-light-gray:hover, .button-light-gray:focus { color: white; }
html.no-touch .button-light-gray:hover { text-decoration: none; background: #7b7b7b; }
.button-light-gray:active { background: #455861; }

.button-gray, .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .button-gray { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #37474f; border-color: #2c393f; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding-top: 0; padding-right: 0.5rem; padding-bottom: 0; padding-left: 0.5rem; margin: 0; font-size: 1rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: solid 1px rgba(0, 0, 0, 0); height: 33px; line-height: 33px; }
.button-gray:hover, .translation-popup.ui-dialog .button-gray-small:hover, .ui-dialog.translation-dialog .button-gray-small:hover, .ui-dialog.notification-dialog .button-gray-small:hover, .ui-dialog.confirm-popup .button-gray-small:hover, .translation-popup.ui-dialog .button-gray:hover, .ui-dialog.translation-dialog .button-gray:hover, .ui-dialog.notification-dialog .button-gray:hover, .ui-dialog.confirm-popup .button-gray:hover, .button-gray:focus, .translation-popup.ui-dialog .button-gray-small:focus, .ui-dialog.translation-dialog .button-gray-small:focus, .ui-dialog.notification-dialog .button-gray-small:focus, .ui-dialog.confirm-popup .button-gray-small:focus, .translation-popup.ui-dialog .button-gray:focus, .ui-dialog.translation-dialog .button-gray:focus, .ui-dialog.notification-dialog .button-gray:focus, .ui-dialog.confirm-popup .button-gray:focus { background-color: #2c393f; }
.button-gray:hover, .translation-popup.ui-dialog .button-gray-small:hover, .ui-dialog.translation-dialog .button-gray-small:hover, .ui-dialog.notification-dialog .button-gray-small:hover, .ui-dialog.confirm-popup .button-gray-small:hover, .translation-popup.ui-dialog .button-gray:hover, .ui-dialog.translation-dialog .button-gray:hover, .ui-dialog.notification-dialog .button-gray:hover, .ui-dialog.confirm-popup .button-gray:hover, .button-gray:focus, .translation-popup.ui-dialog .button-gray-small:focus, .ui-dialog.translation-dialog .button-gray-small:focus, .ui-dialog.notification-dialog .button-gray-small:focus, .ui-dialog.confirm-popup .button-gray-small:focus, .translation-popup.ui-dialog .button-gray:focus, .ui-dialog.translation-dialog .button-gray:focus, .ui-dialog.notification-dialog .button-gray:focus, .ui-dialog.confirm-popup .button-gray:focus { color: white; }
html.no-touch .button-gray:hover, html.no-touch .translation-popup.ui-dialog .button-gray-small:hover, .translation-popup.ui-dialog html.no-touch .button-gray-small:hover, html.no-touch .ui-dialog.translation-dialog .button-gray-small:hover, .ui-dialog.translation-dialog html.no-touch .button-gray-small:hover, html.no-touch .ui-dialog.notification-dialog .button-gray-small:hover, .ui-dialog.notification-dialog html.no-touch .button-gray-small:hover, html.no-touch .ui-dialog.confirm-popup .button-gray-small:hover, .ui-dialog.confirm-popup html.no-touch .button-gray-small:hover { text-decoration: none; background: #37474f; }
.button-gray:active, .translation-popup.ui-dialog .button-gray-small:active, .ui-dialog.translation-dialog .button-gray-small:active, .ui-dialog.notification-dialog .button-gray-small:active, .ui-dialog.confirm-popup .button-gray-small:active, .translation-popup.ui-dialog .button-gray:active, .ui-dialog.translation-dialog .button-gray:active, .ui-dialog.notification-dialog .button-gray:active, .ui-dialog.confirm-popup .button-gray:active { background: #37474f; }

.button-back { padding-top: 0; padding-right: 0.5rem; padding-bottom: 0; padding-left: 0.5rem; margin: 0; font-size: 1rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: solid 1px rgba(0, 0, 0, 0); height: 33px; line-height: 33px; background: none; color: #464646; font-size: 1rem; }
.button-back:before { content: '<<'; }
.button-back:hover, .button-back:active { text-decoration: underline; background: none; color: #464646; }

.loading-button, .button-line.loading-button { border-color: #455861; }
.loading-button span, .button-line.loading-button span { background: url('../img/ajax-loader-small_2.1.95.gif') no-repeat 50% 50%; height: 1.25rem; line-height: 25px; display: inline-block; display: block; font-size: 0; text-indent: -999999px; }

.b-follow-button span { background-position: 0 -1200px; width: auto; height: 1.2rem; line-height: 24px; display: inline-block; padding-left: 24px; }

.a-follow-button span { background-position: 0 -984px; width: 80px; height: 1.2rem; line-height: 1.2rem; display: inline-block; padding-left: 24px; }
.a-follow-button:hover span { background-position: 0 -1152px; width: 80px; padding-left: 24px; }

.b-addbook-button span { background-position: 0 -888px; width: auto; height: 1.2rem; line-height: 24px; display: inline-block; padding-left: 24px; }

.a-addbook-button span { background-position: 0 -576px; width: 130px; height: 1.2rem; line-height: 1.2rem; display: inline-block; padding-left: 24px; }
.a-addbook-button:hover span { background-position: 0 -432px; width: 130px; padding-left: 24px; }

.b-cart-button span { background-position: 0 -1080px; width: auto; height: 1.2rem; line-height: 24px; display: inline-block; padding-left: 24px; }

.a-cart-button span { background-position: 0 -864px; width: 90px; height: 1.2rem; line-height: 1.2rem; display: inline-block; padding-left: 24px; }
.a-cart-button:hover span { background-position: 0 -240px; width: 90px; padding-left: 24px; }

.add-work span { background-position: 0 -1224px; width: auto; height: 1.2rem; line-height: 24px; display: inline-block; padding-left: 24px; }

.setting { background-position: 0 -1728px; }
.setting:hover { background-position: 0 -1752px; }
.setting.tiny { background-position: 0 -1100px; background-position: -1px -1100px; }
.setting.tiny:hover { background-position: 0 -1120px; background-position: -1px -1120px; }

.liked { background-position: 0 -1248px; }
.liked.click { background-position: 0 -1296px; }
.liked.tiny { background-position: 0 -760px; }
.liked.tiny:hover { background-position: 0 -820px; }
.liked.tiny.click { background-position: 0 -820px; }

.share-option { height: 24px; width: 24px; position: absolute; right: 10px; top: 10px; display: block; background-position: 0 -600px; }
.share-option:hover { background-position: 0 -648px; }

.tweeter-small-button { display: block; height: 24px; width: 24px; background-position: 0 -1560px; }

.tumblr-small-button { display: block; height: 24px; width: 24px; background-position: 0 -1848px; }

.facebook-small-button { display: block; height: 24px; width: 24px; background-position: 0 -1920px; }

.toggle-button .button-line { overflow: hidden; }
.toggle-button .button-line .clicked { position: initial; opacity: 1; }
.toggle-button .button-line .hover { position: absolute; opacity: 0; top: 9999px; }
.toggle-button .button-line .not-click { position: absolute; opacity: 0; top: 9999px; }
.toggle-button .button-line:hover .clicked { position: absolute; opacity: 0; top: 9999px; }
.toggle-button .button-line:hover .hover { position: initial; opacity: 1; }
.toggle-button .button-back .not-click, .toggle-button .button-blue .not-click, .toggle-button .translation-popup.ui-dialog .button-blue-small .not-click, .translation-popup.ui-dialog .toggle-button .button-blue-small .not-click, .toggle-button .ui-dialog.translation-dialog .button-blue-small .not-click, .ui-dialog.translation-dialog .toggle-button .button-blue-small .not-click, .toggle-button .ui-dialog.notification-dialog .button-blue-small .not-click, .ui-dialog.notification-dialog .toggle-button .button-blue-small .not-click, .toggle-button .ui-dialog.confirm-popup .button-blue-small .not-click, .ui-dialog.confirm-popup .toggle-button .button-blue-small .not-click, .toggle-button .button-orange .not-click, .toggle-button .translation-popup.ui-dialog .button-orange-small .not-click, .translation-popup.ui-dialog .toggle-button .button-orange-small .not-click, .toggle-button .ui-dialog.translation-dialog .button-orange-small .not-click, .ui-dialog.translation-dialog .toggle-button .button-orange-small .not-click, .toggle-button .ui-dialog.notification-dialog .button-orange-small .not-click, .ui-dialog.notification-dialog .toggle-button .button-orange-small .not-click, .toggle-button .ui-dialog.confirm-popup .button-orange-small .not-click, .ui-dialog.confirm-popup .toggle-button .button-orange-small .not-click, .toggle-button .button-pink .not-click, .toggle-button .translation-popup.ui-dialog .button-pink-small .not-click, .translation-popup.ui-dialog .toggle-button .button-pink-small .not-click, .toggle-button .ui-dialog.translation-dialog .button-pink-small .not-click, .ui-dialog.translation-dialog .toggle-button .button-pink-small .not-click, .toggle-button .ui-dialog.notification-dialog .button-pink-small .not-click, .ui-dialog.notification-dialog .toggle-button .button-pink-small .not-click, .toggle-button .ui-dialog.confirm-popup .button-pink-small .not-click, .ui-dialog.confirm-popup .toggle-button .button-pink-small .not-click, .toggle-button .button-gray .not-click, .toggle-button .translation-popup.ui-dialog .button-gray-small .not-click, .translation-popup.ui-dialog .toggle-button .button-gray-small .not-click, .toggle-button .ui-dialog.translation-dialog .button-gray-small .not-click, .ui-dialog.translation-dialog .toggle-button .button-gray-small .not-click, .toggle-button .ui-dialog.notification-dialog .button-gray-small .not-click, .ui-dialog.notification-dialog .toggle-button .button-gray-small .not-click, .toggle-button .ui-dialog.confirm-popup .button-gray-small .not-click, .ui-dialog.confirm-popup .toggle-button .button-gray-small .not-click { position: initial; opacity: 1; }
.toggle-button .button-back .clicked, .toggle-button .button-blue .clicked, .toggle-button .translation-popup.ui-dialog .button-blue-small .clicked, .translation-popup.ui-dialog .toggle-button .button-blue-small .clicked, .toggle-button .ui-dialog.translation-dialog .button-blue-small .clicked, .ui-dialog.translation-dialog .toggle-button .button-blue-small .clicked, .toggle-button .ui-dialog.notification-dialog .button-blue-small .clicked, .ui-dialog.notification-dialog .toggle-button .button-blue-small .clicked, .toggle-button .ui-dialog.confirm-popup .button-blue-small .clicked, .ui-dialog.confirm-popup .toggle-button .button-blue-small .clicked, .toggle-button .button-orange .clicked, .toggle-button .translation-popup.ui-dialog .button-orange-small .clicked, .translation-popup.ui-dialog .toggle-button .button-orange-small .clicked, .toggle-button .ui-dialog.translation-dialog .button-orange-small .clicked, .ui-dialog.translation-dialog .toggle-button .button-orange-small .clicked, .toggle-button .ui-dialog.notification-dialog .button-orange-small .clicked, .ui-dialog.notification-dialog .toggle-button .button-orange-small .clicked, .toggle-button .ui-dialog.confirm-popup .button-orange-small .clicked, .ui-dialog.confirm-popup .toggle-button .button-orange-small .clicked, .toggle-button .button-pink .clicked, .toggle-button .translation-popup.ui-dialog .button-pink-small .clicked, .translation-popup.ui-dialog .toggle-button .button-pink-small .clicked, .toggle-button .ui-dialog.translation-dialog .button-pink-small .clicked, .ui-dialog.translation-dialog .toggle-button .button-pink-small .clicked, .toggle-button .ui-dialog.notification-dialog .button-pink-small .clicked, .ui-dialog.notification-dialog .toggle-button .button-pink-small .clicked, .toggle-button .ui-dialog.confirm-popup .button-pink-small .clicked, .ui-dialog.confirm-popup .toggle-button .button-pink-small .clicked, .toggle-button .button-gray .clicked, .toggle-button .translation-popup.ui-dialog .button-gray-small .clicked, .translation-popup.ui-dialog .toggle-button .button-gray-small .clicked, .toggle-button .ui-dialog.translation-dialog .button-gray-small .clicked, .ui-dialog.translation-dialog .toggle-button .button-gray-small .clicked, .toggle-button .ui-dialog.notification-dialog .button-gray-small .clicked, .ui-dialog.notification-dialog .toggle-button .button-gray-small .clicked, .toggle-button .ui-dialog.confirm-popup .button-gray-small .clicked, .ui-dialog.confirm-popup .toggle-button .button-gray-small .clicked { position: absolute; opacity: 0; top: 9999px; }
.toggle-button .button-back .hover, .toggle-button .button-blue .hover, .toggle-button .translation-popup.ui-dialog .button-blue-small .hover, .translation-popup.ui-dialog .toggle-button .button-blue-small .hover, .toggle-button .ui-dialog.translation-dialog .button-blue-small .hover, .ui-dialog.translation-dialog .toggle-button .button-blue-small .hover, .toggle-button .ui-dialog.notification-dialog .button-blue-small .hover, .ui-dialog.notification-dialog .toggle-button .button-blue-small .hover, .toggle-button .ui-dialog.confirm-popup .button-blue-small .hover, .ui-dialog.confirm-popup .toggle-button .button-blue-small .hover, .toggle-button .button-orange .hover, .toggle-button .translation-popup.ui-dialog .button-orange-small .hover, .translation-popup.ui-dialog .toggle-button .button-orange-small .hover, .toggle-button .ui-dialog.translation-dialog .button-orange-small .hover, .ui-dialog.translation-dialog .toggle-button .button-orange-small .hover, .toggle-button .ui-dialog.notification-dialog .button-orange-small .hover, .ui-dialog.notification-dialog .toggle-button .button-orange-small .hover, .toggle-button .ui-dialog.confirm-popup .button-orange-small .hover, .ui-dialog.confirm-popup .toggle-button .button-orange-small .hover, .toggle-button .button-pink .hover, .toggle-button .translation-popup.ui-dialog .button-pink-small .hover, .translation-popup.ui-dialog .toggle-button .button-pink-small .hover, .toggle-button .ui-dialog.translation-dialog .button-pink-small .hover, .ui-dialog.translation-dialog .toggle-button .button-pink-small .hover, .toggle-button .ui-dialog.notification-dialog .button-pink-small .hover, .ui-dialog.notification-dialog .toggle-button .button-pink-small .hover, .toggle-button .ui-dialog.confirm-popup .button-pink-small .hover, .ui-dialog.confirm-popup .toggle-button .button-pink-small .hover, .toggle-button .button-gray .hover, .toggle-button .translation-popup.ui-dialog .button-gray-small .hover, .translation-popup.ui-dialog .toggle-button .button-gray-small .hover, .toggle-button .ui-dialog.translation-dialog .button-gray-small .hover, .ui-dialog.translation-dialog .toggle-button .button-gray-small .hover, .toggle-button .ui-dialog.notification-dialog .button-gray-small .hover, .ui-dialog.notification-dialog .toggle-button .button-gray-small .hover, .toggle-button .ui-dialog.confirm-popup .button-gray-small .hover, .ui-dialog.confirm-popup .toggle-button .button-gray-small .hover { position: absolute; opacity: 0; top: 9999px; }

#search-form form { position: relative; padding: 25px 0; width: 95%; float: right; }
#search-form form:before { display: block; position: absolute; content: ''; background-position: 0 -792px; height: 24px; width: 24px; z-index: 1; left: 4px; top: 0px; bottom: 0; margin-top: auto; margin-bottom: auto; }
#search-form form input { -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; height: 40px; line-height: 40px; background-color: transparent; border-radius: 5px; color: white; background-color: transparent; font-size: 1rem; padding: 4px; text-indent: 25px; }
#search-form form input[type='submit'] { display: none; }
#search-form form input[type='submit']:focus { background: transparent; }
#search-form form input ::-webkit-input-placeholder { color: #b6b6b6; }
#search-form form input :-moz-placeholder { color: #b6b6b6; }
#search-form form input .placeholder { color: #b6b6b6; }

.orange-label { background: #ff6600; width: 100%; height: 90px; display: block; position: relative; }
.orange-label:before { background: #ff6600; height: 90px; display: block; width: 1900px; content: ''; position: absolute; left: -1900px; }
.orange-label:after { content: ''; width: 0; height: 0; border-style: solid; border-width: 90px 20px 0 0; border-color: #ff6600 transparent transparent transparent; display: block; position: absolute; top: 0; right: -20px; }
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) { .orange-label { height: 45px; }
  .orange-label:before { content: none; }
  .orange-label:after { height: 45px; border-width: 45px 10px 0 0; right: -10px; } }

#small-menu { display: none; }
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) { #small-menu { display: block; } }

#ookbee-comics-logo-2 { width: 40px; display: block; margin: auto; }
#ookbee-comics-logo-2 img { height: auto; width: auto; height: 41px; padding: 2px 0; margin: auto; display: block; }

#ookbee-comics-logo { display: block; }
#ookbee-comics-logo img { height: auto; width: 60px; padding: 15px 0; margin: auto; display: block; }
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) { #ookbee-comics-logo { display: none; } }

#element-header { background: #263238; height: 90px; }
#element-header .thin-header-icon-24x24 a.explore { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.explore.hover, #element-header .thin-header-icon-24x24 a.explore:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.explore.hover, #element-header .thin-header-icon-24x24 a.explore:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.explore.hover, #element-header .thin-header-icon-24x24 a.explore:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.explore:before { background-position: 0 -360px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.top-rank { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.top-rank.hover, #element-header .thin-header-icon-24x24 a.top-rank:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.top-rank.hover, #element-header .thin-header-icon-24x24 a.top-rank:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.top-rank.hover, #element-header .thin-header-icon-24x24 a.top-rank:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.top-rank:before { background-position: 0 -168px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.manga { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.manga.hover, #element-header .thin-header-icon-24x24 a.manga:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.manga.hover, #element-header .thin-header-icon-24x24 a.manga:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.manga.hover, #element-header .thin-header-icon-24x24 a.manga:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.manga:before { background-position: 0 -1392px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.illustration { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.illustration.hover, #element-header .thin-header-icon-24x24 a.illustration:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.illustration.hover, #element-header .thin-header-icon-24x24 a.illustration:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.illustration.hover, #element-header .thin-header-icon-24x24 a.illustration:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.illustration:before { background-position: 0 -744px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.blog { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.blog.hover, #element-header .thin-header-icon-24x24 a.blog:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.blog.hover, #element-header .thin-header-icon-24x24 a.blog:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.blog.hover, #element-header .thin-header-icon-24x24 a.blog:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.blog:before { background-position: 0 -696px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.creator { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.creator.hover, #element-header .thin-header-icon-24x24 a.creator:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.creator.hover, #element-header .thin-header-icon-24x24 a.creator:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.creator.hover, #element-header .thin-header-icon-24x24 a.creator:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.creator:before { background-position: 0 -1536px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.forum { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.forum.hover, #element-header .thin-header-icon-24x24 a.forum:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.forum.hover, #element-header .thin-header-icon-24x24 a.forum:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.forum.hover, #element-header .thin-header-icon-24x24 a.forum:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.forum:before { background-position: 0 -384px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.about { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.about.hover, #element-header .thin-header-icon-24x24 a.about:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.about.hover, #element-header .thin-header-icon-24x24 a.about:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.about.hover, #element-header .thin-header-icon-24x24 a.about:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.about:before { background-position: 0 -303px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; background-position: 0 -303px; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.feed { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.feed.hover, #element-header .thin-header-icon-24x24 a.feed:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.feed.hover, #element-header .thin-header-icon-24x24 a.feed:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.feed.hover, #element-header .thin-header-icon-24x24 a.feed:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.feed:before { background-position: 0 -24px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.profile-link { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.profile-link.hover, #element-header .thin-header-icon-24x24 a.profile-link:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.profile-link.hover, #element-header .thin-header-icon-24x24 a.profile-link:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.profile-link.hover, #element-header .thin-header-icon-24x24 a.profile-link:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.profile-link:before { background-position: 0 -1536px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.dashboard { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.dashboard.hover, #element-header .thin-header-icon-24x24 a.dashboard:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.dashboard.hover, #element-header .thin-header-icon-24x24 a.dashboard:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.dashboard.hover, #element-header .thin-header-icon-24x24 a.dashboard:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.dashboard:before { background-position: 0 -120px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.subscription { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.subscription.hover, #element-header .thin-header-icon-24x24 a.subscription:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.subscription.hover, #element-header .thin-header-icon-24x24 a.subscription:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.subscription.hover, #element-header .thin-header-icon-24x24 a.subscription:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.subscription:before { background-position: 0 -192px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.my-shop { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.my-shop.hover, #element-header .thin-header-icon-24x24 a.my-shop:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.my-shop.hover, #element-header .thin-header-icon-24x24 a.my-shop:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.my-shop.hover, #element-header .thin-header-icon-24x24 a.my-shop:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.my-shop:before { background-position: 0 -912px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.order-history { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.order-history.hover, #element-header .thin-header-icon-24x24 a.order-history:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.order-history.hover, #element-header .thin-header-icon-24x24 a.order-history:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.order-history.hover, #element-header .thin-header-icon-24x24 a.order-history:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.order-history:before { background-position: 0 -144px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.admin { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.admin.hover, #element-header .thin-header-icon-24x24 a.admin:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.admin.hover, #element-header .thin-header-icon-24x24 a.admin:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.admin.hover, #element-header .thin-header-icon-24x24 a.admin:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.admin:before { background-position: 0 -1464px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.sign-out { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.sign-out.hover, #element-header .thin-header-icon-24x24 a.sign-out:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.sign-out.hover, #element-header .thin-header-icon-24x24 a.sign-out:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.sign-out.hover, #element-header .thin-header-icon-24x24 a.sign-out:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.sign-out:before { background-position: 0 -1632px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.help { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.help.hover, #element-header .thin-header-icon-24x24 a.help:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.help.hover, #element-header .thin-header-icon-24x24 a.help:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.help.hover, #element-header .thin-header-icon-24x24 a.help:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.help:before { background-position: 0 -1896px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.new-comic { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.new-comic.hover, #element-header .thin-header-icon-24x24 a.new-comic:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.new-comic.hover, #element-header .thin-header-icon-24x24 a.new-comic:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.new-comic.hover, #element-header .thin-header-icon-24x24 a.new-comic:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.new-comic:before { background-position: 0 -1392px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.new-illustration { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.new-illustration.hover, #element-header .thin-header-icon-24x24 a.new-illustration:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.new-illustration.hover, #element-header .thin-header-icon-24x24 a.new-illustration:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.new-illustration.hover, #element-header .thin-header-icon-24x24 a.new-illustration:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.new-illustration:before { background-position: 0 -744px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.new-blog { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.new-blog.hover, #element-header .thin-header-icon-24x24 a.new-blog:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.new-blog.hover, #element-header .thin-header-icon-24x24 a.new-blog:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.new-blog.hover, #element-header .thin-header-icon-24x24 a.new-blog:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.new-blog:before { background-position: 0 -696px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.manage-work { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.manage-work.hover, #element-header .thin-header-icon-24x24 a.manage-work:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.manage-work.hover, #element-header .thin-header-icon-24x24 a.manage-work:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.manage-work.hover, #element-header .thin-header-icon-24x24 a.manage-work:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.manage-work:before { background-position: 0 -1752px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.notification { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.notification.hover, #element-header .thin-header-icon-24x24 a.notification:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.notification.hover, #element-header .thin-header-icon-24x24 a.notification:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.notification.hover, #element-header .thin-header-icon-24x24 a.notification:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.notification:before { background-position: 0 -456px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.order-fulfillment { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.order-fulfillment.hover, #element-header .thin-header-icon-24x24 a.order-fulfillment:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.order-fulfillment.hover, #element-header .thin-header-icon-24x24 a.order-fulfillment:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.order-fulfillment.hover, #element-header .thin-header-icon-24x24 a.order-fulfillment:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.order-fulfillment:before { background-position: 0 -1656px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.cart { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.cart.hover, #element-header .thin-header-icon-24x24 a.cart:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.cart.hover, #element-header .thin-header-icon-24x24 a.cart:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.cart.hover, #element-header .thin-header-icon-24x24 a.cart:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.cart:before { background-position: 0 -840px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
#element-header .thin-header-icon-24x24 a.marketplace { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
#element-header .thin-header-icon-24x24 a.marketplace.hover, #element-header .thin-header-icon-24x24 a.marketplace:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.marketplace.hover, #element-header .thin-header-icon-24x24 a.marketplace:hover { background-color: #121212; }
#element-header .thin-header-icon-24x24 a.marketplace.hover, #element-header .thin-header-icon-24x24 a.marketplace:hover { border-left-color: #ff6600; }
#element-header .thin-header-icon-24x24 a.marketplace:before { background-position: 0 -528px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) { #element-header { height: 45px; } }
#element-header .row { max-width: 1200px; }
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) { #element-header .site-row .columns { padding: 0; } }
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) { #element-header .dropdown.profile { display: none; } }
@media only screen and (min-width: 769px) { #element-header .right-off-canvas-toggle.profile { display: none; } }
#element-header .has-dropdown { position: relative; }
#element-header .item { width: 100%; height: 90px; float: left; padding: 17px 0; }
#element-header .item.profile { padding: 25px 0; }
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) { #element-header .item.profile { padding: 0; } }
#element-header .item .profile { -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; width: 40px; height: 40px; display: block; margin: auto; }
#element-header .item .number-parent { background-color: #f65359; color: white; width: auto; display: inline-block; min-width: 20px; text-align: -webkit-center; border-radius: 20px; padding: 0px 5px; position: absolute; top: -5px; left: 50%; font-style: normal; }
#element-header .item.g-4 { width: 25%; }
#element-header .item.g-2 { width: 50%; }
#element-header .item.g-3 { width: 33%; }
#element-header .item.icon-only { padding: 29px 0; }
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) { #element-header .item.icon-only { padding: 2px 0; } }
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) { #element-header .item { height: 45px; padding: 2.5px 0; }
  #element-header .item label { display: none; } }
#element-header .item label { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 100%; line-height: 1; font-size: 1.2rem; color: white; text-align: center; }
#element-header .item label.override-yellow { color: #ffd54b; }
#element-header .item .header-icon { display: block; margin: auto; position: relative; padding: 0; }
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) { #element-header .item .header-icon { margin-top: 4px; } }
#element-header .item .browse:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -1376px; content: ' '; }
#element-header .item .top-rank:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -512px; content: ' '; }
#element-header .item .feed:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -256px; content: ' '; }
#element-header .item .webboard:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -864px; content: ' '; }
#element-header .item .bookshelf:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -1280px; content: ' '; }
#element-header .item .notification:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -672px; content: ' '; }
#element-header .item .sign-in:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -1120px; content: ' '; }
#element-header .item .register:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -896px; content: ' '; }
#element-header .item .calendar:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 0; content: ' '; }
#element-header .item:hover { background: #242f35; text-decoration: none; }
#element-header .item:hover label { color: #ff6600; }
#element-header .item:hover .browse:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -1408px; content: ' '; }
#element-header .item:hover .top-rank:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -224px; content: ' '; }
#element-header .item:hover .feed:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -128px; content: ' '; }
#element-header .item:hover .webboard:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -544px; content: ' '; }
#element-header .item:hover .bookshelf:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -1216px; content: ' '; }
#element-header .item:hover .notification:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -704px; content: ' '; }
#element-header .item:hover .sign-in:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -1024px; content: ' '; }
#element-header .item:hover .register:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -576px; content: ' '; }
#element-header .item:hover .calendar:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -32px; content: ' '; }

.site-row { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 51rem; *zoom: 1; max-width: 1200px; }
.site-row:before, .site-row:after { content: " "; display: table; }
.site-row:after { clear: both; }
.site-row .columns { position: relative; padding-left: 0.5rem; padding-right: 0.5rem; float: left; }
.site-row.no-padding .columns { padding: 0; }
@media only screen and (max-width: 480px) { .site-row .small-0 { display: none; } }
@media only screen and (min-width: 481px) and (max-width: 768px) { .site-row .medium-0 { display: none; } }
@media only screen and (min-width: 769px) and (max-width: 1024px) { .site-row .large-0 { display: none; } }
@media only screen and (min-width: 1025px) and (max-width: 1280px) { .site-row .xlarge-0 { display: none; } }
@media only screen and (min-width: 1281px) and (max-width: 9999px) { .site-row .xxlarge-0 { display: none; } }
@media only screen { .site-row .small-1 { padding-left: 0.5rem; padding-right: 0.5rem; width: 8.33333%; float: left; }
  .site-row .small-2 { padding-left: 0.5rem; padding-right: 0.5rem; width: 16.66667%; float: left; }
  .site-row .small-3 { padding-left: 0.5rem; padding-right: 0.5rem; width: 25%; float: left; }
  .site-row .small-4 { padding-left: 0.5rem; padding-right: 0.5rem; width: 33.33333%; float: left; }
  .site-row .small-5 { padding-left: 0.5rem; padding-right: 0.5rem; width: 41.66667%; float: left; }
  .site-row .small-6 { padding-left: 0.5rem; padding-right: 0.5rem; width: 50%; float: left; }
  .site-row .small-7 { padding-left: 0.5rem; padding-right: 0.5rem; width: 58.33333%; float: left; }
  .site-row .small-8 { padding-left: 0.5rem; padding-right: 0.5rem; width: 66.66667%; float: left; }
  .site-row .small-9 { padding-left: 0.5rem; padding-right: 0.5rem; width: 75%; float: left; }
  .site-row .small-10 { padding-left: 0.5rem; padding-right: 0.5rem; width: 83.33333%; float: left; }
  .site-row .small-11 { padding-left: 0.5rem; padding-right: 0.5rem; width: 91.66667%; float: left; }
  .site-row .small-12 { padding-left: 0.5rem; padding-right: 0.5rem; width: 100%; float: left; } }
@media only screen and (min-width: 481px) { .site-row .medium-1 { padding-left: 0.5rem; padding-right: 0.5rem; width: 8.33333%; float: left; }
  .site-row .medium-2 { padding-left: 0.5rem; padding-right: 0.5rem; width: 16.66667%; float: left; }
  .site-row .medium-3 { padding-left: 0.5rem; padding-right: 0.5rem; width: 25%; float: left; }
  .site-row .medium-4 { padding-left: 0.5rem; padding-right: 0.5rem; width: 33.33333%; float: left; }
  .site-row .medium-5 { padding-left: 0.5rem; padding-right: 0.5rem; width: 41.66667%; float: left; }
  .site-row .medium-6 { padding-left: 0.5rem; padding-right: 0.5rem; width: 50%; float: left; }
  .site-row .medium-7 { padding-left: 0.5rem; padding-right: 0.5rem; width: 58.33333%; float: left; }
  .site-row .medium-8 { padding-left: 0.5rem; padding-right: 0.5rem; width: 66.66667%; float: left; }
  .site-row .medium-9 { padding-left: 0.5rem; padding-right: 0.5rem; width: 75%; float: left; }
  .site-row .medium-10 { padding-left: 0.5rem; padding-right: 0.5rem; width: 83.33333%; float: left; }
  .site-row .medium-11 { padding-left: 0.5rem; padding-right: 0.5rem; width: 91.66667%; float: left; }
  .site-row .medium-12 { padding-left: 0.5rem; padding-right: 0.5rem; width: 100%; float: left; } }
@media only screen and (min-width: 769px) { .site-row .large-1 { padding-left: 0.5rem; padding-right: 0.5rem; width: 8.33333%; float: left; }
  .site-row .large-2 { padding-left: 0.5rem; padding-right: 0.5rem; width: 16.66667%; float: left; }
  .site-row .large-3 { padding-left: 0.5rem; padding-right: 0.5rem; width: 25%; float: left; }
  .site-row .large-4 { padding-left: 0.5rem; padding-right: 0.5rem; width: 33.33333%; float: left; }
  .site-row .large-5 { padding-left: 0.5rem; padding-right: 0.5rem; width: 41.66667%; float: left; }
  .site-row .large-6 { padding-left: 0.5rem; padding-right: 0.5rem; width: 50%; float: left; }
  .site-row .large-7 { padding-left: 0.5rem; padding-right: 0.5rem; width: 58.33333%; float: left; }
  .site-row .large-8 { padding-left: 0.5rem; padding-right: 0.5rem; width: 66.66667%; float: left; }
  .site-row .large-9 { padding-left: 0.5rem; padding-right: 0.5rem; width: 75%; float: left; }
  .site-row .large-10 { padding-left: 0.5rem; padding-right: 0.5rem; width: 83.33333%; float: left; }
  .site-row .large-11 { padding-left: 0.5rem; padding-right: 0.5rem; width: 91.66667%; float: left; }
  .site-row .large-12 { padding-left: 0.5rem; padding-right: 0.5rem; width: 100%; float: left; } }
@media only screen and (min-width: 1025px) { .site-row .xlarge-1 { padding-left: 0.5rem; padding-right: 0.5rem; width: 8.33333%; float: left; }
  .site-row .xlarge-2 { padding-left: 0.5rem; padding-right: 0.5rem; width: 16.66667%; float: left; }
  .site-row .xlarge-3 { padding-left: 0.5rem; padding-right: 0.5rem; width: 25%; float: left; }
  .site-row .xlarge-4 { padding-left: 0.5rem; padding-right: 0.5rem; width: 33.33333%; float: left; }
  .site-row .xlarge-5 { padding-left: 0.5rem; padding-right: 0.5rem; width: 41.66667%; float: left; }
  .site-row .xlarge-6 { padding-left: 0.5rem; padding-right: 0.5rem; width: 50%; float: left; }
  .site-row .xlarge-7 { padding-left: 0.5rem; padding-right: 0.5rem; width: 58.33333%; float: left; }
  .site-row .xlarge-8 { padding-left: 0.5rem; padding-right: 0.5rem; width: 66.66667%; float: left; }
  .site-row .xlarge-9 { padding-left: 0.5rem; padding-right: 0.5rem; width: 75%; float: left; }
  .site-row .xlarge-10 { padding-left: 0.5rem; padding-right: 0.5rem; width: 83.33333%; float: left; }
  .site-row .xlarge-11 { padding-left: 0.5rem; padding-right: 0.5rem; width: 91.66667%; float: left; }
  .site-row .xlarge-12 { padding-left: 0.5rem; padding-right: 0.5rem; width: 100%; float: left; } }
@media only screen and (min-width: 1281px) { .site-row .xxlarge-1 { padding-left: 0.5rem; padding-right: 0.5rem; width: 8.33333%; float: left; }
  .site-row .xxlarge-2 { padding-left: 0.5rem; padding-right: 0.5rem; width: 16.66667%; float: left; }
  .site-row .xxlarge-3 { padding-left: 0.5rem; padding-right: 0.5rem; width: 25%; float: left; }
  .site-row .xxlarge-4 { padding-left: 0.5rem; padding-right: 0.5rem; width: 33.33333%; float: left; }
  .site-row .xxlarge-5 { padding-left: 0.5rem; padding-right: 0.5rem; width: 41.66667%; float: left; }
  .site-row .xxlarge-6 { padding-left: 0.5rem; padding-right: 0.5rem; width: 50%; float: left; }
  .site-row .xxlarge-7 { padding-left: 0.5rem; padding-right: 0.5rem; width: 58.33333%; float: left; }
  .site-row .xxlarge-8 { padding-left: 0.5rem; padding-right: 0.5rem; width: 66.66667%; float: left; }
  .site-row .xxlarge-9 { padding-left: 0.5rem; padding-right: 0.5rem; width: 75%; float: left; }
  .site-row .xxlarge-10 { padding-left: 0.5rem; padding-right: 0.5rem; width: 83.33333%; float: left; }
  .site-row .xxlarge-11 { padding-left: 0.5rem; padding-right: 0.5rem; width: 91.66667%; float: left; }
  .site-row .xxlarge-12 { padding-left: 0.5rem; padding-right: 0.5rem; width: 100%; float: left; } }

#search-form-left-menu form { padding: 10px 0; width: 90%; margin-left: 5%; }
#search-form-left-menu input[type="text"] { -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; -ms-border-radius: 5px 0 0 5px; -o-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; width: 84%; float: left; border: none; height: 32px; line-height: 32px; }
#search-form-left-menu input[type="submit"] { -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; -ms-border-radius: 0 5px 5px 0; -o-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; width: 15%; float: right; text-indent: 9999px; height: 32px; background-position: 0 -792px; border: 4px solid #cf5300; background-color: #cf5300; position: absolute; right: 5%; }

/* ========================================================================== Wetfish's superfish additional stylesheets ========================================================================== */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }

.sf-menu { line-height: 1.0; }

.sf-menu ul { position: absolute; top: -999em; width: 13em; /* left offset of submenus need to match (see below) */ }

.sf-menu ul#ul-discov-comics-parent { width: 16.5em; /* left offset of submenus need to match (see below) */ }

.sf-menu ul li { width: 100%; }

.sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

.sf-menu li { float: left; position: relative; }

.sf-menu a { display: block; position: relative; }

.sf-menu li:hover ul, .sf-menu li.sfHover ul { left: 0; top: 41px; z-index: 99; }

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em; }

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 209px; /* match ul width */ top: 0; }

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top: -999em; }

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { left: 13em; /* match ul width */ top: 0; }

/*** DEMO SKIN ***/
.sf-menu { float: left; margin-bottom: 1em; }

.sf-menu a { padding: .75em .12em; text-decoration: none; }

.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/ color: white; }

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { outline: 0; }

/*** arrows **/
.sf-menu a.sf-with-ul { padding-right: 2.25em; min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */ }

.sf-sub-indicator { position: absolute; display: block; right: .75em; top: 1.05em; /* IE6 only */ width: 10px; height: 10px; text-indent: -999em; overflow: hidden; background: url('../img/superfish/arrows-fcc34f_2.1.95.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ }

a > .sf-sub-indicator { /* give all except IE6 the correct values */ top: 1em; background-position: 0 -100px; /* use translucent arrow for modern browsers*/ }

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator { background-position: -10px -100px; /* arrow hovers for modern browsers*/ }

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position: -10px 0; }

.sf-menu ul a > .sf-sub-indicator { background-position: 0 0; }

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator { background-position: -10px 0; /* arrow hovers for modern browsers*/ }

/*** shadows for all but IE6 ***/
.sf-shadow ul { background: url('../img/superfish/shadow_2.1.95.png') no-repeat bottom right; padding: 0 8px 9px 0; -moz-border-radius-bottomleft: 17px; -moz-border-radius-topright: 17px; -webkit-border-top-right-radius: 17px; -webkit-border-bottom-left-radius: 17px; }

.sf-shadow ul.sf-shadow-off { background: transparent; }

/**************** custom style * ***************/
/* Header Nav of Homapage */
.header-nav .sf-menu a { text-align: left; color: #5c5c5c; text-decoration: none; }
.header-nav .sf-menu a:hover { color: white; }
.header-nav .sf-menu li { text-transform: uppercase; }
.header-nav .sf-menu li font { size: 105%; weight: normal; }
.header-nav .sf-menu > li { position: relative; margin-left: 6px; }
.header-nav .sf-menu > li:first-child { margin-left: 0; }
.header-nav .sf-menu > li > a { color: white; text-decoration: none; height: 1.4em; line-height: 1.2; }
.header-nav .sf-menu > li > a:hover { color: #fcbe4c; }
.header-nav .sf-menu > li > ul { background-image: url('../img/menu-bg_2.1.95.png'); border-color: white; border-width: 1px; border-style: solid; }
.header-nav .sf-menu > li > ul a { padding-left: 15px; padding-right: 15px; }
.header-nav .sf-menu > li > ul > li { font-size: 14px; }
.header-nav .sf-menu > li > ul > li .sf-sub-indicator { width: 13px; height: 13px; background: url('../img/menu-has-child_2.1.95.png') no-repeat 0 0 transparent; right: auto; top: 0.85em; }
.header-nav .sf-menu > li > ul > li a:hover { background-image: url('../img/nav-menu-hover_2.1.95.png'); background-position: left center; background-repeat: no-repeat; }
.header-nav .sf-menu > li > ul > li a:hover .sf-sub-indicator { background-position: 0 -18px; }
.header-nav .sf-menu > li > ul > li.sfHover.hasChild { width: 105%; }
.header-nav .sf-menu > li > ul > li.sfHover.hasChild > a { color: white; background-image: url('../img/nav-menu-hover_2.1.95.png'); background-position: right center; background-repeat: no-repeat; z-index: 100; }
.header-nav .sf-menu > li > ul > li.sfHover.hasChild > a .sf-sub-indicator { background-position: 0 -18px; }
.header-nav .sf-menu > li > ul > li > ul { background-image: url('../img/menu-bg_2.1.95.png'); background-color: transparent; background-position: 0 0; background-repeat: repeat-y; border-color: white; border-width: 1px; border-style: solid; }
.header-nav .sf-menu > li > ul > li > ul > li { width: 170px; }
.header-nav .sf-menu > li > ul > li > ul.submenu-4-col { width: 607px; display: none; background-position: 100% 0; }
.header-nav .sf-menu .latest-artist { width: auto; }
.header-nav .sf-menu .latest-artist li { width: 100%; }
.header-nav .sf-menu .see-all.see-all.see-all.see-all.see-all.see-all { display: inline; float: right; width: 70px; height: 220px; position: relative; background-color: transparent; }
.header-nav .sf-menu .see-all.see-all.see-all.see-all.see-all.see-all a { color: #fcc34f; top: 92px; font-size: 81.25%; background-image: url('../img/menu-see-all-btn_2.1.95.png'); background-repeat: no-repeat; background-position: 94% center; padding-left: 5px; padding-right: 16px; }
.header-nav .sf-menu .see-all.see-all.see-all.see-all.see-all.see-all a:hover { text-decoration: underline; }
.header-nav .sf-menu .sfHover > a { color: #fcc34f; }

.header-nav .sf-menu > li > ul > li .sf-sub-indicator { left: 13.2em; }

.header-nav .sf-menu > li > ul#ul-discov-comics-parent > li .sf-sub-indicator { left: 17.2em; }

.header-nav .sf-menu > li > ul#ul-discov-comics-parent > li.sfHover.hasChild { width: 103.8%; }

#smartbanner { position: absolute; left: 0; top: -82px; border-bottom: 1px solid #e8e8e8; width: 100%; height: 78px; font-family: 'Helvetica Neue',sans-serif; background: -webkit-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%); background-image: -ms-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%); background-image: -moz-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); z-index: 9998; -webkit-font-smoothing: antialiased; overflow: hidden; -webkit-text-size-adjust: none; }

#smartbanner, html.sb-animation { -webkit-transition: all .3s ease; }

#smartbanner .sb-container { margin: 0 auto; }

#smartbanner .sb-close { position: absolute; left: 5px; top: 5px; display: block; border: 2px solid #fff; width: 14px; height: 14px; font-family: 'ArialRoundedMTBold',Arial; font-size: 15px; line-height: 15px; text-align: center; color: #fff; background: #070707; text-decoration: none; text-shadow: none; border-radius: 14px; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4); -webkit-font-smoothing: subpixel-antialiased; }

#smartbanner .sb-close:active { font-size: 13px; color: #aaa; }

#smartbanner .sb-icon { position: absolute; left: 30px; top: 10px; display: block; width: 57px; height: 57px; background: rgba(0, 0, 0, 0.6); background-size: cover; border-radius: 10px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

#smartbanner.no-icon .sb-icon { display: none; }

#smartbanner .sb-info { position: absolute; left: 98px; top: 18px; width: 44%; font-size: 11px; line-height: 1.2em; font-weight: bold; color: #6a6a6a; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

#smartbanner #smartbanner.no-icon .sb-info { left: 34px; }

#smartbanner .sb-info strong { display: block; font-size: 13px; color: #4d4d4d; line-height: 18px; }

#smartbanner .sb-info > span { display: block; }

#smartbanner .sb-info em { font-style: normal; text-transform: uppercase; }

#smartbanner .sb-button { position: absolute; right: 20px; top: 24px; border: 1px solid #bfbfbf; padding: 0 10px; min-width: 10%; height: 24px; font-size: 14px; line-height: 24px; text-align: center; font-weight: bold; color: #6a6a6a; background: -webkit-linear-gradient(top, #efefef 0%, gainsboro 100%); text-transform: uppercase; text-decoration: none; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); border-radius: 3px; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset; }

#smartbanner .sb-button:active, #smartbanner .sb-button:hover { background: -webkit-linear-gradient(top, gainsboro 0%, #efefef 100%); }

#smartbanner .sb-icon.gloss:after { content: ''; position: absolute; left: 0; top: -1px; border-top: 1px solid rgba(255, 255, 255, 0.8); width: 100%; height: 50%; background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%); border-radius: 10px 10px 12px 12px; }

#smartbanner.android { border-color: #212228; background: #3d3d3d url("http://www.ookbeecomics.com/assets/css/dark_background_stripes.gif"); border-top: 5px solid #88B131; box-shadow: none; }

#smartbanner.android .sb-close { border: 0; width: 17px; height: 17px; line-height: 17px; color: #b1b1b3; background: #1c1e21; text-shadow: 0 1px 1px #000; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3); }

#smartbanner.android .sb-close:active { color: #eee; }

#smartbanner.android .sb-info { color: #ccc; text-shadow: 0 1px 2px #000; }

#smartbanner.android .sb-info strong { color: #fff; }

#smartbanner.android .sb-button { min-width: 12%; border: 1px solid #DDDCDC; padding: 1px; color: #d1d1d1; background: none; border-radius: 0; box-shadow: none; min-height: 28px; }

#smartbanner.android .sb-button span { text-align: center; display: block; padding: 0 10px; background-color: #42B6C9; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#42b6c9), to(#39a9bb)); background-image: -moz-linear-gradient(top, #42b6c9, #39a9bb); text-transform: none; text-shadow: none; box-shadow: none; }

#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover { background: none; }

#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span { background: #2AC7E1; }

#smartbanner.windows .sb-icon { border-radius: 0px; }

#footer-container { background-color: #eceff1; }
#footer-container .app-footer { background: #37474f; border-top: 3px solid #ff6600; }
#footer-container .app-footer .icon { float: left; height: 80px; width: 80px; margin-right: 10px; }
@media only screen and (max-width: 480px) { #footer-container .app-footer .icon { display: block; float: none; margin: auto; } }
#footer-container .app-footer .app-wrap { width: 360px; margin: auto; height: 100px; padding: 10px 0; }
@media only screen and (max-width: 480px) { #footer-container .app-footer .app-wrap { height: auto; width: 100%; } }
#footer-container .app-footer .download-link { text-align: center; float: left; }
#footer-container .app-footer .download-link h3, #footer-container .app-footer .download-link .element-object-list h2 .see-all, .element-object-list h2 #footer-container .app-footer .download-link .see-all { color: white; margin: 0; }
@media only screen and (max-width: 480px) { #footer-container .app-footer .download-link { display: block; float: none; margin: auto; } }
#footer-container .app-footer .button-ios, #footer-container .app-footer .button-android { -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; color: #263238; display: inline-block; font-size: 24px; height: 30px; line-height: 30px; text-align: center; width: 130px; }
#footer-container .app-footer .button-ios:hover, #footer-container .app-footer .button-android:hover { text-decoration: none; }
#footer-container .app-footer .button-ios { background-color: #bdbdbd; }
#footer-container .app-footer .button-ios:hover { background-color: #f0f0f0; }
#footer-container .app-footer .button-android { background-color: #7cb342; }
#footer-container .app-footer .button-android:hover { background-color: #aed388; }
#footer-container .main-footer { background: #263238; padding: 15px 0; }
#footer-container .main-footer ul.site-links { margin: 0; }
#footer-container .main-footer ul.site-links li { float: left; list-style: none; }
#footer-container .main-footer ul.site-links li:first-child > a:before { content: none; }
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) { #footer-container .main-footer ul.site-links li { float: inherit; text-align: center; } }
#footer-container .main-footer ul.site-links li > a { color: white; font-size: 24px; height: 40px; line-height: 40px; }
#footer-container .main-footer ul.site-links li > a:before { content: "|"; margin: 0 5px; }
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) { #footer-container .main-footer ul.site-links li > a:before { content: none; } }
#footer-container .main-footer ul.site-links li > a:hover { text-decoration: none; color: #21d0c8; }
#footer-container .main-footer ul.site-links li > a:hover:before { color: white; }
#footer-container .main-footer .find-us { color: white; font-size: 24px; height: 40px; line-height: 40px; }
#footer-container .main-footer .copy-right { color: #cfd8dc; padding: 0 0.5rem; }
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) { #footer-container .main-footer .copy-right { text-align: center; margin-top: 50px; } }
#footer-container .main-footer .social-footer-links { width: 240px; float: right; }
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) { #footer-container .main-footer .social-footer-links { float: none; margin: auto; } }

div.grippie { background: #eeeeee url('../img/grippie_2.1.95.png') no-repeat scroll center 2px; border-color: #DDDDDD; border-style: solid; border-width: 0pt 1px 1px; cursor: s-resize; height: 2px; overflow: hidden; }

.resizable-textarea textarea { display: block; margin-bottom: 0pt; }

.ui-widget-overlay { background: none rgba(0, 0, 0, 0.8); opacity: 1; }

.show-details-popup { display: none; }

.translation-popup.ui-dialog, .ui-dialog.translation-dialog, .ui-dialog.notification-dialog, .ui-dialog.confirm-popup { width: 609px; height: 752px; font-size: 10.5px; padding: 0; overflow: visible; background-image: url("../img/menu-bg_2.1.95.png"); background-repeat: repeat; }
.translation-popup.ui-dialog .ui-dialog-content, .ui-dialog.translation-dialog .ui-dialog-content, .ui-dialog.notification-dialog .ui-dialog-content, .ui-dialog.confirm-popup .ui-dialog-content { padding: 0; }
.translation-popup.ui-dialog .ui-dialog-titlebar-close, .ui-dialog.translation-dialog .ui-dialog-titlebar-close, .ui-dialog.notification-dialog .ui-dialog-titlebar-close, .ui-dialog.confirm-popup .ui-dialog-titlebar-close { z-index: 10; }
.translation-popup.ui-dialog .ui-dialog-titlebar, .ui-dialog.translation-dialog .ui-dialog-titlebar, .ui-dialog.notification-dialog .ui-dialog-titlebar, .ui-dialog.confirm-popup .ui-dialog-titlebar { padding: 20px 15px 10px 25px; }
.translation-popup.ui-dialog .show-details-popup, .ui-dialog.translation-dialog .show-details-popup, .ui-dialog.notification-dialog .show-details-popup, .ui-dialog.confirm-popup .show-details-popup { padding: 20px 0 0; height: 572px; }
.translation-popup.ui-dialog .show-details-popup .manga-popup-content.manga-popup-content.manga-popup-content p, .ui-dialog.translation-dialog .show-details-popup .manga-popup-content.manga-popup-content.manga-popup-content p, .ui-dialog.notification-dialog .show-details-popup .manga-popup-content.manga-popup-content.manga-popup-content p, .ui-dialog.confirm-popup .show-details-popup .manga-popup-content.manga-popup-content.manga-popup-content p { line-height: 1.4; margin: 0; }
.translation-popup.ui-dialog .translation-language, .ui-dialog.translation-dialog .translation-language, .ui-dialog.notification-dialog .translation-language, .ui-dialog.confirm-popup .translation-language { text-transform: capitalize; }
.translation-popup.ui-dialog .show-details-popup, .ui-dialog.translation-dialog .show-details-popup, .ui-dialog.notification-dialog .show-details-popup, .ui-dialog.confirm-popup .show-details-popup, .translation-popup.ui-dialog .ui-dialog-titlebar, .ui-dialog.translation-dialog .ui-dialog-titlebar, .ui-dialog.notification-dialog .ui-dialog-titlebar, .ui-dialog.confirm-popup .ui-dialog-titlebar { overflow: visible; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; }
.translation-popup.ui-dialog .show-details-popup .ui-dialog-title, .ui-dialog.translation-dialog .show-details-popup .ui-dialog-title, .ui-dialog.notification-dialog .show-details-popup .ui-dialog-title, .ui-dialog.confirm-popup .show-details-popup .ui-dialog-title, .translation-popup.ui-dialog .ui-dialog-titlebar .ui-dialog-title, .ui-dialog.translation-dialog .ui-dialog-titlebar .ui-dialog-title, .ui-dialog.notification-dialog .ui-dialog-titlebar .ui-dialog-title, .ui-dialog.confirm-popup .ui-dialog-titlebar .ui-dialog-title { width: 100%; }
.translation-popup.ui-dialog .show-details-popup h2, .ui-dialog.translation-dialog .show-details-popup h2, .ui-dialog.notification-dialog .show-details-popup h2, .ui-dialog.confirm-popup .show-details-popup h2, .translation-popup.ui-dialog .ui-dialog-titlebar h2, .ui-dialog.translation-dialog .ui-dialog-titlebar h2, .ui-dialog.notification-dialog .ui-dialog-titlebar h2, .ui-dialog.confirm-popup .ui-dialog-titlebar h2 { text-transform: uppercase; }
.translation-popup.ui-dialog .show-details-popup h2 span, .ui-dialog.translation-dialog .show-details-popup h2 span, .ui-dialog.notification-dialog .show-details-popup h2 span, .ui-dialog.confirm-popup .show-details-popup h2 span, .translation-popup.ui-dialog .ui-dialog-titlebar h2 span, .ui-dialog.translation-dialog .ui-dialog-titlebar h2 span, .ui-dialog.notification-dialog .ui-dialog-titlebar h2 span, .ui-dialog.confirm-popup .ui-dialog-titlebar h2 span { color: #fcb040; padding-left: 10px; }
.translation-popup.ui-dialog .show-details-popup .right-hand-link a.orange, .ui-dialog.translation-dialog .show-details-popup .right-hand-link a.orange, .ui-dialog.notification-dialog .show-details-popup .right-hand-link a.orange, .ui-dialog.confirm-popup .show-details-popup .right-hand-link a.orange, .translation-popup.ui-dialog .ui-dialog-titlebar .right-hand-link a.orange, .ui-dialog.translation-dialog .ui-dialog-titlebar .right-hand-link a.orange, .ui-dialog.notification-dialog .ui-dialog-titlebar .right-hand-link a.orange, .ui-dialog.confirm-popup .ui-dialog-titlebar .right-hand-link a.orange { color: #a6570a; text-decoration: none; }
.translation-popup.ui-dialog .show-details-popup .right-hand-link a.orange:hover, .ui-dialog.translation-dialog .show-details-popup .right-hand-link a.orange:hover, .ui-dialog.notification-dialog .show-details-popup .right-hand-link a.orange:hover, .ui-dialog.confirm-popup .show-details-popup .right-hand-link a.orange:hover, .translation-popup.ui-dialog .ui-dialog-titlebar .right-hand-link a.orange:hover, .ui-dialog.translation-dialog .ui-dialog-titlebar .right-hand-link a.orange:hover, .ui-dialog.notification-dialog .ui-dialog-titlebar .right-hand-link a.orange:hover, .ui-dialog.confirm-popup .ui-dialog-titlebar .right-hand-link a.orange:hover { text-decoration: underline; }
.translation-popup.ui-dialog .show-details-popup .right-hand-link.orange a, .ui-dialog.translation-dialog .show-details-popup .right-hand-link.orange a, .ui-dialog.notification-dialog .show-details-popup .right-hand-link.orange a, .ui-dialog.confirm-popup .show-details-popup .right-hand-link.orange a, .translation-popup.ui-dialog .ui-dialog-titlebar .right-hand-link.orange a, .ui-dialog.translation-dialog .ui-dialog-titlebar .right-hand-link.orange a, .ui-dialog.notification-dialog .ui-dialog-titlebar .right-hand-link.orange a, .ui-dialog.confirm-popup .ui-dialog-titlebar .right-hand-link.orange a { color: #fcb040; text-decoration: none; }
.translation-popup.ui-dialog .show-details-popup .right-hand-link.orange a:hover, .ui-dialog.translation-dialog .show-details-popup .right-hand-link.orange a:hover, .ui-dialog.notification-dialog .show-details-popup .right-hand-link.orange a:hover, .ui-dialog.confirm-popup .show-details-popup .right-hand-link.orange a:hover, .translation-popup.ui-dialog .ui-dialog-titlebar .right-hand-link.orange a:hover, .ui-dialog.translation-dialog .ui-dialog-titlebar .right-hand-link.orange a:hover, .ui-dialog.notification-dialog .ui-dialog-titlebar .right-hand-link.orange a:hover, .ui-dialog.confirm-popup .ui-dialog-titlebar .right-hand-link.orange a:hover { text-decoration: underline; }
.translation-popup.ui-dialog .show-details-popup .items, .ui-dialog.translation-dialog .show-details-popup .items, .ui-dialog.notification-dialog .show-details-popup .items, .ui-dialog.confirm-popup .show-details-popup .items, .translation-popup.ui-dialog .ui-dialog-titlebar .items, .ui-dialog.translation-dialog .ui-dialog-titlebar .items, .ui-dialog.notification-dialog .ui-dialog-titlebar .items, .ui-dialog.confirm-popup .ui-dialog-titlebar .items { clear: both; padding: 20px 15px 15px 28px; border-top: 1px solid white; position: relative; }
.translation-popup.ui-dialog .show-details-popup .items:first-child, .ui-dialog.translation-dialog .show-details-popup .items:first-child, .ui-dialog.notification-dialog .show-details-popup .items:first-child, .ui-dialog.confirm-popup .show-details-popup .items:first-child, .translation-popup.ui-dialog .ui-dialog-titlebar .items:first-child, .ui-dialog.translation-dialog .ui-dialog-titlebar .items:first-child, .ui-dialog.notification-dialog .ui-dialog-titlebar .items:first-child, .ui-dialog.confirm-popup .ui-dialog-titlebar .items:first-child { border-top: none; }
.translation-popup.ui-dialog .show-details-popup .items .item-menu, .ui-dialog.translation-dialog .show-details-popup .items .item-menu, .ui-dialog.notification-dialog .show-details-popup .items .item-menu, .ui-dialog.confirm-popup .show-details-popup .items .item-menu, .translation-popup.ui-dialog .ui-dialog-titlebar .items .item-menu, .ui-dialog.translation-dialog .ui-dialog-titlebar .items .item-menu, .ui-dialog.notification-dialog .ui-dialog-titlebar .items .item-menu, .ui-dialog.confirm-popup .ui-dialog-titlebar .items .item-menu { position: absolute; right: 15px; }
.translation-popup.ui-dialog .show-details-popup .items .hidden-menu, .ui-dialog.translation-dialog .show-details-popup .items .hidden-menu, .ui-dialog.notification-dialog .show-details-popup .items .hidden-menu, .ui-dialog.confirm-popup .show-details-popup .items .hidden-menu, .translation-popup.ui-dialog .ui-dialog-titlebar .items .hidden-menu, .ui-dialog.translation-dialog .ui-dialog-titlebar .items .hidden-menu, .ui-dialog.notification-dialog .ui-dialog-titlebar .items .hidden-menu, .ui-dialog.confirm-popup .ui-dialog-titlebar .items .hidden-menu { display: none; }
.translation-popup.ui-dialog .show-details-popup .items.hover, .ui-dialog.translation-dialog .show-details-popup .items.hover, .ui-dialog.notification-dialog .show-details-popup .items.hover, .ui-dialog.confirm-popup .show-details-popup .items.hover, .translation-popup.ui-dialog .ui-dialog-titlebar .items.hover, .ui-dialog.translation-dialog .ui-dialog-titlebar .items.hover, .ui-dialog.notification-dialog .ui-dialog-titlebar .items.hover, .ui-dialog.confirm-popup .ui-dialog-titlebar .items.hover { background-color: rgba(255, 255, 255, 0.1); }
.translation-popup.ui-dialog .show-details-popup .items.hover .hidden-menu, .ui-dialog.translation-dialog .show-details-popup .items.hover .hidden-menu, .ui-dialog.notification-dialog .show-details-popup .items.hover .hidden-menu, .ui-dialog.confirm-popup .show-details-popup .items.hover .hidden-menu, .translation-popup.ui-dialog .ui-dialog-titlebar .items.hover .hidden-menu, .ui-dialog.translation-dialog .ui-dialog-titlebar .items.hover .hidden-menu, .ui-dialog.notification-dialog .ui-dialog-titlebar .items.hover .hidden-menu, .ui-dialog.confirm-popup .ui-dialog-titlebar .items.hover .hidden-menu { display: block; }
.translation-popup.ui-dialog .show-details-popup .items.emptyNotification, .ui-dialog.translation-dialog .show-details-popup .items.emptyNotification, .ui-dialog.notification-dialog .show-details-popup .items.emptyNotification, .ui-dialog.confirm-popup .show-details-popup .items.emptyNotification, .translation-popup.ui-dialog .ui-dialog-titlebar .items.emptyNotification, .ui-dialog.translation-dialog .ui-dialog-titlebar .items.emptyNotification, .ui-dialog.notification-dialog .ui-dialog-titlebar .items.emptyNotification, .ui-dialog.confirm-popup .ui-dialog-titlebar .items.emptyNotification { padding-top: 5px; border-top: none; }
.translation-popup.ui-dialog .show-details-popup .manga-popup-content.scroll-pane, .ui-dialog.translation-dialog .show-details-popup .manga-popup-content.scroll-pane, .ui-dialog.notification-dialog .show-details-popup .manga-popup-content.scroll-pane, .ui-dialog.confirm-popup .show-details-popup .manga-popup-content.scroll-pane, .translation-popup.ui-dialog .ui-dialog-titlebar .manga-popup-content.scroll-pane, .ui-dialog.translation-dialog .ui-dialog-titlebar .manga-popup-content.scroll-pane, .ui-dialog.notification-dialog .ui-dialog-titlebar .manga-popup-content.scroll-pane, .ui-dialog.confirm-popup .ui-dialog-titlebar .manga-popup-content.scroll-pane { width: 100%; height: 500px; /* IMPORTANT: Define popup height's here */ padding: 0 0 15px; }
.translation-popup.ui-dialog .show-details-popup .popup-profile-img, .ui-dialog.translation-dialog .show-details-popup .popup-profile-img, .ui-dialog.notification-dialog .show-details-popup .popup-profile-img, .ui-dialog.confirm-popup .show-details-popup .popup-profile-img, .translation-popup.ui-dialog .ui-dialog-titlebar .popup-profile-img, .ui-dialog.translation-dialog .ui-dialog-titlebar .popup-profile-img, .ui-dialog.notification-dialog .ui-dialog-titlebar .popup-profile-img, .ui-dialog.confirm-popup .ui-dialog-titlebar .popup-profile-img { display: block; width: 80px; height: 120px; float: left; }
.translation-popup.ui-dialog .show-details-popup .popup-profile-details, .ui-dialog.translation-dialog .show-details-popup .popup-profile-details, .ui-dialog.notification-dialog .show-details-popup .popup-profile-details, .ui-dialog.confirm-popup .show-details-popup .popup-profile-details, .translation-popup.ui-dialog .ui-dialog-titlebar .popup-profile-details, .ui-dialog.translation-dialog .ui-dialog-titlebar .popup-profile-details, .ui-dialog.notification-dialog .ui-dialog-titlebar .popup-profile-details, .ui-dialog.confirm-popup .ui-dialog-titlebar .popup-profile-details { float: left; margin-left: 16px; display: block; width: 440px; min-height: 130px; height: auto !important; height: 130px; }
.translation-popup.ui-dialog .show-details-popup .popup-profile-details strong, .ui-dialog.translation-dialog .show-details-popup .popup-profile-details strong, .ui-dialog.notification-dialog .show-details-popup .popup-profile-details strong, .ui-dialog.confirm-popup .show-details-popup .popup-profile-details strong, .translation-popup.ui-dialog .ui-dialog-titlebar .popup-profile-details strong, .ui-dialog.translation-dialog .ui-dialog-titlebar .popup-profile-details strong, .ui-dialog.notification-dialog .ui-dialog-titlebar .popup-profile-details strong, .ui-dialog.confirm-popup .ui-dialog-titlebar .popup-profile-details strong { font-size: 150%; }
.translation-popup.ui-dialog .show-details-popup .popup-profile-details strong span, .ui-dialog.translation-dialog .show-details-popup .popup-profile-details strong span, .ui-dialog.notification-dialog .show-details-popup .popup-profile-details strong span, .ui-dialog.confirm-popup .show-details-popup .popup-profile-details strong span, .translation-popup.ui-dialog .ui-dialog-titlebar .popup-profile-details strong span, .ui-dialog.translation-dialog .ui-dialog-titlebar .popup-profile-details strong span, .ui-dialog.notification-dialog .ui-dialog-titlebar .popup-profile-details strong span, .ui-dialog.confirm-popup .ui-dialog-titlebar .popup-profile-details strong span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: inline-block; max-width: 260px; }
.translation-popup.ui-dialog .show-details-popup .popup-profile-details strong a, .ui-dialog.translation-dialog .show-details-popup .popup-profile-details strong a, .ui-dialog.notification-dialog .show-details-popup .popup-profile-details strong a, .ui-dialog.confirm-popup .show-details-popup .popup-profile-details strong a, .translation-popup.ui-dialog .ui-dialog-titlebar .popup-profile-details strong a, .ui-dialog.translation-dialog .ui-dialog-titlebar .popup-profile-details strong a, .ui-dialog.notification-dialog .ui-dialog-titlebar .popup-profile-details strong a, .ui-dialog.confirm-popup .ui-dialog-titlebar .popup-profile-details strong a { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: inline-block; max-width: 260px; }
.translation-popup.ui-dialog .show-details-popup .popup-profile-details p, .ui-dialog.translation-dialog .show-details-popup .popup-profile-details p, .ui-dialog.notification-dialog .show-details-popup .popup-profile-details p, .ui-dialog.confirm-popup .show-details-popup .popup-profile-details p, .translation-popup.ui-dialog .ui-dialog-titlebar .popup-profile-details p, .ui-dialog.translation-dialog .ui-dialog-titlebar .popup-profile-details p, .ui-dialog.notification-dialog .ui-dialog-titlebar .popup-profile-details p, .ui-dialog.confirm-popup .ui-dialog-titlebar .popup-profile-details p { line-height: .85; }
.translation-popup.ui-dialog .show-details-popup .action-buttons, .ui-dialog.translation-dialog .show-details-popup .action-buttons, .ui-dialog.notification-dialog .show-details-popup .action-buttons, .ui-dialog.confirm-popup .show-details-popup .action-buttons, .translation-popup.ui-dialog .ui-dialog-titlebar .action-buttons, .ui-dialog.translation-dialog .ui-dialog-titlebar .action-buttons, .ui-dialog.notification-dialog .ui-dialog-titlebar .action-buttons, .ui-dialog.confirm-popup .ui-dialog-titlebar .action-buttons { margin-top: 10px; }
.translation-popup.ui-dialog .show-details-popup .action-buttons .action-icons, .ui-dialog.translation-dialog .show-details-popup .action-buttons .action-icons, .ui-dialog.notification-dialog .show-details-popup .action-buttons .action-icons, .ui-dialog.confirm-popup .show-details-popup .action-buttons .action-icons, .translation-popup.ui-dialog .ui-dialog-titlebar .action-buttons .action-icons, .ui-dialog.translation-dialog .ui-dialog-titlebar .action-buttons .action-icons, .ui-dialog.notification-dialog .ui-dialog-titlebar .action-buttons .action-icons, .ui-dialog.confirm-popup .ui-dialog-titlebar .action-buttons .action-icons { width: 132px; height: 38px; display: block; float: left; font-size: 0; text-indent: -999999px; }
.translation-popup.ui-dialog .show-details-popup .action-buttons .approve-icon, .ui-dialog.translation-dialog .show-details-popup .action-buttons .approve-icon, .ui-dialog.notification-dialog .show-details-popup .action-buttons .approve-icon, .ui-dialog.confirm-popup .show-details-popup .action-buttons .approve-icon, .translation-popup.ui-dialog .ui-dialog-titlebar .action-buttons .approve-icon, .ui-dialog.translation-dialog .ui-dialog-titlebar .action-buttons .approve-icon, .ui-dialog.notification-dialog .ui-dialog-titlebar .action-buttons .approve-icon, .ui-dialog.confirm-popup .ui-dialog-titlebar .action-buttons .approve-icon { background: url('../img/button_translation_approve_2.1.95.png') no-repeat 0 0; }
.translation-popup.ui-dialog .show-details-popup .action-buttons .approve-icon:hover, .ui-dialog.translation-dialog .show-details-popup .action-buttons .approve-icon:hover, .ui-dialog.notification-dialog .show-details-popup .action-buttons .approve-icon:hover, .ui-dialog.confirm-popup .show-details-popup .action-buttons .approve-icon:hover, .translation-popup.ui-dialog .ui-dialog-titlebar .action-buttons .approve-icon:hover, .ui-dialog.translation-dialog .ui-dialog-titlebar .action-buttons .approve-icon:hover, .ui-dialog.notification-dialog .ui-dialog-titlebar .action-buttons .approve-icon:hover, .ui-dialog.confirm-popup .ui-dialog-titlebar .action-buttons .approve-icon:hover { background-position: 0 -40px; }
.translation-popup.ui-dialog .show-details-popup .action-buttons .approve-icon:active, .ui-dialog.translation-dialog .show-details-popup .action-buttons .approve-icon:active, .ui-dialog.notification-dialog .show-details-popup .action-buttons .approve-icon:active, .ui-dialog.confirm-popup .show-details-popup .action-buttons .approve-icon:active, .translation-popup.ui-dialog .ui-dialog-titlebar .action-buttons .approve-icon:active, .ui-dialog.translation-dialog .ui-dialog-titlebar .action-buttons .approve-icon:active, .ui-dialog.notification-dialog .ui-dialog-titlebar .action-buttons .approve-icon:active, .ui-dialog.confirm-popup .ui-dialog-titlebar .action-buttons .approve-icon:active { background-position: 0 -39px; }
.translation-popup.ui-dialog .show-details-popup .action-buttons .reject-icon, .ui-dialog.translation-dialog .show-details-popup .action-buttons .reject-icon, .ui-dialog.notification-dialog .show-details-popup .action-buttons .reject-icon, .ui-dialog.confirm-popup .show-details-popup .action-buttons .reject-icon, .translation-popup.ui-dialog .ui-dialog-titlebar .action-buttons .reject-icon, .ui-dialog.translation-dialog .ui-dialog-titlebar .action-buttons .reject-icon, .ui-dialog.notification-dialog .ui-dialog-titlebar .action-buttons .reject-icon, .ui-dialog.confirm-popup .ui-dialog-titlebar .action-buttons .reject-icon { background: url('../img/button_translation_reject_2.1.95.png') no-repeat 0 0; margin-left: 7px; }
.translation-popup.ui-dialog .show-details-popup .action-buttons .reject-icon:hover, .ui-dialog.translation-dialog .show-details-popup .action-buttons .reject-icon:hover, .ui-dialog.notification-dialog .show-details-popup .action-buttons .reject-icon:hover, .ui-dialog.confirm-popup .show-details-popup .action-buttons .reject-icon:hover, .translation-popup.ui-dialog .ui-dialog-titlebar .action-buttons .reject-icon:hover, .ui-dialog.translation-dialog .ui-dialog-titlebar .action-buttons .reject-icon:hover, .ui-dialog.notification-dialog .ui-dialog-titlebar .action-buttons .reject-icon:hover, .ui-dialog.confirm-popup .ui-dialog-titlebar .action-buttons .reject-icon:hover { background-position: 0 -40px; }
.translation-popup.ui-dialog .show-details-popup .action-buttons .reject-icon:active, .ui-dialog.translation-dialog .show-details-popup .action-buttons .reject-icon:active, .ui-dialog.notification-dialog .show-details-popup .action-buttons .reject-icon:active, .ui-dialog.confirm-popup .show-details-popup .action-buttons .reject-icon:active, .translation-popup.ui-dialog .ui-dialog-titlebar .action-buttons .reject-icon:active, .ui-dialog.translation-dialog .ui-dialog-titlebar .action-buttons .reject-icon:active, .ui-dialog.notification-dialog .ui-dialog-titlebar .action-buttons .reject-icon:active, .ui-dialog.confirm-popup .ui-dialog-titlebar .action-buttons .reject-icon:active { background-position: 0 -39px; }
.translation-popup.ui-dialog .comment-item .column-details-bottom, .ui-dialog.translation-dialog .comment-item .column-details-bottom, .ui-dialog.notification-dialog .comment-item .column-details-bottom, .ui-dialog.confirm-popup .comment-item .column-details-bottom { position: relative; }
.translation-popup.ui-dialog .comment-item .commentIndicator, .ui-dialog.translation-dialog .comment-item .commentIndicator, .ui-dialog.notification-dialog .comment-item .commentIndicator, .ui-dialog.confirm-popup .comment-item .commentIndicator { width: 24px; height: 24px; display: none; background: url('../img/ajax-loader-tr_2.1.95.gif') no-repeat center center transparent; position: absolute; top: 12px; right: 8px; }
.translation-popup.ui-dialog .comment-item .commentIndicator.done, .ui-dialog.translation-dialog .comment-item .commentIndicator.done, .ui-dialog.notification-dialog .comment-item .commentIndicator.done, .ui-dialog.confirm-popup .comment-item .commentIndicator.done { background: url('../img/done_2.1.95.png') no-repeat center center transparent; }
.translation-popup.ui-dialog .column-details-bottom.show-indicator .commentIndicator, .ui-dialog.translation-dialog .column-details-bottom.show-indicator .commentIndicator, .ui-dialog.notification-dialog .column-details-bottom.show-indicator .commentIndicator, .ui-dialog.confirm-popup .column-details-bottom.show-indicator .commentIndicator { display: block; }
.translation-popup.ui-dialog .see-all-fans, .ui-dialog.translation-dialog .see-all-fans, .ui-dialog.notification-dialog .see-all-fans, .ui-dialog.confirm-popup .see-all-fans { background: url('../img/see-all-orange_2.1.95.png') no-repeat 100% center transparent; color: #fcb040; text-decoration: none; text-transform: uppercase; padding-right: 20px; margin-left: 25px; }
.translation-popup.ui-dialog .see-all-fans:hover, .ui-dialog.translation-dialog .see-all-fans:hover, .ui-dialog.notification-dialog .see-all-fans:hover, .ui-dialog.confirm-popup .see-all-fans:hover { text-decoration: underline; }
.translation-popup.ui-dialog .button-common, .ui-dialog.translation-dialog .button-common, .ui-dialog.notification-dialog .button-common, .ui-dialog.confirm-popup .button-common, .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .button-gray, .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .button-orange, .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .button-blue, .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .button-pink { padding: 0; }
@media only screen { .translation-popup.ui-dialog .button-common, .ui-dialog.translation-dialog .button-common, .ui-dialog.notification-dialog .button-common, .ui-dialog.confirm-popup .button-common, .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .button-gray, .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .button-orange, .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .button-blue, .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .button-pink { height: 70px; font-size: 23px; } }
@media only screen and (min-width: 769px) { .translation-popup.ui-dialog .button-common, .ui-dialog.translation-dialog .button-common, .ui-dialog.notification-dialog .button-common, .ui-dialog.confirm-popup .button-common, .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .button-gray, .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .button-orange, .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .button-blue, .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .button-pink { height: 70px; font-size: 16px; } }
.translation-popup.ui-dialog .button-common div, .ui-dialog.translation-dialog .button-common div, .ui-dialog.notification-dialog .button-common div, .ui-dialog.confirm-popup .button-common div, .translation-popup.ui-dialog .button-gray-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small div, .ui-dialog.translation-dialog .button-gray-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small div, .ui-dialog.notification-dialog .button-gray-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small div, .ui-dialog.confirm-popup .button-gray-small div, .translation-popup.ui-dialog .button-gray div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray div, .ui-dialog.translation-dialog .button-gray div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray div, .ui-dialog.notification-dialog .button-gray div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray div, .ui-dialog.confirm-popup .button-gray div, .translation-popup.ui-dialog .button-orange-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small div, .ui-dialog.translation-dialog .button-orange-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small div, .ui-dialog.notification-dialog .button-orange-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small div, .ui-dialog.confirm-popup .button-orange-small div, .translation-popup.ui-dialog .button-orange div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange div, .ui-dialog.translation-dialog .button-orange div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange div, .ui-dialog.notification-dialog .button-orange div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange div, .ui-dialog.confirm-popup .button-orange div, .translation-popup.ui-dialog .button-blue-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small div, .ui-dialog.translation-dialog .button-blue-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small div, .ui-dialog.notification-dialog .button-blue-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small div, .ui-dialog.confirm-popup .button-blue-small div, .translation-popup.ui-dialog .button-blue div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue div, .ui-dialog.translation-dialog .button-blue div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue div, .ui-dialog.notification-dialog .button-blue div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue div, .ui-dialog.confirm-popup .button-blue div, .translation-popup.ui-dialog .button-pink-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small div, .ui-dialog.translation-dialog .button-pink-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small div, .ui-dialog.notification-dialog .button-pink-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small div, .ui-dialog.confirm-popup .button-pink-small div, .translation-popup.ui-dialog .button-pink div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink div, .ui-dialog.translation-dialog .button-pink div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink div, .ui-dialog.notification-dialog .button-pink div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink div, .ui-dialog.confirm-popup .button-pink div { line-height: 30px; text-transform: capitalize; }
@media only screen { .translation-popup.ui-dialog .button-common div, .ui-dialog.translation-dialog .button-common div, .ui-dialog.notification-dialog .button-common div, .ui-dialog.confirm-popup .button-common div, .translation-popup.ui-dialog .button-gray-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small div, .ui-dialog.translation-dialog .button-gray-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small div, .ui-dialog.notification-dialog .button-gray-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small div, .ui-dialog.confirm-popup .button-gray-small div, .translation-popup.ui-dialog .button-gray div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray div, .ui-dialog.translation-dialog .button-gray div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray div, .ui-dialog.notification-dialog .button-gray div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray div, .ui-dialog.confirm-popup .button-gray div, .translation-popup.ui-dialog .button-orange-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small div, .ui-dialog.translation-dialog .button-orange-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small div, .ui-dialog.notification-dialog .button-orange-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small div, .ui-dialog.confirm-popup .button-orange-small div, .translation-popup.ui-dialog .button-orange div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange div, .ui-dialog.translation-dialog .button-orange div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange div, .ui-dialog.notification-dialog .button-orange div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange div, .ui-dialog.confirm-popup .button-orange div, .translation-popup.ui-dialog .button-blue-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small div, .ui-dialog.translation-dialog .button-blue-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small div, .ui-dialog.notification-dialog .button-blue-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small div, .ui-dialog.confirm-popup .button-blue-small div, .translation-popup.ui-dialog .button-blue div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue div, .ui-dialog.translation-dialog .button-blue div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue div, .ui-dialog.notification-dialog .button-blue div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue div, .ui-dialog.confirm-popup .button-blue div, .translation-popup.ui-dialog .button-pink-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small div, .ui-dialog.translation-dialog .button-pink-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small div, .ui-dialog.notification-dialog .button-pink-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small div, .ui-dialog.confirm-popup .button-pink-small div, .translation-popup.ui-dialog .button-pink div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink div, .ui-dialog.translation-dialog .button-pink div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink div, .ui-dialog.notification-dialog .button-pink div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink div, .ui-dialog.confirm-popup .button-pink div { font-size: 20px; } }
@media only screen and (min-width: 769px) { .translation-popup.ui-dialog .button-common div, .ui-dialog.translation-dialog .button-common div, .ui-dialog.notification-dialog .button-common div, .ui-dialog.confirm-popup .button-common div, .translation-popup.ui-dialog .button-gray-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small div, .ui-dialog.translation-dialog .button-gray-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small div, .ui-dialog.notification-dialog .button-gray-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small div, .ui-dialog.confirm-popup .button-gray-small div, .translation-popup.ui-dialog .button-gray div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray div, .ui-dialog.translation-dialog .button-gray div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray div, .ui-dialog.notification-dialog .button-gray div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray div, .ui-dialog.confirm-popup .button-gray div, .translation-popup.ui-dialog .button-orange-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small div, .ui-dialog.translation-dialog .button-orange-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small div, .ui-dialog.notification-dialog .button-orange-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small div, .ui-dialog.confirm-popup .button-orange-small div, .translation-popup.ui-dialog .button-orange div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange div, .ui-dialog.translation-dialog .button-orange div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange div, .ui-dialog.notification-dialog .button-orange div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange div, .ui-dialog.confirm-popup .button-orange div, .translation-popup.ui-dialog .button-blue-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small div, .ui-dialog.translation-dialog .button-blue-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small div, .ui-dialog.notification-dialog .button-blue-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small div, .ui-dialog.confirm-popup .button-blue-small div, .translation-popup.ui-dialog .button-blue div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue div, .ui-dialog.translation-dialog .button-blue div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue div, .ui-dialog.notification-dialog .button-blue div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue div, .ui-dialog.confirm-popup .button-blue div, .translation-popup.ui-dialog .button-pink-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small div, .ui-dialog.translation-dialog .button-pink-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small div, .ui-dialog.notification-dialog .button-pink-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small div, .ui-dialog.confirm-popup .button-pink-small div, .translation-popup.ui-dialog .button-pink div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink div, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink div, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink div, .ui-dialog.translation-dialog .button-pink div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink div, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink div, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink div, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink div, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink div, .ui-dialog.notification-dialog .button-pink div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink div, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink div, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink div, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink div, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink div, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink div, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink div, .ui-dialog.confirm-popup .button-pink div { font-size: 25px; } }
.translation-popup.ui-dialog .button-common div.middle, .ui-dialog.translation-dialog .button-common div.middle, .ui-dialog.notification-dialog .button-common div.middle, .ui-dialog.confirm-popup .button-common div.middle, .translation-popup.ui-dialog .button-gray-small div.middle, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small div.middle, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small div.middle, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small div.middle, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small div.middle, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small div.middle, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small div.middle, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small div.middle, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small div.middle, .ui-dialog.translation-dialog .button-gray-small div.middle, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small div.middle, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small div.middle, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small div.middle, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small div.middle, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small div.middle, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small div.middle, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small div.middle, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small div.middle, .ui-dialog.notification-dialog .button-gray-small div.middle, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small div.middle, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small div.middle, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small div.middle, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small div.middle, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small div.middle, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small div.middle, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small div.middle, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small div.middle, .ui-dialog.confirm-popup .button-gray-small div.middle, .translation-popup.ui-dialog .button-gray div.middle, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray div.middle, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray div.middle, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray div.middle, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray div.middle, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray div.middle, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray div.middle, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray div.middle, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray div.middle, .ui-dialog.translation-dialog .button-gray div.middle, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray div.middle, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray div.middle, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray div.middle, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray div.middle, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray div.middle, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray div.middle, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray div.middle, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray div.middle, .ui-dialog.notification-dialog .button-gray div.middle, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray div.middle, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray div.middle, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray div.middle, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray div.middle, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray div.middle, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray div.middle, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray div.middle, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray div.middle, .ui-dialog.confirm-popup .button-gray div.middle, .translation-popup.ui-dialog .button-orange-small div.middle, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small div.middle, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small div.middle, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small div.middle, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small div.middle, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small div.middle, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small div.middle, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small div.middle, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small div.middle, .ui-dialog.translation-dialog .button-orange-small div.middle, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small div.middle, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small div.middle, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small div.middle, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small div.middle, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small div.middle, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small div.middle, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small div.middle, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small div.middle, .ui-dialog.notification-dialog .button-orange-small div.middle, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small div.middle, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small div.middle, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small div.middle, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small div.middle, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small div.middle, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small div.middle, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small div.middle, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small div.middle, .ui-dialog.confirm-popup .button-orange-small div.middle, .translation-popup.ui-dialog .button-orange div.middle, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange div.middle, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange div.middle, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange div.middle, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange div.middle, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange div.middle, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange div.middle, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange div.middle, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange div.middle, .ui-dialog.translation-dialog .button-orange div.middle, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange div.middle, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange div.middle, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange div.middle, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange div.middle, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange div.middle, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange div.middle, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange div.middle, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange div.middle, .ui-dialog.notification-dialog .button-orange div.middle, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange div.middle, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange div.middle, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange div.middle, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange div.middle, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange div.middle, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange div.middle, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange div.middle, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange div.middle, .ui-dialog.confirm-popup .button-orange div.middle, .translation-popup.ui-dialog .button-blue-small div.middle, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small div.middle, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small div.middle, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small div.middle, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small div.middle, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small div.middle, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small div.middle, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small div.middle, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small div.middle, .ui-dialog.translation-dialog .button-blue-small div.middle, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small div.middle, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small div.middle, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small div.middle, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small div.middle, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small div.middle, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small div.middle, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small div.middle, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small div.middle, .ui-dialog.notification-dialog .button-blue-small div.middle, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small div.middle, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small div.middle, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small div.middle, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small div.middle, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small div.middle, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small div.middle, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small div.middle, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small div.middle, .ui-dialog.confirm-popup .button-blue-small div.middle, .translation-popup.ui-dialog .button-blue div.middle, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue div.middle, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue div.middle, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue div.middle, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue div.middle, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue div.middle, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue div.middle, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue div.middle, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue div.middle, .ui-dialog.translation-dialog .button-blue div.middle, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue div.middle, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue div.middle, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue div.middle, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue div.middle, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue div.middle, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue div.middle, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue div.middle, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue div.middle, .ui-dialog.notification-dialog .button-blue div.middle, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue div.middle, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue div.middle, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue div.middle, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue div.middle, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue div.middle, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue div.middle, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue div.middle, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue div.middle, .ui-dialog.confirm-popup .button-blue div.middle, .translation-popup.ui-dialog .button-pink-small div.middle, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small div.middle, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small div.middle, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small div.middle, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small div.middle, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small div.middle, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small div.middle, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small div.middle, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small div.middle, .ui-dialog.translation-dialog .button-pink-small div.middle, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small div.middle, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small div.middle, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small div.middle, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small div.middle, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small div.middle, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small div.middle, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small div.middle, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small div.middle, .ui-dialog.notification-dialog .button-pink-small div.middle, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small div.middle, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small div.middle, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small div.middle, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small div.middle, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small div.middle, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small div.middle, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small div.middle, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small div.middle, .ui-dialog.confirm-popup .button-pink-small div.middle, .translation-popup.ui-dialog .button-pink div.middle, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink div.middle, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink div.middle, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink div.middle, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink div.middle, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink div.middle, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink div.middle, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink div.middle, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink div.middle, .ui-dialog.translation-dialog .button-pink div.middle, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink div.middle, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink div.middle, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink div.middle, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink div.middle, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink div.middle, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink div.middle, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink div.middle, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink div.middle, .ui-dialog.notification-dialog .button-pink div.middle, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink div.middle, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink div.middle, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink div.middle, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink div.middle, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink div.middle, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink div.middle, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink div.middle, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink div.middle, .ui-dialog.confirm-popup .button-pink div.middle { padding: 13px 0; }
.translation-popup.ui-dialog .button-common span, .ui-dialog.translation-dialog .button-common span, .ui-dialog.notification-dialog .button-common span, .ui-dialog.confirm-popup .button-common span, .translation-popup.ui-dialog .button-gray-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small span, .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.confirm-popup .button-gray-small span, .translation-popup.ui-dialog .button-gray span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray span, .ui-dialog.translation-dialog .button-gray span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray span, .ui-dialog.notification-dialog .button-gray span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray span, .ui-dialog.confirm-popup .button-gray span, .translation-popup.ui-dialog .button-orange-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small span, .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.confirm-popup .button-orange-small span, .translation-popup.ui-dialog .button-orange span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange span, .ui-dialog.translation-dialog .button-orange span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange span, .ui-dialog.notification-dialog .button-orange span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange span, .ui-dialog.confirm-popup .button-orange span, .translation-popup.ui-dialog .button-blue-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small span, .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.confirm-popup .button-blue-small span, .translation-popup.ui-dialog .button-blue span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue span, .ui-dialog.translation-dialog .button-blue span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue span, .ui-dialog.notification-dialog .button-blue span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue span, .ui-dialog.confirm-popup .button-blue span, .translation-popup.ui-dialog .button-pink-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small span, .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.confirm-popup .button-pink-small span, .translation-popup.ui-dialog .button-pink span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink span, .ui-dialog.translation-dialog .button-pink span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink span, .ui-dialog.notification-dialog .button-pink span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink span, .ui-dialog.confirm-popup .button-pink span { height: 100%; padding: 5px; }
@media only screen { .translation-popup.ui-dialog .button-common span, .ui-dialog.translation-dialog .button-common span, .ui-dialog.notification-dialog .button-common span, .ui-dialog.confirm-popup .button-common span, .translation-popup.ui-dialog .button-gray-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small span, .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.confirm-popup .button-gray-small span, .translation-popup.ui-dialog .button-gray span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray span, .ui-dialog.translation-dialog .button-gray span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray span, .ui-dialog.notification-dialog .button-gray span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray span, .ui-dialog.confirm-popup .button-gray span, .translation-popup.ui-dialog .button-orange-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small span, .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.confirm-popup .button-orange-small span, .translation-popup.ui-dialog .button-orange span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange span, .ui-dialog.translation-dialog .button-orange span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange span, .ui-dialog.notification-dialog .button-orange span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange span, .ui-dialog.confirm-popup .button-orange span, .translation-popup.ui-dialog .button-blue-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small span, .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.confirm-popup .button-blue-small span, .translation-popup.ui-dialog .button-blue span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue span, .ui-dialog.translation-dialog .button-blue span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue span, .ui-dialog.notification-dialog .button-blue span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue span, .ui-dialog.confirm-popup .button-blue span, .translation-popup.ui-dialog .button-pink-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small span, .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.confirm-popup .button-pink-small span, .translation-popup.ui-dialog .button-pink span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink span, .ui-dialog.translation-dialog .button-pink span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink span, .ui-dialog.notification-dialog .button-pink span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink span, .ui-dialog.confirm-popup .button-pink span { font-size: 1rem; } }
@media only screen and (min-width: 769px) { .translation-popup.ui-dialog .button-common span, .ui-dialog.translation-dialog .button-common span, .ui-dialog.notification-dialog .button-common span, .ui-dialog.confirm-popup .button-common span, .translation-popup.ui-dialog .button-gray-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small span, .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small span, .ui-dialog.confirm-popup .button-gray-small span, .translation-popup.ui-dialog .button-gray span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray span, .ui-dialog.translation-dialog .button-gray span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray span, .ui-dialog.notification-dialog .button-gray span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray span, .ui-dialog.confirm-popup .button-gray span, .translation-popup.ui-dialog .button-orange-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small span, .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small span, .ui-dialog.confirm-popup .button-orange-small span, .translation-popup.ui-dialog .button-orange span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange span, .ui-dialog.translation-dialog .button-orange span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange span, .ui-dialog.notification-dialog .button-orange span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange span, .ui-dialog.confirm-popup .button-orange span, .translation-popup.ui-dialog .button-blue-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small span, .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small span, .ui-dialog.confirm-popup .button-blue-small span, .translation-popup.ui-dialog .button-blue span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue span, .ui-dialog.translation-dialog .button-blue span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue span, .ui-dialog.notification-dialog .button-blue span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue span, .ui-dialog.confirm-popup .button-blue span, .translation-popup.ui-dialog .button-pink-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small span, .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small span, .ui-dialog.confirm-popup .button-pink-small span, .translation-popup.ui-dialog .button-pink span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink span, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink span, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink span, .ui-dialog.translation-dialog .button-pink span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink span, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink span, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink span, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink span, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink span, .ui-dialog.notification-dialog .button-pink span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink span, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink span, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink span, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink span, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink span, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink span, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink span, .ui-dialog.confirm-popup .button-pink span { font-size: 18px; } }
@media only screen and (min-width: 481px) { .translation-popup.ui-dialog .button-common, .ui-dialog.translation-dialog .button-common, .ui-dialog.notification-dialog .button-common, .ui-dialog.confirm-popup .button-common, .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .button-gray, .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .button-orange, .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .button-blue, .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .button-pink { margin-right: 10px !important; margin-left: 10px !important; margin-bottom: 0 !important; } }
@media only screen { .translation-popup.ui-dialog .button-common, .ui-dialog.translation-dialog .button-common, .ui-dialog.notification-dialog .button-common, .ui-dialog.confirm-popup .button-common, .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-gray, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-gray, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-gray, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-gray, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-gray, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-gray, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-gray, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-gray, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-gray, .ui-dialog.confirm-popup .button-gray, .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-orange, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-orange, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-orange, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-orange, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-orange, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-orange, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-orange, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-orange, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-orange, .ui-dialog.confirm-popup .button-orange, .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .button-blue-small, .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-blue, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-blue, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-blue, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-blue, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-blue, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-blue, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-blue, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-blue, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-blue, .ui-dialog.confirm-popup .button-blue, .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink-small, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink-small, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink-small, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink, .translation-popup.ui-dialog .ui-dialog.translation-dialog .button-pink, .ui-dialog.translation-dialog .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink, .translation-popup.ui-dialog .ui-dialog.notification-dialog .button-pink, .ui-dialog.notification-dialog .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .ui-dialog.notification-dialog .button-pink, .ui-dialog.notification-dialog .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink, .translation-popup.ui-dialog .ui-dialog.confirm-popup .button-pink, .ui-dialog.confirm-popup .translation-popup.ui-dialog .button-pink, .ui-dialog.translation-dialog .ui-dialog.confirm-popup .button-pink, .ui-dialog.confirm-popup .ui-dialog.translation-dialog .button-pink, .ui-dialog.notification-dialog .ui-dialog.confirm-popup .button-pink, .ui-dialog.confirm-popup .ui-dialog.notification-dialog .button-pink, .ui-dialog.confirm-popup .button-pink { margin-right: 5px !important; margin-left: 5px !important; margin-bottom: 20px !important; } }
.translation-popup.ui-dialog .button-common-small, .ui-dialog.translation-dialog .button-common-small, .ui-dialog.notification-dialog .button-common-small, .ui-dialog.confirm-popup .button-common-small, .translation-popup.ui-dialog .button-gray-small, .ui-dialog.translation-dialog .button-gray-small, .ui-dialog.notification-dialog .button-gray-small, .ui-dialog.confirm-popup .button-gray-small, .translation-popup.ui-dialog .button-pink-small, .ui-dialog.translation-dialog .button-pink-small, .ui-dialog.notification-dialog .button-pink-small, .ui-dialog.confirm-popup .button-pink-small, .translation-popup.ui-dialog .button-orange-small, .ui-dialog.translation-dialog .button-orange-small, .ui-dialog.notification-dialog .button-orange-small, .ui-dialog.confirm-popup .button-orange-small, .translation-popup.ui-dialog .button-blue-small, .ui-dialog.translation-dialog .button-blue-small, .ui-dialog.notification-dialog .button-blue-small, .ui-dialog.confirm-popup .button-blue-small { height: 40px; width: 70px; }
.translation-popup.ui-dialog .button-common-small .ui-button-text, .ui-dialog.translation-dialog .button-common-small .ui-button-text, .ui-dialog.notification-dialog .button-common-small .ui-button-text, .ui-dialog.confirm-popup .button-common-small .ui-button-text, .translation-popup.ui-dialog .button-gray-small .ui-button-text, .ui-dialog.translation-dialog .button-gray-small .ui-button-text, .ui-dialog.notification-dialog .button-gray-small .ui-button-text, .ui-dialog.confirm-popup .button-gray-small .ui-button-text, .translation-popup.ui-dialog .button-pink-small .ui-button-text, .ui-dialog.translation-dialog .button-pink-small .ui-button-text, .ui-dialog.notification-dialog .button-pink-small .ui-button-text, .ui-dialog.confirm-popup .button-pink-small .ui-button-text, .translation-popup.ui-dialog .button-orange-small .ui-button-text, .ui-dialog.translation-dialog .button-orange-small .ui-button-text, .ui-dialog.notification-dialog .button-orange-small .ui-button-text, .ui-dialog.confirm-popup .button-orange-small .ui-button-text, .translation-popup.ui-dialog .button-blue-small .ui-button-text, .ui-dialog.translation-dialog .button-blue-small .ui-button-text, .ui-dialog.notification-dialog .button-blue-small .ui-button-text, .ui-dialog.confirm-popup .button-blue-small .ui-button-text { font-size: 18px; }

.translation-dialog.ui-dialog .show-details-popup { -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; position: relative; padding: 20px 15px; }
.translation-dialog.ui-dialog .show-details-popup.show-details { height: 150px; }
.translation-dialog.ui-dialog .arrow { background: url('../img/translation_popup_arrow_2.1.95.png') no-repeat 0 0; width: 22px; height: 10px; position: absolute; right: 45px; top: -10px; }
.translation-dialog.ui-dialog .inputText { width: 271px; height: 43px; background: white; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
.translation-dialog.ui-dialog .inputText ::-webkit-input-placeholder { color: #5c5c5c; }
.translation-dialog.ui-dialog .inputText :-moz-placeholder { color: #5c5c5c; }
.translation-dialog.ui-dialog .inputText .placeholder { color: #5c5c5c; }
.translation-dialog.ui-dialog .inputText input { border: none; background: white; font-size: 1.5em; color: #1b1b1b; height: auto; position: relative; left: 12px; top: 9px; width: 228px; }
.translation-dialog.ui-dialog .inputText .clear-input { background: url('../img/clear_auto_suggestion_2.1.95.png') no-repeat 0 0; width: 16px; height: 16px; right: 12px; top: 13px; position: absolute; font-size: 0; text-indent: -999999px; display: none; }
.translation-dialog.ui-dialog .inputText .clear-input:hover { background-position: 0 -16px; }
.translation-dialog.ui-dialog .ui-autocomplete.ui-menu { width: 265px; font-size: 1.5em; padding: 0; }
.translation-dialog.ui-dialog .ui-autocomplete.ui-menu li { background: url('../img/items_suggestion_bg_2.1.95.png') no-repeat top center; }
.translation-dialog.ui-dialog .ui-autocomplete.ui-menu li a, .translation-dialog.ui-dialog .ui-autocomplete.ui-menu li a.ui-state-focus { border: none; color: #1b1b1b; background: none; margin: 0 0 3px 0; padding-left: .7em; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; top: 2px; position: relative; }
.translation-dialog.ui-dialog .ui-autocomplete.ui-menu li a:hover { background: #455861; }
.translation-dialog.ui-dialog .ui-autocomplete.ui-menu li:first-child { background-image: none; }
.translation-dialog.ui-dialog #manga-details { margin-top: 15px; }
.translation-dialog.ui-dialog #manga-details img { float: left; width: 80px; height: 120px; }
.translation-dialog.ui-dialog #manga-details .right { width: 170px; float: left; display: block; margin-left: 15px; margin-top: 0; }
.translation-dialog.ui-dialog #manga-details .wrap-title { word-wrap: break-word; }
.translation-dialog.ui-dialog #manga-details strong { font-size: 1.5em; }
.translation-dialog.ui-dialog #manga-details a { float: left; width: 148px; height: 32px; background: url('../img/read-now-bg_2.1.95.png') no-repeat scroll left top transparent; color: #1b1b1b; text-align: center; font-size: 1.5em; line-height: 1.6; margin-top: 15px; }
.translation-dialog.ui-dialog #manga-details a.select-btn { background: url('../img/select-button_2.1.95.png') no-repeat 0 0; width: 183px; height: 44px; position: relative; left: -8px; font-size: 0; text-indent: -999999px; }
.translation-dialog.ui-dialog #manga-details a.select-btn:hover { background-position: 0 -46px; }
.translation-dialog.ui-dialog #manga-details a.trans-btn { background: url('../img/translate-button_2.1.95.png') no-repeat 0 0; width: 183px; height: 44px; position: relative; left: -8px; font-size: 0; text-indent: -999999px; }
.translation-dialog.ui-dialog #manga-details a.trans-btn:hover { background-position: 0 -46px; }

.notification-dialog.ui-dialog .column-profile-image { float: left; width: 77px; }
.notification-dialog.ui-dialog .column-profile-image img { width: 77px; height: 77px; }
.notification-dialog.ui-dialog .column-details { float: left; width: 445px; margin-left: 15px; }
.notification-dialog.ui-dialog .column-details-bottom { clear: left; margin-left: 92px; width: 460px; }
.notification-dialog.ui-dialog .feed-details { clear: both; font-size: 1.4em; }
.notification-dialog.ui-dialog .feed-details .feed-profile, .notification-dialog.ui-dialog .feed-details .feed-object, .notification-dialog.ui-dialog .feed-details .feed-author { color: white; }
.notification-dialog.ui-dialog .feed-details .feed-profile > a, .notification-dialog.ui-dialog .feed-details .feed-object > a, .notification-dialog.ui-dialog .feed-details .feed-author > a { color: white; text-decoration: none; }
.notification-dialog.ui-dialog .feed-details .feed-profile > a:hover, .notification-dialog.ui-dialog .feed-details .feed-object > a:hover, .notification-dialog.ui-dialog .feed-details .feed-author > a:hover { text-decoration: underline; }
.notification-dialog.ui-dialog .add-to-favorites, .notification-dialog.ui-dialog .comment-reply, .notification-dialog.ui-dialog .comment-cancel { float: left; color: white; }
.notification-dialog.ui-dialog .add-to-favorites > a, .notification-dialog.ui-dialog .comment-reply > a, .notification-dialog.ui-dialog .comment-cancel > a { display: block; }
.notification-dialog.ui-dialog .add-to-favorites { height: 44px; font-size: 2em; line-height: 2; position: relative; left: -6px; }
.notification-dialog.ui-dialog .add-to-favorites > a { width: 217px; height: 44px; background: url('../img/add_favorites_button_2.1.95.png') no-repeat 0 0 transparent; font-size: 0; text-indent: -999999px; }
.notification-dialog.ui-dialog .add-to-favorites > a:hover { background-position: 0 -46px; }
.notification-dialog.ui-dialog .add-to-favorites.added > div.label { width: 217px; height: 44px; background: url('../img/add_favorites_button_2.1.95.png') no-repeat 0 0 transparent; font-size: 0; text-indent: -999999px; background-position: 0 -92px; }
.notification-dialog.ui-dialog .comment-added { height: 44px; font-size: 1.6em; line-height: 2; clear: left; }
.notification-dialog.ui-dialog .comment-reply { margin-right: 15px; line-height: 1.7; }
.notification-dialog.ui-dialog .comment-reply > a { width: 160px; height: 44px; background: url('../img/reply_button_2.1.95.png') no-repeat 0 0 transparent; font-size: 0; text-indent: -999999px; }
.notification-dialog.ui-dialog .comment-reply > a:hover { background-position: 0 -46px; }
.notification-dialog.ui-dialog .comment-cancel { margin-right: 15px; height: 37px; line-height: 1.7; }
.notification-dialog.ui-dialog .comment-cancel > a { width: 131px; height: 37px; background: url('../img/cancel_post_button_2.1.95.png') no-repeat 0 0 transparent; font-size: 0; text-indent: -999999px; }
.notification-dialog.ui-dialog .comment-cancel > a:hover { background-position: 0 -38px; }
.notification-dialog.ui-dialog .ajax-ind.ajax-ind.ajax-ind.ajax-ind.ajax-ind.ajax-ind.ajax-ind { width: 131px; height: 32px; float: left; display: none; background: url('../img/ajax-loader-feed_2.1.95.gif') no-repeat transparent center 6px; }
.notification-dialog.ui-dialog .comment-submit.button { float: left; width: 131px; height: 37px; background: url('../img/add_post_button_2.1.95.png') no-repeat 0 0 transparent; border: none; position: relative; left: -5px; font-size: 0; text-indent: -999999px; }
.notification-dialog.ui-dialog .comment-submit.button:hover { background-position: 0 -38px; }
.notification-dialog.ui-dialog .comment-submit.button.disabled, .notification-dialog.ui-dialog .comment-submit.button.disabled:hover { background-position: 0 -76px; }
.notification-dialog.ui-dialog .title strong { font-size: 1.8em; display: inline-block; float: left; max-width: 330px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.notification-dialog.ui-dialog .fans { text-transform: uppercase; background: url('../img/author-fans-icon_2.1.95.png') no-repeat scroll left center transparent; padding-left: 18px; line-height: 1; float: left; display: inline-block; padding-top: 12px; position: relative; top: -1px; margin-left: 10px; }
.notification-dialog.ui-dialog .feed-comment { position: relative; padding: 7px 40px 0; display: inline-block; line-height: 1.5; font-size: 1.4em; max-width: 435px; }
.notification-dialog.ui-dialog .feed-comment .lquote, .notification-dialog.ui-dialog .feed-comment .rquote { display: block; position: absolute; width: 30px; height: 30px; }
.notification-dialog.ui-dialog .feed-comment .lquote { left: 0; top: 0; background: url('../img/quote_sign_left_2.1.95.png') no-repeat 0 0; }
.notification-dialog.ui-dialog .feed-comment .rquote { right: 0; top: 0; background: url('../img/quote_sign_right_2.1.95.png') no-repeat 0 0; }
.notification-dialog.ui-dialog .feed-comment-reply { margin-top: 10px; }
.notification-dialog.ui-dialog .column-profile-image-sub { width: 77px; float: left; }
.notification-dialog.ui-dialog .column-profile-image-sub img { width: 77px; }
.notification-dialog.ui-dialog .column-details-sub { width: 352px; margin-left: 15px; float: left; }
.notification-dialog.ui-dialog .column-details-sub .feed-profile, .notification-dialog.ui-dialog .column-details-sub .feed-action { color: white; }
.notification-dialog.ui-dialog .column-details-sub .feed-profile a, .notification-dialog.ui-dialog .column-details-sub .feed-action a { color: white; text-decoration: none; }
.notification-dialog.ui-dialog .column-details-sub .feed-profile a:hover, .notification-dialog.ui-dialog .column-details-sub .feed-action a:hover { color: #fcb040; text-decoration: none; }
.notification-dialog.ui-dialog .column-details-sub .feed-profile a, .notification-dialog.ui-dialog .column-details-sub .feed-action { font-size: 1.4em; }
.notification-dialog.ui-dialog .commentsFormParent { clear: left; display: none; }
.notification-dialog.ui-dialog .commentsFormParent textarea { height: 77px; width: 100%; border: 0; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -ms-border-radius: 5px 5px 0 0; -o-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
.notification-dialog.ui-dialog .commentsFormParent div.grippie { -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -ms-border-radius: 0 0 5px 5px; -o-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; height: 5px; border: 0; }
.notification-dialog.ui-dialog .commentsFormParent .resizable-textarea textarea { width: 390px; }
.notification-dialog.ui-dialog .column-details-bottom { padding-top: 5px; width: 413px; }
.notification-dialog.ui-dialog .column-details-bottom.show-form .commentsFormParent { padding-top: 2px; padding-bottom: 10px; display: block; }
.notification-dialog.ui-dialog .column-details-bottom.show-form .comment-reply { display: none; }
.notification-dialog.ui-dialog .commentField { padding-top: 2px; padding-bottom: 5px; }

.confirm-popup.ui-dialog.confirm-manga-updates-read .ui-dialog-titlebar { font-size: 1.6em; line-height: 20px; }
.confirm-popup.ui-dialog .ui-dialog-titlebar { border: 0; text-align: center; text-transform: uppercase; line-height: 30px; color: #37474f; }
@media only screen { .confirm-popup.ui-dialog .ui-dialog-titlebar { padding: 15px 15px; line-height: 20px; font-size: 20px; } }
@media only screen and (min-width: 769px) { .confirm-popup.ui-dialog .ui-dialog-titlebar { padding: 20px 20px; line-height: 30px; font-size: 30px; } }
.confirm-popup.ui-dialog .ui-dialog-titlebar-close { position: absolute; }
.confirm-popup.ui-dialog .ui-dialog-content.ui-dialog-content, .confirm-popup.ui-dialog .ui-dialog-buttonpane.ui-dialog-buttonpane { margin: 0; padding: 10px 15px; border-top: none; background-image: none; background-color: transparent; }
.confirm-popup.ui-dialog .ui-dialog-buttonpane.ui-dialog-buttonpane { text-align: center; }
.confirm-popup.ui-dialog .ui-dialog-content.ui-dialog-content { border-bottom: none; }
@media only screen { .confirm-popup.ui-dialog .ui-dialog-content.ui-dialog-content { font-size: 13px; padding: 0 10px; } }
@media only screen and (min-width: 769px) { .confirm-popup.ui-dialog .ui-dialog-content.ui-dialog-content { font-size: 20px; padding: 0 20px 30px; } }
.confirm-popup.ui-dialog .ui-dialog-buttonset { float: none; margin: 0 auto; display: inline-block; }
.confirm-popup.ui-dialog .btn-confirm.ui-button { background: url('../img/button_confirmation_confirm_2.1.95.png') no-repeat 0 0; }
.confirm-popup.ui-dialog .btn-cancel { background: url('../img/button_confirmation_cancel_2.1.95.png') no-repeat 0 0; }
.confirm-popup.ui-dialog .btn-cancel-grey { background: url('../img/button_cancel_icon_2.1.95.png') no-repeat 0 0; }
.confirm-popup.ui-dialog .btn-send { background: url('../img/button_send_icon_2.1.95.png') no-repeat 0 0; }
.confirm-popup.ui-dialog .btn-close { background: url('../img/button_confirmation_close_2.1.95.png') no-repeat 0 0; }
.confirm-popup.ui-dialog .creator-name { color: #fcb040; font-size: 1.4em; font-weight: bold; padding-bottom: 12px; text-transform: uppercase; }
.confirm-popup.ui-dialog .btn-confirm.ui-button, .confirm-popup.ui-dialog .btn-cancel, .confirm-popup.ui-dialog .btn-close, .confirm-popup.ui-dialog .btn-send, .confirm-popup.ui-dialog .btn-cancel-grey { border: none; width: 132px; height: 38px; display: block; float: left; font-size: 0; text-indent: -999999px; }
.confirm-popup.ui-dialog .btn-confirm.ui-button:hover, .confirm-popup.ui-dialog .btn-cancel:hover, .confirm-popup.ui-dialog .btn-close:hover, .confirm-popup.ui-dialog .btn-send:hover, .confirm-popup.ui-dialog .btn-cancel-grey:hover { background-position: 0 -40px; }
.confirm-popup.ui-dialog textarea.resizable { width: 256px; height: 80px; border: 0; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -ms-border-radius: 5px 5px 0 0; -o-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
.confirm-popup.ui-dialog div.grippie { -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -ms-border-radius: 0 0 5px 5px; -o-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; height: 5px; border: 0; }
.confirm-popup.ui-dialog .resizable-textarea textarea { width: 256px; }

.ui-dialog a.ui-dialog-titlebar-close { background: url('../img/popup_close_button_2.1.95.png') no-repeat 0 0; width: 28px; height: 28px; border: none; padding: 0; top: -5px; right: -15px; }
.ui-dialog a.ui-dialog-titlebar-close:hover { background-position: 0 -30px; padding: 0; }
.ui-dialog a.ui-dialog-titlebar-close .ui-icon { display: none; }
.ui-dialog.confirm-popup { background: white; border: 0; }
@media only screen and (min-width: 769px) { .ui-dialog.confirm-popup { padding-bottom: 40px; } }
@media only screen { .ui-dialog.confirm-popup { padding-bottom: 0; } }
.ui-dialog.confirm-popup .confirm-button { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #f65359; border-color: #f3141d; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding-top: 0; padding-right: 0.5rem; padding-bottom: 0; padding-left: 0.5rem; margin: 0; font-size: 1rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: solid 1px rgba(0, 0, 0, 0); height: 33px; line-height: 33px; }
.ui-dialog.confirm-popup .confirm-button:hover, .ui-dialog.confirm-popup .confirm-button:focus { background-color: #f3141d; }
.ui-dialog.confirm-popup .confirm-button:hover, .ui-dialog.confirm-popup .confirm-button:focus { color: white; }
html.no-touch .ui-dialog.confirm-popup .confirm-button:hover { text-decoration: none; background: #dd4b4e; }
.ui-dialog.confirm-popup .confirm-button:active { background: #f65359; }
.ui-dialog.confirm-popup .cancel-button { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #37474f; border-color: #2c393f; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding-top: 0; padding-right: 0.5rem; padding-bottom: 0; padding-left: 0.5rem; margin: 0; font-size: 1rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: solid 1px rgba(0, 0, 0, 0); height: 33px; line-height: 33px; }
.ui-dialog.confirm-popup .cancel-button:hover, .ui-dialog.confirm-popup .cancel-button:focus { background-color: #2c393f; }
.ui-dialog.confirm-popup .cancel-button:hover, .ui-dialog.confirm-popup .cancel-button:focus { color: white; }
html.no-touch .ui-dialog.confirm-popup .cancel-button:hover { text-decoration: none; background: #37474f; }
.ui-dialog.confirm-popup .cancel-button:active { background: #37474f; }
.ui-dialog.confirm-popup .ui-button.confirm-button, .ui-dialog.confirm-popup .ui-button.cancel-button { margin: 0 5px; float: left; padding-bottom: 10px; background-image: none; }

#dismissAllAction { display: none; }

.translation-items { -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }

.ui-widget-header { background: none; color: #37474f; }

@media only screen { #address-confirm-dialog { margin-bottom: 0; font-size: 15px; padding: 10px; line-height: 20px; overflow: inherit; } }
@media only screen and (min-width: 769px) { #address-confirm-dialog { font-size: 20px; margin-bottom: 30px; } }

.ui-dialog .ui-dialog-content { overflow: none; }

#dialog-details, #seller-shipping-rate, #return-policy, #ccv-info-dialog { color: #37474f; }
#dialog-details.font-size-normal, #seller-shipping-rate.font-size-normal, #return-policy.font-size-normal, #ccv-info-dialog.font-size-normal { font-size: 1.1rem; }

.footer-content { width: 100%; }
.footer-content .copy-right { text-align: center; color: #3b3c3e; margin-bottom: 20px; }
@media only screen { .footer-content .copy-right { font-size: 18px; } }
@media only screen and (min-width: 769px) { .footer-content .copy-right { font-size: 0.8rem; } }
.footer-content .footer-menu { margin: auto; height: 20px; }
.footer-content .footer-menu .link { float: left; text-transform: uppercase; text-align: center; }
@media only screen { .footer-content .footer-menu .link { width: 105px; font-size: 20px; } }
@media only screen and (min-width: 769px) { .footer-content .footer-menu .link { width: 140px; } }
@media only screen { .footer-content .footer-menu { margin-top: 30px; width: 315px; } }
@media only screen and (min-width: 769px) { .footer-content .footer-menu { width: 430px; } }
@media only screen and (min-width: 1025px) { .footer-content .footer-menu { margin-top: 0px; } }
.footer-content.dark { background-color: #121212; padding: 20px 10px; }
.footer-content.dark .copy-right { color: white; }
.footer-content.dark .footer-menu .link a { color: white; }

.search-form .cse-search-form form.gsc-search-box { margin-bottom: 0; height: 30px; font-size: 1rem; }
.search-form .cse-search-form table.gsc-search-box { background: none; margin-bottom: 0; height: 30px; overflow: hidden; }
.search-form .cse-search-form table.gsc-search-box tr { width: 100%; margin: 0; max-width: 51rem; overflow: hidden; *zoom: 1; }
.search-form .cse-search-form table.gsc-search-box tr td { vertical-align: top; }
.search-form .cse-search-form table.gsc-search-box tr td.gsc-input { padding: 0; height: 30px; padding-left: 0; padding-right: 0; display: block; }
.search-form .cse-search-form table.gsc-search-box tr td.gsc-input ::-webkit-input-placeholder { color: white; }
.search-form .cse-search-form table.gsc-search-box tr td.gsc-input :-moz-placeholder { color: white; }
.search-form .cse-search-form table.gsc-search-box tr td.gsc-input .placeholder { color: white; }
.search-form .cse-search-form table.gsc-search-box tr td.gsc-input input.gsc-input { height: 1.5rem; position: static; background: none !important; border: none !important; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 3; -moz-border-radius: 3; -ms-border-radius: 3; -o-border-radius: 3; border-radius: 3; color: white; padding-left: 0; padding-right: 0; font-size: 1rem; }
.search-form .cse-search-form table.gsc-search-box tr td.gsc-search-button { padding: 0; height: 0; width: 0; opacity: 0; position: absolute; }
.search-form .cse-search-form table.gsc-search-box tr td.gsc-search-button .gsc-search-button { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #ff6600; border-color: #cc5200; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; font-size: 0; text-indent: -999999px; }
.search-form .cse-search-form table.gsc-search-box tr td.gsc-search-button .gsc-search-button:hover, .search-form .cse-search-form table.gsc-search-box tr td.gsc-search-button .gsc-search-button:focus { background-color: #cc5200; }
.search-form .cse-search-form table.gsc-search-box tr td.gsc-search-button .gsc-search-button:hover, .search-form .cse-search-form table.gsc-search-box tr td.gsc-search-button .gsc-search-button:focus { color: white; }
html.no-touch .search-form .cse-search-form table.gsc-search-box tr td.gsc-search-button .gsc-search-button:hover { text-decoration: none; background: #e06104; }
.search-form .cse-search-form table.gsc-search-box tr td.gsc-search-button .gsc-search-button:active { background: #ff6600; }
.search-form .cse-search-form table.gsc-search-box tr td.gsc-search-button input.gsc-search-button { display: none; }
.search-form .cse-search-form table.gsc-search-box tr td.gsc-clear-button { display: none; }
.search-form .cse-search-form .cse-loading { color: white; text-transform: uppercase; font-size: 1rem; height: 30px; line-height: 30px; padding-left: 0; padding-right: 0; }

.cse-search-form { border: 1px solid #455861; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; margin-top: 5px; width: 200px; position: absolute; z-index: 99999; padding-left: 30px; position: absolute; right: 0; }
.cse-search-form:before { display: block; position: absolute; content: ''; background-position: 0 -792px; height: 24px; width: 24px; z-index: 1; left: 3px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; }
@media only screen and (min-width: 769px) and (max-width: 1024px) { .cse-search-form { width: 185px; } }

#search-form-left-menu .cse-search-form form.gsc-search-box { margin-bottom: 0; height: 30px; font-size: 1rem; }
#search-form-left-menu .cse-search-form table.gsc-search-box { background: none; margin-bottom: 0; height: 30px; overflow: hidden; }
#search-form-left-menu .cse-search-form table.gsc-search-box tr { width: 100%; margin: 0; max-width: 51rem; overflow: hidden; *zoom: 1; }
#search-form-left-menu .cse-search-form table.gsc-search-box tr td { vertical-align: top; }
#search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-input { padding: 0; height: 30px; padding-left: 0; padding-right: 0; display: block; }
#search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-input ::-webkit-input-placeholder { color: white; }
#search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-input :-moz-placeholder { color: white; }
#search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-input .placeholder { color: white; }
#search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-input input.gsc-input { height: 1.5rem; position: static; background: none !important; border: none !important; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 3; -moz-border-radius: 3; -ms-border-radius: 3; -o-border-radius: 3; border-radius: 3; color: white; padding-left: 0; padding-right: 0; font-size: 1rem; }
#search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-search-button { padding: 0; height: 0; width: 0; opacity: 0; position: absolute; }
#search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-search-button .gsc-search-button { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #ff6600; border-color: #cc5200; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; font-size: 0; text-indent: -999999px; }
#search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-search-button .gsc-search-button:hover, #search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-search-button .gsc-search-button:focus { background-color: #cc5200; }
#search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-search-button .gsc-search-button:hover, #search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-search-button .gsc-search-button:focus { color: white; }
html.no-touch #search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-search-button .gsc-search-button:hover { text-decoration: none; background: #e06104; }
#search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-search-button .gsc-search-button:active { background: #ff6600; }
#search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-search-button input.gsc-search-button { display: none; }
#search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-clear-button { display: none; }
#search-form-left-menu .cse-search-form .cse-loading { color: white; text-transform: uppercase; font-size: 1rem; height: 30px; line-height: 30px; padding-left: 0; padding-right: 0; }

.header-container.thin-header { width: 100%; z-index: 99; position: initial; /* This code is tested with latest version of Firefox and Chrome */ /* Alas, box-shadow is not fully supported by IE < 9 */ }
.header-container.thin-header { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15), 0 0 50px rgba(0, 0, 0, 0.1) inset; border-radius: 1%     1%     1%     1% /     1%     1%     1%     1%; }
.header-container.thin-header:after { position: absolute; width: 80%; height: 40%; left: 10%; border-radius: 50%; z-index: -1; bottom: 0%; content: ""; }
.header-container.thin-header #logo { display: block; width: 6rem; height: 2.75rem; background-color: transparent; position: absolute; z-index: 10; font-size: 0; text-indent: -999999px; background-image: url('../img/themes/ookbee/obc-svg/ookbee_comics03_white_2.1.95.svg'); background-repeat: no-repeat; background-position: 50% 50%; background-size: 50% auto; background-position: 38px -3px; }
.header-container.thin-header .header { background: #121212 none no-repeat right bottom; width: 100%; height: 55px; }
.header-container.thin-header .header .bg-orange { background: #ff6600; position: absolute; height: 55px; width: 50%; }
.header-container.thin-header .header .top-bar { overflow: visible; }
.header-container.thin-header .header .top-bar-row { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 51rem; overflow: hidden; *zoom: 1; height: 60px; overflow: visible; position: relative; }
.header-container.thin-header .header .top-bar-left { background: #121212; position: relative; width: 100%; display: table-cell; vertical-align: top; }
@media only screen and (min-width: 769px) and (max-width: 1024px) { .header-container.thin-header .header .top-bar-left { width: 425px; } }
@media only screen and (min-width: 1025px) { .header-container.thin-header .header .top-bar-left { width: 550px; } }
@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) { .header-container.thin-header .header .top-bar-left { display: block; } }
.header-container.thin-header .header .top-bar-left .section { width: 100%; }
@media only screen and (min-width: 769px) and (max-width: 1024px) { .header-container.thin-header .header .top-bar-left .section { width: 425px; } }
@media only screen and (min-width: 1025px) { .header-container.thin-header .header .top-bar-left .section { width: 550px; } }
.header-container.thin-header .header .top-bar-right { position: relative; width: 100%; display: table-cell; vertical-align: top; background: #121212; }
@media only screen and (min-width: 769px) and (max-width: 1024px) { .header-container.thin-header .header .top-bar-right { width: 100%; } }
@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) { .header-container.thin-header .header .top-bar-right { display: block; position: absolute; top: 0; right: 0; } }
.header-container.thin-header nav.top-bar li { top: 6px; position: relative; }
.header-container.thin-header nav.top-bar li.name { width: 6rem; height: 2.75rem; top: 0; margin-right: 0; margin-left: 0; }
@media only screen and (min-width: 1025px) { .header-container.thin-header nav.top-bar li.name { margin-left: 0; } }
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) { .header-container.thin-header nav.top-bar li.name { margin: auto; } }
.header-container.thin-header nav.top-bar li.profile-menu-button { width: 1rem; }
.header-container.thin-header nav.top-bar li.profile-menu-button > a { width: 1rem; padding-left: 0 !important; padding-right: 0 !important; }
.header-container.thin-header nav.top-bar.top-bar-right li { float: right; display: block; padding-left: 5px; }
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) { .header-container.thin-header nav.top-bar.top-bar-right li { display: none; } }
.header-container.thin-header nav.top-bar.top-bar-right li.search-form { width: auto; height: 40px; }
.header-container.thin-header nav.top-bar.top-bar-right li.profile-dropdown { width: auto; }
.header-container.thin-header nav.top-bar.top-bar-right li.right-off-canvas-section { display: none; }
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) { .header-container.thin-header nav.top-bar.top-bar-right li.right-off-canvas-section { display: block; } }
.header-container.thin-header nav.top-bar.top-bar-right .top-bar-section { width: 100%; }
@media only screen and (min-width: 769px) and (max-width: 1024px) { .header-container.thin-header nav.top-bar.top-bar-right .top-bar-section { width: 100%; } }
.header-container.thin-header nav.top-bar .title-area { height: 55px; }
.header-container.thin-header nav.top-bar .title-area:before { content: ''; display: block; width: 50px; height: 55px; position: absolute; right: 5px; width: 1250px; height: 55px; -webkit-transform: skew(-15deg); -moz-transform: skew(-15deg); -ms-transform: skew(-15deg); -o-transform: skew(-15deg); transform: skew(-15deg); background: #ff6600; z-index: 1; }
@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) { .header-container.thin-header nav.top-bar .title-area:before { left: -55px; right: auto; width: 140px; display: block; } }
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) { .header-container.thin-header nav.top-bar .title-area { float: none; } }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.explore { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.explore.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.explore:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.explore.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.explore:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.explore.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.explore:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.explore:before { background-position: 0 -360px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.top-rank { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.top-rank.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.top-rank:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.top-rank.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.top-rank:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.top-rank.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.top-rank:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.top-rank:before { background-position: 0 -168px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.manga { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.manga.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.manga:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.manga.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.manga:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.manga.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.manga:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.manga:before { background-position: 0 -1392px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.illustration { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.illustration.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.illustration:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.illustration.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.illustration:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.illustration.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.illustration:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.illustration:before { background-position: 0 -744px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.blog { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.blog.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.blog:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.blog.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.blog:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.blog.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.blog:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.blog:before { background-position: 0 -696px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.creator { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.creator.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.creator:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.creator.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.creator:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.creator.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.creator:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.creator:before { background-position: 0 -1536px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.forum { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.forum.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.forum:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.forum.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.forum:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.forum.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.forum:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.forum:before { background-position: 0 -384px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.about { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.about.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.about:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.about.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.about:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.about.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.about:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.about:before { background-position: 0 -303px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; background-position: 0 -303px; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.feed { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.feed.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.feed:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.feed.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.feed:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.feed.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.feed:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.feed:before { background-position: 0 -24px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.profile-link { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.profile-link.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.profile-link:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.profile-link.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.profile-link:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.profile-link.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.profile-link:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.profile-link:before { background-position: 0 -1536px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.dashboard { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.dashboard.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.dashboard:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.dashboard.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.dashboard:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.dashboard.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.dashboard:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.dashboard:before { background-position: 0 -120px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.subscription { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.subscription.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.subscription:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.subscription.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.subscription:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.subscription.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.subscription:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.subscription:before { background-position: 0 -192px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.my-shop { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.my-shop.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.my-shop:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.my-shop.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.my-shop:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.my-shop.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.my-shop:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.my-shop:before { background-position: 0 -912px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.order-history { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.order-history.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.order-history:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.order-history.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.order-history:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.order-history.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.order-history:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.order-history:before { background-position: 0 -144px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.admin { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.admin.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.admin:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.admin.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.admin:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.admin.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.admin:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.admin:before { background-position: 0 -1464px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.sign-out { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.sign-out.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.sign-out:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.sign-out.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.sign-out:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.sign-out.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.sign-out:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.sign-out:before { background-position: 0 -1632px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.help { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.help.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.help:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.help.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.help:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.help.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.help:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.help:before { background-position: 0 -1896px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-comic { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-comic.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-comic:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-comic.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-comic:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-comic.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-comic:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-comic:before { background-position: 0 -1392px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-illustration { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-illustration.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-illustration:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-illustration.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-illustration:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-illustration.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-illustration:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-illustration:before { background-position: 0 -744px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-blog { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-blog.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-blog:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-blog.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-blog:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-blog.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-blog:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.new-blog:before { background-position: 0 -696px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.manage-work { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.manage-work.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.manage-work:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.manage-work.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.manage-work:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.manage-work.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.manage-work:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.manage-work:before { background-position: 0 -1752px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.notification { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.notification.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.notification:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.notification.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.notification:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.notification.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.notification:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.notification:before { background-position: 0 -456px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.order-fulfillment { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.order-fulfillment.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.order-fulfillment:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.order-fulfillment.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.order-fulfillment:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.order-fulfillment.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.order-fulfillment:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.order-fulfillment:before { background-position: 0 -1656px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.cart { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.cart.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.cart:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.cart.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.cart:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.cart.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.cart:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.cart:before { background-position: 0 -840px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.marketplace { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.marketplace.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.marketplace:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.marketplace.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.marketplace:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.marketplace.hover, .header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.marketplace:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section .thin-header-icon-24x24 a.marketplace:before { background-position: 0 -528px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button { margin-left: 0.75rem; margin-right: 0.75rem; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.explore { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.explore.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.explore:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.explore.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.explore:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.explore.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.explore:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.explore:before { background-position: 0 -360px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.top-rank { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.top-rank.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.top-rank:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.top-rank.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.top-rank:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.top-rank.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.top-rank:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.top-rank:before { background-position: 0 -168px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.manga { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.manga.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.manga:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.manga.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.manga:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.manga.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.manga:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.manga:before { background-position: 0 -1392px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.illustration { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.illustration.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.illustration:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.illustration.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.illustration:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.illustration.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.illustration:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.illustration:before { background-position: 0 -744px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.blog { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.blog.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.blog:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.blog.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.blog:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.blog.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.blog:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.blog:before { background-position: 0 -696px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.creator { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.creator.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.creator:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.creator.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.creator:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.creator.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.creator:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.creator:before { background-position: 0 -1536px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.forum { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.forum.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.forum:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.forum.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.forum:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.forum.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.forum:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.forum:before { background-position: 0 -384px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.about { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.about.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.about:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.about.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.about:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.about.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.about:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.about:before { background-position: 0 -303px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; background-position: 0 -303px; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.feed { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.feed.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.feed:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.feed.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.feed:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.feed.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.feed:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.feed:before { background-position: 0 -24px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.profile-link { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.profile-link.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.profile-link:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.profile-link.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.profile-link:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.profile-link.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.profile-link:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.profile-link:before { background-position: 0 -1536px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.dashboard { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.dashboard.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.dashboard:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.dashboard.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.dashboard:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.dashboard.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.dashboard:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.dashboard:before { background-position: 0 -120px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.subscription { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.subscription.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.subscription:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.subscription.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.subscription:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.subscription.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.subscription:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.subscription:before { background-position: 0 -192px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.my-shop { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.my-shop.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.my-shop:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.my-shop.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.my-shop:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.my-shop.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.my-shop:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.my-shop:before { background-position: 0 -912px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.order-history { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.order-history.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.order-history:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.order-history.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.order-history:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.order-history.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.order-history:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.order-history:before { background-position: 0 -144px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.admin { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.admin.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.admin:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.admin.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.admin:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.admin.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.admin:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.admin:before { background-position: 0 -1464px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.sign-out { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.sign-out.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.sign-out:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.sign-out.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.sign-out:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.sign-out.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.sign-out:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.sign-out:before { background-position: 0 -1632px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.help { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.help.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.help:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.help.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.help:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.help.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.help:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.help:before { background-position: 0 -1896px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-comic { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-comic.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-comic:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-comic.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-comic:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-comic.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-comic:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-comic:before { background-position: 0 -1392px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-illustration { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-illustration.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-illustration:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-illustration.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-illustration:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-illustration.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-illustration:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-illustration:before { background-position: 0 -744px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-blog { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-blog.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-blog:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-blog.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-blog:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-blog.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-blog:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.new-blog:before { background-position: 0 -696px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.manage-work { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.manage-work.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.manage-work:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.manage-work.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.manage-work:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.manage-work.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.manage-work:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.manage-work:before { background-position: 0 -1752px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.notification { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.notification.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.notification:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.notification.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.notification:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.notification.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.notification:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.notification:before { background-position: 0 -456px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.order-fulfillment { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.order-fulfillment.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.order-fulfillment:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.order-fulfillment.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.order-fulfillment:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.order-fulfillment.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.order-fulfillment:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.order-fulfillment:before { background-position: 0 -1656px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.cart { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.cart.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.cart:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.cart.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.cart:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.cart.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.cart:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.cart:before { background-position: 0 -840px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.marketplace { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.marketplace.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.marketplace:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.marketplace.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.marketplace:hover { background-color: #121212; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.marketplace.hover, .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.marketplace:hover { border-left-color: #ff6600; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button .thin-header-icon-24x24 a.marketplace:before { background-position: 0 -528px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header nav.top-bar .top-bar-section li.add-work-button, .header-container.thin-header nav.top-bar .top-bar-section li.cart-detail, .header-container.thin-header nav.top-bar .top-bar-section li.fulfillment-notification, .header-container.thin-header nav.top-bar .top-bar-section li.sign-in-link, .header-container.thin-header nav.top-bar .top-bar-section li.sep-text { display: none; }
@media only screen and (min-width: 769px) { .header-container.thin-header nav.top-bar .top-bar-section li.add-work-button, .header-container.thin-header nav.top-bar .top-bar-section li.cart-detail, .header-container.thin-header nav.top-bar .top-bar-section li.fulfillment-notification, .header-container.thin-header nav.top-bar .top-bar-section li.sign-in-link, .header-container.thin-header nav.top-bar .top-bar-section li.sep-text { display: block; } }
.header-container.thin-header nav.top-bar .top-bar-section li.sign-in-link { padding-right: 15px; }
.header-container.thin-header nav.top-bar .top-bar-section li.sep { line-height: 45px; color: white; }
@media only screen and (max-width: 480px) { .header-container.thin-header nav.top-bar .top-bar-section li.sep { display: none; } }
.header-container.thin-header nav.top-bar .top-bar-section a { font-size: 1rem; text-transform: uppercase; color: white; color: white; text-decoration: none; padding: 0; }
.header-container.thin-header nav.top-bar .top-bar-section a:hover { color: white; text-decoration: none; }
.header-container.thin-header nav.top-bar .top-bar-section a:title { display: none; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.sign-in, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.register, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.sign-in, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.register { color: white; text-decoration: none; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.sign-in:hover, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.register:hover, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.sign-in:hover, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.register:hover { color: #ff6600; text-decoration: none; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.profile, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.profile { color: white; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding-left: 2.75rem; text-transform: none; font-size: 0; text-indent: -999999px; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.profile:hover, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.profile:hover { color: #ff6600; text-decoration: none; }
@media only screen and (min-width: 1025px) { .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.profile, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.profile { font-size: inherit; text-indent: 0; max-width: 180px; text-indent: 5px; } }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.profile:after, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.profile:after { border-style: solid; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.profile .profile-img, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.profile .profile-img { -webkit-border-radius: 2rem; -moz-border-radius: 2rem; -ms-border-radius: 2rem; -o-border-radius: 2rem; border-radius: 2rem; width: 2rem; height: 2rem; position: absolute; left: 20px; width: 40px; height: 40px; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.profile:after, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.profile:after { border-top-color: white; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.profile:hover:after, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.profile:hover:after { border-top-color: #ff6600; }
@media only screen and (min-width: 1025px) { .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.profile, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.profile { font-size: inherit; text-indent: 0; max-width: 158px; text-indent: 5px; } }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.browse, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.browse { height: 45px; padding-right: 15px !important; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.browse:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.browse:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -1376px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.browse:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.browse:hover:before { background-position: 0 -1408px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.browse .num, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.browse .num { position: absolute; top: 6px; right: 1px; background: #f65359; padding: 0; font-size: 16px; color: white; text-indent: 0; line-height: 1; -webkit-border-radius: 8.5px; -moz-border-radius: 8.5px; -ms-border-radius: 8.5px; -o-border-radius: 8.5px; border-radius: 8.5px; display: none; z-index: 2; width: 17px; height: 17px; line-height: 17px; overflow: hidden; text-align: center; font-style: normal; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.browse:after, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.browse:after { display: none; }
@media only screen and (min-width: 769px) and (max-width: 1024px), only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) { .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.browse, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.browse { height: 45px; font-size: 0; text-indent: -999999px; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.browse:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.browse:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -1376px; content: ' '; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.browse:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.browse:hover:before { background-position: 0 -1408px; content: ' '; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.browse .num, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.browse .num { position: absolute; top: 6px; right: 1px; background: #f65359; padding: 0; font-size: 16px; color: white; text-indent: 0; line-height: 1; -webkit-border-radius: 8.5px; -moz-border-radius: 8.5px; -ms-border-radius: 8.5px; -o-border-radius: 8.5px; border-radius: 8.5px; display: none; z-index: 2; width: 17px; height: 17px; line-height: 17px; overflow: hidden; text-align: center; font-style: normal; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.browse:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.browse:before { left: 10px; background-position: 0 -1376px; content: ' '; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.browse:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.browse:hover:before { background-position: 0 -1408px; content: ' '; } }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.explore, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.explore { height: 45px; padding-right: 15px !important; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.explore:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.explore:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -640px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.explore:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.explore:hover:before { background-position: 0 -352px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.explore .num, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.explore .num { position: absolute; top: 6px; right: 1px; background: #f65359; padding: 0; font-size: 16px; color: white; text-indent: 0; line-height: 1; -webkit-border-radius: 8.5px; -moz-border-radius: 8.5px; -ms-border-radius: 8.5px; -o-border-radius: 8.5px; border-radius: 8.5px; display: none; z-index: 2; width: 17px; height: 17px; line-height: 17px; overflow: hidden; text-align: center; font-style: normal; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.explore:after, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.explore:after { display: none; }
@media only screen and (min-width: 769px) and (max-width: 1024px), only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) { .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.explore, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.explore { height: 45px; font-size: 0; text-indent: -999999px; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.explore:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.explore:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -640px; content: ' '; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.explore:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.explore:hover:before { background-position: 0 -352px; content: ' '; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.explore .num, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.explore .num { position: absolute; top: 6px; right: 1px; background: #f65359; padding: 0; font-size: 16px; color: white; text-indent: 0; line-height: 1; -webkit-border-radius: 8.5px; -moz-border-radius: 8.5px; -ms-border-radius: 8.5px; -o-border-radius: 8.5px; border-radius: 8.5px; display: none; z-index: 2; width: 17px; height: 17px; line-height: 17px; overflow: hidden; text-align: center; font-style: normal; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.explore:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.explore:before { left: 10px; background-position: 0 -640px; content: ' '; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.explore:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.explore:hover:before { background-position: 0 -352px; content: ' '; } }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.top-rank, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.top-rank { height: 45px; padding-right: 15px !important; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.top-rank:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.top-rank:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -512px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.top-rank:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.top-rank:hover:before { background-position: 0 -224px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.top-rank .num, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.top-rank .num { position: absolute; top: 6px; right: 1px; background: #f65359; padding: 0; font-size: 16px; color: white; text-indent: 0; line-height: 1; -webkit-border-radius: 8.5px; -moz-border-radius: 8.5px; -ms-border-radius: 8.5px; -o-border-radius: 8.5px; border-radius: 8.5px; display: none; z-index: 2; width: 17px; height: 17px; line-height: 17px; overflow: hidden; text-align: center; font-style: normal; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.top-rank:after, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.top-rank:after { display: none; }
@media only screen and (min-width: 769px) and (max-width: 1024px), only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) { .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.top-rank, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.top-rank { height: 45px; font-size: 0; text-indent: -999999px; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.top-rank:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.top-rank:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -512px; content: ' '; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.top-rank:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.top-rank:hover:before { background-position: 0 -224px; content: ' '; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.top-rank .num, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.top-rank .num { position: absolute; top: 6px; right: 1px; background: #f65359; padding: 0; font-size: 16px; color: white; text-indent: 0; line-height: 1; -webkit-border-radius: 8.5px; -moz-border-radius: 8.5px; -ms-border-radius: 8.5px; -o-border-radius: 8.5px; border-radius: 8.5px; display: none; z-index: 2; width: 17px; height: 17px; line-height: 17px; overflow: hidden; text-align: center; font-style: normal; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.top-rank:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.top-rank:before { left: 10px; background-position: 0 -512px; content: ' '; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.top-rank:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.top-rank:hover:before { background-position: 0 -224px; content: ' '; } }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.feed, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.feed { height: 45px; padding-right: 15px !important; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.feed:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.feed:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -256px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.feed:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.feed:hover:before { background-position: 0 -128px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.feed .num, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.feed .num { position: absolute; top: 6px; right: 1px; background: #f65359; padding: 0; font-size: 16px; color: white; text-indent: 0; line-height: 1; -webkit-border-radius: 8.5px; -moz-border-radius: 8.5px; -ms-border-radius: 8.5px; -o-border-radius: 8.5px; border-radius: 8.5px; display: none; z-index: 2; width: 17px; height: 17px; line-height: 17px; overflow: hidden; text-align: center; font-style: normal; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.feed:after, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.feed:after { display: none; }
@media only screen and (min-width: 769px) and (max-width: 1024px), only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) { .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.feed, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.feed { height: 45px; font-size: 0; text-indent: -999999px; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.feed:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.feed:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -256px; content: ' '; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.feed:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.feed:hover:before { background-position: 0 -128px; content: ' '; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.feed .num, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.feed .num { position: absolute; top: 6px; right: 1px; background: #f65359; padding: 0; font-size: 16px; color: white; text-indent: 0; line-height: 1; -webkit-border-radius: 8.5px; -moz-border-radius: 8.5px; -ms-border-radius: 8.5px; -o-border-radius: 8.5px; border-radius: 8.5px; display: none; z-index: 2; width: 17px; height: 17px; line-height: 17px; overflow: hidden; text-align: center; font-style: normal; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.feed:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.feed:before { left: 10px; background-position: 0 -256px; content: ' '; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.feed:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.feed:hover:before { background-position: 0 -128px; content: ' '; } }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.comics, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.comics { height: 45px; padding-right: 15px !important; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.comics:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.comics:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -1184px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.comics:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.comics:hover:before { background-position: 0 -1088px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.comics .num, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.comics .num { position: absolute; top: 6px; right: 1px; background: #f65359; padding: 0; font-size: 16px; color: white; text-indent: 0; line-height: 1; -webkit-border-radius: 8.5px; -moz-border-radius: 8.5px; -ms-border-radius: 8.5px; -o-border-radius: 8.5px; border-radius: 8.5px; display: none; z-index: 2; width: 17px; height: 17px; line-height: 17px; overflow: hidden; text-align: center; font-style: normal; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.comics:after, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.comics:after { display: none; }
@media only screen and (min-width: 769px) and (max-width: 1024px), only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) { .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.comics, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.comics { height: 45px; font-size: 0; text-indent: -999999px; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.comics:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.comics:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -1184px; content: ' '; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.comics:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.comics:hover:before { background-position: 0 -1088px; content: ' '; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.comics .num, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.comics .num { position: absolute; top: 6px; right: 1px; background: #f65359; padding: 0; font-size: 16px; color: white; text-indent: 0; line-height: 1; -webkit-border-radius: 8.5px; -moz-border-radius: 8.5px; -ms-border-radius: 8.5px; -o-border-radius: 8.5px; border-radius: 8.5px; display: none; z-index: 2; width: 17px; height: 17px; line-height: 17px; overflow: hidden; text-align: center; font-style: normal; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.comics:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.comics:before { left: 10px; background-position: 0 -1184px; content: ' '; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.comics:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.comics:hover:before { background-position: 0 -1088px; content: ' '; } }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.forum, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.forum { height: 45px; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.forum:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.forum:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -864px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.forum:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.forum:hover:before { background-position: 0 -544px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.forum .num, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.forum .num { position: absolute; top: 6px; right: 1px; background: #f65359; padding: 0; font-size: 16px; color: white; text-indent: 0; line-height: 1; -webkit-border-radius: 8.5px; -moz-border-radius: 8.5px; -ms-border-radius: 8.5px; -o-border-radius: 8.5px; border-radius: 8.5px; display: none; z-index: 2; width: 17px; height: 17px; line-height: 17px; overflow: hidden; text-align: center; font-style: normal; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.forum .new, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.forum .new { position: absolute; top: 3px; right: 0px; background: #f65359; padding: 0; font-size: 20px; color: white; text-indent: 0; line-height: 1; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; display: none; z-index: 2; width: 20px; height: 20px; line-height: 20px; overflow: hidden; text-align: center; font-style: normal; display: block; font-size: 0.65rem; top: 5px; }
@media only screen and (min-width: 769px) and (max-width: 1024px), only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) { .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.forum, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.forum { height: 45px; font-size: 0; text-indent: -999999px; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.forum:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.forum:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -864px; content: ' '; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.forum:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.forum:hover:before { background-position: 0 -544px; content: ' '; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.forum .num, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.forum .num { position: absolute; top: 6px; right: 1px; background: #f65359; padding: 0; font-size: 16px; color: white; text-indent: 0; line-height: 1; -webkit-border-radius: 8.5px; -moz-border-radius: 8.5px; -ms-border-radius: 8.5px; -o-border-radius: 8.5px; border-radius: 8.5px; display: none; z-index: 2; width: 17px; height: 17px; line-height: 17px; overflow: hidden; text-align: center; font-style: normal; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.forum:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.forum:before { left: 10px; background-position: 0 -864px; content: ' '; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.forum:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.forum:hover:before { background-position: 0 -544px; content: ' '; }
  .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.forum .new, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.forum .new { display: block; } }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.cart, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.cart { height: 45px; font-size: 0; text-indent: -999999px; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.cart:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.cart:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -992px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.cart:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.cart:hover:before { background-position: 0 -800px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.cart .num, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.cart .num { position: absolute; top: 6px; right: 1px; background: #f65359; padding: 0; font-size: 16px; color: white; text-indent: 0; line-height: 1; -webkit-border-radius: 8.5px; -moz-border-radius: 8.5px; -ms-border-radius: 8.5px; -o-border-radius: 8.5px; border-radius: 8.5px; display: none; z-index: 2; width: 17px; height: 17px; line-height: 17px; overflow: hidden; text-align: center; font-style: normal; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.cart:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.cart:before { left: 10px; background-position: 0 -992px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.cart:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.cart:hover:before { background-position: 0 -800px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.cart .num, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.cart .num { display: block; right: 0.25rem; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.order-fulfillment, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.order-fulfillment { height: 45px; font-size: 0; text-indent: -999999px; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.order-fulfillment:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.order-fulfillment:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -1344px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.order-fulfillment:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.order-fulfillment:hover:before { background-position: 0 -1312px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.order-fulfillment .num, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.order-fulfillment .num { position: absolute; top: 6px; right: 1px; background: #f65359; padding: 0; font-size: 16px; color: white; text-indent: 0; line-height: 1; -webkit-border-radius: 8.5px; -moz-border-radius: 8.5px; -ms-border-radius: 8.5px; -o-border-radius: 8.5px; border-radius: 8.5px; display: none; z-index: 2; width: 17px; height: 17px; line-height: 17px; overflow: hidden; text-align: center; font-style: normal; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.order-fulfillment:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.order-fulfillment:before { left: 10px; background-position: 0 -1344px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.order-fulfillment:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.order-fulfillment:hover:before { background-position: 0 -1312px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.order-fulfillment .num, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.order-fulfillment .num { display: block; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.notification, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.notification { height: 45px; font-size: 0; text-indent: -999999px; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.notification:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.notification:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -672px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.notification:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.notification:hover:before { background-position: 0 -704px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.notification .num, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.notification .num { position: absolute; top: 6px; right: 1px; background: #f65359; padding: 0; font-size: 16px; color: white; text-indent: 0; line-height: 1; -webkit-border-radius: 8.5px; -moz-border-radius: 8.5px; -ms-border-radius: 8.5px; -o-border-radius: 8.5px; border-radius: 8.5px; display: none; z-index: 2; width: 17px; height: 17px; line-height: 17px; overflow: hidden; text-align: center; font-style: normal; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.notification:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.notification:before { left: 10px; background-position: 0 -672px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.notification:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.notification:hover:before { background-position: 0 -704px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.notification .num, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.notification .num { right: -10px; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.bookshelf, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.bookshelf { height: 45px; font-size: 0; text-indent: -999999px; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.bookshelf:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.bookshelf:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -1280px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.bookshelf:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.bookshelf:hover:before { background-position: 0 -1216px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.bookshelf .num, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.bookshelf .num { position: absolute; top: 6px; right: 1px; background: #f65359; padding: 0; font-size: 16px; color: white; text-indent: 0; line-height: 1; -webkit-border-radius: 8.5px; -moz-border-radius: 8.5px; -ms-border-radius: 8.5px; -o-border-radius: 8.5px; border-radius: 8.5px; display: none; z-index: 2; width: 17px; height: 17px; line-height: 17px; overflow: hidden; text-align: center; font-style: normal; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.bookshelf:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.bookshelf:before { left: 10px; background-position: 0 -1280px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.bookshelf:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.bookshelf:hover:before { background-position: 0 -1216px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.bookshelf .num, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.bookshelf .num { right: -8px; display: none; font-style: normal; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.search, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.search { height: 45px; font-size: 0; text-indent: -999999px; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.search:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.search:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -1280px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.search:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.search:hover:before { background-position: 0 -1216px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.search .num, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.search .num { position: absolute; top: 6px; right: 1px; background: #f65359; padding: 0; font-size: 16px; color: white; text-indent: 0; line-height: 1; -webkit-border-radius: 8.5px; -moz-border-radius: 8.5px; -ms-border-radius: 8.5px; -o-border-radius: 8.5px; border-radius: 8.5px; display: none; z-index: 2; width: 17px; height: 17px; line-height: 17px; overflow: hidden; text-align: center; font-style: normal; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.search:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.search:before { left: 10px; background-position: 0 -1280px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.search:hover:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.search:hover:before { background-position: 0 -1216px; content: ' '; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.search:after, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.search:after { display: none; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.add-work, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.add-work { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #1cbcb4; border-color: #169690; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding-top: 0.15rem; padding-right: 0; padding-bottom: 0.15rem; padding-left: 0; text-transform: lowercase; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.add-work:hover, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.add-work:focus, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.add-work:hover, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.add-work:focus { background-color: #169690; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.add-work:hover, .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.add-work:focus, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.add-work:hover, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.add-work:focus { color: white; }
html.no-touch .header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.add-work:hover, html.no-touch .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.add-work:hover { text-decoration: none; background: #1aa79f; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.add-work:active, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.add-work:active { background: #1cbcb4; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li > a.add-work:after, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li > a.add-work:after { display: none; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li.add-work-button > a, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li.add-work-button > a { padding-left: 1.55rem; padding-right: 0.4rem !important; position: relative; font-size: 1rem; }
.header-container.thin-header nav.top-bar .top-bar-section .left-menu > li.add-work-button > a:before, .header-container.thin-header nav.top-bar .top-bar-section .right-menu > li.add-work-button > a:before { background-position: 0 -1224px; width: 24px; height: 24px; position: absolute; content: ' '; left: 0.2rem; top: 0; bottom: 0; margin: auto; }
.header-container.thin-header nav.top-bar .top-bar-section ul.left-menu { height: 55px; background: #121212; display: none; }
@media only screen and (min-width: 769px) { .header-container.thin-header nav.top-bar .top-bar-section ul.left-menu { display: block; } }
.header-container.thin-header nav.top-bar .profile-menu { font-size: 0; text-indent: -999999px; width: 1px; padding-left: 4px !important; }
.header-container.thin-header nav.top-bar .profile-menu:after { border-top-color: white; }
.header-container.thin-header nav.top-bar .profile-menu:hover:after { border-top-color: #ff6600; }
.header-container.thin-header nav.top-bar .thin-header-offcanvas-toggle { height: 45px; padding-right: 15px !important; z-index: 7; float: left; top: 5px; font-size: 0; text-indent: -999999px; }
.header-container.thin-header nav.top-bar .thin-header-offcanvas-toggle:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -1376px; content: ' '; }
.header-container.thin-header nav.top-bar .thin-header-offcanvas-toggle:hover:before { background-position: 0 -1408px; content: ' '; }
.header-container.thin-header nav.top-bar .thin-header-offcanvas-toggle .num { position: absolute; top: 6px; right: 1px; background: #f65359; padding: 0; font-size: 16px; color: white; text-indent: 0; line-height: 1; -webkit-border-radius: 8.5px; -moz-border-radius: 8.5px; -ms-border-radius: 8.5px; -o-border-radius: 8.5px; border-radius: 8.5px; display: none; z-index: 2; width: 17px; height: 17px; line-height: 17px; overflow: hidden; text-align: center; font-style: normal; }
.header-container.thin-header nav.top-bar .thin-header-offcanvas-toggle:after { display: none; }
@media only screen and (min-width: 769px) and (max-width: 1024px), only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) { .header-container.thin-header nav.top-bar .thin-header-offcanvas-toggle { height: 45px; font-size: 0; text-indent: -999999px; }
  .header-container.thin-header nav.top-bar .thin-header-offcanvas-toggle:before { display: block; width: 32px; height: 32px; margin: auto; background-position: 0 -1376px; content: ' '; }
  .header-container.thin-header nav.top-bar .thin-header-offcanvas-toggle:hover:before { background-position: 0 -1376px; content: ' '; }
  .header-container.thin-header nav.top-bar .thin-header-offcanvas-toggle .num { position: absolute; top: 6px; right: 1px; background: #f65359; padding: 0; font-size: 16px; color: white; text-indent: 0; line-height: 1; -webkit-border-radius: 8.5px; -moz-border-radius: 8.5px; -ms-border-radius: 8.5px; -o-border-radius: 8.5px; border-radius: 8.5px; display: none; z-index: 2; width: 17px; height: 17px; line-height: 17px; overflow: hidden; text-align: center; font-style: normal; }
  .header-container.thin-header nav.top-bar .thin-header-offcanvas-toggle:before { left: 10px; background-position: 0 -1376px; content: ' '; }
  .header-container.thin-header nav.top-bar .thin-header-offcanvas-toggle:hover:before { background-position: 0 -1376px; content: ' '; } }
@media only screen and (min-width: 769px) { .header-container.thin-header nav.top-bar .thin-header-offcanvas-toggle { display: none; } }
.header-container.thin-header #menu-top-ranked, .header-container.thin-header #menu-browse { -webkit-box-shadow: #121212 0 0 10px; -moz-box-shadow: #121212 0 0 10px; box-shadow: #121212 0 0 10px; font-size: 1rem; padding: 10px; max-width: inherit; width: 290px; background: #37474f; border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; margin-top: -3px; width: 210px; max-width: 210px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: #121212 0 0 10px; -moz-box-shadow: #121212 0 0 10px; box-shadow: #121212 0 0 10px; font-size: 1rem; background: #37474f; border: none; padding: 0.25rem 0 0.25rem 0; margin-top: -4px; margin-top: -0.15rem; width: 210px; z-index: 15; padding: 5px 0; top: -9999px; position: absolute; /* #genres-browse { background: $smith-color-black; @include border-radius($border-radius-value); //position: relative; &:before, &:after { display: none; } .dropdown-triangle { @include triangle(left, 1.8em, 0.8em, $smith-color-black); display: block; position: absolute; top: rem-calc(168); left: rem-calc(-22); margin: { left: auto; right: auto; } } &.open { left: 230px !important; top: 15px !important; width: 410px !important; height: 255px !important; } .genre-items { width: 49%; padding-left: 15px; padding-top: 15px; .genre-item { li { a { padding: { top: 5px; bottom: 5px; left: 20px; } margin-bottom: 2px; background-image: image-url("themes/smith/icons/smith-icons/dot.png"); background-repeat: no-repeat; background-position: -2px -2px; text-transform: none; line-height: rem-calc($header-sub-menu-line-height); } } } } } */ }
.header-container.thin-header #menu-top-ranked:after, .header-container.thin-header #menu-browse:after { display: none; }
.header-container.thin-header #menu-top-ranked:before, .header-container.thin-header #menu-browse:before { border-style: solid; /*@if $triangle-side-offset != false { left:$f-dropdown-triangle-side-offset;
}*/ }
.header-container.thin-header #menu-top-ranked li, .header-container.thin-header #menu-browse li { top: 0; display: block; width: 100%; }
.header-container.thin-header #menu-top-ranked li.sep, .header-container.thin-header #menu-top-ranked li.sep:hover, .header-container.thin-header #menu-browse li.sep, .header-container.thin-header #menu-browse li.sep:hover { background: none; }
.header-container.thin-header #menu-top-ranked li.sep hr, .header-container.thin-header #menu-browse li.sep hr { margin-top: 0.25rem; margin-bottom: 0.25rem; width: 90%; margin-left: auto; margin-right: auto; border-color: #8a8a8a; }
.header-container.thin-header #menu-top-ranked li.js-generated, .header-container.thin-header #menu-browse li.js-generated { display: none; }
.header-container.thin-header #menu-top-ranked li a, .header-container.thin-header #menu-browse li a { border-left-width: 0.2rem; border-left-color: transparent; border-left-style: solid; padding: 0 10px; font-size: 0.8rem; height: 35px; line-height: 35px; color: white; text-decoration: none; }
.header-container.thin-header #menu-top-ranked li a:hover, .header-container.thin-header #menu-browse li a:hover { background: #121212; border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked li a:hover, .header-container.thin-header #menu-browse li a:hover { color: white; text-decoration: none; }
.header-container.thin-header #menu-top-ranked:after, .header-container.thin-header #menu-browse:after { display: none; }
.header-container.thin-header #menu-top-ranked li, .header-container.thin-header #menu-browse li { width: 210px; }
.header-container.thin-header #menu-top-ranked li a, .header-container.thin-header #menu-browse li a { font-size: 1rem; width: 210px; background-color: transparent; height: 35px; line-height: 35px; }
.header-container.thin-header #menu-top-ranked .sub-menu li a, .header-container.thin-header #menu-browse .sub-menu li a { height: 25px; line-height: 25px; }
.header-container.thin-header #menu-top-ranked .dropdown-triangle, .header-container.thin-header #menu-browse .dropdown-triangle { width: 0; height: 0; border-right: 0.9em solid transparent; border-bottom: 0.8em solid #37474f; border-left: 0.9em solid transparent; display: block; position: absolute; top: -7px; left: 7px; margin-left: auto; margin-right: auto; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.explore, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.explore { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.explore.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.explore:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.explore.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.explore:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.explore.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.explore:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.explore.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.explore:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.explore.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.explore:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.explore.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.explore:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.explore:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.explore:before { background-position: 0 -360px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.top-rank, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.top-rank { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.top-rank.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.top-rank:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.top-rank.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.top-rank:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.top-rank.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.top-rank:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.top-rank.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.top-rank:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.top-rank.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.top-rank:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.top-rank.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.top-rank:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.top-rank:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.top-rank:before { background-position: 0 -168px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.manga, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.manga { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.manga.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.manga:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.manga.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.manga:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.manga.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.manga:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.manga.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.manga:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.manga.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.manga:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.manga.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.manga:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.manga:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.manga:before { background-position: 0 -1392px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.illustration, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.illustration { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.illustration.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.illustration:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.illustration.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.illustration:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.illustration.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.illustration:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.illustration.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.illustration:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.illustration.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.illustration:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.illustration.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.illustration:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.illustration:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.illustration:before { background-position: 0 -744px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.blog, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.blog { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.blog.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.blog:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.blog.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.blog:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.blog.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.blog:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.blog.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.blog:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.blog.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.blog:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.blog.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.blog:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.blog:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.blog:before { background-position: 0 -696px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.creator, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.creator { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.creator.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.creator:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.creator.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.creator:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.creator.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.creator:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.creator.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.creator:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.creator.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.creator:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.creator.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.creator:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.creator:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.creator:before { background-position: 0 -1536px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.forum, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.forum { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.forum.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.forum:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.forum.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.forum:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.forum.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.forum:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.forum.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.forum:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.forum.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.forum:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.forum.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.forum:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.forum:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.forum:before { background-position: 0 -384px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.about, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.about { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.about.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.about:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.about.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.about:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.about.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.about:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.about.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.about:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.about.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.about:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.about.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.about:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.about:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.about:before { background-position: 0 -303px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; background-position: 0 -303px; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.feed, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.feed { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.feed.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.feed:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.feed.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.feed:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.feed.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.feed:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.feed.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.feed:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.feed.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.feed:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.feed.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.feed:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.feed:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.feed:before { background-position: 0 -24px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.profile-link, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.profile-link { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.profile-link.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.profile-link:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.profile-link.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.profile-link:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.profile-link.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.profile-link:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.profile-link.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.profile-link:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.profile-link.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.profile-link:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.profile-link.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.profile-link:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.profile-link:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.profile-link:before { background-position: 0 -1536px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.dashboard, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.dashboard { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.dashboard.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.dashboard:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.dashboard.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.dashboard:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.dashboard.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.dashboard:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.dashboard.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.dashboard:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.dashboard.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.dashboard:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.dashboard.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.dashboard:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.dashboard:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.dashboard:before { background-position: 0 -120px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.subscription, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.subscription { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.subscription.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.subscription:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.subscription.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.subscription:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.subscription.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.subscription:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.subscription.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.subscription:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.subscription.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.subscription:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.subscription.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.subscription:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.subscription:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.subscription:before { background-position: 0 -192px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.my-shop, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.my-shop { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.my-shop.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.my-shop:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.my-shop.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.my-shop:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.my-shop.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.my-shop:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.my-shop.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.my-shop:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.my-shop.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.my-shop:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.my-shop.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.my-shop:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.my-shop:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.my-shop:before { background-position: 0 -912px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.order-history, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.order-history { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.order-history.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.order-history:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.order-history.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.order-history:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.order-history.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.order-history:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.order-history.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.order-history:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.order-history.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.order-history:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.order-history.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.order-history:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.order-history:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.order-history:before { background-position: 0 -144px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.admin, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.admin { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.admin.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.admin:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.admin.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.admin:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.admin.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.admin:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.admin.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.admin:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.admin.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.admin:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.admin.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.admin:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.admin:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.admin:before { background-position: 0 -1464px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.sign-out, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.sign-out { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.sign-out.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.sign-out:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.sign-out.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.sign-out:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.sign-out.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.sign-out:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.sign-out.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.sign-out:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.sign-out.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.sign-out:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.sign-out.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.sign-out:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.sign-out:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.sign-out:before { background-position: 0 -1632px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.help, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.help { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.help.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.help:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.help.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.help:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.help.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.help:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.help.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.help:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.help.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.help:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.help.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.help:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.help:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.help:before { background-position: 0 -1896px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-comic, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-comic { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-comic.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-comic:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-comic.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-comic:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-comic.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-comic:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-comic.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-comic:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-comic.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-comic:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-comic.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-comic:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-comic:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-comic:before { background-position: 0 -1392px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-illustration, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-illustration { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-illustration.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-illustration:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-illustration.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-illustration:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-illustration.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-illustration:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-illustration.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-illustration:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-illustration.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-illustration:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-illustration.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-illustration:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-illustration:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-illustration:before { background-position: 0 -744px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-blog, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-blog { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-blog.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-blog:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-blog.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-blog:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-blog.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-blog:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-blog.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-blog:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-blog.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-blog:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-blog.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-blog:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.new-blog:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.new-blog:before { background-position: 0 -696px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.manage-work, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.manage-work { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.manage-work.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.manage-work:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.manage-work.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.manage-work:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.manage-work.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.manage-work:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.manage-work.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.manage-work:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.manage-work.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.manage-work:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.manage-work.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.manage-work:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.manage-work:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.manage-work:before { background-position: 0 -1752px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.notification, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.notification { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.notification.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.notification:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.notification.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.notification:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.notification.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.notification:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.notification.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.notification:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.notification.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.notification:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.notification.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.notification:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.notification:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.notification:before { background-position: 0 -456px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.order-fulfillment, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.order-fulfillment { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.order-fulfillment.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.order-fulfillment:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.order-fulfillment.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.order-fulfillment:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.order-fulfillment.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.order-fulfillment:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.order-fulfillment.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.order-fulfillment:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.order-fulfillment.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.order-fulfillment:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.order-fulfillment.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.order-fulfillment:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.order-fulfillment:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.order-fulfillment:before { background-position: 0 -1656px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.cart, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.cart { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.cart.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.cart:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.cart.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.cart:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.cart.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.cart:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.cart.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.cart:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.cart.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.cart:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.cart.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.cart:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.cart:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.cart:before { background-position: 0 -840px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.marketplace, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.marketplace { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.marketplace.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.marketplace:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.marketplace.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.marketplace:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.marketplace.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.marketplace:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.marketplace.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.marketplace:hover { background-color: #121212; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.marketplace.hover, .header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.marketplace:hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.marketplace.hover, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.marketplace:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .thin-header-icon-24x24 a.marketplace:before, .header-container.thin-header #menu-browse .thin-header-icon-24x24 a.marketplace:before { background-position: 0 -528px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #menu-top-ranked .menu, .header-container.thin-header #menu-browse .menu { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 51rem; overflow: hidden; *zoom: 1; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding: 0; top: 0; }
.header-container.thin-header #menu-top-ranked .menu .menu-column, .header-container.thin-header #menu-browse .menu .menu-column { padding-left: 0; padding-right: 0; }
.header-container.thin-header #menu-top-ranked .menu ul, .header-container.thin-header #menu-browse .menu ul { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 51rem; overflow: hidden; *zoom: 1; overflow: visible; }
.header-container.thin-header #menu-top-ranked .menu ul li, .header-container.thin-header #menu-browse .menu ul li { padding-left: 0.5rem; padding-right: 0.5rem; width: 100%; float: left; padding-left: 0; padding-right: 0; background: none; top: 0; }
.header-container.thin-header #menu-top-ranked .menu a, .header-container.thin-header #menu-browse .menu a { position: relative; padding-left: 40px; text-transform: none; }
.header-container.thin-header #menu-top-ranked .menu a:before, .header-container.thin-header #menu-browse .menu a:before { width: 24px; height: 24px; position: absolute; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; }
.header-container.thin-header #menu-top-ranked .menu a, .header-container.thin-header #menu-browse .menu a { font-size: 1rem; width: auto; margin: 0; padding-top: 0; padding-bottom: 0; }
.header-container.thin-header #menu-top-ranked .menu a.link-title, .header-container.thin-header #menu-browse .menu a.link-title { height: 35px; line-height: 35px; display: inline-block; width: 100%; }
.header-container.thin-header #menu-top-ranked .menu em, .header-container.thin-header #menu-browse .menu em { font-size: 1.2rem; font-style: normal; }
.header-container.thin-header #menu-top-ranked .menu small, .header-container.thin-header #menu-browse .menu small { font-size: 0.8rem; }
.header-container.thin-header #menu-top-ranked .menu .sub-menu, .header-container.thin-header #menu-browse .menu .sub-menu { margin: 0; padding: 0; border: 0; overflow: hidden; *zoom: 1; overflow: visible; font-size: 0.8rem; color: white; display: block; margin: 0; padding: 0 0 0 20px; }
.header-container.thin-header #menu-top-ranked .menu .sub-menu > li a, .header-container.thin-header #menu-browse .menu .sub-menu > li a { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; background-image: url('../img/themes/smith/icons/smith-icons/dot_2.1.95.png'); background-repeat: no-repeat; background-position: 3px center; background-color: transparent; margin: auto; padding: 0 0 0 25px; text-transform: none; }
.header-container.thin-header #menu-top-ranked .menu .sub-menu > li a.hover, .header-container.thin-header #menu-top-ranked .menu .sub-menu > li a:hover, .header-container.thin-header #menu-browse .menu .sub-menu > li a.hover, .header-container.thin-header #menu-browse .menu .sub-menu > li a:hover { border-left-color: #ff6600; }
.header-container.thin-header #menu-top-ranked .menu .sub-menu > li a.hover, .header-container.thin-header #menu-top-ranked .menu .sub-menu > li a:hover, .header-container.thin-header #menu-browse .menu .sub-menu > li a.hover, .header-container.thin-header #menu-browse .menu .sub-menu > li a:hover { background-color: #455861; }
.header-container.thin-header #menu-top-ranked .menu .sub-menu > li a span.right-arrow, .header-container.thin-header #menu-browse .menu .sub-menu > li a span.right-arrow { margin-left: 8px; }
.header-container.thin-header #menu-top-ranked .menu .sub-menu > li.link-genres-menu a:after, .header-container.thin-header #menu-browse .menu .sub-menu > li.link-genres-menu a:after { display: none; }
.header-container.thin-header #profile-drop { width: 10rem; -webkit-box-shadow: #121212 0 0 10px; -moz-box-shadow: #121212 0 0 10px; box-shadow: #121212 0 0 10px; font-size: 1rem; padding: 10px; max-width: inherit; width: 290px; background: #37474f; border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; margin-top: -3px; width: 200px; max-width: 200px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: #121212 0 0 10px; -moz-box-shadow: #121212 0 0 10px; box-shadow: #121212 0 0 10px; font-size: 1rem; background: #37474f; border: none; padding: 0.25rem 0 0.25rem 0; margin-top: -4px; margin-top: -0.15rem; z-index: 15; padding: 10px 0; top: 90px !important; right: 0px; position: absolute; left: -99999px; z-index: 9999; margin-left: 70px; }
.header-container.thin-header #profile-drop:after { display: none; }
.header-container.thin-header #profile-drop:before { border-style: solid; /*@if $triangle-side-offset != false { left:$f-dropdown-triangle-side-offset;
}*/ }
.header-container.thin-header #profile-drop li { top: 0; display: block; width: 100%; }
.header-container.thin-header #profile-drop li.sep, .header-container.thin-header #profile-drop li.sep:hover { background: none; }
.header-container.thin-header #profile-drop li.sep hr { margin-top: 0.25rem; margin-bottom: 0.25rem; width: 90%; margin-left: auto; margin-right: auto; border-color: #8a8a8a; }
.header-container.thin-header #profile-drop li.js-generated { display: none; }
.header-container.thin-header #profile-drop li a { border-left-width: 0.2rem; border-left-color: transparent; border-left-style: solid; padding: 0 10px; font-size: 0.8rem; height: 35px; line-height: 35px; color: white; text-decoration: none; }
.header-container.thin-header #profile-drop li a:hover { background: #121212; border-left-color: #ff6600; }
.header-container.thin-header #profile-drop li a:hover { color: white; text-decoration: none; }
.header-container.thin-header #profile-drop:after { display: none; }
.header-container.thin-header #profile-drop li { width: 200px; }
.header-container.thin-header #profile-drop li a { font-size: 1rem; width: 200px; background-color: transparent; height: 35px; line-height: 35px; }
.header-container.thin-header #profile-drop .sub-menu li a { height: 25px; line-height: 25px; }
.header-container.thin-header #profile-drop .dropdown-triangle { width: 0; height: 0; border-right: 0.9em solid transparent; border-bottom: 0.8em solid #37474f; border-left: 0.9em solid transparent; display: block; position: absolute; top: -7px; left: 7px; margin-left: auto; margin-right: auto; }
.header-container.thin-header #profile-drop .dropdown-triangle { right: 13px; left: auto; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.explore { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.explore.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.explore:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.explore.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.explore:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.explore.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.explore:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.explore:before { background-position: 0 -360px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.top-rank { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.top-rank.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.top-rank:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.top-rank.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.top-rank:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.top-rank.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.top-rank:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.top-rank:before { background-position: 0 -168px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.manga { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.manga.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.manga:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.manga.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.manga:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.manga.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.manga:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.manga:before { background-position: 0 -1392px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.illustration { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.illustration.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.illustration:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.illustration.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.illustration:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.illustration.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.illustration:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.illustration:before { background-position: 0 -744px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.blog { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.blog.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.blog:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.blog.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.blog:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.blog.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.blog:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.blog:before { background-position: 0 -696px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.creator { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.creator.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.creator:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.creator.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.creator:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.creator.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.creator:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.creator:before { background-position: 0 -1536px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.forum { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.forum.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.forum:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.forum.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.forum:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.forum.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.forum:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.forum:before { background-position: 0 -384px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.about { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.about.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.about:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.about.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.about:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.about.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.about:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.about:before { background-position: 0 -303px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; background-position: 0 -303px; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.feed { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.feed.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.feed:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.feed.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.feed:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.feed.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.feed:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.feed:before { background-position: 0 -24px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.profile-link { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.profile-link.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.profile-link:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.profile-link.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.profile-link:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.profile-link.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.profile-link:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.profile-link:before { background-position: 0 -1536px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.dashboard { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.dashboard.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.dashboard:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.dashboard.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.dashboard:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.dashboard.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.dashboard:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.dashboard:before { background-position: 0 -120px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.subscription { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.subscription.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.subscription:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.subscription.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.subscription:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.subscription.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.subscription:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.subscription:before { background-position: 0 -192px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.my-shop { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.my-shop.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.my-shop:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.my-shop.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.my-shop:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.my-shop.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.my-shop:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.my-shop:before { background-position: 0 -912px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.order-history { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.order-history.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.order-history:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.order-history.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.order-history:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.order-history.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.order-history:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.order-history:before { background-position: 0 -144px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.admin { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.admin.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.admin:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.admin.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.admin:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.admin.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.admin:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.admin:before { background-position: 0 -1464px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.sign-out { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.sign-out.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.sign-out:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.sign-out.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.sign-out:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.sign-out.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.sign-out:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.sign-out:before { background-position: 0 -1632px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.help { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.help.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.help:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.help.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.help:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.help.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.help:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.help:before { background-position: 0 -1896px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-comic { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-comic.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-comic:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-comic.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-comic:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-comic.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-comic:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-comic:before { background-position: 0 -1392px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-illustration { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-illustration.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-illustration:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-illustration.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-illustration:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-illustration.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-illustration:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-illustration:before { background-position: 0 -744px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-blog { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-blog.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-blog:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-blog.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-blog:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-blog.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-blog:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.new-blog:before { background-position: 0 -696px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.manage-work { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.manage-work.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.manage-work:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.manage-work.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.manage-work:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.manage-work.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.manage-work:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.manage-work:before { background-position: 0 -1752px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.notification { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.notification.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.notification:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.notification.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.notification:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.notification.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.notification:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.notification:before { background-position: 0 -456px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.order-fulfillment { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.order-fulfillment.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.order-fulfillment:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.order-fulfillment.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.order-fulfillment:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.order-fulfillment.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.order-fulfillment:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.order-fulfillment:before { background-position: 0 -1656px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.cart { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.cart.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.cart:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.cart.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.cart:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.cart.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.cart:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.cart:before { background-position: 0 -840px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.marketplace { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.marketplace.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.marketplace:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.marketplace.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.marketplace:hover { background-color: #121212; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.marketplace.hover, .header-container.thin-header #profile-drop .thin-header-icon-24x24 a.marketplace:hover { border-left-color: #ff6600; }
.header-container.thin-header #profile-drop .thin-header-icon-24x24 a.marketplace:before { background-position: 0 -528px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #profile-drop li { padding-left: 0; }
.header-container.thin-header #profile-drop li a { position: relative; padding-left: 40px; text-transform: none; }
.header-container.thin-header #profile-drop li a:before { width: 24px; height: 24px; position: absolute; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; }
.header-container.thin-header #profile-drop li a { display: block; }
.header-container.thin-header #notification-dropdown { position: absolute; left: -9999px; list-style: none; margin-left: 0; width: 100%; max-height: none; height: auto; background: #303e47; border: solid 0 #cccccc; font-size: 0.7rem; z-index: 99; max-width: 380px; width: 380px; max-width: 380px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: #121212 0 0 10px; -moz-box-shadow: #121212 0 0 10px; box-shadow: #121212 0 0 10px; font-size: 1rem; background: #37474f; border: none; padding: 0.25rem 0 0.25rem 0; margin-top: -4px; margin-top: -2px; padding-bottom: 0; margin-left: -180px; }
.header-container.thin-header #notification-dropdown > *:first-child { margin-top: 0; }
.header-container.thin-header #notification-dropdown > *:last-child { margin-bottom: 0; }
.header-container.thin-header #notification-dropdown:before { border-style: solid; /*@if $triangle-side-offset != false { left:$f-dropdown-triangle-side-offset;
}*/ }
.header-container.thin-header #notification-dropdown li { top: 0; display: block; width: 100%; }
.header-container.thin-header #notification-dropdown li.sep, .header-container.thin-header #notification-dropdown li.sep:hover { background: none; }
.header-container.thin-header #notification-dropdown li.sep hr { margin-top: 0.25rem; margin-bottom: 0.25rem; width: 90%; margin-left: auto; margin-right: auto; border-color: #8a8a8a; }
.header-container.thin-header #notification-dropdown li.js-generated { display: none; }
.header-container.thin-header #notification-dropdown li a { border-left-width: 0.2rem; border-left-color: transparent; border-left-style: solid; padding: 0 10px; font-size: 0.8rem; height: 35px; line-height: 35px; color: white; text-decoration: none; }
.header-container.thin-header #notification-dropdown li a:hover { background: #121212; border-left-color: #ff6600; }
.header-container.thin-header #notification-dropdown li a:hover { color: white; text-decoration: none; }
.header-container.thin-header #notification-dropdown:after { display: none; }
.header-container.thin-header #notification-dropdown .loading { height: 2.75rem; background: url('../img/ajax-loader-tr_2.1.95.gif') no-repeat center center; }
.header-container.thin-header #notification-dropdown .load-more { font-size: 0; text-indent: -999999px; background-image: url('../img/jquery-ui/ui-icons_ffffff_256x240_2.1.95.png'); background-repeat: no-repeat; background-position: -163px -67px; margin-left: 0.5rem; width: 0.5rem; height: 0.5rem; display: inline; float: right; position: relative; top: 0.2rem; }
.header-container.thin-header #notification-dropdown .alert-box { border-style: solid; border-width: 0; display: block; font-weight: normal; margin-bottom: 1rem; position: relative; padding: 0.25rem 0.75rem 0.25rem 0.25rem; font-size: 0.65rem; -webkit-transition: opacity 300ms ease-out; -moz-transition: opacity 300ms ease-out; -o-transition: opacity 300ms ease-out; transition: opacity 300ms ease-out; background-color: rgba(0, 0, 0, 0.2); border-color: rgba(0, 0, 0, 0.2); color: white; position: absolute; top: 0; display: none; width: 100%; padding-left: 0.75rem; }
.header-container.thin-header #notification-dropdown .alert-box a { color: #ff6600; text-decoration: none; }
.header-container.thin-header #notification-dropdown .alert-box a:hover { text-decoration: underline; }
.header-container.thin-header #notification-dropdown .notifications-outbox { position: relative; overflow: hidden; }
.header-container.thin-header #notification-dropdown .notifications-outbox .jspContainer .jspVerticalBar { width: 8px; background: transparent; display: none; }
.header-container.thin-header #notification-dropdown .notifications-outbox .jspContainer .jspHorizontalBar { background: none; height: 8px; bottom: 3px; }
.header-container.thin-header #notification-dropdown .notifications-outbox .jspContainer .jspHorizontalBar .jspTrack { background: none; }
.header-container.thin-header #notification-dropdown .notifications-outbox .jspContainer .jspHorizontalBar .jspDrag { -webkit-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.33); -moz-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.33); box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.33); }
.header-container.thin-header #notification-dropdown .notifications-outbox .jspContainer .jspTrack { background: #ebebeb; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
.header-container.thin-header #notification-dropdown .notifications-outbox .jspContainer .jspDrag { background: #acacac; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
.header-container.thin-header #notification-dropdown .notifications-outbox .jspContainer .jspPane { margin-left: 0; }
.header-container.thin-header #notification-dropdown .notifications-outbox .jspContainer .jspVerticalBar { margin-right: 0.1rem; -webkit-transition-duration: 200ms; -moz-transition-duration: 200ms; -o-transition-duration: 200ms; transition-duration: 200ms; opacity: 0; display: block; }
.header-container.thin-header #notification-dropdown .notifications-outbox .jspContainer .jspVerticalBar .jspTrack { background-color: transparent; }
.header-container.thin-header #notification-dropdown .notifications-outbox .jspContainer .jspVerticalBar .jspDrag { opacity: 0.8; background-color: #6e6e6e; }
.header-container.thin-header #notification-dropdown .notifications-outbox .jspContainer .jspVerticalBar:hover { width: 0.6rem; }
.header-container.thin-header #notification-dropdown .notifications-outbox .jspContainer .jspVerticalBar:hover .jspTrack { background-color: rgba(235, 235, 235, 0.6); }
.header-container.thin-header #notification-dropdown .notifications-outbox .jspContainer:hover .jspVerticalBar { opacity: 1; }
.header-container.thin-header #notification-dropdown .notifications-outbox.loaded { height: 15.5rem; }
.header-container.thin-header #notification-dropdown .notifications-outbox .empty { line-height: 4; text-align: center; color: white; display: none; height: 2.75rem; line-height: 2.75rem; }
.header-container.thin-header #notification-dropdown.error .alert-box { display: block; }
.header-container.thin-header #notification-dropdown.error .loading { display: none; }
.header-container.thin-header #notification-dropdown.error .notifications-outbox { min-height: 85px; height: auto !important; height: 85px; }
.header-container.thin-header #notification-dropdown.f-dropdown.open::before { right: 0; left: 30px; margin: auto; }
.header-container.thin-header #notification-dropdown .top-menu { font-size: 0.8rem; color: white; line-height: 1.5; padding-bottom: 0.15rem; }
.header-container.thin-header #notification-dropdown .top-menu:first-child { border-bottom: #455861 0.05rem solid; }
.header-container.thin-header #notification-dropdown .top-menu a.mark-all-link { color: white; text-decoration: none; text-transform: none; padding-left: 0; padding-right: 0; }
.header-container.thin-header #notification-dropdown .top-menu a.mark-all-link:hover { text-decoration: underline; }
.header-container.thin-header #notification-dropdown .top-menu a.mark-all-link:hover { background: none; border: none; }
.header-container.thin-header #notification-dropdown .top-menu .notification-link { float: left; margin-left: 0.75rem; }
.header-container.thin-header #notification-dropdown .top-menu .mark-all-link { float: right; margin-right: 0.75rem; }
.header-container.thin-header #notification-dropdown .notifications { text-transform: none; margin: 0; }
.header-container.thin-header #notification-dropdown .notifications li { width: 380px; border-bottom: #455861 0.05rem solid; }
.header-container.thin-header #notification-dropdown .notifications li .sp-bold { font-weight: bold; }
.header-container.thin-header #notification-dropdown .notifications li.unread { background-color: rgba(27, 27, 27, 0.8); }
.header-container.thin-header #notification-dropdown .notifications li.unread:hover { background-color: #1b1b1b; }
.header-container.thin-header #notification-dropdown .notifications li a.notice { font-size: 1rem; color: white; text-decoration: none; width: 380px; background-color: transparent; position: relative; padding-left: 2.75rem; line-height: 1.2; float: left; width: 100%; border-left: transparent 0.2rem solid; min-height: 2.75rem; height: auto !important; height: 2.75rem; }
.header-container.thin-header #notification-dropdown .notifications li a.notice:hover { color: white; text-decoration: none; }
.header-container.thin-header #notification-dropdown .notifications li a.notice .profile-img, .header-container.thin-header #notification-dropdown .notifications li a.notice .welcome-img { -webkit-border-radius: 2rem; -moz-border-radius: 2rem; -ms-border-radius: 2rem; -o-border-radius: 2rem; border-radius: 2rem; width: 2rem; height: 2rem; position: absolute; top: 0.3rem; left: 0.3rem; }
.header-container.thin-header #notification-dropdown .notifications li a.notice.image { width: 300px; }
.header-container.thin-header #notification-dropdown .notifications li a.notice time { font-size: 0.8rem; color: #455861; }
.header-container.thin-header #notification-dropdown .notifications li a.notice.unread { border-left-color: #ee6001; }
.header-container.thin-header #notification-dropdown .notifications li .image-blog, .header-container.thin-header #notification-dropdown .notifications li img.image-blog { height: 50px; width: 50px; }
.header-container.thin-header #notification-dropdown .notifications li a.image-blog { float: right; background: initial; border: 0; width: 80px; padding: 0; padding-top: 5px; }
.header-container.thin-header #notification-dropdown .notifications li a.image-blog:hover { background: initial; border: 0; }
.header-container.thin-header #notification-dropdown .see-all { display: none; }
.header-container.thin-header #notification-dropdown .see-all a { color: white; text-decoration: none; display: block; background-color: #fe6700; background-image: url('../img/themes/smith/header/search-bg-pattern-light_2.1.95.png'); text-align: center; line-height: 1.9; font-size: 0.8rem; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
.header-container.thin-header #notification-dropdown .see-all a:hover { text-decoration: underline; }
.header-container.thin-header #marketplace-dropdown { width: 10rem; max-width: 10rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: #121212 0 0 10px; -moz-box-shadow: #121212 0 0 10px; box-shadow: #121212 0 0 10px; font-size: 1rem; background: #37474f; border: none; padding: 0.25rem 0 0.25rem 0; margin-top: -4px; margin-top: -0.15rem; z-index: 30; }
.header-container.thin-header #marketplace-dropdown:before { border-style: solid; /*@if $triangle-side-offset != false { left:$f-dropdown-triangle-side-offset;
}*/ }
.header-container.thin-header #marketplace-dropdown li { top: 0; display: block; width: 100%; }
.header-container.thin-header #marketplace-dropdown li.sep, .header-container.thin-header #marketplace-dropdown li.sep:hover { background: none; }
.header-container.thin-header #marketplace-dropdown li.sep hr { margin-top: 0.25rem; margin-bottom: 0.25rem; width: 90%; margin-left: auto; margin-right: auto; border-color: #8a8a8a; }
.header-container.thin-header #marketplace-dropdown li.js-generated { display: none; }
.header-container.thin-header #marketplace-dropdown li a { border-left-width: 0.2rem; border-left-color: transparent; border-left-style: solid; padding: 0 10px; font-size: 0.8rem; height: 35px; line-height: 35px; color: white; text-decoration: none; }
.header-container.thin-header #marketplace-dropdown li a:hover { background: #121212; border-left-color: #ff6600; }
.header-container.thin-header #marketplace-dropdown li a:hover { color: white; text-decoration: none; }
.header-container.thin-header #marketplace-dropdown:after { display: none; }
.header-container.thin-header #marketplace-dropdown li { width: 10rem; }
.header-container.thin-header #marketplace-dropdown li a { font-size: 1rem; width: 10rem; background-color: transparent; height: 35px; line-height: 35px; }
.header-container.thin-header #marketplace-dropdown .sub-menu li a { height: 25px; line-height: 25px; }
.header-container.thin-header #marketplace-dropdown .dropdown-triangle { width: 0; height: 0; border-right: 0.9em solid transparent; border-bottom: 0.8em solid #37474f; border-left: 0.9em solid transparent; display: block; position: absolute; top: -7px; left: 7px; margin-left: auto; margin-right: auto; }
.header-container.thin-header #marketplace-dropdown span.right-arrow { margin-left: 8px; }
.header-container.thin-header #marketplace-dropdown a { position: relative; padding-left: 40px; text-transform: none; }
.header-container.thin-header #marketplace-dropdown a:before { width: 24px; height: 24px; position: absolute; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; }
.header-container.thin-header #marketplace-dropdown a.main-marketplace { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #marketplace-dropdown a.main-marketplace.hover, .header-container.thin-header #marketplace-dropdown a.main-marketplace:hover { border-left-color: #ff6600; }
.header-container.thin-header #marketplace-dropdown a.main-marketplace.hover, .header-container.thin-header #marketplace-dropdown a.main-marketplace:hover { background-color: #121212; }
.header-container.thin-header #marketplace-dropdown a.main-marketplace.hover, .header-container.thin-header #marketplace-dropdown a.main-marketplace:hover { border-left-color: #ff6600; }
.header-container.thin-header #marketplace-dropdown a.main-marketplace:before { background-position: 0 -528px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #marketplace-dropdown a.best-sellers { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #marketplace-dropdown a.best-sellers.hover, .header-container.thin-header #marketplace-dropdown a.best-sellers:hover { border-left-color: #ff6600; }
.header-container.thin-header #marketplace-dropdown a.best-sellers.hover, .header-container.thin-header #marketplace-dropdown a.best-sellers:hover { background-color: #121212; }
.header-container.thin-header #marketplace-dropdown a.best-sellers.hover, .header-container.thin-header #marketplace-dropdown a.best-sellers:hover { border-left-color: #ff6600; }
.header-container.thin-header #marketplace-dropdown a.best-sellers:before { background-position: 0 -1608px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #marketplace-dropdown a.new-releases { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #marketplace-dropdown a.new-releases.hover, .header-container.thin-header #marketplace-dropdown a.new-releases:hover { border-left-color: #ff6600; }
.header-container.thin-header #marketplace-dropdown a.new-releases.hover, .header-container.thin-header #marketplace-dropdown a.new-releases:hover { background-color: #121212; }
.header-container.thin-header #marketplace-dropdown a.new-releases.hover, .header-container.thin-header #marketplace-dropdown a.new-releases:hover { border-left-color: #ff6600; }
.header-container.thin-header #marketplace-dropdown a.new-releases:before { background-position: 0 -1320px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #marketplace-dropdown a.categories { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.header-container.thin-header #marketplace-dropdown a.categories.hover, .header-container.thin-header #marketplace-dropdown a.categories:hover { border-left-color: #ff6600; }
.header-container.thin-header #marketplace-dropdown a.categories.hover, .header-container.thin-header #marketplace-dropdown a.categories:hover { background-color: #121212; }
.header-container.thin-header #marketplace-dropdown a.categories.hover, .header-container.thin-header #marketplace-dropdown a.categories:hover { border-left-color: #ff6600; }
.header-container.thin-header #marketplace-dropdown a.categories:before { background-position: 0 -1776px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.header-container.thin-header #marketplace-dropdown a.categories:after { display: none; }
.header-container.thin-header #marketplace-dropdown .categories-dropdown { width: 10rem; max-width: 10rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: #121212 0 0 10px; -moz-box-shadow: #121212 0 0 10px; box-shadow: #121212 0 0 10px; font-size: 1rem; background: #37474f; border: none; padding: 0.25rem 0 0.25rem 0; margin-top: -4px; margin-top: 0.4rem; background: #37474f url('../img/themes/smith/header/search-bg-pattern_2.1.95.png') repeat; margin-left: 0; margin-top: 1px; }
.header-container.thin-header #marketplace-dropdown .categories-dropdown:before { border-style: solid; /*@if $triangle-side-offset != false { left:$f-dropdown-triangle-side-offset;
}*/ }
.header-container.thin-header #marketplace-dropdown .categories-dropdown li { top: 0; display: block; width: 100%; }
.header-container.thin-header #marketplace-dropdown .categories-dropdown li.sep, .header-container.thin-header #marketplace-dropdown .categories-dropdown li.sep:hover { background: none; }
.header-container.thin-header #marketplace-dropdown .categories-dropdown li.sep hr { margin-top: 0.25rem; margin-bottom: 0.25rem; width: 90%; margin-left: auto; margin-right: auto; border-color: #8a8a8a; }
.header-container.thin-header #marketplace-dropdown .categories-dropdown li.js-generated { display: none; }
.header-container.thin-header #marketplace-dropdown .categories-dropdown li a { border-left-width: 0.2rem; border-left-color: transparent; border-left-style: solid; padding: 0 10px; font-size: 0.8rem; height: 35px; line-height: 35px; color: white; text-decoration: none; }
.header-container.thin-header #marketplace-dropdown .categories-dropdown li a:hover { background: #121212; border-left-color: #ff6600; }
.header-container.thin-header #marketplace-dropdown .categories-dropdown li a:hover { color: white; text-decoration: none; }
.header-container.thin-header #marketplace-dropdown .categories-dropdown:after { display: none; }
.header-container.thin-header #marketplace-dropdown .categories-dropdown li { width: 10rem; }
.header-container.thin-header #marketplace-dropdown .categories-dropdown li a { font-size: 1rem; width: 10rem; background-color: transparent; height: 35px; line-height: 35px; }
.header-container.thin-header #marketplace-dropdown .categories-dropdown .sub-menu li a { height: 25px; line-height: 25px; }
.header-container.thin-header #marketplace-dropdown .categories-dropdown .dropdown-triangle { width: 0; height: 0; border-right: 0.9em solid transparent; border-bottom: 0.8em solid #37474f; border-left: 0.9em solid transparent; display: block; position: absolute; top: -7px; left: 7px; margin-left: auto; margin-right: auto; }
.header-container.thin-header #marketplace-dropdown .categories-dropdown .my-triangle { width: 0; height: 0; border-top: 0.9em solid transparent; border-right: 0.8em solid #37474f; border-bottom: 0.9em solid transparent; display: block; position: absolute; top: 6px; margin-left: -7px; margin-right: auto; }
.header-container.thin-header #marketplace-dropdown .categories-dropdown a { margin-left: 1px; width: 9.9rem; text-transform: none; }

header.wrapper { background: transparent url('../img/header-bg_2.1.95.png') no-repeat; height: 180px; position: relative; border-color: white; border-width: 0 0 1px 0; border-style: solid; z-index: 10; }

.main-container { background: none; }
.main-container .bar-line { display: none; }
.main-container .pre-wrapper { display: block; width: 100%; position: relative; }
.main-container .thin-wrapper { min-height: 480px; height: auto !important; height: 480px; }

.mkp-header-products-link { height: 110px; width: 425px; }
.mkp-header-products-link .mkp-prod-link { position: absolute; font-size: 0; text-indent: -999999px; }
.mkp-header-products-link #mkp-prod-link-1, .mkp-header-products-link #mkp-prod-link-2, .mkp-header-products-link #mkp-prod-link-3 { height: 95px; left: 34px; top: 5px; width: 68px; }
.mkp-header-products-link #mkp-prod-link-1 { height: 127px; left: 0; top: -12px; width: 278px; }
.mkp-header-products-link #mkp-prod-link-2 { left: 124px; width: 68px; }
.mkp-header-products-link #mkp-prod-link-3 { left: 154px; width: 62px; }
.mkp-header-products-link #mkp-shop-link { bottom: 2px; height: 20px; left: 325px; width: 94px; }

div.ipad-app-avaliable { left: 150px; position: absolute; top: 37px; }

div.header-banner { left: 228px; position: absolute; top: 17px; }
div.header-banner.feature-product { top: 17px; left: 200px; }

h1.title { font-size: 156.25%; font-weight: bold; text-transform: uppercase; width: 56.70588235294118%; top: 77px; left: 20.15686274509804%; position: absolute; display: block; color: #3b3c3d; }
h1.title a { color: #3b3c3d; text-decoration: none; }

nav.header-nav { position: absolute; top: 139px; left: 17%; font-weight: bold; }
nav.header-nav ul a { background-color: transparent; }
nav.header-nav.main-mkp-button { left: auto; right: 30px; }
nav.header-nav.main-mkp-button span { line-height: 1.2; display: block; }

ul.sub-menu-link { position: absolute; top: 60px; right: 30px; margin: 0; padding: 0; border: 0; overflow: hidden; *zoom: 1; color: #444444; color: #3b3c3d; text-shadow: 0 1px 1px white; overflow: visible; font-size: 87.5%; font-weight: bold; }
ul.sub-menu-link li { list-style-image: none; list-style-type: none; margin-left: 0; white-space: nowrap; display: inline; float: left; padding-left: 4px; padding-right: 4px; }
ul.sub-menu-link li:first-child, ul.sub-menu-link li.first { padding-left: 0; }
ul.sub-menu-link li:last-child { padding-right: 0; }
ul.sub-menu-link li.last { padding-right: 0; }
ul.sub-menu-link .jQueryTextShadow, ul.sub-menu-link .jQueryTextShadow a { color: white !important; }
ul.sub-menu-link li { padding: 0 5px 2px; }
ul.sub-menu-link li:first-child, ul.sub-menu-link li.first { padding-right: 0; }
ul.sub-menu-link li:last-child, ul.sub-menu-link li.last { padding-right: 0 !important; }
ul.sub-menu-link li:last-child, ul.sub-menu-link li:first-child, ul.sub-menu-link li.first { padding-left: 5px; padding-right: 5px; }
ul.sub-menu-link li.sign-in { padding-right: 5px; }
ul.sub-menu-link li.sep { padding-left: 0; padding-right: 0; }
ul.sub-menu-link a { color: #3b3c3d; text-decoration: none; }
ul.sub-menu-link a:hover { color: #2d5865; text-decoration: none; }
ul.sub-menu-link .userProfile { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: inline-block; width: 85px !important; text-align: right; }

#search { position: absolute; top: 92px; right: 30px; height: 28px; }
#search form { height: 28px; }
#search form .text-input .text-input-a { width: 4px; height: 28px; background-image: url('../img/search-box-a_2.1.95.png'); display: inline; float: left; }
#search form .text-input .text-input-b { height: 28px; background-image: url('../img/search-box-b_2.1.95.png'); background-repeat: repeat-x; display: inline; float: left; }
#search form .text-input .text-input-c { width: 28px; height: 28px; background-image: url('../img/search-box-c_2.1.95.png'); display: inline; float: left; }
#search form input.search-input { background: none; border: none; color: white; width: 150px; font-size: 75.5%; }
#search form input.search-submit { background: none; border: none; width: 28px; height: 28px; margin: 0; padding: 0; font-size: 0; text-indent: -999999px; }

/** Google CSE Search box */
#search .gsc-control-searchbox-only { background: url('../img/search-box-a_2.1.95.png') no-repeat scroll 0 0 transparent; padding-left: 4px; }
#search table.gsc-search-box { border-collapse: collapse; }
#search td.gsc-input { float: none; }
#search td.gsc-input span { font-size: 0.8rem; text-transform: capitalize; }
#search td.gsc-input input.gsc-input { font-size: 81%; line-height: 1.6; height: 1.6em; }
#search td.gsc-input, #search input.gsc-input { background: url('../img/search-box-b_2.1.95.png') repeat-x scroll 0 0 transparent !important; float: none; height: 28px; padding-right: 0; color: white; width: 146px; }
#search input.gsc-input { background: none repeat-x scroll 0 0 transparent !important; border: medium none; color: white; width: 146px; padding-left: 0; line-height: 16px; vertical-align: middle; }
#search .gsc-search-button { background: url('../img/search-box-c_2.1.95.png') no-repeat scroll right top transparent; float: left; height: 28px; min-width: 28px; width: 28px; }
#search input.gsc-search-button { background: none repeat scroll 0 0 transparent; border: medium none; font-size: 0; height: 28px; width: 28px; min-width: 28px; margin: 0; padding: 0; text-indent: -9999px; }
#search .gsc-clear-button { display: none; }
#search.ready .gsc-search-button { background-position: 0 -33px; }

/** Main MarketPlace Button */
#main-mkp-button a { background: url('../img/mkp/marketplace-btn_2.1.95.png') no-repeat scroll left top transparent; padding: 0; width: 167px; height: 30px; margin: 6px 0 0; padding: 6px 0 0; color: #603913; }
#main-mkp-button a:hover { background-position: left -34px; text-decoration: none; }
#main-mkp-button a span { background: url('../img/mkp/marketplace-icon_2.1.95.png') no-repeat scroll 16px 1px transparent; padding-left: 24px; }

.f-dropdown.f-dropdown.f-dropdown.f-dropdown.f-dropdown.f-dropdown:before { border-style: solid; }

#profile-profile-parent, .notifications-dropdown { display: none; }
@media only screen and (min-width: 769px) { #profile-profile-parent, .notifications-dropdown { display: block; } }

@media only screen and (min-width: 769px) { .right-off-canvas-section { display: none; } }
.right-off-canvas-section .profile-link .resize-block { background-repeat: no-repeat; background-size: cover; background-position: center center; background-color: #acacac; width: 40px; height: 40px; }
.right-off-canvas-section .profile-link .resize-block img { display: block; width: 1px; height: 1px; position: absolute; left: -99999px; top: -99999px; }
.right-off-canvas-section .profile-link .profile-img { -webkit-border-radius: 2rem; -moz-border-radius: 2rem; -ms-border-radius: 2rem; -o-border-radius: 2rem; border-radius: 2rem; width: 2rem; height: 2rem; }

.left-off-canvas-menu, .right-off-canvas-menu { background: #37474f url('../img/themes/smith/header/search-bg-pattern_2.1.95.png') repeat; }
.left-off-canvas-menu .thin-header-icon-24x24 a.bookshelf, .right-off-canvas-menu .thin-header-icon-24x24 a.bookshelf { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.bookshelf.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.bookshelf:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.bookshelf.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.bookshelf:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.bookshelf.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.bookshelf:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.bookshelf.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.bookshelf:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.bookshelf.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.bookshelf:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.bookshelf.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.bookshelf:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.bookshelf:before, .right-off-canvas-menu .thin-header-icon-24x24 a.bookshelf:before { background-position: 0 -1680px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.explore, .right-off-canvas-menu .thin-header-icon-24x24 a.explore { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.explore.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.explore:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.explore.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.explore:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.explore.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.explore:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.explore.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.explore:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.explore.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.explore:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.explore.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.explore:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.explore:before, .right-off-canvas-menu .thin-header-icon-24x24 a.explore:before { background-position: 0 -360px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.top-rank, .right-off-canvas-menu .thin-header-icon-24x24 a.top-rank { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.top-rank.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.top-rank:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.top-rank.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.top-rank:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.top-rank.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.top-rank:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.top-rank.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.top-rank:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.top-rank.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.top-rank:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.top-rank.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.top-rank:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.top-rank:before, .right-off-canvas-menu .thin-header-icon-24x24 a.top-rank:before { background-position: 0 -168px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.manga, .right-off-canvas-menu .thin-header-icon-24x24 a.manga { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.manga.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.manga:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.manga.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.manga:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.manga.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.manga:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.manga.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.manga:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.manga.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.manga:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.manga.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.manga:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.manga:before, .right-off-canvas-menu .thin-header-icon-24x24 a.manga:before { background-position: 0 -1392px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.illustration, .right-off-canvas-menu .thin-header-icon-24x24 a.illustration { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.illustration.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.illustration:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.illustration.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.illustration:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.illustration.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.illustration:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.illustration.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.illustration:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.illustration.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.illustration:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.illustration.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.illustration:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.illustration:before, .right-off-canvas-menu .thin-header-icon-24x24 a.illustration:before { background-position: 0 -744px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.blog, .right-off-canvas-menu .thin-header-icon-24x24 a.blog { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.blog.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.blog:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.blog.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.blog:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.blog.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.blog:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.blog.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.blog:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.blog.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.blog:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.blog.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.blog:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.blog:before, .right-off-canvas-menu .thin-header-icon-24x24 a.blog:before { background-position: 0 -696px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.creator, .right-off-canvas-menu .thin-header-icon-24x24 a.creator { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.creator.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.creator:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.creator.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.creator:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.creator.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.creator:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.creator.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.creator:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.creator.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.creator:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.creator.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.creator:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.creator:before, .right-off-canvas-menu .thin-header-icon-24x24 a.creator:before { background-position: 0 -1536px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.forum, .right-off-canvas-menu .thin-header-icon-24x24 a.forum { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.forum.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.forum:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.forum.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.forum:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.forum.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.forum:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.forum.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.forum:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.forum.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.forum:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.forum.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.forum:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.forum:before, .right-off-canvas-menu .thin-header-icon-24x24 a.forum:before { background-position: 0 -384px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.about, .right-off-canvas-menu .thin-header-icon-24x24 a.about { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.about.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.about:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.about.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.about:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.about.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.about:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.about.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.about:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.about.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.about:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.about.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.about:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.about:before, .right-off-canvas-menu .thin-header-icon-24x24 a.about:before { background-position: 0 -303px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; background-position: 0 -303px; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.feed, .right-off-canvas-menu .thin-header-icon-24x24 a.feed { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.feed.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.feed:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.feed.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.feed:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.feed.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.feed:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.feed.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.feed:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.feed.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.feed:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.feed.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.feed:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.feed:before, .right-off-canvas-menu .thin-header-icon-24x24 a.feed:before { background-position: 0 -24px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.profile-link, .right-off-canvas-menu .thin-header-icon-24x24 a.profile-link { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.profile-link.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.profile-link:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.profile-link.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.profile-link:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.profile-link.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.profile-link:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.profile-link.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.profile-link:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.profile-link.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.profile-link:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.profile-link.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.profile-link:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.profile-link:before, .right-off-canvas-menu .thin-header-icon-24x24 a.profile-link:before { background-position: 0 -1536px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.dashboard, .right-off-canvas-menu .thin-header-icon-24x24 a.dashboard { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.dashboard.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.dashboard:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.dashboard.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.dashboard:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.dashboard.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.dashboard:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.dashboard.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.dashboard:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.dashboard.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.dashboard:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.dashboard.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.dashboard:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.dashboard:before, .right-off-canvas-menu .thin-header-icon-24x24 a.dashboard:before { background-position: 0 -120px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.subscription, .right-off-canvas-menu .thin-header-icon-24x24 a.subscription { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.subscription.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.subscription:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.subscription.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.subscription:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.subscription.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.subscription:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.subscription.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.subscription:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.subscription.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.subscription:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.subscription.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.subscription:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.subscription:before, .right-off-canvas-menu .thin-header-icon-24x24 a.subscription:before { background-position: 0 -192px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.my-shop, .right-off-canvas-menu .thin-header-icon-24x24 a.my-shop { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.my-shop.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.my-shop:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.my-shop.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.my-shop:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.my-shop.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.my-shop:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.my-shop.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.my-shop:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.my-shop.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.my-shop:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.my-shop.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.my-shop:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.my-shop:before, .right-off-canvas-menu .thin-header-icon-24x24 a.my-shop:before { background-position: 0 -912px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.order-history, .right-off-canvas-menu .thin-header-icon-24x24 a.order-history { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.order-history.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.order-history:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.order-history.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.order-history:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.order-history.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.order-history:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.order-history.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.order-history:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.order-history.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.order-history:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.order-history.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.order-history:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.order-history:before, .right-off-canvas-menu .thin-header-icon-24x24 a.order-history:before { background-position: 0 -144px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.admin, .right-off-canvas-menu .thin-header-icon-24x24 a.admin { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.admin.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.admin:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.admin.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.admin:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.admin.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.admin:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.admin.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.admin:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.admin.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.admin:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.admin.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.admin:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.admin:before, .right-off-canvas-menu .thin-header-icon-24x24 a.admin:before { background-position: 0 -1464px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.sign-out, .right-off-canvas-menu .thin-header-icon-24x24 a.sign-out { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.sign-out.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.sign-out:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.sign-out.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.sign-out:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.sign-out.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.sign-out:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.sign-out.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.sign-out:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.sign-out.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.sign-out:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.sign-out.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.sign-out:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.sign-out:before, .right-off-canvas-menu .thin-header-icon-24x24 a.sign-out:before { background-position: 0 -1632px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.help, .right-off-canvas-menu .thin-header-icon-24x24 a.help { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.help.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.help:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.help.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.help:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.help.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.help:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.help.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.help:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.help.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.help:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.help.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.help:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.help:before, .right-off-canvas-menu .thin-header-icon-24x24 a.help:before { background-position: 0 -1896px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.new-comic, .right-off-canvas-menu .thin-header-icon-24x24 a.new-comic { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.new-comic.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.new-comic:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.new-comic.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.new-comic:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.new-comic.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.new-comic:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.new-comic.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.new-comic:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.new-comic.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.new-comic:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.new-comic.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.new-comic:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.new-comic:before, .right-off-canvas-menu .thin-header-icon-24x24 a.new-comic:before { background-position: 0 -1392px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.new-illustration, .right-off-canvas-menu .thin-header-icon-24x24 a.new-illustration { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.new-illustration.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.new-illustration:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.new-illustration.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.new-illustration:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.new-illustration.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.new-illustration:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.new-illustration.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.new-illustration:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.new-illustration.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.new-illustration:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.new-illustration.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.new-illustration:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.new-illustration:before, .right-off-canvas-menu .thin-header-icon-24x24 a.new-illustration:before { background-position: 0 -744px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.new-blog, .right-off-canvas-menu .thin-header-icon-24x24 a.new-blog { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.new-blog.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.new-blog:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.new-blog.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.new-blog:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.new-blog.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.new-blog:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.new-blog.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.new-blog:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.new-blog.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.new-blog:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.new-blog.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.new-blog:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.new-blog:before, .right-off-canvas-menu .thin-header-icon-24x24 a.new-blog:before { background-position: 0 -696px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.manage-work, .right-off-canvas-menu .thin-header-icon-24x24 a.manage-work { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.manage-work.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.manage-work:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.manage-work.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.manage-work:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.manage-work.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.manage-work:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.manage-work.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.manage-work:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.manage-work.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.manage-work:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.manage-work.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.manage-work:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.manage-work:before, .right-off-canvas-menu .thin-header-icon-24x24 a.manage-work:before { background-position: 0 -1752px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.notification, .right-off-canvas-menu .thin-header-icon-24x24 a.notification { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.notification.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.notification:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.notification.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.notification:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.notification.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.notification:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.notification.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.notification:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.notification.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.notification:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.notification.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.notification:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.notification:before, .right-off-canvas-menu .thin-header-icon-24x24 a.notification:before { background-position: 0 -456px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.order-fulfillment, .right-off-canvas-menu .thin-header-icon-24x24 a.order-fulfillment { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.order-fulfillment.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.order-fulfillment:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.order-fulfillment.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.order-fulfillment:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.order-fulfillment.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.order-fulfillment:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.order-fulfillment.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.order-fulfillment:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.order-fulfillment.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.order-fulfillment:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.order-fulfillment.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.order-fulfillment:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.order-fulfillment:before, .right-off-canvas-menu .thin-header-icon-24x24 a.order-fulfillment:before { background-position: 0 -1656px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.cart, .right-off-canvas-menu .thin-header-icon-24x24 a.cart { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.cart.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.cart:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.cart.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.cart:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.cart.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.cart:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.cart.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.cart:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.cart.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.cart:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.cart.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.cart:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.cart:before, .right-off-canvas-menu .thin-header-icon-24x24 a.cart:before { background-position: 0 -840px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .thin-header-icon-24x24 a.marketplace, .right-off-canvas-menu .thin-header-icon-24x24 a.marketplace { padding-left: 40px; background-color: transparent; font-size: 1rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 1.75rem; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .thin-header-icon-24x24 a.marketplace.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.marketplace:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.marketplace.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.marketplace:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.marketplace.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.marketplace:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.marketplace.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.marketplace:hover { background-color: #121212; }
.left-off-canvas-menu .thin-header-icon-24x24 a.marketplace.hover, .left-off-canvas-menu .thin-header-icon-24x24 a.marketplace:hover, .right-off-canvas-menu .thin-header-icon-24x24 a.marketplace.hover, .right-off-canvas-menu .thin-header-icon-24x24 a.marketplace:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .thin-header-icon-24x24 a.marketplace:before, .right-off-canvas-menu .thin-header-icon-24x24 a.marketplace:before { background-position: 0 -528px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .off-canvas-list > li, .right-off-canvas-menu .off-canvas-list > li { border-top: 1px solid #455861; }
.left-off-canvas-menu .off-canvas-list > li:first-child, .left-off-canvas-menu .off-canvas-list > li.no-border, .right-off-canvas-menu .off-canvas-list > li:first-child, .right-off-canvas-menu .off-canvas-list > li.no-border { border-top: none; }
.left-off-canvas-menu .off-canvas-list > li:last-child, .right-off-canvas-menu .off-canvas-list > li:last-child { border-bottom: 1px solid #455861; }
.left-off-canvas-menu .off-canvas-list > li a, .right-off-canvas-menu .off-canvas-list > li a { -webkit-transition: all 0 ease; -webkit-transition-delay: 0; -moz-transition: all 0 ease 0; -o-transition: all 0 ease 0; transition: all 0 ease 0; position: relative; border-bottom: none; border-left-width: 6px; }
.left-off-canvas-menu .off-canvas-list > li a:before, .right-off-canvas-menu .off-canvas-list > li a:before { float: left; margin-right: 10px; }
.left-off-canvas-menu .off-canvas-list > li a:hover, .right-off-canvas-menu .off-canvas-list > li a:hover { background-color: #121212; }
.left-off-canvas-menu .off-canvas-list > li a .number-parent, .right-off-canvas-menu .off-canvas-list > li a .number-parent { position: relative; padding-right: 25px; display: inline; }
.left-off-canvas-menu .off-canvas-list > li a .num, .right-off-canvas-menu .off-canvas-list > li a .num { position: absolute; top: 3px; right: 0px; background: #f65359; padding: 0; font-size: 20px; color: white; text-indent: 0; line-height: 1; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; display: none; z-index: 2; width: 20px; height: 20px; line-height: 20px; overflow: hidden; text-align: center; font-style: normal; }
.left-off-canvas-menu .off-canvas-list > li.cart-detail a.cart .num, .right-off-canvas-menu .off-canvas-list > li.cart-detail a.cart .num { display: block; }
.left-off-canvas-menu .off-canvas-list > li.sep, .right-off-canvas-menu .off-canvas-list > li.sep { border-top: 14px solid #121212; }
.left-off-canvas-menu .off-canvas-list > li.notifications-dropdown, .right-off-canvas-menu .off-canvas-list > li.notifications-dropdown { display: block; }
.left-off-canvas-menu .off-canvas-list.large-button li a, .right-off-canvas-menu .off-canvas-list.large-button li a { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; height: 55px; font-size: 1.2rem; color: white; text-transform: uppercase; border-left-width: 6px; padding-left: 5px; z-index: 1; line-height: 35px; }
.left-off-canvas-menu .off-canvas-list.large-button li a:before, .right-off-canvas-menu .off-canvas-list.large-button li a:before { top: 5px; left: 0; position: relative; margin-right: 5px; float: left; z-index: 99999; }
.left-off-canvas-menu .off-canvas-list.large-button li.profile-name-big a, .right-off-canvas-menu .off-canvas-list.large-button li.profile-name-big a { font-size: 1.8rem; text-transform: uppercase; line-height: 1; }
.left-off-canvas-menu .off-canvas-list .header-link.order-history, .right-off-canvas-menu .off-canvas-list .header-link.order-history { border-bottom: 1px solid #455861; }
.left-off-canvas-menu #search-form-left-menu, .right-off-canvas-menu #search-form-left-menu { box-shadow: none; background: #ff6600; height: 55px; }
.left-off-canvas-menu #search-form-left-menu .dropdown-triangle, .right-off-canvas-menu #search-form-left-menu .dropdown-triangle { display: none; }
.left-off-canvas-menu #search-form-left-menu .cse-search-form, .right-off-canvas-menu #search-form-left-menu .cse-search-form { margin: 10px 0; border: none; padding-left: 15px; }
.left-off-canvas-menu #search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-search-button, .right-off-canvas-menu #search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-search-button { display: none; }
.left-off-canvas-menu #search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-input, .right-off-canvas-menu #search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-input { position: relative; }
.left-off-canvas-menu #search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-input input, .right-off-canvas-menu #search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-input input { -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; background-color: white !important; color: #121212; padding-right: 30px; width: 90%; padding-left: 10px; }
.left-off-canvas-menu #search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-input:before, .right-off-canvas-menu #search-form-left-menu .cse-search-form table.gsc-search-box tr td.gsc-input:before { display: block; width: 24px; height: 24px; position: absolute; content: ''; background-position: 0 -552px; z-index: 99999; right: 30px; top: 3px; }
.left-off-canvas-menu .cse-search-form2, .right-off-canvas-menu .cse-search-form2 { width: 265px; }
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 1024px) { .left-off-canvas-menu .cse-search-form2:before, .right-off-canvas-menu .cse-search-form2:before { display: none; } }
.left-off-canvas-menu .accordion-left-menu, .right-off-canvas-menu .accordion-left-menu { position: relative; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header { font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; width: 100%; height: 55px; left: 0; margin-top: 0; border-top: 1px solid #455861; padding: 0; background: none; border: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; height: 55px; font-size: 1.2rem; color: white; text-transform: uppercase; border-left-width: 6px; padding-left: 5px; z-index: 1; z-index: 1; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header:before, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header:before { top: 5px; left: 0; position: relative; margin-right: 5px; float: left; z-index: 99999; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header .h-link, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header .h-link { font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; font-size: 1.2rem; border-bottom: 1px solid #455861; padding-left: 0; display: block; height: 55px; text-transform: uppercase; line-height: 55px; border-left: 0.2rem solid transparent; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header .h-link.hover, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header .h-link:hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header .h-link.hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header .h-link:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.manga-comics, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.manga-comics { padding-left: 40px; background-color: transparent; font-size: 1.2rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 55px; border-left: 0.2rem solid transparent; padding-left: 0; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.manga-comics.hover, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.manga-comics:hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.manga-comics.hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.manga-comics:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.manga-comics.hover, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.manga-comics:hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.manga-comics.hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.manga-comics:hover { background-color: #121212; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.manga-comics.hover, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.manga-comics:hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.manga-comics.hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.manga-comics:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.manga-comics:before, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.manga-comics:before { background-position: 0 -1392px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations { padding-left: 40px; background-color: transparent; font-size: 1.2rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 55px; border-left: 0.2rem solid transparent; padding-left: 0; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations.hover, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations:hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations.hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations.hover, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations:hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations.hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations:hover { background-color: #121212; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations.hover, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations:hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations.hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations:before, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations:before { background-position: 0 -1536px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations { padding-left: 40px; background-color: transparent; font-size: 1.2rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 55px; border-left: 0.2rem solid transparent; padding-left: 0; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations.hover, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations:hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations.hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations.hover, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations:hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations.hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations:hover { background-color: #121212; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations.hover, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations:hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations.hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations:before, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.illustrations:before { background-position: 0 -744px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.marketplace, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.marketplace { padding-left: 40px; background-color: transparent; font-size: 1.2rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 55px; border-left: 0.2rem solid transparent; padding-left: 0; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.marketplace.hover, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.marketplace:hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.marketplace.hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.marketplace:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.marketplace.hover, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.marketplace:hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.marketplace.hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.marketplace:hover { background-color: #121212; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.marketplace.hover, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.marketplace:hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.marketplace.hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.marketplace:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.marketplace:before, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.marketplace:before { background-position: 0 -528px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.creators, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.creators { padding-left: 40px; background-color: transparent; font-size: 1.2rem; border-left: 0.2rem solid transparent; text-transform: none; padding-right: 0; height: 55px; border-left: 0.2rem solid transparent; padding-left: 0; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.creators.hover, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.creators:hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.creators.hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.creators:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.creators.hover, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.creators:hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.creators.hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.creators:hover { background-color: #121212; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.creators.hover, .left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.creators:hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.creators.hover, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.creators:hover { border-left-color: #ff6600; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.creators:before, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.creators:before { background-position: 0 -1536px; left: 12px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: block; content: ' '; z-index: 20; width: 24px; height: 24px; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header .ui-icon, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header .ui-icon { background-position: 0 -16px; width: 24px; height: 24px; top: 0; bottom: 0; position: absolute; margin: auto 0; left: auto; right: 20px; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.ui-state-active, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.ui-state-active { background: #121212; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.ui-state-active .ui-icon, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.ui-state-active .ui-icon { background-position: 0 -40px; width: 24px; height: 24px; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.accordion-header.accordion-header, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.accordion-header.accordion-header { border-left: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; }
.left-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.accordion-header.accordion-header:before, .right-off-canvas-menu .accordion-left-menu .accordion-header.ui-accordion-header.accordion-header.accordion-header:before { float: left; left: 7px; top: 14px; margin-right: 11px; z-index: 99999; }
.left-off-canvas-menu .accordion-left-menu .accordion-content, .right-off-canvas-menu .accordion-left-menu .accordion-content { background: #121212; padding: 0; margin: 0; border: none; display: none; height: auto; }
.left-off-canvas-menu .accordion-left-menu .accordion-content .sub-menu, .right-off-canvas-menu .accordion-left-menu .accordion-content .sub-menu { margin-left: 0; }
.left-off-canvas-menu .accordion-left-menu .accordion-content .header-link, .right-off-canvas-menu .accordion-left-menu .accordion-content .header-link { border-bottom: 1px solid #455861; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; height: 55px; font-size: 1.2rem; color: white; text-transform: uppercase; border-left-width: 6px; padding-left: 5px; z-index: 1; display: block; padding-left: 0; }
.left-off-canvas-menu .accordion-left-menu .accordion-content .header-link:before, .right-off-canvas-menu .accordion-left-menu .accordion-content .header-link:before { top: 5px; left: 0; position: relative; margin-right: 5px; float: left; z-index: 99999; }
.left-off-canvas-menu .accordion-left-menu .accordion-content .header-link a, .right-off-canvas-menu .accordion-left-menu .accordion-content .header-link a { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; height: 55px; font-size: 1.2rem; color: white; text-transform: uppercase; border-left-width: 6px; padding-left: 5px; z-index: 1; border-left: 6px solid rgba(0, 0, 0, 0); }
.left-off-canvas-menu .accordion-left-menu .accordion-content .header-link a:before, .right-off-canvas-menu .accordion-left-menu .accordion-content .header-link a:before { top: 5px; left: 0; position: relative; margin-right: 5px; float: left; z-index: 99999; }
.left-off-canvas-menu .accordion-left-menu .accordion-content .header-link a:hover, .right-off-canvas-menu .accordion-left-menu .accordion-content .header-link a:hover { border-left-color: #ff6600; border-left-style: solid; }
.left-off-canvas-menu .accordion-left-menu .accordion-content .header-link a:before, .right-off-canvas-menu .accordion-left-menu .accordion-content .header-link a:before { width: 25px; height: 18px; float: left; margin-left: 20px; margin-right: 0; background: url('../img/themes/smith/icons/smith-icons/dot-big_2.1.95.png') no-repeat 50% 50%; content: ''; }

body { background: white; }

.clear { clear: both; }

.container, .reveal-modal { color: #37474f; }
.container .no-margin, .reveal-modal .no-margin { margin: 0; }
.container .title, .container .underline, .container .element-overide-favorite-section section.favorites, .element-overide-favorite-section .container section.favorites, .reveal-modal .title, .reveal-modal .underline, .reveal-modal .element-overide-favorite-section section.favorites, .element-overide-favorite-section .reveal-modal section.favorites { position: relative; }
.container .title:after, .container .underline:after, .container .element-overide-favorite-section section.favorites:after, .element-overide-favorite-section .container section.favorites:after, .reveal-modal .title:after, .reveal-modal .underline:after, .reveal-modal .element-overide-favorite-section section.favorites:after, .element-overide-favorite-section .reveal-modal section.favorites:after { content: ''; width: auto; height: 1px; background: #cfd8dc; position: absolute; top: initial; left: 0; right: 0; bottom: 0; }
.container .title.light:after, .container .underline.light:after, .container .element-overide-favorite-section section.light.favorites:after, .element-overide-favorite-section .container section.light.favorites:after, .reveal-modal .title.light:after, .reveal-modal .underline.light:after, .reveal-modal .element-overide-favorite-section section.light.favorites:after, .element-overide-favorite-section .reveal-modal section.light.favorites:after { background: #e2e2e2; }
.container .bg-1, .reveal-modal .bg-1 { background: #f9f9f9; }
.container .bg-2, .reveal-modal .bg-2 { background: url('../img/themes/ookbee/bg/bg-pattern_2.1.95.png') repeat 0 0; }
.container .bg-3, .reveal-modal .bg-3 { background: url('../img/themes/ookbee/bg/bg-pattern2_2.1.95.png') repeat-x; background-position: bottom; background-size: contain; }
.container .bg, .reveal-modal .bg { background-size: cover; background-position: 50% 0; }
.container .bg.violet, .reveal-modal .bg.violet { background-color: #5f63a2; }
.container .bg.facebook-blue, .reveal-modal .bg.facebook-blue { background-color: #3b5a9a; }
.container .bg.facebook-blue-gradient, .reveal-modal .bg.facebook-blue-gradient { background-color: #3b5a9a; background: linear-gradient(to bottom, #3b5a9a 0%, #1059a6 100%); }
.container .bg.light-gray, .reveal-modal .bg.light-gray { background-color: #e6e6e6; }
.container .bg.light-gray-2x, .reveal-modal .bg.light-gray-2x { background-color: #f9f9f9; }
.container .bg.img-gray, .reveal-modal .bg.img-gray { background-image: url('../img/explore/bg_gray_2.1.95.jpg'); }
.container .bg.img-orange, .reveal-modal .bg.img-orange { background-image: url('../img/explore/bg_orange_2.1.95.jpg'); }
.container .bg.img-white, .reveal-modal .bg.img-white { background-image: url('../img/explore/bg_white_2.1.95.jpg'); }
.container .bg.img-yellow, .reveal-modal .bg.img-yellow { background-image: url('../img/explore/bg_yellow_2.1.95.jpg'); }
.container .bg.img-blueimage, .reveal-modal .bg.img-blueimage { background-image: url('../img/explore/bg_blueimage_2.1.95.jpg'); }
.container div > a, .container span > a, .container p > a, .reveal-modal div > a, .reveal-modal span > a, .reveal-modal p > a { font-size: inherit; line-height: inherit; color: #ff6600; text-decoration: none; font-family: inherit; }
.container div > a:hover, .container span > a:hover, .container p > a:hover, .reveal-modal div > a:hover, .reveal-modal span > a:hover, .reveal-modal p > a:hover { color: #ff812d; text-decoration: underline; }
.container div > a.active, .container span > a.active, .container p > a.active, .reveal-modal div > a.active, .reveal-modal span > a.active, .reveal-modal p > a.active { color: #cf5300; text-decoration: underline; }
.container input[type='submit'], .container .button, .container button, .container .button span, .reveal-modal input[type='submit'], .reveal-modal .button, .reveal-modal button, .reveal-modal .button span { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding: 0; border: 0; display: inline-block; text-align: center; cursor: pointer; outline: none; }
.container input[type='submit']:hover:after, .container input[type='submit']:active:after, .container .button:hover:after, .container .button:active:after, .container button:hover:after, .container button:active:after, .container .button span:hover:after, .container .button span:active:after, .reveal-modal input[type='submit']:hover:after, .reveal-modal input[type='submit']:active:after, .reveal-modal .button:hover:after, .reveal-modal .button:active:after, .reveal-modal button:hover:after, .reveal-modal button:active:after, .reveal-modal .button span:hover:after, .reveal-modal .button span:active:after { content: none; }
.container input[type='submit'].icon-follow-w span, .container .button.icon-follow-w span, .container button.icon-follow-w span, .container .button span.icon-follow-w span, .reveal-modal input[type='submit'].icon-follow-w span, .reveal-modal .button.icon-follow-w span, .reveal-modal button.icon-follow-w span, .reveal-modal .button span.icon-follow-w span { padding-left: 26px; position: relative; }
.container input[type='submit'].icon-follow-w span:before, .container .button.icon-follow-w span:before, .container button.icon-follow-w span:before, .container .button span.icon-follow-w span:before, .reveal-modal input[type='submit'].icon-follow-w span:before, .reveal-modal .button.icon-follow-w span:before, .reveal-modal button.icon-follow-w span:before, .reveal-modal .button span.icon-follow-w span:before { background-position: 0 -1200px; content: ''; width: 24px; height: 24px; top: 0; left: 10px; position: absolute; bottom: 0; margin-top: auto; margin-bottom: auto; }
.container input[type='submit'].icon-following-g span, .container .button.icon-following-g span, .container button.icon-following-g span, .container .button span.icon-following-g span, .reveal-modal input[type='submit'].icon-following-g span, .reveal-modal .button.icon-following-g span, .reveal-modal button.icon-following-g span, .reveal-modal .button span.icon-following-g span { padding-left: 26px; position: relative; }
.container input[type='submit'].icon-following-g span:before, .container .button.icon-following-g span:before, .container button.icon-following-g span:before, .container .button span.icon-following-g span:before, .reveal-modal input[type='submit'].icon-following-g span:before, .reveal-modal .button.icon-following-g span:before, .reveal-modal button.icon-following-g span:before, .reveal-modal .button span.icon-following-g span:before { background-position: 0 -984px; content: ''; width: 24px; height: 24px; top: 0; left: 10px; position: absolute; bottom: 0; margin-top: auto; margin-bottom: auto; }
.container input[type='submit'].icon-view-g span, .container .button.icon-view-g span, .container button.icon-view-g span, .container .button span.icon-view-g span, .reveal-modal input[type='submit'].icon-view-g span, .reveal-modal .button.icon-view-g span, .reveal-modal button.icon-view-g span, .reveal-modal .button span.icon-view-g span { padding-left: 26px; position: relative; }
.container input[type='submit'].icon-view-g span:before, .container .button.icon-view-g span:before, .container button.icon-view-g span:before, .container .button span.icon-view-g span:before, .reveal-modal input[type='submit'].icon-view-g span:before, .reveal-modal .button.icon-view-g span:before, .reveal-modal button.icon-view-g span:before, .reveal-modal .button span.icon-view-g span:before { background-position: 0 -1344px; content: ''; width: 24px; height: 24px; top: 0; left: 10px; position: absolute; bottom: 0; margin-top: auto; margin-bottom: auto; }
.container input[type='submit'].icon-facebook span, .container .button.icon-facebook span, .container button.icon-facebook span, .container .button span.icon-facebook span, .reveal-modal input[type='submit'].icon-facebook span, .reveal-modal .button.icon-facebook span, .reveal-modal button.icon-facebook span, .reveal-modal .button span.icon-facebook span { padding-left: 26px; position: relative; }
.container input[type='submit'].icon-facebook span:before, .container .button.icon-facebook span:before, .container button.icon-facebook span:before, .container .button span.icon-facebook span:before, .reveal-modal input[type='submit'].icon-facebook span:before, .reveal-modal .button.icon-facebook span:before, .reveal-modal button.icon-facebook span:before, .reveal-modal .button span.icon-facebook span:before { background-position: 0 -1920px; content: ''; width: 24px; height: 24px; top: 0; left: 10px; position: absolute; bottom: 0; margin-top: auto; margin-bottom: auto; }
.container input[type='submit'].icon-option-g span, .container .button.icon-option-g span, .container button.icon-option-g span, .container .button span.icon-option-g span, .reveal-modal input[type='submit'].icon-option-g span, .reveal-modal .button.icon-option-g span, .reveal-modal button.icon-option-g span, .reveal-modal .button span.icon-option-g span { padding-left: 26px; position: relative; }
.container input[type='submit'].icon-option-g span:before, .container .button.icon-option-g span:before, .container button.icon-option-g span:before, .container .button span.icon-option-g span:before, .reveal-modal input[type='submit'].icon-option-g span:before, .reveal-modal .button.icon-option-g span:before, .reveal-modal button.icon-option-g span:before, .reveal-modal .button span.icon-option-g span:before { background-position: 0 0; content: ''; width: 24px; height: 24px; top: 0; left: 10px; position: absolute; bottom: 0; margin-top: auto; margin-bottom: auto; }
.container input[type='submit'].icon-like-o span, .container .button.icon-like-o span, .container button.icon-like-o span, .container .button span.icon-like-o span, .reveal-modal input[type='submit'].icon-like-o span, .reveal-modal .button.icon-like-o span, .reveal-modal button.icon-like-o span, .reveal-modal .button span.icon-like-o span { padding-left: 26px; position: relative; }
.container input[type='submit'].icon-like-o span:before, .container .button.icon-like-o span:before, .container button.icon-like-o span:before, .container .button span.icon-like-o span:before, .reveal-modal input[type='submit'].icon-like-o span:before, .reveal-modal .button.icon-like-o span:before, .reveal-modal button.icon-like-o span:before, .reveal-modal .button span.icon-like-o span:before { background-position: 0 -1296px; content: ''; width: 24px; height: 24px; top: 0; left: 10px; position: absolute; bottom: 0; margin-top: auto; margin-bottom: auto; }
.container input[type='submit'].icon-like-p span, .container .button.icon-like-p span, .container button.icon-like-p span, .container .button span.icon-like-p span, .reveal-modal input[type='submit'].icon-like-p span, .reveal-modal .button.icon-like-p span, .reveal-modal button.icon-like-p span, .reveal-modal .button span.icon-like-p span { padding-left: 26px; position: relative; }
.container input[type='submit'].icon-like-p span:before, .container .button.icon-like-p span:before, .container button.icon-like-p span:before, .container .button span.icon-like-p span:before, .reveal-modal input[type='submit'].icon-like-p span:before, .reveal-modal .button.icon-like-p span:before, .reveal-modal button.icon-like-p span:before, .reveal-modal .button span.icon-like-p span:before { background-position: 0 -1128px; content: ''; width: 24px; height: 24px; top: 0; left: 10px; position: absolute; bottom: 0; margin-top: auto; margin-bottom: auto; }
.container input[type='submit'].icon-like-g span, .container .button.icon-like-g span, .container button.icon-like-g span, .container .button span.icon-like-g span, .reveal-modal input[type='submit'].icon-like-g span, .reveal-modal .button.icon-like-g span, .reveal-modal button.icon-like-g span, .reveal-modal .button span.icon-like-g span { padding-left: 26px; position: relative; }
.container input[type='submit'].icon-like-g span:before, .container .button.icon-like-g span:before, .container button.icon-like-g span:before, .container .button span.icon-like-g span:before, .reveal-modal input[type='submit'].icon-like-g span:before, .reveal-modal .button.icon-like-g span:before, .reveal-modal button.icon-like-g span:before, .reveal-modal .button span.icon-like-g span:before { background-position: 0 -1248px; content: ''; width: 24px; height: 24px; top: 0; left: 10px; position: absolute; bottom: 0; margin-top: auto; margin-bottom: auto; }
.container input[type='submit'].icon-like-big-p span, .container .button.icon-like-big-p span, .container button.icon-like-big-p span, .container .button span.icon-like-big-p span, .reveal-modal input[type='submit'].icon-like-big-p span, .reveal-modal .button.icon-like-big-p span, .reveal-modal button.icon-like-big-p span, .reveal-modal .button span.icon-like-big-p span { padding-left: 34px; position: relative; }
.container input[type='submit'].icon-like-big-p span:before, .container .button.icon-like-big-p span:before, .container button.icon-like-big-p span:before, .container .button span.icon-like-big-p span:before, .reveal-modal input[type='submit'].icon-like-big-p span:before, .reveal-modal .button.icon-like-big-p span:before, .reveal-modal button.icon-like-big-p span:before, .reveal-modal .button span.icon-like-big-p span:before { background-position: 0 -192px; content: ''; width: 32px; height: 32px; top: 0; left: 10px; position: absolute; bottom: 0; margin-top: auto; margin-bottom: auto; }
.container input[type='submit'].icon-like-big-g span, .container .button.icon-like-big-g span, .container button.icon-like-big-g span, .container .button span.icon-like-big-g span, .reveal-modal input[type='submit'].icon-like-big-g span, .reveal-modal .button.icon-like-big-g span, .reveal-modal button.icon-like-big-g span, .reveal-modal .button span.icon-like-big-g span { padding-left: 34px; position: relative; }
.container input[type='submit'].icon-like-big-g span:before, .container .button.icon-like-big-g span:before, .container button.icon-like-big-g span:before, .container .button span.icon-like-big-g span:before, .reveal-modal input[type='submit'].icon-like-big-g span:before, .reveal-modal .button.icon-like-big-g span:before, .reveal-modal button.icon-like-big-g span:before, .reveal-modal .button span.icon-like-big-g span:before { background-position: 0 -928px; content: ''; width: 32px; height: 32px; top: 0; left: 10px; position: absolute; bottom: 0; margin-top: auto; margin-bottom: auto; }
.container input[type='submit'].icon, .container input[type='submit'].icon span, .container .button.icon, .container .button.icon span, .container button.icon, .container button.icon span, .container .button span.icon, .container .button span.icon span, .reveal-modal input[type='submit'].icon, .reveal-modal input[type='submit'].icon span, .reveal-modal .button.icon, .reveal-modal .button.icon span, .reveal-modal button.icon, .reveal-modal button.icon span, .reveal-modal .button span.icon, .reveal-modal .button span.icon span { font-size: 20px; width: 30px; height: 30px; line-height: 30px; }
.container input[type='submit'].small, .container input[type='submit'].small span, .container .button.small, .container .button.small span, .container button.small, .container button.small span, .container .button span.small, .container .button span.small span, .reveal-modal input[type='submit'].small, .reveal-modal input[type='submit'].small span, .reveal-modal .button.small, .reveal-modal .button.small span, .reveal-modal button.small, .reveal-modal button.small span, .reveal-modal .button span.small, .reveal-modal .button span.small span { font-size: 18px; width: 50px; height: 20px; line-height: 20px; }
.container input[type='submit'].information, .container input[type='submit'].information span, .container .button.information, .container .button.information span, .container button.information, .container button.information span, .container .button span.information, .container .button span.information span, .reveal-modal input[type='submit'].information, .reveal-modal input[type='submit'].information span, .reveal-modal .button.information, .reveal-modal .button.information span, .reveal-modal button.information, .reveal-modal button.information span, .reveal-modal .button span.information, .reveal-modal .button span.information span { -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; font-size: 18px; width: 20px; height: 20px; line-height: 20px; background: white; border: 1px solid #455861; }
.container input[type='submit'].information:after, .container input[type='submit'].information span:after, .container .button.information:after, .container .button.information span:after, .container button.information:after, .container button.information span:after, .container .button span.information:after, .container .button span.information span:after, .reveal-modal input[type='submit'].information:after, .reveal-modal input[type='submit'].information span:after, .reveal-modal .button.information:after, .reveal-modal .button.information span:after, .reveal-modal button.information:after, .reveal-modal button.information span:after, .reveal-modal .button span.information:after, .reveal-modal .button span.information span:after { content: 'i' !important; color: #455861; }
.container input[type='submit'].information:hover, .container input[type='submit'].information span:hover, .container .button.information:hover, .container .button.information span:hover, .container button.information:hover, .container button.information span:hover, .container .button span.information:hover, .container .button span.information span:hover, .reveal-modal input[type='submit'].information:hover, .reveal-modal input[type='submit'].information span:hover, .reveal-modal .button.information:hover, .reveal-modal .button.information span:hover, .reveal-modal button.information:hover, .reveal-modal button.information span:hover, .reveal-modal .button span.information:hover, .reveal-modal .button span.information span:hover { text-decoration: none; }
.container input[type='submit'].full-width, .container input[type='submit'].full-width span, .container .button.full-width, .container .button.full-width span, .container button.full-width, .container button.full-width span, .container .button span.full-width, .container .button span.full-width span, .reveal-modal input[type='submit'].full-width, .reveal-modal input[type='submit'].full-width span, .reveal-modal .button.full-width, .reveal-modal .button.full-width span, .reveal-modal button.full-width, .reveal-modal button.full-width span, .reveal-modal .button span.full-width, .reveal-modal .button span.full-width span { font-size: 25px; width: 100%; height: 45px; line-height: 45px; }
.container input[type='submit'].general, .container input[type='submit'].general span, .container .button.general, .container .button.general span, .container button.general, .container button.general span, .container .button span.general, .container .button span.general span, .reveal-modal input[type='submit'].general, .reveal-modal input[type='submit'].general span, .reveal-modal .button.general, .reveal-modal .button.general span, .reveal-modal button.general, .reveal-modal button.general span, .reveal-modal .button span.general, .reveal-modal .button span.general span { font-size: 20px; width: 120px; height: 30px; line-height: 30px; }
.container input[type='submit'].big, .container input[type='submit'].big span, .container .button.big, .container .button.big span, .container button.big, .container button.big span, .container .button span.big, .container .button span.big span, .reveal-modal input[type='submit'].big, .reveal-modal input[type='submit'].big span, .reveal-modal .button.big, .reveal-modal .button.big span, .reveal-modal button.big, .reveal-modal button.big span, .reveal-modal .button span.big, .reveal-modal .button span.big span { font-size: 24px; width: 160px; height: 40px; line-height: 40px; }
.container input[type='submit'].extra-big, .container input[type='submit'].extra-big span, .container .button.extra-big, .container .button.extra-big span, .container button.extra-big, .container button.extra-big span, .container .button span.extra-big, .container .button span.extra-big span, .reveal-modal input[type='submit'].extra-big, .reveal-modal input[type='submit'].extra-big span, .reveal-modal .button.extra-big, .reveal-modal .button.extra-big span, .reveal-modal button.extra-big, .reveal-modal button.extra-big span, .reveal-modal .button span.extra-big, .reveal-modal .button span.extra-big span { font-size: 20px; width: 280px; height: 40px; line-height: 40px; }
@media only screen and (min-width: 769px) { .container input[type='submit'].extra-big, .container input[type='submit'].extra-big span, .container .button.extra-big, .container .button.extra-big span, .container button.extra-big, .container button.extra-big span, .container .button span.extra-big, .container .button span.extra-big span, .reveal-modal input[type='submit'].extra-big, .reveal-modal input[type='submit'].extra-big span, .reveal-modal .button.extra-big, .reveal-modal .button.extra-big span, .reveal-modal button.extra-big, .reveal-modal button.extra-big span, .reveal-modal .button span.extra-big, .reveal-modal .button span.extra-big span { font-size: 24px; } }
.container input[type='submit'].center, .container .button.center, .container button.center, .container .button span.center, .reveal-modal input[type='submit'].center, .reveal-modal .button.center, .reveal-modal button.center, .reveal-modal .button span.center { display: block; margin: auto; margin-bottom: 40px; }
.container input[type='submit'].orange, .container .button.orange, .container button.orange, .container .button span.orange, .reveal-modal input[type='submit'].orange, .reveal-modal .button.orange, .reveal-modal button.orange, .reveal-modal .button span.orange { background: #ff6600; color: white; outline: none; position: relative; }
.container input[type='submit'].orange:after, .container .button.orange:after, .container button.orange:after, .container .button span.orange:after, .reveal-modal input[type='submit'].orange:after, .reveal-modal .button.orange:after, .reveal-modal button.orange:after, .reveal-modal .button span.orange:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 1px solid rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background: none; }
.container input[type='submit'].orange:hover, .container .button.orange:hover, .container button.orange:hover, .container .button span.orange:hover, .reveal-modal input[type='submit'].orange:hover, .reveal-modal .button.orange:hover, .reveal-modal button.orange:hover, .reveal-modal .button span.orange:hover { background: #ff812d; text-decoration: none; }
.container input[type='submit'].orange:active, .container .button.orange:active, .container button.orange:active, .container .button span.orange:active, .reveal-modal input[type='submit'].orange:active, .reveal-modal .button.orange:active, .reveal-modal button.orange:active, .reveal-modal .button span.orange:active { background: #cf5300; text-decoration: none; }
.container input[type='submit'].orange:active:after, .container .button.orange:active:after, .container button.orange:active:after, .container .button span.orange:active:after, .reveal-modal input[type='submit'].orange:active:after, .reveal-modal .button.orange:active:after, .reveal-modal button.orange:active:after, .reveal-modal .button span.orange:active:after { border-color: rgba(0, 0, 0, 0); }
.container input[type='submit'].facebook-blue, .container .button.facebook-blue, .container button.facebook-blue, .container .button span.facebook-blue, .reveal-modal input[type='submit'].facebook-blue, .reveal-modal .button.facebook-blue, .reveal-modal button.facebook-blue, .reveal-modal .button span.facebook-blue { background: #3b5a9a; color: white; outline: none; position: relative; }
.container input[type='submit'].facebook-blue:after, .container .button.facebook-blue:after, .container button.facebook-blue:after, .container .button span.facebook-blue:after, .reveal-modal input[type='submit'].facebook-blue:after, .reveal-modal .button.facebook-blue:after, .reveal-modal button.facebook-blue:after, .reveal-modal .button span.facebook-blue:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 1px solid rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background: none; }
.container input[type='submit'].facebook-blue:hover, .container .button.facebook-blue:hover, .container button.facebook-blue:hover, .container .button span.facebook-blue:hover, .reveal-modal input[type='submit'].facebook-blue:hover, .reveal-modal .button.facebook-blue:hover, .reveal-modal button.facebook-blue:hover, .reveal-modal .button span.facebook-blue:hover { background: #344f88; text-decoration: none; }
.container input[type='submit'].facebook-blue:active, .container .button.facebook-blue:active, .container button.facebook-blue:active, .container .button span.facebook-blue:active, .reveal-modal input[type='submit'].facebook-blue:active, .reveal-modal .button.facebook-blue:active, .reveal-modal button.facebook-blue:active, .reveal-modal .button span.facebook-blue:active { background: #2d4475; text-decoration: none; }
.container input[type='submit'].facebook-blue:active:after, .container .button.facebook-blue:active:after, .container button.facebook-blue:active:after, .container .button span.facebook-blue:active:after, .reveal-modal input[type='submit'].facebook-blue:active:after, .reveal-modal .button.facebook-blue:active:after, .reveal-modal button.facebook-blue:active:after, .reveal-modal .button span.facebook-blue:active:after { border-color: rgba(0, 0, 0, 0); }
.container input[type='submit'].green, .container .button.green, .container button.green, .container .button span.green, .reveal-modal input[type='submit'].green, .reveal-modal .button.green, .reveal-modal button.green, .reveal-modal .button span.green { background: #1cbbb4; color: white; outline: none; position: relative; }
.container input[type='submit'].green:after, .container .button.green:after, .container button.green:after, .container .button span.green:after, .reveal-modal input[type='submit'].green:after, .reveal-modal .button.green:after, .reveal-modal button.green:after, .reveal-modal .button span.green:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 1px solid rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background: none; }
.container input[type='submit'].green:hover, .container .button.green:hover, .container button.green:hover, .container .button span.green:hover, .reveal-modal input[type='submit'].green:hover, .reveal-modal .button.green:hover, .reveal-modal button.green:hover, .reveal-modal .button span.green:hover { background: #21d0c8; text-decoration: none; }
.container input[type='submit'].green:active, .container .button.green:active, .container button.green:active, .container .button span.green:active, .reveal-modal input[type='submit'].green:active, .reveal-modal .button.green:active, .reveal-modal button.green:active, .reveal-modal .button span.green:active { background: #14908b; text-decoration: none; }
.container input[type='submit'].green:active:after, .container .button.green:active:after, .container button.green:active:after, .container .button span.green:active:after, .reveal-modal input[type='submit'].green:active:after, .reveal-modal .button.green:active:after, .reveal-modal button.green:active:after, .reveal-modal .button span.green:active:after { border-color: rgba(0, 0, 0, 0); }
.container input[type='submit'].yellow, .container .button.yellow, .container button.yellow, .container .button span.yellow, .reveal-modal input[type='submit'].yellow, .reveal-modal .button.yellow, .reveal-modal button.yellow, .reveal-modal .button span.yellow { background: #ffd44d; color: #37474f; outline: none; position: relative; }
.container input[type='submit'].yellow:after, .container .button.yellow:after, .container button.yellow:after, .container .button span.yellow:after, .reveal-modal input[type='submit'].yellow:after, .reveal-modal .button.yellow:after, .reveal-modal button.yellow:after, .reveal-modal .button span.yellow:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 1px solid rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background: none; }
.container input[type='submit'].yellow:hover, .container .button.yellow:hover, .container button.yellow:hover, .container .button span.yellow:hover, .reveal-modal input[type='submit'].yellow:hover, .reveal-modal .button.yellow:hover, .reveal-modal button.yellow:hover, .reveal-modal .button span.yellow:hover { background: #ffdd73; text-decoration: none; }
.container input[type='submit'].yellow:active, .container .button.yellow:active, .container button.yellow:active, .container .button span.yellow:active, .reveal-modal input[type='submit'].yellow:active, .reveal-modal .button.yellow:active, .reveal-modal button.yellow:active, .reveal-modal .button span.yellow:active { background: #eabf39; text-decoration: none; }
.container input[type='submit'].yellow:active:after, .container .button.yellow:active:after, .container button.yellow:active:after, .container .button span.yellow:active:after, .reveal-modal input[type='submit'].yellow:active:after, .reveal-modal .button.yellow:active:after, .reveal-modal button.yellow:active:after, .reveal-modal .button span.yellow:active:after { border-color: rgba(0, 0, 0, 0); }
.container input[type='submit'].pink, .container .button.pink, .container button.pink, .container .button span.pink, .reveal-modal input[type='submit'].pink, .reveal-modal .button.pink, .reveal-modal button.pink, .reveal-modal .button span.pink { background: #f65359; color: white; outline: none; position: relative; }
.container input[type='submit'].pink:after, .container .button.pink:after, .container button.pink:after, .container .button span.pink:after, .reveal-modal input[type='submit'].pink:after, .reveal-modal .button.pink:after, .reveal-modal button.pink:after, .reveal-modal .button span.pink:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 1px solid rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background: none; }
.container input[type='submit'].pink:hover, .container .button.pink:hover, .container button.pink:hover, .container .button span.pink:hover, .reveal-modal input[type='submit'].pink:hover, .reveal-modal .button.pink:hover, .reveal-modal button.pink:hover, .reveal-modal .button span.pink:hover { background: #f4777b; text-decoration: none; }
.container input[type='submit'].pink:active, .container .button.pink:active, .container button.pink:active, .container .button span.pink:active, .reveal-modal input[type='submit'].pink:active, .reveal-modal .button.pink:active, .reveal-modal button.pink:active, .reveal-modal .button span.pink:active { background: #cf3f45; text-decoration: none; }
.container input[type='submit'].pink:active:after, .container .button.pink:active:after, .container button.pink:active:after, .container .button span.pink:active:after, .reveal-modal input[type='submit'].pink:active:after, .reveal-modal .button.pink:active:after, .reveal-modal button.pink:active:after, .reveal-modal .button span.pink:active:after { border-color: rgba(0, 0, 0, 0); }
.container input[type='submit'].gray, .container .button.gray, .container button.gray, .container .button span.gray, .reveal-modal input[type='submit'].gray, .reveal-modal .button.gray, .reveal-modal button.gray, .reveal-modal .button span.gray { background: #37474f; color: white; outline: none; position: relative; }
.container input[type='submit'].gray:after, .container .button.gray:after, .container button.gray:after, .container .button span.gray:after, .reveal-modal input[type='submit'].gray:after, .reveal-modal .button.gray:after, .reveal-modal button.gray:after, .reveal-modal .button span.gray:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 1px solid rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background: none; }
.container input[type='submit'].gray:hover, .container .button.gray:hover, .container button.gray:hover, .container .button span.gray:hover, .reveal-modal input[type='submit'].gray:hover, .reveal-modal .button.gray:hover, .reveal-modal button.gray:hover, .reveal-modal .button span.gray:hover { background: #455861; text-decoration: none; }
.container input[type='submit'].gray:active, .container .button.gray:active, .container button.gray:active, .container .button span.gray:active, .reveal-modal input[type='submit'].gray:active, .reveal-modal .button.gray:active, .reveal-modal button.gray:active, .reveal-modal .button span.gray:active { background: #263238; text-decoration: none; }
.container input[type='submit'].gray:active:after, .container .button.gray:active:after, .container button.gray:active:after, .container .button span.gray:active:after, .reveal-modal input[type='submit'].gray:active:after, .reveal-modal .button.gray:active:after, .reveal-modal button.gray:active:after, .reveal-modal .button span.gray:active:after { border-color: rgba(0, 0, 0, 0); }
.container input[type='submit'].light-gray, .container .button.light-gray, .container button.light-gray, .container .button span.light-gray, .reveal-modal input[type='submit'].light-gray, .reveal-modal .button.light-gray, .reveal-modal button.light-gray, .reveal-modal .button span.light-gray { background: #37474f; color: white; outline: none; position: relative; opacity: 0.5; }
.container input[type='submit'].light-gray:after, .container .button.light-gray:after, .container button.light-gray:after, .container .button span.light-gray:after, .reveal-modal input[type='submit'].light-gray:after, .reveal-modal .button.light-gray:after, .reveal-modal button.light-gray:after, .reveal-modal .button span.light-gray:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 1px solid rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background: none; }
.container input[type='submit'].light-gray:hover, .container .button.light-gray:hover, .container button.light-gray:hover, .container .button span.light-gray:hover, .reveal-modal input[type='submit'].light-gray:hover, .reveal-modal .button.light-gray:hover, .reveal-modal button.light-gray:hover, .reveal-modal .button span.light-gray:hover { background: #455861; text-decoration: none; }
.container input[type='submit'].light-gray:active, .container .button.light-gray:active, .container button.light-gray:active, .container .button span.light-gray:active, .reveal-modal input[type='submit'].light-gray:active, .reveal-modal .button.light-gray:active, .reveal-modal button.light-gray:active, .reveal-modal .button span.light-gray:active { background: #263238; text-decoration: none; }
.container input[type='submit'].light-gray:active:after, .container .button.light-gray:active:after, .container button.light-gray:active:after, .container .button span.light-gray:active:after, .reveal-modal input[type='submit'].light-gray:active:after, .reveal-modal .button.light-gray:active:after, .reveal-modal button.light-gray:active:after, .reveal-modal .button span.light-gray:active:after { border-color: rgba(0, 0, 0, 0); }
.container input[type='submit'].line, .container .button.line, .container button.line, .container .button span.line, .reveal-modal input[type='submit'].line, .reveal-modal .button.line, .reveal-modal button.line, .reveal-modal .button span.line { background: white; color: #455861; outline: none; position: relative; }
.container input[type='submit'].line:after, .container .button.line:after, .container button.line:after, .container .button span.line:after, .reveal-modal input[type='submit'].line:after, .reveal-modal .button.line:after, .reveal-modal button.line:after, .reveal-modal .button span.line:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 1px solid #ebebeb; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background: none; }
.container input[type='submit'].line:hover, .container .button.line:hover, .container button.line:hover, .container .button span.line:hover, .reveal-modal input[type='submit'].line:hover, .reveal-modal .button.line:hover, .reveal-modal button.line:hover, .reveal-modal .button span.line:hover { background: #f9f9f9; text-decoration: none; }
.container input[type='submit'].line:active, .container .button.line:active, .container button.line:active, .container .button span.line:active, .reveal-modal input[type='submit'].line:active, .reveal-modal .button.line:active, .reveal-modal button.line:active, .reveal-modal .button span.line:active { background: #f9f9f9; text-decoration: none; }
.container input[type='submit'].line:active:after, .container .button.line:active:after, .container button.line:active:after, .container .button span.line:active:after, .reveal-modal input[type='submit'].line:active:after, .reveal-modal .button.line:active:after, .reveal-modal button.line:active:after, .reveal-modal .button span.line:active:after { border-color: #37474f; }
.container input[type='submit'].text-only, .container .button.text-only, .container button.text-only, .container .button span.text-only, .reveal-modal input[type='submit'].text-only, .reveal-modal .button.text-only, .reveal-modal button.text-only, .reveal-modal .button span.text-only { background: white; color: #455861; outline: none; position: relative; }
.container input[type='submit'].text-only:after, .container .button.text-only:after, .container button.text-only:after, .container .button span.text-only:after, .reveal-modal input[type='submit'].text-only:after, .reveal-modal .button.text-only:after, .reveal-modal button.text-only:after, .reveal-modal .button span.text-only:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 1px solid rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background: none; }
.container input[type='submit'].text-only:hover, .container .button.text-only:hover, .container button.text-only:hover, .container .button span.text-only:hover, .reveal-modal input[type='submit'].text-only:hover, .reveal-modal .button.text-only:hover, .reveal-modal button.text-only:hover, .reveal-modal .button span.text-only:hover { background: white; text-decoration: none; }
.container input[type='submit'].text-only:active, .container .button.text-only:active, .container button.text-only:active, .container .button span.text-only:active, .reveal-modal input[type='submit'].text-only:active, .reveal-modal .button.text-only:active, .reveal-modal button.text-only:active, .reveal-modal .button span.text-only:active { background: white; text-decoration: none; }
.container input[type='submit'].text-only:active:after, .container .button.text-only:active:after, .container button.text-only:active:after, .container .button span.text-only:active:after, .reveal-modal input[type='submit'].text-only:active:after, .reveal-modal .button.text-only:active:after, .reveal-modal button.text-only:active:after, .reveal-modal .button span.text-only:active:after { border-color: rgba(0, 0, 0, 0); }
.container input[type='submit'].icon-only, .container .button.icon-only, .container button.icon-only, .container .button span.icon-only, .reveal-modal input[type='submit'].icon-only, .reveal-modal .button.icon-only, .reveal-modal button.icon-only, .reveal-modal .button span.icon-only { background: white; color: #455861; outline: none; position: relative; border: none; }
.container input[type='submit'].icon-only:after, .container .button.icon-only:after, .container button.icon-only:after, .container .button span.icon-only:after, .reveal-modal input[type='submit'].icon-only:after, .reveal-modal .button.icon-only:after, .reveal-modal button.icon-only:after, .reveal-modal .button span.icon-only:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 1px solid rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background: none; }
.container input[type='submit'].icon-only:hover, .container .button.icon-only:hover, .container button.icon-only:hover, .container .button span.icon-only:hover, .reveal-modal input[type='submit'].icon-only:hover, .reveal-modal .button.icon-only:hover, .reveal-modal button.icon-only:hover, .reveal-modal .button span.icon-only:hover { background: white; text-decoration: none; }
.container input[type='submit'].icon-only:active, .container .button.icon-only:active, .container button.icon-only:active, .container .button span.icon-only:active, .reveal-modal input[type='submit'].icon-only:active, .reveal-modal .button.icon-only:active, .reveal-modal button.icon-only:active, .reveal-modal .button span.icon-only:active { background: white; text-decoration: none; }
.container input[type='submit'].icon-only:active:after, .container .button.icon-only:active:after, .container button.icon-only:active:after, .container .button span.icon-only:active:after, .reveal-modal input[type='submit'].icon-only:active:after, .reveal-modal .button.icon-only:active:after, .reveal-modal button.icon-only:active:after, .reveal-modal .button span.icon-only:active:after { border-color: rgba(0, 0, 0, 0); }
.container input[type='submit'].icon-only span, .container .button.icon-only span, .container button.icon-only span, .container .button span.icon-only span, .reveal-modal input[type='submit'].icon-only span, .reveal-modal .button.icon-only span, .reveal-modal button.icon-only span, .reveal-modal .button span.icon-only span { text-indent: -999999px; color: rgba(0, 0, 0, 0); width: 30px; height: 30px; padding: 0; }
.container input[type='submit'].icon-only span:before, .container .button.icon-only span:before, .container button.icon-only span:before, .container .button span.icon-only span:before, .reveal-modal input[type='submit'].icon-only span:before, .reveal-modal .button.icon-only span:before, .reveal-modal button.icon-only span:before, .reveal-modal .button span.icon-only span:before { top: 3px; left: 3px; }
.container input[type='submit'].no-margin, .container .button.no-margin, .container button.no-margin, .container .button span.no-margin, .reveal-modal input[type='submit'].no-margin, .reveal-modal .button.no-margin, .reveal-modal button.no-margin, .reveal-modal .button span.no-margin { margin: 0; }
.container ::-webkit-input-placeholder, .reveal-modal ::-webkit-input-placeholder { color: #455861; }
.container :-moz-placeholder, .reveal-modal :-moz-placeholder { color: #455861; }
.container .placeholder, .reveal-modal .placeholder { color: #455861; }
.container .paper, .reveal-modal .paper { width: 100%; background: white; min-height: 50px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: rgba(37, 41, 43, 0.2) 0px 2px 2px 0px; -moz-box-shadow: rgba(37, 41, 43, 0.2) 0px 2px 2px 0px; box-shadow: rgba(37, 41, 43, 0.2) 0px 2px 2px 0px; }
.container .paper-light-gray, .reveal-modal .paper-light-gray { background: #fafafa; border: 1px solid #cfd8dc; }
.container .paper-white, .reveal-modal .paper-white { background: white; border: 1px solid #cfd8dc; color: #546e7a; }
.container .tran-paper, .reveal-modal .tran-paper { background: rgba(255, 255, 255, 0.7); }
.container .wrap, .reveal-modal .wrap { padding: 10px 20px; }
@media only screen and (max-width: 480px) { .container .wrap, .reveal-modal .wrap { padding: 10px 5px; } }
.container .button-exam, .reveal-modal .button-exam { list-style-type: none; }
.container .button-exam li, .reveal-modal .button-exam li { margin: 5px 0; }
.container .input-text, .reveal-modal .input-text { border: 1px solid #cacaca; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; margin: 10px 0; font-family: sans-serif; }
.container .input-text input, .reveal-modal .input-text input { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; width: 100%; border: 0; text-indent: 10px; outline: none; }
.container .input-text .input-text-cover, .reveal-modal .input-text .input-text-cover { height: 100%; }
.container .input-text select, .reveal-modal .input-text select { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; height: 100%; border: none; background-position: right 10px center; background-color: white; font-family: sans-serif; color: #37474f; padding: 0 5px; }
.container .general.input-text, .reveal-modal .general.input-text { height: auto; font-size: 14px; }
.container .general.input-text input, .container .general.input-text select, .reveal-modal .general.input-text input, .reveal-modal .general.input-text select { height: 30px; font-size: 14px; line-height: 30px; }
.container .general div[contentEditable='true'], .reveal-modal .general div[contentEditable='true'] { font-size: 14px; min-height: 250px; }
.container .big.input-text, .reveal-modal .big.input-text { height: auto; font-size: 16px; }
.container .big.input-text input, .container .big.input-text select, .reveal-modal .big.input-text input, .reveal-modal .big.input-text select { height: 34px; font-size: 16px; line-height: 34px; }
.container .big div[contentEditable='true'], .reveal-modal .big div[contentEditable='true'] { font-size: 16px; min-height: 300px; }
.container .wrap-content, .reveal-modal .wrap-content { display: inline-block; }
.container .button[disabled], .reveal-modal .button[disabled] { background: #ebebeb !important; border-color: #acacac !important; color: #1b1b1b !important; cursor: not-allowed !important; }
.container div[contentEditable='true'], .reveal-modal div[contentEditable='true'] { padding: 5px 10px; outline: none; line-height: 1.5; background: white; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.container [contenteditable='true']:empty:before, .reveal-modal [contenteditable='true']:empty:before { content: attr(data-placeholder); display: block; /* For Firefox */ color: #455861; }
.container label, .reveal-modal label { margin: 0 0 20px; display: inline-block; width: 100%; cursor: default; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; }
.container label span:after, .reveal-modal label span:after { content: ','; margin-right: 5px; }
.container label span:last-child:after, .reveal-modal label span:last-child:after { content: none; }
.container label.big, .reveal-modal label.big { font-size: 16px; }
.container label.big i, .reveal-modal label.big i { width: 16px; height: 16px; }
.container label.general, .reveal-modal label.general { font-size: 14px; }
.container label.general i, .reveal-modal label.general i { width: 14px; height: 14px; }
.container label.info, .reveal-modal label.info { color: #3581a3; padding: 5px 10px; border: 1px solid #3581a3; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background: #daecf6; }
.container label.success, .reveal-modal label.success { color: #4f8053; padding: 5px 10px; border: 1px solid #4f8053; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background: #def0d8; }
.container label.warn, .reveal-modal label.warn { color: #d07e29; padding: 5px 10px; border: 1px solid #d07e29; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background: #fdf8e4; }
.container label.error, .reveal-modal label.error { color: #b3404f; padding: 5px 10px; border: 1px solid #b3404f; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background: #f2dedd; }
.container label.note, .reveal-modal label.note { color: #ff6600; padding: 5px 10px; border: 1px solid rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background: rgba(0, 0, 0, 0); padding: 0; }
.container label.note:before, .reveal-modal label.note:before { content: '*'; margin-right: 5px; }
.container .element-comic, .reveal-modal .element-comic { display: inline-block; }
.container .element-comic a:hover .container .element-comic a:active:after, .reveal-modal .element-comic a:hover .reveal-modal .element-comic a:active:after { content: none; }
.container .element-comic h3, .container .element-comic .element-object-list h2 .see-all, .element-object-list h2 .container .element-comic .see-all, .reveal-modal .element-comic h3, .reveal-modal .element-comic .element-object-list h2 .see-all, .element-object-list h2 .reveal-modal .element-comic .see-all { margin: 5px 0; }
.container .hide-small, .reveal-modal .hide-small { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
@media only screen and (max-width: 480px) { .container .hide-small, .reveal-modal .hide-small { display: none !important; } }
.container .hide-medium, .reveal-modal .hide-medium { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
@media only screen and (min-width: 481px) and (max-width: 768px) { .container .hide-medium, .reveal-modal .hide-medium { display: none !important; } }
.container .hide-large, .reveal-modal .hide-large { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
@media only screen and (min-width: 769px) and (max-width: 1024px) { .container .hide-large, .reveal-modal .hide-large { display: none !important; } }
.container .hide-xlarge, .reveal-modal .hide-xlarge { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
@media only screen and (min-width: 1025px) { .container .hide-xlarge, .reveal-modal .hide-xlarge { display: none !important; } }
.container .hide-all, .container .hide, .container .translation-dialog.ui-dialog .ui-dialog-titlebar, .translation-dialog.ui-dialog .container .ui-dialog-titlebar, .container .hidden, .reveal-modal .hide-all, .reveal-modal .hide, .reveal-modal .translation-dialog.ui-dialog .ui-dialog-titlebar, .translation-dialog.ui-dialog .reveal-modal .ui-dialog-titlebar, .reveal-modal .hidden { display: none; }

.element-radio { list-style-type: none; width: auto; height: auto; display: table; padding: 0; margin: 0; }
.element-radio.general li, .element-radio.general li a { font-size: 20px; height: 30px; line-height: 30px; width: 120px; }
.element-radio.big li, .element-radio.big li a { font-size: 24px; height: 40px; line-height: 40px; width: 160px; }
@media only screen and (max-width: 480px) { .element-radio.res { width: 100%; }
  .element-radio.res li { width: 25%; }
  .element-radio.res li a { font-size: 18px; position: relative; } }
@media only screen and (min-width: 481px) { .element-radio.res li, .element-radio.res li a { font-size: 20px; height: 30px; line-height: 30px; width: 120px; } }
@media only screen and (min-width: 769px) { .element-radio.res li, .element-radio.res li a { font-size: 24px; height: 40px; line-height: 40px; width: 160px; } }
.element-radio.big li, .element-radio li a { font-size: 24px; height: 40px; line-height: 40px; width: 160px; }
.element-radio.general li, .element-radio li a { font-size: 20px; height: 30px; line-height: 30px; width: 120px; }
.element-radio li { float: left; text-align: center; color: #37474f; position: relative; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; border: 1px solid #37474f; border-left: 0; box-sizing: border-box; }
.element-radio li:first-child { -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; -ms-border-radius: 3px 0 0 3px; -o-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; border-left: 1px solid #37474f; }
.element-radio li:last-child { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; -ms-border-radius: 0 3px 3px 0; -o-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; }
.element-radio li.active { background: #37474f; color: white; }
.element-radio li.active a { color: white; }
.element-radio li a { position: relative; }
.element-radio li a:hover:after { content: none; }

.content-center { margin: auto; }

.text-center { text-align: center; }

.border-mask { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; -webkit-mask-box-image: url('../img/clipping/mask_2.1.95.png'); mask-border: url('../img/clipping/mask_2.1.95.png'); }

.element-tab-list { width: auto; margin: 0; list-style-type: none; display: inline-block; }
.element-tab-list li { height: 40px; line-height: 40px; padding: 0 15px; position: relative; float: left; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-size: 24px; }
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) { .element-tab-list li { font-size: 22px; padding: 0 10px; } }
.element-tab-list li a:hover { text-decoration: none; }
.element-tab-list li.active:before { position: absolute; content: ''; background: #ff6600; height: 5px; left: 0; right: 0; bottom: 0; }
.element-tab-list li:hover { background: #eceff1; }

.discuss-wrapper { margin-top: 15px; width: 37.5rem; }
.discuss-wrapper .action-panel, .discuss-wrapper .comment-panel { position: absolute; right: 8px; top: 10px; }
.discuss-wrapper .like-wrapper { float: left; }
.discuss-wrapper .like-wrapper .like-button { font-size: 0; text-indent: -999999px; height: 20px; width: 20px; min-height: 20px; min-width: 20px; display: block; float: left; position: relative; }
.discuss-wrapper .like-wrapper .like-button span { display: block; line-height: 20px; height: 20px; }
.discuss-wrapper .like-wrapper .like-button.added span { background-position: 0 -348px; }
.discuss-wrapper .like-wrapper .like-button.added span:hover, .discuss-wrapper .like-wrapper .like-button.added span.i20_liked_hover, .discuss-wrapper .like-wrapper .like-button.added span.i20_liked-hover { background-position: 0 -208px; }
.discuss-wrapper .like-wrapper .like-button.add span { background-position: 0 -368px; }
.discuss-wrapper .like-wrapper .like-button.add span:hover, .discuss-wrapper .like-wrapper .like-button.add span.i20_like_hover, .discuss-wrapper .like-wrapper .like-button.add span.i20_like-hover { background-position: 0 -388px; }
.discuss-wrapper .like-wrapper .like-button.locked.add span { background-position: 0 -368px; }
.discuss-wrapper .like-wrapper .like-button.locked.add span:hover, .discuss-wrapper .like-wrapper .like-button.locked.add span.i20_like_hover, .discuss-wrapper .like-wrapper .like-button.locked.add span.i20_like-hover { background-position: 0 -388px; }
.discuss-wrapper .like-wrapper .like-button.locked.added span { background-position: 0 -348px; }
.discuss-wrapper .like-wrapper .like-button { margin-left: 2px; }
.discuss-wrapper .like-wrapper .like-number { float: left; color: #455861; }
.discuss-wrapper .hidden-comment-content { color: #455861; font-size: 0.8rem; }
.discuss-wrapper .setting-wrapper { float: left; margin-top: -1px; margin-right: 10px; }
.discuss-wrapper .setting-wrapper .setting-icon { background-position: 0 -1100px; height: 20px; width: 20px; display: block; }
.discuss-wrapper .setting-wrapper .setting-icon:hover, .discuss-wrapper .setting-wrapper .setting-icon.hover { background-position: 0 -1080px; }
.discuss-wrapper .setting-wrapper .hide, .discuss-wrapper .setting-wrapper .translation-dialog.ui-dialog .ui-dialog-titlebar, .translation-dialog.ui-dialog .discuss-wrapper .setting-wrapper .ui-dialog-titlebar { display: none; }
.discuss-wrapper .setting-wrapper .setting-content { position: absolute; left: -9999px; list-style: none; margin-left: 0; width: 100%; max-height: none; height: auto; background: #303e47; border: solid 0 #cccccc; font-size: 0.7rem; z-index: 99; max-width: 140px; width: 140px; max-width: 140px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: #121212 0 0 10px; -moz-box-shadow: #121212 0 0 10px; box-shadow: #121212 0 0 10px; font-size: 1rem; background: #37474f; border: none; padding: 0.25rem 0 0.25rem 0; margin-top: -4px; margin-left: -5px; margin-top: 8px; }
.discuss-wrapper .setting-wrapper .setting-content > *:first-child { margin-top: 0; }
.discuss-wrapper .setting-wrapper .setting-content > *:last-child { margin-bottom: 0; }
.discuss-wrapper .setting-wrapper .setting-content:before { border-style: solid; /*@if $triangle-side-offset != false { left:$f-dropdown-triangle-side-offset;
}*/ }
.discuss-wrapper .setting-wrapper .setting-content li { top: 0; display: block; width: 100%; }
.discuss-wrapper .setting-wrapper .setting-content li.sep, .discuss-wrapper .setting-wrapper .setting-content li.sep:hover { background: none; }
.discuss-wrapper .setting-wrapper .setting-content li.sep hr { margin-top: 0.25rem; margin-bottom: 0.25rem; width: 90%; margin-left: auto; margin-right: auto; border-color: #8a8a8a; }
.discuss-wrapper .setting-wrapper .setting-content li.js-generated { display: none; }
.discuss-wrapper .setting-wrapper .setting-content li a { border-left-width: 0.2rem; border-left-color: transparent; border-left-style: solid; padding: 0 10px; font-size: 0.8rem; height: 35px; line-height: 35px; color: white; text-decoration: none; }
.discuss-wrapper .setting-wrapper .setting-content li a:hover { background: #121212; border-left-color: #ff6600; }
.discuss-wrapper .setting-wrapper .setting-content li a:hover { color: white; text-decoration: none; }
.discuss-wrapper .setting-wrapper .setting-content:after { display: none; }
.discuss-wrapper .setting-wrapper .setting-content.open:before { left: 7px; }
.discuss-wrapper .setting-wrapper .setting-content .setting-inner { margin-left: 5px; }
.discuss-wrapper .setting-wrapper .item { list-style: none; margin: 2px 0; color: white; }
.discuss-wrapper .setting-wrapper .item.hide, .discuss-wrapper .setting-wrapper .translation-dialog.ui-dialog .item.ui-dialog-titlebar, .translation-dialog.ui-dialog .discuss-wrapper .setting-wrapper .item.ui-dialog-titlebar { display: none; }
.discuss-wrapper .setting-wrapper .item .icon { text-decoration: none; padding: 0 0 0 25px; text-transform: capitalize; font-size: 0.9rem; line-height: 1rem; height: 20px; }
.discuss-wrapper .setting-wrapper .item .icon:hover { text-decoration: none; color: white; }
.discuss-wrapper .setting-wrapper .item .edit-icon { background-position: 0 -920px; }
.discuss-wrapper .setting-wrapper .item .edit-icon:hover { background-position: 0 -560px; }
.discuss-wrapper .setting-wrapper .item .unhide-icon { background-position: 0 -1180px; }
.discuss-wrapper .setting-wrapper .item .unhide-icon:hover { background-position: 0 -640px; }
.discuss-wrapper .setting-wrapper .item .hide-icon { background-position: 0 -120px; }
.discuss-wrapper .setting-wrapper .item .hide-icon:hover { background-position: 0 -100px; }
.discuss-wrapper .setting-wrapper .item .unpin-icon { background-position: 0 -700px; }
.discuss-wrapper .setting-wrapper .item .unpin-icon:hover { background-position: 0 -280px; }
.discuss-wrapper .setting-wrapper .item .pin-icon { background-position: 0 -1060px; }
.discuss-wrapper .setting-wrapper .item .pin-icon:hover { background-position: 0 -880px; }
.discuss-wrapper .first-comment-inner .comment:before { -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -ms-border-radius: 5px 5px 0 0; -o-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; display: block; background-color: #acacac; color: white; content: "First post"; font-weight: bold; padding: 4px 20px; }
.discuss-wrapper .first-comment-inner .comment .comment-inner { -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -ms-border-radius: 0 0 5px 5px; -o-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }
.discuss-wrapper .first-comment-inner .comment .comment-inner:after { border-color: #acacac transparent; }
.discuss-wrapper .alert-box.error { margin-bottom: 5px; font-size: 16px; height: 25px; line-height: 25px; padding-top: 0; padding-bottom: 0; }
.discuss-wrapper .profile { width: 40px; display: table-cell; vertical-align: top; }
.discuss-wrapper .profile .profile-image { width: 40px; }
.discuss-wrapper .profile .img-frame { -webkit-box-shadow: initial; -moz-box-shadow: initial; box-shadow: initial; -webkit-border-radius: 2rem; -moz-border-radius: 2rem; -ms-border-radius: 2rem; -o-border-radius: 2rem; border-radius: 2rem; width: 2rem; height: 2rem; }
.discuss-wrapper .comment { display: table-cell; vertical-align: top; float: none; width: 100%; padding-left: 10px; }
.discuss-wrapper .comment-arrow { position: relative; }
.discuss-wrapper .comment-arrow:before { content: ""; position: absolute; top: 10px; left: -12px; z-index: 1; width: 0; height: 0; border-top: 6.5px solid #ebebeb; border-right: 6.5px solid #ebebeb; border-bottom: 6.5px solid transparent; border-left: 6.5px solid transparent; }
.discuss-wrapper .comment-arrow:after { content: ""; position: absolute; top: 11px; left: -9px; z-index: 2; width: 0; height: 0; border-top: 6.5px solid white; border-right: 6.5px solid white; border-bottom: 6.5px solid transparent; border-left: 6.5px solid transparent; }
.discuss-wrapper .comment-input-cover { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; position: relative; margin-bottom: 5px; }
.discuss-wrapper .comment-input-cover .arrow { content: ""; position: absolute; top: 10px; left: -20px; border-width: 20px 0 0 20px; border-style: solid; border-color: #cacaca transparent; display: block; width: 0; }
.discuss-wrapper .comment-input-cover .arrow:after { z-index: 1; border-color: white transparent; border-style: solid; border-width: 19px 0 0 19px; content: ""; display: block; left: -18px; top: -19px; position: absolute; width: 0; }
.discuss-wrapper .comment-input-cover .content-editor { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; word-break: break-word; word-wrap: break-word; border: 1px solid #b6b6b6; padding: 6px 10px; resize: vertical; overflow: auto; min-height: 50px; cursor: text; width: 100%; font-size: 1rem; }
.discuss-wrapper .comment-input-cover .content-editor .mentioning { -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; text-decoration: none; color: #008fd5; background-color: #eceff6; border: 1px solid #d4dae8; padding: 0 0 2px 0; pointer-events: none; cursor: default; display: inline-block; }
.discuss-wrapper .comment-input-cover .content-editor .mentioning .mention-removal { color: #7d93bc; display: inline-block; margin-left: 5px; width: 12px; cursor: pointer; pointer-events: auto; }
.discuss-wrapper .comment-input-cover .content-editor .placeholder { color: #b6b6b6; }
.discuss-wrapper .comment-input-cover.no-border { border: 0 none; }
.discuss-wrapper .reply-comment { padding-top: 2px; text-align: right; font-size: 0.55rem; padding-right: 10px; }
.discuss-wrapper .reply-comment.disable-reply { padding-bottom: 10px; }
.discuss-wrapper .reply-comment .reply { color: #455861; text-decoration: none; font-size: 0.8rem; }
.discuss-wrapper .reply-comment .reply:hover { text-decoration: underline; }
.discuss-wrapper .see-all-replies { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background-color: #455861; margin-top: 10px; }
.discuss-wrapper .see-all-replies a { color: white; text-decoration: none; font-size: 16px; text-align: center; display: block; height: 25px; line-height: 25px; padding-top: 0; padding-bottom: 0; }
.discuss-wrapper .see-all-replies a:hover { text-decoration: underline; }
.discuss-wrapper .form-cover { margin-bottom: 15px; }
.discuss-wrapper .form-cover .comment-form { position: relative; }
.discuss-wrapper .form-cover .comment-form .submit-button { border-style: solid; border-width: 0px; cursor: pointer; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; font-weight: normal; line-height: normal; margin: 0 0 1rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.15rem; padding-right: 0.3rem; padding-bottom: 0.2rem; padding-left: 0.3rem; font-size: 0.15rem; background-color: #ff6600; border-color: #cc5200; color: white; color: #ffffff; text-decoration: none; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -ms-transition: all 250ms ease; transition: all 250ms ease; text-transform: lowercase; border: solid 1px rgba(0, 0, 0, 0); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding-top: 0; padding-right: 0.5rem; padding-bottom: 0; padding-left: 0.5rem; margin: 0; font-size: 1rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: solid 1px rgba(0, 0, 0, 0); height: 33px; line-height: 33px; }
.discuss-wrapper .form-cover .comment-form .submit-button:hover, .discuss-wrapper .form-cover .comment-form .submit-button:focus { background-color: #cc5200; }
.discuss-wrapper .form-cover .comment-form .submit-button:hover, .discuss-wrapper .form-cover .comment-form .submit-button:focus { color: white; }
html.no-touch .discuss-wrapper .form-cover .comment-form .submit-button:hover { text-decoration: none; background: #e06104; }
.discuss-wrapper .form-cover .comment-form .submit-button:active { background: #ff6600; }
.discuss-wrapper .form-cover .comment-form .reply-input { border: 0 none; font-size: 0.65rem; height: 26px; min-height: 26px; margin-bottom: 0; padding: 0; width: 100%; max-width: 100%; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.discuss-wrapper .form-cover .comment-form .reply-input:-moz-placeholder { color: #aaaaaa; }
.discuss-wrapper .form-cover .comment-form .reply-input::-webkit-input-placeholder { color: #aaaaaa; }
.discuss-wrapper .form-cover .locked { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35); opacity: 0.35; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; background: url('../img/black-trans-bg_2.1.95.png') repeat scroll left top transparent; height: 102%; width: 100%; left: 0; position: absolute; top: 0; z-index: 3; }
.discuss-wrapper .form-cover .locked .loading { left: 50%; margin-left: -16px; margin-top: -16px; position: absolute; top: 50%; background: url('../img/ajax-loader-small_2.1.95.gif') no-repeat scroll 0 0 rgba(0, 0, 0, 0); display: block; height: 16px; width: 16px; }
.discuss-wrapper .form-cover .locked .loading.black { background: url('../img/ajax-loader-tr_2.1.95.gif') no-repeat scroll 0 0 rgba(0, 0, 0, 0); height: 24px; width: 24px; }
.discuss-wrapper .form-cover .locked .loading.no-abs-left { position: static; margin: 0; }
.discuss-wrapper .form-cover .locked .loading.no-abs-center { position: static; margin: 0 auto; }
.discuss-wrapper .reply-form-wrapper { margin: 10px 0 0; width: 100%; }
.discuss-wrapper .reply-form-wrapper .profile { width: 40px; }
.discuss-wrapper .reply-form-wrapper .comment-form { width: 100%; }
.discuss-wrapper .reply-wrapper .form-cover, .discuss-wrapper .reply-response .form-cover { margin: 10px 0 0; }
.discuss-wrapper .reply-wrapper .reply-item, .discuss-wrapper .reply-response .reply-item { margin-top: 10px; display: none; }
.discuss-wrapper .reply-wrapper .reply-item:nth-child(-n+3), .discuss-wrapper .reply-response .reply-item:nth-child(-n+3) { display: block; width: 100%; }
.discuss-wrapper .reply-wrapper .reply-item .profile, .discuss-wrapper .reply-response .reply-item .profile { width: 40px; }
.discuss-wrapper .reply-wrapper .reply-item .comment-inner, .discuss-wrapper .reply-response .reply-item .comment-inner { position: relative; width: 100%; }
.discuss-wrapper .reply-wrapper.show-all .reply-item, .discuss-wrapper .reply-response.show-all .reply-item { display: block; width: 100%; }
.discuss-wrapper .reply-wrapper.show-all .reply-item .comment:before, .discuss-wrapper .reply-response.show-all .reply-item .comment:before { content: ""; position: absolute; top: 10px; left: -12px; z-index: 1; width: 0; height: 0; border-top: 6.5px solid #ebebeb; border-right: 6.5px solid #ebebeb; border-bottom: 6.5px solid transparent; border-left: 6.5px solid transparent; }
.discuss-wrapper .reply-wrapper.show-all .reply-item .comment:after, .discuss-wrapper .reply-response.show-all .reply-item .comment:after { content: ""; position: absolute; top: 11px; left: -9px; z-index: 2; width: 0; height: 0; border-top: 6.5px solid white; border-right: 6.5px solid white; border-bottom: 6.5px solid transparent; border-left: 6.5px solid transparent; }
.discuss-wrapper .comment-editor-form { padding-right: 20px; }
.discuss-wrapper .comment-editor-form .actions { margin: 5px 0; }
.discuss-wrapper .comment-editor-form .cancel, .discuss-wrapper .comment-editor-form .save { font-size: 1rem; padding: 3px 10px; margin-bottom: 0; }
.discuss-wrapper .comment-editor-form .cancel { background-color: transparent; color: #455861; }
.discuss-wrapper .comment-editor-form .save { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background-color: #455861; }
.discuss-wrapper .comment-editor-form .mention-input-area { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; word-break: break-word; word-wrap: break-word; border: 1px solid #b6b6b6; padding: 6px 10px; resize: vertical; overflow: auto; min-height: 50px; cursor: text; width: 100%; font-size: 1rem; background-color: white; }
.discuss-wrapper .comment-editor-form .mention-input-area .mentioning { -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; text-decoration: none; color: #008fd5; background-color: #eceff6; border: 1px solid #d4dae8; padding: 0 0 2px 0; pointer-events: none; cursor: default; display: inline-block; }
.discuss-wrapper .comment-editor-form .mention-input-area .mentioning .mention-removal { color: #7d93bc; display: inline-block; margin-left: 5px; width: 12px; cursor: pointer; pointer-events: auto; }
.discuss-wrapper .comment-editor-form .mention-input-area .placeholder { color: #b6b6b6; }
.discuss-wrapper .chat-row { margin-bottom: 15px; }
.discuss-wrapper .chat-row p { font-size: 1rem; margin: 0; }
.discuss-wrapper .chat-row ol li { list-style-type: decimal; list-style-position: inside; }
.discuss-wrapper .chat-row ul li { list-style-type: disc; list-style-position: inside; }
.discuss-wrapper .chat-row .pu-time { margin-top: 2px; color: #455861; font-size: 16px; line-height: 12.8px; }
.discuss-wrapper .chat-row .pu-time.last-updated { margin-top: 1px; }
.discuss-wrapper .chat-row .owner { color: #455861; margin-bottom: 5px; }
.discuss-wrapper .chat-row .owner .owner-said { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; padding-right: 45px; }
.discuss-wrapper .chat-row .owner .owner-name { word-wrap: break-word; color: #ff6600; font-weight: bold; }
.discuss-wrapper .chat-row .comment:before, .discuss-wrapper .chat-row .comment:after { display: none; }
.discuss-wrapper .chat-row .comment .comment-inner { -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; background-color: #ebebeb; padding: 10px 0 5px 20px; width: auto; line-height: 18px; position: relative; }
.discuss-wrapper .chat-row .comment .comment-inner:before { content: ""; position: absolute; top: 10px; left: -2px; z-index: 1; width: 0; height: 0; border-top: 6.5px solid #ebebeb; border-right: 6.5px solid #ebebeb; border-bottom: 6.5px solid transparent; border-left: 6.5px solid transparent; }
.discuss-wrapper .chat-row .comment .comment-inner:after { content: ""; position: absolute; top: 11px; left: 1px; z-index: 2; width: 0; height: 0; border-top: 6.5px solid #ebebeb; border-right: 6.5px solid #ebebeb; border-bottom: 6.5px solid transparent; border-left: 6.5px solid transparent; }
.discuss-wrapper .chat-row .comment .comment-inner .comment-content { margin-right: 10px; word-break: break-word; word-wrap: break-word; }
.discuss-wrapper .chat-row .comment .comment-inner .comment-content .mentioning { color: #c97624; }
.discuss-wrapper .chat-row .comment .comment-inner .comment-content .hidden-comment { font-style: italic; color: #455861; }
.discuss-wrapper s { color: #37474f; font-size: 1.4rem; margin: 10px 0; text-transform: uppercase; }
.discuss-wrapper h3, .discuss-wrapper .element-object-list h2 .see-all, .element-object-list h2 .discuss-wrapper .see-all { color: #37474f; font-size: 1.2rem; }
.discuss-wrapper h4 { color: #37474f; font-size: 1.4rem; border-bottom: 1px solid #455861; margin-top: 18px; margin-bottom: 18px; padding-bottom: 8px; }
.discuss-wrapper .view-all { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 15px auto 0; padding: 4px 15px; text-align: center; }
.discuss-wrapper .view-all .view-all-link { text-transform: uppercase; width: 180px; }
.discuss-wrapper .loading { left: 50%; margin-left: -16px; margin-top: -16px; position: absolute; top: 50%; background: url('../img/ajax-loader-small_2.1.95.gif') no-repeat scroll 0 0 rgba(0, 0, 0, 0); display: block; height: 16px; width: 16px; margin: 0 auto; padding-bottom: 100px; position: static; }
.discuss-wrapper .loading.black { background: url('../img/ajax-loader-tr_2.1.95.gif') no-repeat scroll 0 0 rgba(0, 0, 0, 0); height: 24px; width: 24px; }
.discuss-wrapper .loading.no-abs-left { position: static; margin: 0; }
.discuss-wrapper .loading.no-abs-center { position: static; margin: 0 auto; }
.discuss-wrapper .sorting { border-top: 1px solid #455861; }
.discuss-wrapper .sorting .sort-inner { margin-top: -1px; margin-bottom: 25px; display: block; margin-left: 0; }
.discuss-wrapper .sorting .sort-inner .item { padding-top: 6px; }
.discuss-wrapper .sorting .sort-inner .item:first-child { margin-left: 0; }
.discuss-wrapper .sorting .sort-inner .item.active { border-top: 4px solid #ff6600; padding-top: 2px; }
.discuss-wrapper .sorting .sort-inner a { color: #37474f; text-decoration: none; }
.discuss-wrapper .sorting .sort-inner a:hover { color: #37474f; text-decoration: none; }
.discuss-wrapper .commentsEmpty { padding-bottom: 30px; text-align: center; font-size: 1.2rem; color: #aaaaaa; }
.discuss-wrapper .comment-editor-form { position: relative; }
.discuss-wrapper .comment-editor-form .editor-opener .edit-icon { font-size: 0; text-indent: -999999px; background-position: 0 -580px; height: 20px; width: 20px; position: absolute; top: 0; right: 7px; }
.discuss-wrapper .comment-editor-form .locked { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35); opacity: 0.35; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; background: url('../img/black-trans-bg_2.1.95.png') repeat scroll left top transparent; height: 100%; width: 100%; left: 0; position: absolute; top: 0; z-index: 3; }
.discuss-wrapper .comment-editor-form .locked .loading { left: 50%; margin-left: -16px; margin-top: -16px; position: absolute; top: 50%; background: url('../img/ajax-loader-small_2.1.95.gif') no-repeat scroll 0 0 rgba(0, 0, 0, 0); display: block; height: 16px; width: 16px; }
.discuss-wrapper .comment-editor-form .locked .loading.black { background: url('../img/ajax-loader-tr_2.1.95.gif') no-repeat scroll 0 0 rgba(0, 0, 0, 0); height: 24px; width: 24px; }
.discuss-wrapper .comment-editor-form .locked .loading.no-abs-left { position: static; margin: 0; }
.discuss-wrapper .comment-editor-form .locked .loading.no-abs-center { position: static; margin: 0 auto; }
.discuss-wrapper .pagination-wrapper { text-align: center; }
.discuss-wrapper .pagination-wrapper .comments-pagination { display: block; height: 1.2rem; margin-left: -0.25rem; }
.discuss-wrapper .pagination-wrapper .comments-pagination li { height: 1.2rem; color: #222222; font-size: 1rem; margin-left: 0.25rem; }
.discuss-wrapper .pagination-wrapper .comments-pagination li a { display: block; padding: 0.05rem 0.5rem 0.05rem; color: #999999; border-radius: 0; }
.discuss-wrapper .pagination-wrapper .comments-pagination li:hover a, .discuss-wrapper .pagination-wrapper .comments-pagination li a:focus { background: #e6e6e6; }
.discuss-wrapper .pagination-wrapper .comments-pagination li.unavailable a { cursor: default; color: #999999; }
.discuss-wrapper .pagination-wrapper .comments-pagination li.unavailable:hover a, .discuss-wrapper .pagination-wrapper .comments-pagination li.unavailable a:focus { background: transparent; }
.discuss-wrapper .pagination-wrapper .comments-pagination li.current a { background: #5c5c5c; color: white; font-weight: bold; cursor: default; }
.discuss-wrapper .pagination-wrapper .comments-pagination li.current a:hover, .discuss-wrapper .pagination-wrapper .comments-pagination li.current a:focus { background: #5c5c5c; }
.discuss-wrapper .pagination-wrapper .comments-pagination li { float: left; display: block; }
.discuss-wrapper .pagination-wrapper .comments-pagination li a { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }

.mention-suggestions { background-color: white; border: 1px solid #cacaca; padding: 0; position: absolute; width: 100%; z-index: 1003; }
.mention-suggestions ul { margin: 0; }
.mention-suggestions li { border-top: 1px solid #e6e6e6; padding: 10px; cursor: pointer; list-style: none; line-height: 1.2rem; position: relative; }
.mention-suggestions li:first-child { border-top: 0 none; }
.mention-suggestions li.active, .mention-suggestions li:hover { background-color: #eceff1; }
.mention-suggestions li a { color: #ff6600; text-decoration: none; font-size: 1rem; font-weight: bold; margin-left: 35px; }
.mention-suggestions li a:hover { text-decoration: underline; }
.mention-suggestions li .img-frame { -webkit-border-radius: 2rem; -moz-border-radius: 2rem; -ms-border-radius: 2rem; -o-border-radius: 2rem; border-radius: 2rem; width: 2rem; height: 2rem; width: 30px; height: 30px; background-color: #acacac; background-position: center center; background-repeat: no-repeat; background-size: cover; position: absolute; top: 4px; left: 6px; }
.mention-suggestions .loading { padding: 10px; background: url('../img/loading-horizontal-gray_2.1.95.gif') no-repeat scroll 14px center transparent; }

#back-to-top { position: fixed; padding: 0; bottom: 15px; left: 15px; z-index: 99999; }
#back-to-top a { font-size: 0; text-indent: -999999px; background-image: url('../img/themes/ookbee/obc-svg/ookbee-comics-go-to-top_2.1.95.svg'); background-repeat: no-repeat; background-position: 50% 50%; width: 80px; height: 52px; background-size: cover; display: block; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); opacity: 0.4; }

.follow-button.error { color: #fa2d32; }

.follow-button.active { color: #5c5c5c; text-decoration: none; text-decoration: inherit; }
.follow-button.active:hover { text-decoration: underline; }
.follow-button.inactive { color: #ff6600; text-decoration: none; text-decoration: inherit; }
.follow-button.inactive:hover { text-decoration: underline; }

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) { .container h1 { font-size: 42px; }
  .container h2 { font-size: 30px; }
  .container h3, .container .element-object-list h2 .see-all, .element-object-list h2 .container .see-all { font-size: 22px; }
  .container h4 { font-size: 20px; }
  .container h5 { font-size: 18px; } }
.element-content-read > p, .element-content-read > span, .element-content-read > div, .element-content-read > ul, .element-content-read > ol, .element-content-read > li, .element-content-read p, .element-content-read ul, .element-content-read ol, .element-content-read dl { font-family: sans-serif; font-size: 0.8rem; line-height: 1.7; }
@media only screen and (max-width: 480px) { .element-content-read > p, .element-content-read > span, .element-content-read > div, .element-content-read > ul, .element-content-read > ol, .element-content-read > li, .element-content-read p, .element-content-read ul, .element-content-read ol, .element-content-read dl { font-size: 14px; } }

.element-comics-popup { padding: 0; }
@media only screen and (min-width: 481px) { .element-comics-popup { -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); min-width: 450px; margin: 0 !important; transform: translateX(-50%); } }
@media only screen and (max-width: 480px) { .element-comics-popup { width: 100%; min-width: 320px; } }
.element-comics-popup .image-col { float: left; }
.element-comics-popup .image-col .modal-cover { width: 140px; height: 190px; }
@media only screen and (max-width: 480px) { .element-comics-popup .image-col .modal-cover { width: 80px; height: 105px; } }
.element-comics-popup .info-col { padding-left: 2%; float: left; max-width: 65%; }
.element-comics-popup .info-col h2 { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 100%; line-height: 1; margin: 0; }
.element-comics-popup .info-col .author, .element-comics-popup .info-col .genre { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 100%; }
.element-comics-popup .info-col .genre span a:after { content: ', '; }
.element-comics-popup .info-col .genre span a:last-child:after { content: ''; }
.element-comics-popup .info-col .des { overflow: hidden; max-height: 105px; font-family: sans-serif; font-size: 14px; line-height: 1.5; }
@media only screen and (max-width: 480px) { .element-comics-popup .info-col .des { display: none; } }
.element-comics-popup .comic-row { padding: 20px; display: flex; }
.element-comics-popup .button-row { padding: 0 10%; border-bottom: 1px solid #acacac; }
.element-comics-popup .button-row .general:first-child { width: 60%; }
.element-comics-popup .button-row .general:last-child { width: 35%; }
.element-comics-popup .chapter-list { max-height: 270px; overflow: auto; border-bottom: 1px solid #acacac; margin-bottom: 10px; }
.element-comics-popup .chapter-row { padding: 0 20px 0 0; table-layout: fixed; display: table; width: 100%; }
.element-comics-popup .chapter-row .chapter-cover { display: table-cell; vertical-align: middle; width: 80px; }
.element-comics-popup .chapter-row .chapter-cover .modal-cover { width: 80px; height: 105px; }
@media only screen and (max-width: 480px) { .element-comics-popup .chapter-row .chapter-cover { display: none; } }
.element-comics-popup .chapter-row .chapter-title { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: table-cell; vertical-align: middle; width: 58%; }
@media only screen and (max-width: 480px) { .element-comics-popup .chapter-row .chapter-title { width: 65%; } }
.element-comics-popup .chapter-row .chapter-title p { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin: 0; max-width: 90%; padding-left: 2%; }
@media only screen and (max-width: 480px) { .element-comics-popup .chapter-row .chapter-title p { padding-left: 20px; } }
.element-comics-popup .chapter-row .chapter-title .chapter-number { color: #ff6600; margin-right: 5px; }
.element-comics-popup .chapter-row .chapter-title .chapter-number:before { content: '#'; margin-left: 10px; font-weight: 700; }
.element-comics-popup .chapter-row .read { padding-left: 10px; display: table-cell; vertical-align: middle; }
.element-comics-popup .chapter-row .read .button { margin: 0; }
.element-comics-popup .chapter-row .read .general { width: 100px; }
.element-comics-popup .chapter-row:nth-child(even) { background: #ebebeb; }
@media only screen and (max-width: 480px) { .element-comics-popup .chapter-row { height: 40px; line-height: 40px; } }
.element-comics-popup .button.center { margin-bottom: 10px; }

.row { max-width: 1200px; }
.row .columns:first-child { padding-left: 0; }
.row .columns:last-child { padding-right: 0; }
@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) { .row .columns { padding: 0; }
  .row .columns:last-child { margin-top: 20px; } }

#profile-navigate { margin: 0; }

#content .item-panel:first-child { padding-top: 20px; }

#profile-discussion { width: 100%; margin: 0; }

.element-profile-banner { position: relative; }
.element-profile-banner .banner { background-image: url('../img/themes/smith/default_banner_2.1.95.png'); background-position: 50%; background-size: cover; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.element-profile-banner .banner.blur:after { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: #1b1b1b; }
.element-profile-banner.big { width: 100%; height: 220px; }
.element-profile-banner.big .wrap .avatar { -webkit-border-radius: 10rem; -moz-border-radius: 10rem; -ms-border-radius: 10rem; -o-border-radius: 10rem; border-radius: 10rem; width: 10rem; height: 10rem; }
.element-profile-banner.medium .wrap .avatar { -webkit-border-radius: 6rem; -moz-border-radius: 6rem; -ms-border-radius: 6rem; -o-border-radius: 6rem; border-radius: 6rem; width: 6rem; height: 6rem; }
.element-profile-banner.small { width: 100%; height: 110px; }
.element-profile-banner.small .wrap .avatar { -webkit-border-radius: 5rem; -moz-border-radius: 5rem; -ms-border-radius: 5rem; -o-border-radius: 5rem; border-radius: 5rem; width: 5rem; height: 5rem; }
.element-profile-banner.res { width: 100%; height: 220px; }
.element-profile-banner.res .wrap { width: 100%; height: 100%; max-width: 1200px; margin: auto; position: relative; position: relative; }
@media only screen and (max-width: 480px) { .element-profile-banner.res .wrap { width: 110px; } }
@media only screen and (max-width: 480px) { .element-profile-banner.res { width: 100%; height: 110px; } }

.element-profile-content { position: relative; }
.element-profile-content .wrap { width: 100%; max-width: 1200px; margin: auto; padding: 0 10px; padding-top: 40px; min-height: 140px; position: relative; }
.element-profile-content .info-col { display: block; vertical-align: middle; padding-left: 222px; width: 100%; padding-bottom: 25px; padding-top: 15px; }
.element-profile-content .info-col h1, .element-profile-content .info-col h4 { margin: 0; line-height: 1; word-break: break-all; }
.element-profile-content .info-col .bonus { -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; font-size: 22px; font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; padding: 0 10px; background: #ffbf38; color: white; margin: 5px 0; display: inline-block; }
.element-profile-content .info-col .profile-stat .follower a, .element-profile-content .info-col .profile-stat .following a { font-size: 48px; font-style: normal; font-weight: normal; color: #ff6600; text-decoration: none; }
.element-profile-content .info-col .profile-stat .follower a:hover, .element-profile-content .info-col .profile-stat .following a:hover { color: #ff6600; text-decoration: none; }
.element-profile-content .info-col .profile-stat .follower { margin-right: 15px; }
.element-profile-content .info-col .profile-stat .following { margin-right: 15px; }
.element-profile-content .action-col { display: block; vertical-align: middle; padding: 10px; padding-left: 223px; min-width: 200px; }
@media only screen and (min-width: 481px) and (max-width: 768px) { .element-profile-content .action-col { padding-left: 130px; } }
@media only screen and (max-width: 480px) { .element-profile-content .action-col { padding: 0; display: block; } }
.element-profile-content .action-col .button, .element-profile-content .action-col button { margin: 0; margin-bottom: 5px; }
.element-profile-content .follow-profile, .element-profile-content .profile-discussion { float: none; display: inline-block; }
.element-profile-content .description { padding: 10px 10px 10px 10px; text-align: left; }
.element-profile-content .description .social span, .element-profile-content .description .social a { display: table-cell; vertical-align: middle; }
.element-profile-content .profile-tab { height: 40px; width: 100%; position: absolute; top: 0; }
.element-profile-content .profile-tab:before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 40px; -webkit-box-shadow: rgba(37, 41, 43, 0.2) 0 1px 2px 1px; -moz-box-shadow: rgba(37, 41, 43, 0.2) 0 1px 2px 1px; box-shadow: rgba(37, 41, 43, 0.2) 0 1px 2px 1px; background: white; }
.element-profile-content .profile-tab .tab-wrap { width: 100%; max-width: 1200px; margin: auto; }
.element-profile-content .profile-tab .tab-wrap li a { font-size: 1.2rem; }
.element-profile-content .profile-tab .img-col { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; display: table-cell; width: 220px; vertical-align: top; height: 40px; position: relative; }
.element-profile-content .profile-tab .img-col:before { position: absolute; content: ''; top: 2; bottom: 2; left: 0; right: 0; border: 1px solid; border-color: rgba(0, 0, 0, 0) #ebebeb rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }
.element-profile-content .profile-tab .img-col img, .element-profile-content .profile-tab .img-col .avatar { -webkit-border-radius: 1.75rem; -moz-border-radius: 1.75rem; -ms-border-radius: 1.75rem; -o-border-radius: 1.75rem; border-radius: 1.75rem; width: 1.75rem; height: 1.75rem; top: 0; margin-top: 2px; margin-right: 15px; margin-left: 5px; }
.element-profile-content .profile-tab .img-col h3, .element-profile-content .profile-tab .img-col .element-object-list h2 .see-all, .element-object-list h2 .element-profile-content .profile-tab .img-col .see-all { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; height: 40px; line-height: 40px; width: 165px; margin: 0; padding: 0; margin-left: 60px; }
.element-profile-content .profile-tab .tab-col { display: table-cell; margin: auto; text-align: center; }
.element-profile-content .profile-tab .tab-col ul { width: auto; }
.element-profile-content .profile-tab .tab-col ul li { font-family: "helvethaicav", "Noto Sans", Helvetica, Helvetica Neue, Arial; }
@media only screen and (max-width: 480px) { .element-profile-content.res .wrap { text-align: center; display: block; }
  .element-profile-content.res .wrap h1, .element-profile-content.res .wrap h4 { display: block; margin: 0; line-height: 1; } }
@media only screen and (min-width: 481px) and (max-width: 768px) { .element-profile-content.res .info-col { padding-left: 130px; } }
@media only screen and (max-width: 480px) { .element-profile-content.res .info-col { margin-top: 20px; padding: 0; display: block; margin-top: 20px; } }
.element-profile-content.res .action-col .button, .element-profile-content.res .action-col button { height: 40px; line-height: 40px; }
@media only screen and (max-width: 480px) { .element-profile-content.res .action-col .button, .element-profile-content.res .action-col button { margin-bottom: 10px; } }
@media only screen and (max-width: 480px) { .element-profile-content.res .action-col { display: block; margin: 0; text-align: center; padding: 10px; } }
.element-profile-content.res .action-col .follow-button.error { color: #fa2d32; }
.element-profile-content.res .action-col .follow-button { display: block; width: 180px; height: 40px; line-height: 40px; height: 40px; line-height: 40px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; text-decoration: none; position: relative; }
.element-profile-content.res .action-col .follow-button:after { position: absolute; top: 0; left: 0; bottom: 0; right: 0; content: ''; display: block; border: 1px #455861 solid; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.element-profile-content.res .action-col .follow-button span { width: 150px; height: 40px; line-height: 40px; position: relative; display: block; margin: auto; text-align: center; }
.element-profile-content.res .action-col .follow-button span:after { position: absolute; top: 0; left: 5px; bottom: 0; margin-top: auto; margin-bottom: auto; content: ''; display: block; width: 24px; height: 24px; }
.element-profile-content.res .action-col .follow-button.active { background: white; }
.element-profile-content.res .action-col .follow-button.active span { color: #5c5c5c; padding-left: 26px; }
.element-profile-content.res .action-col .follow-button.active span:after { background-position: 0 -432px; }
.element-profile-content.res .action-col .follow-button.inactive { background: #ff6600; }
.element-profile-content.res .action-col .follow-button.inactive:hover { background: #ff781f; }
.element-profile-content.res .action-col .follow-button.inactive:after { border-color: #ff6600; }
.element-profile-content.res .action-col .follow-button.inactive span { color: white; padding-left: 26px; }
.element-profile-content.res .action-col .follow-button.inactive span:after { background-position: 0 -888px; }
.element-profile-content.res .action-col .follow-button.icon-follow-w:after { border-color: #ff6600; }
.element-profile-content.res .share-profile { display: inline-block; margin-left: 11px; }
.element-profile-content.res .see-more-details { padding: 10px 0 15px; }
@media only screen and (max-width: 480px) { .element-profile-content.res { padding-top: 0; } }
.element-profile-content.res .profile-tab.lock { position: fixed; z-index: 99999; top: 0; }
.element-profile-content.res .profile-tab.lock .img-col { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
.element-profile-content.res .profile-tab.lock:before { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); opacity: 0.9; }
@media only screen and (max-width: 480px) { .element-profile-content.res .profile-tab .img-col { width: 50px; }
  .element-profile-content.res .profile-tab .img-col h3, .element-profile-content.res .profile-tab .img-col .element-object-list h2 .see-all, .element-object-list h2 .element-profile-content.res .profile-tab .img-col .see-all { display: none; } }
@media only screen and (min-width: 481px) and (max-width: 768px) { .element-profile-content.res .profile-tab .img-col { width: 140px; text-align: left; }
  .element-profile-content.res .profile-tab .img-col h3, .element-profile-content.res .profile-tab .img-col .element-object-list h2 .see-all, .element-object-list h2 .element-profile-content.res .profile-tab .img-col .see-all { width: 90px; } }
@media only screen and (min-width: 769px) { .element-profile-content.res .profile-tab .img-col { width: 220px; text-align: left; }
  .element-profile-content.res .profile-tab .img-col h3, .element-profile-content.res .profile-tab .img-col .element-object-list h2 .see-all, .element-object-list h2 .element-profile-content.res .profile-tab .img-col .see-all { width: 165px; } }
@media only screen and (min-width: 481px) { .element-profile-content.res .profile-tab .tab-col { text-align: left; } }
@media only screen and (max-width: 480px) { .element-profile-content.res .profile-tab { display: block; position: inherit; }
  .element-profile-content.res .profile-tab .description { max-height: 103px; overflow-y: scroll; border-bottom: 1px solid #ababab; text-align: left; } }
.element-profile-content.res .avatar { position: absolute; left: 10px; top: -10px; z-index: 1; }
@media only screen and (max-width: 480px) { .element-profile-content.res .avatar { -webkit-border-radius: 5rem; -moz-border-radius: 5rem; -ms-border-radius: 5rem; -o-border-radius: 5rem; border-radius: 5rem; width: 5rem; height: 5rem; top: -50px; left: 0; right: 0; margin: auto; } }
@media only screen and (min-width: 481px) and (max-width: 768px) { .element-profile-content.res .avatar { -webkit-border-radius: 6rem; -moz-border-radius: 6rem; -ms-border-radius: 6rem; -o-border-radius: 6rem; border-radius: 6rem; width: 6rem; height: 6rem; } }
@media only screen and (min-width: 769px) { .element-profile-content.res .avatar { -webkit-border-radius: 10rem; -moz-border-radius: 10rem; -ms-border-radius: 10rem; -o-border-radius: 10rem; border-radius: 10rem; width: 10rem; height: 10rem; } }
.element-profile-content.res .avatar:after { content: ''; border: 1px solid rgba(37, 41, 43, 0.2); position: absolute; top: 0; bottom: 0; left: 0; right: 0; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; }

.element-object-list { width: 100%; max-width: 1200px; margin: auto; padding: 10px 20px; margin-bottom: 20px; }
.element-object-list .thumbnail { width: 190px; height: 254px; }
.element-object-list:last-child { margin-bottom: 0; }
.element-object-list .see-all-list { color: #ff6600; float: right; }
.element-object-list h2 a.button { margin: 0; float: right; margin-right: 10px; margin-top: 12px; }
.element-object-list h2 a.button:first-child { margin-right: 0; }
.element-object-list h2 span a { margin-top: 15px; float: right; }
.element-object-list h2 .see-all { float: right; margin-top: 10px; }
@media only screen and (max-width: 480px) { .element-object-list h2 .see-all { margin-top: 8px; } }
@media only screen and (max-width: 480px) { .element-object-list .option { text-align: center; } }
.element-object-list .option a:first-child { padding-right: 10px; }
.element-object-list .option a:last-child { padding-left: 10px; }
@media only screen and (max-width: 480px) { .element-object-list { padding: 5px; } }

.element-overide-favorite-section section.favorites { width: 100%; position: relative; padding: 5px 20px 20px 20px; }
.element-overide-favorite-section section.favorites .favorites-see-all { position: absolute; color: #ff6600; top: 15px; right: 20px; width: 60px; text-align: right; }
.element-overide-favorite-section section.favorites h1 { font-size: 24px; }
.element-overide-favorite-section section.favorites ul { list-style-type: none; margin: 0; }
.element-overide-favorite-section section.favorites ul li { display: inline-block; padding: 0 0 10px 5px; }
.element-overide-favorite-section section.favorites .fav-image { width: 77px; height: 77px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; border: 1px solid #b6b6b6; }
.element-overide-favorite-section section.favorites.profile .fav-image, .element-overide-favorite-section section.favorites.blog .fav-image, .element-overide-favorite-section section.favorites.fans .fav-image { -webkit-border-radius: 3.85rem; -moz-border-radius: 3.85rem; -ms-border-radius: 3.85rem; -o-border-radius: 3.85rem; border-radius: 3.85rem; width: 3.85rem; height: 3.85rem; }
.element-overide-favorite-section section.favorites.blog .fav-image { display: inline-block; float: left; margin: 0 10px 5px 0; }
.element-overide-favorite-section section.favorites.blog .description { display: table-cell; word-break: break-all; font-size: inherit; line-height: inherit; color: inherit; text-decoration: none; font-family: inherit; }
.element-overide-favorite-section section.favorites.blog .description:hover { color: #ff812d; text-decoration: underline; }
.element-overide-favorite-section section.favorites.blog .description.active { color: #cf5300; text-decoration: underline; }
.element-overide-favorite-section section.favorites.blog ul, .element-overide-favorite-section section.favorites.blog li { width: 100%; }
@media only screen and (max-width: 480px) { .element-overide-favorite-section section.favorites { height: auto; max-height: 235px; overflow-y: hidden; } }
@media only screen and (min-width: 481px) { .element-overide-favorite-section section.favorites { height: auto; max-height: 335px; overflow-y: hidden; } }
.element-overide-favorite-section section.favorites .followingright-inner { font-size: 15px; font-family: sans-serif; }
.element-overide-favorite-section .hidden { display: none; }

.element-earning { width: 100%; text-align: center; margin-top: 10px; }
.element-earning h2 { color: #1cbbb4; }
.element-earning .f-dropdown p { color: white; text-align: left; }

.share-profile { display: inline-block; height: 40px; line-height: 40px; position: relative; padding-bottom: 10px; }
.share-profile .share-button.facebook { height: 32px; line-height: 32px; font-size: 0; text-indent: -999999px; position: relative; width: 32px; height: 32px; display: block; margin-left: 15px; margin-top: auto; margin-bottom: auto; }
.share-profile .share-button.facebook:before { -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; background-position: 0 -280px; width: 32px; height: 32px; display: block; }
.share-profile .share-button.facebook:hover { background: #4467af; }
.share-profile .share-button.twitter { height: 32px; line-height: 32px; font-size: 0; text-indent: -999999px; position: relative; width: 32px; height: 32px; display: block; margin-left: 15px; margin-top: auto; margin-bottom: auto; }
.share-profile .share-button.twitter:before { -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; background-position: 0 -160px; width: 32px; height: 32px; display: block; }
.share-profile .share-button.twitter:hover { background: #40b3e4; }
.share-profile .share-button.youtube { height: 32px; line-height: 32px; font-size: 0; text-indent: -999999px; position: relative; width: 32px; height: 32px; display: block; margin-left: 15px; margin-top: auto; margin-bottom: auto; }
.share-profile .share-button.youtube:before { -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; background-position: 0 -32px; width: 32px; height: 32px; display: block; }
@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) { .share-profile { width: 180px; margin: auto; display: block; }
  .share-profile .share-button.twitter { margin-right: 0; } }
.share-profile .share-click-button { font-size: 0; text-indent: -999999px; width: 32px; height: 32px; display: inline-block; opacity: 0.6; line-height: 40px; position: relative; }
@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) { .share-profile .share-click-button { margin: auto; padding-left: 10px; } }
.share-profile .share-click-button:before { content: ''; display: block; width: 32px; height: 32px; background-position: 0 0; position: absolute; top: 0; left: 0; right: 0; margin-top: 0; margin-right: auto; margin-left: 0; }
@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) { .share-profile .share-click-button:before { top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; } }
@media only screen and (min-width: 769px) { .share-profile .share-click-button:before { margin-left: auto; } }

ul[id^="drop-share-click-button"] { min-width: 170px; padding: 5px 15px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; background: #eceff1 !important; -webkit-box-shadow: 0px 2px 2px 0px #ababab; -moz-box-shadow: 0px 2px 2px 0px #ababab; box-shadow: 0px 2px 2px 0px #ababab; }
ul[id^="drop-share-click-button"].drop-top:before { border-color: #eceff1 transparent transparent; }
ul[id^="drop-share-click-button"].drop-top:after { border-color: #ebebeb transparent transparent; }
ul[id^="drop-share-click-button"]:before { border-color: transparent transparent #eceff1 transparent; }
ul[id^="drop-share-click-button"]:after { border-color: transparent transparent #ebebeb transparent; }
ul[id^="drop-share-click-button"] .share-text { height: 32px; line-height: 32px; }
ul[id^="drop-share-click-button"] li { float: left; cursor: default; font-size: 24px; }
ul[id^="drop-share-click-button"] li:focus, ul[id^="drop-share-click-button"] li:hover { background: none; }
ul[id^="drop-share-click-button"] li a { padding-top: 0; padding-bottom: 0; }

.element-comic { width: 25%; max-width: 290px; margin-bottom: 25px; display: inline-block; float: left; position: relative; }
@media only screen and (min-width: 769px) and (max-width: 1024px) { .element-comic { width: 25%; max-width: 245px; } }
@media only screen and (min-width: 481px) and (max-width: 768px) { .element-comic { width: 33%; } }
@media only screen and (max-width: 480px) { .element-comic { display: block; margin: auto; max-width: 100%; width: 33.33%; } }
@media only screen and (min-width: 1025px) { .element-comic.zoom { zoom: 0.825; -ms-zoom: 0.825; -webkit-zoom: 0.825; -moz-transform: scale(0.825, 0.825); } }
.element-comic .img-frame { width: 100%; max-width: 190px; height: 254px; position: relative; }
@media only screen and (max-width: 480px) { .element-comic .img-frame { max-width: 90px; height: 120px; } }
@media only screen and (min-width: 481px) and (max-width: 768px) { .element-comic .img-frame { max-width: 140px; height: 190px; } }
.element-comic .img-frame:after { -webkit-box-shadow: rgba(37, 41, 43, 0.2) 0 0 1px 1px; -moz-box-shadow: rgba(37, 41, 43, 0.2) 0 0 1px 1px; box-shadow: rgba(37, 41, 43, 0.2) 0 0 1px 1px; position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; opacity: 0.4; background: url('../img/themes/smith/Book_cover_large_2.1.95.png') repeat-y; background-size: contain; }
.element-comic .element-wrap { margin: auto; padding: 0 3px; width: 100%; margin-bottom: 20px; }
@media only screen and (max-width: 480px) { .element-comic .element-wrap { max-width: 90px; } }
@media only screen and (min-width: 481px) and (max-width: 768px) { .element-comic .element-wrap { max-width: 140px; } }
@media only screen and (min-width: 769px) { .element-comic .element-wrap { max-width: 190px; } }
.element-comic .info-col { width: 100%; min-width: 190px; padding-right: 10px; }
@media only screen and (max-width: 480px) { .element-comic .info-col { min-width: 90px; padding-right: 5px; } }
@media only screen and (min-width: 481px) and (max-width: 768px) { .element-comic .info-col { min-width: 140px; } }
.element-comic .info-col h3, .element-comic .info-col .element-object-list h2 .see-all, .element-object-list h2 .element-comic .info-col .see-all, .element-comic .info-col p { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 100%; margin: 0; line-height: 1; }
.element-comic .info-col h3, .element-comic .info-col .element-object-list h2 .see-all, .element-object-list h2 .element-comic .info-col .see-all { margin-top: 10px; }
.element-comic .info-col .link { width: 90%; float: left; }
.element-comic .info-col .detail { margin-top: 10px; width: 10%; float: right; height: 20px; }
.element-comic .action-col a.button { margin-bottom: 10px; }
@media only screen and (max-width: 480px) { .element-comic .action-col { display: none; } }
.element-comic .option { width: 100%; min-height: 25px; display: inline-block; text-align: left; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
@media only screen and (max-width: 480px) { .element-comic .option { display: block; }
  .element-comic .option a, .element-comic .option a:first-child, .element-comic .option a:last-child { padding: 0; } }
.element-comic .stats { color: #455861; margin-top: 5px; }
.element-comic .book-shelf i { background-position: 0 -380px; width: auto; height: 20px; }
.element-comic .page-viewed i { background-position: 0 -620px; width: auto; height: 20px; }
.element-comic .page-count > span { margin-left: 5px; }
.element-comic .book-shelf, .element-comic .page-viewed { display: table-cell; width: 0.5%; }
.element-comic .book-shelf i, .element-comic .page-viewed i { display: inline-block; margin-right: 5px; text-indent: 25px; }

.element-illustration { width: 190px; display: inline-block; vertical-align: top; padding: 0px 1.5%; }
.element-illustration a .thumbnail { position: relative; }
.element-illustration a .thumbnail:after { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; border: 5px solid white; -webkit-box-shadow: rgba(37, 41, 43, 0.2) 0 0 1px 1px; -moz-box-shadow: rgba(37, 41, 43, 0.2) 0 0 1px 1px; box-shadow: rgba(37, 41, 43, 0.2) 0 0 1px 1px; }
.element-illustration h3, .element-illustration .element-object-list h2 .see-all, .element-object-list h2 .element-illustration .see-all { margin: 0; margin-top: 10px; line-height: 1; }
.element-illustration h3, .element-illustration .element-object-list h2 .see-all, .element-object-list h2 .element-illustration .see-all, .element-illustration p { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 100%; }
.element-illustration p a { color: #909090; }
.element-illustration.res { padding: 0 1%; margin-bottom: 15px; }
.element-illustration.res .thumbnail { width: 100%; max-width: 190px; }
@media only screen and (max-width: 480px) { .element-illustration.res { width: 32%; }
  .element-illustration.res .thumbnail { height: 130px; } }
@media only screen and (min-width: 481px) and (max-width: 768px) { .element-illustration.res { width: 32%; }
  .element-illustration.res .thumbnail { height: 40px; height: 225px; } }
@media only screen and (min-width: 769px) { .element-illustration.res { width: 19.5%; min-width: 175px; }
  .element-illustration.res .thumbnail { height: 254px; max-width: 190px; } }

.element-blog { -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; display: inline-block; float: left; position: relative; width: 48%; margin: 0 1%; margin-bottom: 30px; background: white; overflow: hidden; -webkit-box-shadow: rgba(37, 41, 43, 0.2) 0 0 1px 1px; -moz-box-shadow: rgba(37, 41, 43, 0.2) 0 0 1px 1px; box-shadow: rgba(37, 41, 43, 0.2) 0 0 1px 1px; }
.element-blog .bg-image { width: 100%; height: 130px; background-size: cover; background-position: 50% 0; }
@media only screen and (max-width: 480px) { .element-blog { width: 100%; margin: 0; margin-bottom: 20px; } }
.element-blog h2 { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 100%; margin: 0; }
.element-blog h2 a { font-size: inherit; }
.element-blog a.full-width { width: 100%; }
.element-blog.half-content .content { height: 250px; }
.element-blog .badge { position: absolute; top: 20px; right: 15px; }
.element-blog .category { background-color: #fff; padding: 0 20px; border-radius: 10px; color: #7b7b7b; }
.element-blog:nth-child(odd):last-child { width: 100%; }
.element-blog:nth-child(odd):last-child .content { height: 150px; }
.element-blog.half-content .info { height: 210px; }
.element-blog .info { background-color: white; position: relative; height: 400px; overflow: hidden; padding: 0px 15px; z-index: 1; }
.element-blog .info .avatar { -webkit-border-radius: 2rem; -moz-border-radius: 2rem; -ms-border-radius: 2rem; -o-border-radius: 2rem; border-radius: 2rem; width: 2rem; height: 2rem; display: inline-block; }
.element-blog .info .info-col { float: left; margin-left: 5px; }
.element-blog .info .img-col { float: left; }
.element-blog .big.button { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin: 10px auto; width: 80%; margin-left: 10%; padding: 0 10px; z-index: 1; }

.element-simple-paging { text-align: right; }
.element-simple-paging ul { margin: 0; list-style-type: none; display: inline-block; }
.element-simple-paging ul li { float: left; padding: 5px 15px; }
.element-simple-paging ul li.prev, .element-simple-paging ul li.next, .element-simple-paging ul li.center { width: auto; }
.element-simple-paging ul li.prev { text-align: right; }
.element-simple-paging ul li.next { text-align: left; }
.element-simple-paging ul li a { color: inherit; }
.element-simple-paging ul li.current-page { -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; background: #5c5c5c; padding: 5px 0; width: 30px; text-align: center; color: white; }

.element-override-comment .content-editor, .element-override-comment .discuss-wrapper .comment-input-cover .comment-content, .element-override-comment .comment-content { font-size: 14px !important; font-weight: 100 !important; line-height: 1.7 !important; font-family: sans-serif !important; }
.element-override-comment time { font-size: 12px !important; line-height: 1 !important; font-family: sans-serif !important; }
.element-override-comment .comment-editor-form { margin: 0; }
.element-override-comment .discuss-wrapper { width: 100%; }
.element-override-comment .discuss-wrapper .comment-arrow:before { border-color: #b6b6b6 #b6b6b6 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important; }
.element-override-comment .discuss-wrapper .commentsEmpty { font-size: 15px; font-family: sans-serif; }
.element-override-comment .discuss-wrapper .commentsEmpty a { color: #ff6600; }
.element-override-comment .discuss-wrapper .chat-row .comment .comment-inner:before { left: -12px; }