@charset "UTF-8";
/*!
	DO NOT EDIT stylesheet.css!

	Edit .scss files instead. See http://www.artodia.com/phpbb-31-tutorials/compile-theme/
	If you have any questions, please ask on support forum at http://www.artodia.com/forums/
*/
* {
  margin: 0;
  padding: 0;
  scrollbar-color: #A38C77 #35322E;
}
html {
  background: #000000 url('images/background-eso-plain.jpg') center center no-repeat fixed;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  scrollbar-color: #A38C77 #35322E;
}
html.simple, body.simple {
  background-color: transparent;
}
body.simple #wrap {
  margin: 15px 15px 5px 15px !important;
  border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
}
body {
  background: transparent;
  margin: 0;
  padding-top: 1px;
  height: auto;
  position: relative !important;
  scrollbar-width: thin;
  scrollbar-color: #A38C77 transparent;
  overflow-x: hidden;
}
#portal-body * {
  scrollbar-width: thin;
  scrollbar-color: #A38C77 transparent;
}
body::-webkit-scrollbar {
  width: 17px;
  height: 17px;
}
#portal-body *::-webkit-scrollbar {
  min-width: 10px;
  min-height: 10px;
}
body::-webkit-scrollbar-corner, #portal-body *::-webkit-scrollbar-corner, body::-webkit-scrollbar-track, #portal-body *::-webkit-scrollbar-track {
  background-color: #35322E;
}
body::-webkit-scrollbar-thumb, #mchat-body *::-webkit-scrollbar-thumb {
  background-color: #A38C77 !important;
  background-clip: padding-box;
  border: 1px solid transparent;
}
#portal-body *::-webkit-scrollbar-thumb {
  background-color: #A38C77 !important;
  background-clip: padding-box;
  border: none;
}
body::-webkit-scrollbar-thumb:hover, #portal-body *::-webkit-scrollbar-thumb:hover {
  background-color: rgba(163, 140, 119, 0.81) !important;
}
body::-webkit-scrollbar-thumb:active, #portal-body *::-webkit-scrollbar-thumb:active {
  background-color: #A38C77 !important;
}
/* Buttons */
body::-webkit-scrollbar-button:single-button {
  background-color: rgba(163, 140, 119, 0.51);
  display: block;
  background-size: 9px;
  background-repeat: no-repeat;
}
/* Up */
body::-webkit-scrollbar-button:single-button:vertical:decrement {
  height: 16px;
  width: 16px;
  background-position: center 5px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgba(163, 140, 119, 0.81)'><polygon points='50,00 0,50 100,50'/></svg>");
}
body::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(163, 140, 119)'><polygon points='50,00 0,50 100,50'/></svg>");
}
body::-webkit-scrollbar-button:single-button:vertical:decrement:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(255, 255, 255)'><polygon points='50,00 0,50 100,50'/></svg>");
}
/* Down */
body::-webkit-scrollbar-button:single-button:vertical:increment {
  height: 16px;
  width: 16px;
  background-position: center 6px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgba(163, 140, 119, 0.81)'><polygon points='0,0 100,0 50,50'/></svg>");
}
body::-webkit-scrollbar-button:single-button:vertical:increment:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(163, 140, 119)'><polygon points='0,0 100,0 50,50'/></svg>");
}
body::-webkit-scrollbar-button:single-button:vertical:increment:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(255, 255, 255)'><polygon points='0,0 100,0 50,50'/></svg>");
}
/* Left */
body::-webkit-scrollbar-button:single-button-button:horizontal:decrement {
  height: 16px;
  width: 16px;
  background-position: 3px 3px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgba(163, 140, 119, 0.81)'><polygon points='0,50 50,100 50,0'/></svg>");
}
body::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(163, 140, 119)'><polygon points='0,50 50,100 50,0'/></svg>");
}
body::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(255, 255, 255)'><polygon points='0,50 50,100 50,0'/></svg>");
}
/* Right */
body::-webkit-scrollbar-button:single-button:horizontal:increment {
  height: 16px;
  width: 16px;
  background-position: 3px 3px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgba(163, 140, 119, 0.81)'><polygon points='0,0 0,100 50,50'/></svg>");
}
body::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(163, 140, 119)'><polygon points='0,0 0,100 50,50'/></svg>");
}
body::-webkit-scrollbar-button:single-button:horizontal:increment:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(255, 255, 255)'><polygon points='0,0 0,100 50,50'/></svg>");
}
/* Main Blocks */
.page-width {
  max-width: 80%;
}
.navbar .inner.static > .static-inner {
  max-width: calc(80% + 1px);
  margin-left: 2%;
}
.inner.page-width {
  max-width: 99.9%;
}
#page-footer, #page-header, #wrap {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 0px;
  padding: 10px;
  margin: 10px auto 10px 2%;
  background: transparent url('images/black_40.png');
}
.headerbar {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: none;
  -webkit-box-shadow: inset -2px -2px 10px 5px rgba(50, 50, 50, 0.59);
  -moz-box-shadow: inset -2px -2px 10px 5px rgba(50, 50, 50, 0.59);
  -o-box-shadow: inset -2px -2px 10px 5px rgba(50, 50, 50, 0.59);
  box-shadow: inset -2px -2px 10px 5px rgba(50, 50, 50, 0.59);
  background: transparent url('images/bg_eso_header.png') top left;
  margin: 2px 2px 10px 2px !important;
  padding: 10px !important;
}
.logo img {
  margin-left: 20px;
}
#site-description p, #site-description p.sitename {
  margin-left: 275px !important;
}
#site-description p.sitename {
  margin-top: 25px;
  line-height: 1.8;
}
div.antonia {
  background-image: url('images/altmer.png');
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  position: fixed;
  width: 369px;
  max-width: 20%;
  height: 489px;
  z-index: 9998;
}
#page-header {
  margin-top: 32px;
  padding-bottom: 5px;
}
#page-footer {
  margin-top: 10px;
}
.headerbar, .footerbar, .navbar, .forabg, .forumbg, .post, div.rules, #page-footer .copyright {
  border: 3px solid #625040;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
.headerbar, .forabg, .forumbg, .post, div.rules {
  padding: 5px !important;
}
/* Statistik-Blöcke */
.stat-block {
  margin: 10px 0;
  padding: 1px 15px;
}
.stat-block {
  border: 3px solid #625040;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
.page-body div.stat-block:nth-last-child(2) {
  margin-bottom: 3px;
}
.action-bar.bottom {
  margin: 10px 0 0 0;
}
.action-bar.bar-bottom {
  margin-bottom: 10px;
}
div.navbar {
  margin-top: 2px;
}
.navbar .linklist > li.responsive-search {
  padding-top: 3px;
}
/* Portal Welcome */
.front-image {
  width: 98%;
  height: 240px;
  background: url("/marion/images/front-eso.jpg") center center no-repeat;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  margin: auto;
}
div.content.portal-module-content {
  font-size: 11px !important;
  line-height: 1.5em !important;
}
/* Portal block/row backgrounds */
#portal-left .forabg, #portal-right .forabg, #portal-center .forabg, .stat-block {
  background: #181510;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#30FFFFFF);
  box-shadow: 1px 1px 3px rgba(102, 116, 140, 0.1);
}
/* .forabg ul.topiclist li.row:not(.portal-news-pagination) { min-height: 45px; } */
li.row:hover {
  background: rgba(65, 56, 44, 0.8) !important;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 95%) !important;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 95%) !important;
}
#portal-center .forabg .bg1.no-bg {
  background: none;
}
#portal-left .forabg:last-child {
  margin-bottom: 10px !important;
}
.forabg ul.topiclist li.header dt, .forumbg ul.topiclist li.header dt {
  padding: 1px 0;
}
.forabg ul.topiclist li.header dd, .forumbg ul.topiclist li.header dd {
  padding-left: 5px;
}
/* PM Colors */
.cplist.pmlist li.row:not(.pm_foe_colour):not(.pm_friend_colour):not(.pm_replied_colour):not(.pm_marked_colour):not(.pm_reported_colour) {
  border-color: transparent !important;
}
.cplist.pmlist li.row {
  border-width: 0 3px !important;
}
.row.pm_foe_colour {
  border-color: #000 !important;
}
.row.pm_friend_colour {
  border-color: #5D8FBD !important;
}
.row.pm_replied_colour {
  border-color: #A9B8C2 !important;
}
.row.pm_marked_colour {
  border-color: #FF6600 !important;
}
.row.pm_reported_colour {
  border-color: #BC2A4D !important;
}
/* Who is online */
table.table1 .info {
  padding-left: 30px;
}
/* Post form */
div#page-body h2.posting-title {
  margin: 0.8em 0;
}
/*Page footer */
div#page-footer .copyright {
  background: #181510;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#30FFFFFF);
  box-shadow: 1px 1px 3px rgba(102, 116, 140, 0.1);
}
#nav-footer.nav-footer.linklist {
  padding: 4px 0;
}
#nav-footer .breadcrumbs .crumb {
  line-height: 1.6em !important;
}
/* Footer-Nav Burger Dropdown visible */
ul.linklist li.responsive-menu.visible a.responsive-menu-link::before {
  content: '' !important;
}
span.username-coloured {
  margin-left: 0;
}
/* Main font & font-color overrules */
li.row a.topictitle, li.row a.forumtitle, li.row a.portal-forumtitle, div#page-body h2.topic-title a, div#page-body h2.posting-title a, .post h3 {
  color: #A38C77 !important;
  font-weight: bold;
  font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif !important;
}
h2, h3, div#page-body h2.forum-title a, div#page-body h2.topic-title a, .post h3, h2.ucp-title, div#cp-main h2, div#cp-main h3 {
  color: #A38C77 !important;
  font-weight: bold !important;
}
a.lastsubject, dl.attachbox dl.thumbnail dd, dl.thumbnail dd, a.feed-icon-forum::after {
  color: #A38C77 !important;
}
a.top, a.top2 {
  font-size: 11px;
}
a.top span {
  vertical-align: top;
}
.left-box a:not(.username-coloured), h3#review > span > a {
  color: #9FB084 !important;
}
h3#review > span > a:hover {
  color: #FFF !important;
}
li.row a.topictitle:hover, li.row a.forumtitle:hover, li.row a.portal-forumtitle:hover, div#page-body h2.forum-title a:hover, div#page-body h2.topic-title a:hover, div#page-body h2.posting-title a:hover, .post h3:hover, a.lastsubject:hover, .left-box a:hover {
  color: #FFF !important;
  text-decoration: none;
}
h2, #site-description p.sitename, div.nav-tabs a.nav-link, .breadcrumbs .crumb, li.header .list-inner, li.header dt, div#page-body h2.topic-title a, div#page-body h2.forum-title a, div#page-body h2.posting-title a, div#postingbox.panel h3, h2.invade-linklist, h2.ucp-title, div#cp-main h2, div#cp-main h3, h3.captcha-title, h3#review.review {
  font-family: "Segoe Print", "Trebuchet MS", Arial, sans-serif !important;
}
#site-description p {
  color: #9FB084;
}
#site-description p.sitename, #site-description:hover > p, .post:target .content, div#postingbox.panel h3, .breadcrumbs .crumb::before, fieldset select option.sep, h3.captcha-title, a.feed-icon-forum:hover::after {
  color: #FFF !important;
}
.postlink {
  color: #9FB084 !important;
  border-bottom-color: #9FB084 !important;
}
.postlink:hover, .infotooltip:hover {
  color: #FFF !important;
  background-color: #625040 !important;
}
div.signature .postlink:hover {
  background-color: transparent !important;
}
fieldset select {
  color: #85817b;
}
#site-description, div#cp-main h3, form#ucp li.header div.list-inner.with-mark, h3#review.review {
  text-transform: uppercase;
  font-size: 13px;
}
div.nav-tabs a.nav-link {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px !important;
}
li.header .list-inner, li.header dt, div#postingbox.panel h3, h3.captcha-title {
  text-transform: uppercase !important;
  font-weight: bold !important;
  font-size: 12px !important;
}
h2.invade-linklist {
  text-transform: uppercase;
  font-weight: bold;
}
.forum-description.toggle span.arrow {
  color: rgba(168, 154, 141, 0.95);
  border-right-color: rgba(168, 154, 141, 0.95);
}
.forum-description.toggle {
  text-shadow: 1px 1px 2px #A08F81;
  background-color: rgba(160, 143, 129, 0.95);
}
/* ESO */
#site-description > p:not(.sitename) {
  color: #DED6CE;
  font-weight: bold;
}
a, a.time, ul.linklist li.responsive-menu a.responsive-menu-link:before, .responsive-tab .responsive-tab-link:before {
  color: #9FB084;
}
.current {
  color: #9FB084 !important;
}
.current:hover {
  color: #FFF !important;
}
.post:target h3 a, .topic-status.sticky, dl.file dd {
  color: #A38C77;
}
.post:target h3 a:hover, .forum-lastpost, li.row strong, li.row .subforums-list strong, li.row .forum-lastpost strong {
  color: #FFF;
}
.navbar.tabbed.not-static .nav-tabs li.tab:not(.selected):hover, #wrap .navbar.tabbed.not-static .nav-tabs li.tab:not(.selected):hover {
  color: #FFF;
  border-color: #A38C77;
  background-color: #A38C77;
  background-image: none;
  filter: none;
}
.navbar.tabbed.not-static .nav-tabs li.tab.dropdown-visible, #wrap .navbar.tabbed.not-static .nav-tabs li.tab.dropdown-visible {
  color: #FFF;
  border-color: #A38C77;
  background-color: #A38C77;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#40FFFFFF, endColorstr=#00FFFFFF);
}
.navbar {
  background: #17140f;
}
.navbar.tabbed.not-static .nav-tabs li.tab {
  border-color: #625040;
  background-color: #625040;
}
.navbar.tabbed.not-static .nav-tabs li.tab.selected, #wrap .navbar.tabbed.not-static .nav-tabs li.tab.selected {
  border-color: #A38C77;
  background-color: #A38C77;
}
.navbar.tabbed.not-static .nav-tabs li.tab.selected::after {
  background-color: #A38C77;
}
.navbar .nav-tabs .tab.selected {
  background: #886E58;
}
.navbar .nav-tabs {
  border-color: #98826F;
}
.navbar.tabbed.not-static + .navbar.secondary {
  border-color: #A38C77;
  background-color: #A38C77;
  box-shadow: none;
}
.navbar.secondary {
  color: #A38C77;
}
.navbar.secondary > ul > li:hover, .navbar.secondary > ul > li.dropdown-visible {
  background-color: #A38C77;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33FFFFFF', endColorstr='#00FFFFFF');
  box-shadow: 1px 1px 3px rgba(102, 116, 140, 0.1);
}
.navbar .inner.static {
  opacity: 0.98;
}
.navbar .inner.static .nav-tabs, #wrap .navbar .inner.static .nav-tabs {
  background-color: #A38C77;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#40FFFFFF, endColorstr=#00FFFFFF);
}
.navbar .inner.static .nav-tabs .tab.selected, .navbar .inner.static .nav-tabs .tab:hover, .navbar .inner.static .nav-tabs .tab.dropdown-visible, #wrap .navbar .inner.static .nav-tabs .tab.selected, #wrap .navbar .inner.static .nav-tabs .tab:hover, #wrap .navbar .inner.static .nav-tabs .tab.dropdown-visible {
  color: #FFBF00;
  background-color: #181510;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#40FFFFFF, endColorstr=#00FFFFFF);
}
.navbar .inner.static .nav-tabs .tab.selected, .navbar .inner.static .nav-tabs .tab:hover, .navbar .inner.static .nav-tabs .tab.dropdown-visible {
  color: #9FB084;
}
ul.navlinks {
  border-top-color: rgba(96, 84, 74, 0.64);
}
#minitabs .tab > a {
  background-color: rgba(96, 84, 74, 0.64);
}
#minitabs .activetab > a, #minitabs .activetab > a:hover {
  color: #FFF;
  background-color: #A38C77;
}
.minitabs .tab > a {
  border-radius: 5px 5px 0 0;
  margin-left: 5px;
}
.forabg ul.topiclist li.header, .forumbg ul.topiclist li.header {
  border: 0 solid #625040;
  background: url("./images/category.png") 100% 0 no-repeat, #4B3D31 linear-gradient(to bottom, #b09c8a 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 1px 1px 3px rgba(187, 169, 153, 0.1);
  text-shadow: 1px 1px 1px rgba(167, 144, 122, 0.3);
}
.forabg ul.topiclist li.row, .forumbg ul.topiclist li.row, .panel {
  background: #181510;
  border: 0 solid #625040;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30FFFFFF, endColorstr=#00FFFFFF);
  box-shadow: 1px 1px 3px rgba(187, 169, 153, 0.1);
}
.forabg ul.topiclist li.row, .forumbg ul.topiclist li.row {
  margin: 5px 0;
  padding: 0;
}
li.row:hover, #reprap.panel {
  background: #453A31 !important;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 95%) !important;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 95%) !important;
}
.bg1, .bg2, .post {
  background: #181510;
  background-color: #181510;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#30FFFFFF);
  box-shadow: 1px 1px 3px rgba(102, 116, 140, 0.1);
}
tr.bg3.big-column {
  background: rgba(96, 84, 74, 0.64);
}
.panel > .inner > h3:first-child, .panel > h3:first-child {
  border: 0 solid #625040;
  background: url("./images/category.png") 100% 0 no-repeat, #181510 linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
}
.bg3.panel::before, .bg3.panel::after {
  background: linear-gradient(to bottom, #766658 0%, rgba(102, 116, 140, 0) 100%);
}
#options-panel.bg3.panel::before, #options-panel.bg3.panel::after, #attach-panel.bg3.panel::before, #attach-panel.bg3.panel::after {
  background: transparent;
}
#attach-panel.bg3.panel {
  border-radius: 7px;
}
.bg3.panel, .section-posting .bg3.panel {
  background: transparent none;
  background-color: #181510c4;
  border-top-color: #A38C77 !important;
  border-radius: 7px;
}
.section-posting .bg3.panel::before, .section-posting .bg3.panel::after {
  background: linear-gradient(to bottom, #766658 0%, rgba(102, 116, 140, 0) 100%) !important;
}
#tabs .tab > a {
  color: #9FB084;
}
#tabs .activetab > a, #tabs .activetab > a:hover {
  background: #66748c;
  background: -webkit-linear-gradient(top, #192137 0%, #66748c 100%);
  background: linear-gradient(to bottom, #967C64 0%, #A38C77 100%);
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF192137', endColorstr='#FF66748C', GradientType=0);
  border-color: #A38C77;
  color: #f0f1f4;
}
#navigation a:hover, #navigation #active-subsection a:hover, #navigation #active-subsection a {
  background: rgba(96, 84, 74, 0.64);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.25) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#40FFFFFF);
}
.icon-search-new::after, .icon-search-unanswered::after, .icon-search-unread::after, .icon-search-self::after, .icon-search::after, .icon-search-active::after, .icon-search-advanced::after, .icon-acp::after, .icon-bookmark::after, .icon-bump::after, .icon-contact::after, .icon-delete-cookies::after, .icon-download::after, .icon-faq::after, .icon-home::after, .icon-logout::after, .icon-login::after, .icon-mark::after, .icon-mcp::after, .icon-members::after, .icon-members::before, ul.linklist.bulletin > li.small-icon.icon-members::before, .icon-notification::after, .icon-pages::after, .icon-pm::after, .icon-print::after, .icon-profile::after, .icon-register::after, .icon-sendemail::after, .icon-subscribe::after, .icon-team::after, .icon-team::before, ul.linklist.bulletin > li.small-icon.icon-team::before, .icon-ucp::after, .icon-unsubscribe::after, .icon-new-posts::after, .icon-forums::after, .icon-chat::after, .icon-time::after, .icon-thanks::after, .icon-thanks_toplist::after, .icon-public::after, .icon-everquest::after, .icon-archiv::after, .icon-calendar::after, .icon-file::after, .icon-gallery::after, .icon-camera::after, .icon-lock::after, .icon-arrow-right::after, .icon-subforum::after, .icon-edit::after, .icon-times::after, .icon-gavel::after, .icon-external-link::after {
  color: #9FB084;
}
dl.details dt, .panel-container .panel li.header dd, .copyright, .postprofile strong {
  color: #A38C77;
}
fieldset dl:hover dt label {
  color: #FFF;
}
.icon.icon-gray, a.top, a.top2 {
  color: #9FB084;
}
a:hover .icon.icon-gray, a:hover.top, a:hover.top2 {
  color: #FFF;
}
.panel-container .panel {
  background: rgba(65, 56, 44, 0.8);
}
.panel-container .panel > .inner > h3:first-child a {
  color: #9FB084;
}
.panel-container .panel li.header dt {
  color: #FFF;
}
table.table1 tbody tr, table.zebra-list tr:nth-child(2n+1) td, ul.zebra-list li:nth-child(2n+1), table.zebra-list tr:nth-child(2n) td, ul.zebra-list li:nth-child(2n) {
  background: #342d23;
}
table.table1 thead th {
  border: 0;
  background: no-repeat #4B3D31 linear-gradient(to bottom, #A38C77 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 1px 1px 3px rgba(187, 169, 153, 0.1);
}
table.table1 tbody tr {
  border-color: #625040;
}
table.table1 tbody tr:hover, table.table1 tbody tr.hover {
  background-color: rgba(96, 84, 74, 0.64);
  color: #A38C77;
}
table.table1 tbody td {
  border-top-color: #625040;
}
div.tables1 table.table1 thead tr th {
  max-width: 30px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
dl.details dd {
  color: #FFF !important;
}
#cp-main .panel {
  background: rgba(96, 84, 74, 0.64) !important;
  border-radius: 0px 7px 7px 7px;
  -moz-border-radius: 0px 7px 7px 7px;
  -webkit-border-radius: 0px 7px 7px 7px;
}
#cp-main .pm {
  background-color: #181510;
}
#cp-main .tabs-container {
  height: 39px;
}
.tabs .tab > a {
  margin: 1px 1px 0 5px;
}
.search-header {
  border-color: #A38C77;
}
.inputbox::placeholder {
  color: #D0C3B8;
}
input[type='radio']:checked:after {
  background-color: #A38C77;
}
.inputbox {
  background-color: #2f2920 !important;
  border-color: #A38C77 !important;
  color: #FFF;
}
.inputbox {
  padding: 5px;
}
.inputbox:hover {
  border-color: #A38C77 !important;
  color: #FFF;
}
a.button1, input.button1, input.button3, a.button2, input.button2, input.button1:focus, input.button2:focus, input.button3:focus {
  color: white !important;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  border-color: #625040;
  background-color: #39322D;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50FFFFFF, endColorstr=#00FFFFFF);
}
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
  border-color: #625040;
  background-color: #967D65;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#18FFFFFF);
}
.button, .buttons > .button.locked-icon {
  border-color: #786452;
  background-color: #A38C77;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30FFFFFF, endColorstr=#00FFFFFF);
  box-shadow: 1px 1px 3px rgba(172, 151, 132, 0.1);
  color: #FFF;
}
.dropdown-visible .dropdown-select, .dropdown-visible .dropdown-select:hover, .nojs .dropdown-container:hover .dropdown-select, .buttons > .button:hover, .button:hover {
  border-color: #786452 !important;
  background-color: #A38C77;
}
.dropdown .dropdown-contents {
  background: rgba(83, 69, 57, 0.97);
  border-color: #A38C77;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
}
.dropdown li, .dropdown li li {
  border-color: rgba(98, 80, 64, 0.97);
}
.dropdown li.separator {
  border-color: rgba(151, 126, 102, 0.65);
}
.dropdown-extended .header {
  background: #836D59;
}
.dropdown-extended .header, .dropdown-extended .footer {
  border-color: rgba(151, 126, 102, 0.65);
}
.dropdown-extended ul li:hover {
  background-color: rgba(65, 56, 44, 0.8);
  color: #A38C77;
}
.notification_list li.dropdown-notification, .panel-container .notification_list li.dropdown-notification, .notification_list li.dropdown-notification:hover, .panel-container .notification_list li.dropdown-notification:hover {
  border-top-color: rgba(98, 80, 64, 0.97);
  border-bottom-color: rgba(98, 80, 64, 0.97);
}
.jumpbox-cat-link {
  background-color: #A38C77BD;
  color: #FFF;
}
.jumpbox .dropdown li {
  border-top-color: #625040;
}
.jumpbox-cat-link:hover {
  background-color: rgba(65, 56, 44, 0.95);
  border-top-color: rgba(65, 56, 44, 0.95);
  color: #FFF;
}
.jumpbox-sub-link {
  background-color: #463d35;
}
.jumpbox-sub-link:hover {
  background-color: rgba(65, 56, 44, 0.95);
}
#ts3v_1093383 i.tsv_viewer.channel_open {
  background-image: url(./images/ts/channel_open.png) !important;
}
#ts3v_1093383 .tsv_server a:link, #ts3v_1093383 .tsv_server a:visited {
  color: #A38C77 !important;
}
.tsv_content a:link, #ts3v_1093383 .tsv_server a:visited {
  display: inline !important;
  text-align: left !important;
  color: #A38C77 !important;
  font-weight: bold !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-decoration: none !important;
}
.pollbar1, .pollbar2, .pollbar3, .pollbar4, .pollbar5 {
  background-color: #A38C77;
}
.pollbar1, .pollbar2, .pollbar3, .pollbar4, .pollbar5 {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30FFFFFF, endColorstr=#00FFFFFF);
  box-shadow: 1px 1px 3px rgba(163, 140, 119, 0.1);
}
fieldset.polls dl:hover dt label {
  color: #FFF;
}
fieldset.polls dl dt label {
  font-weight: normal;
}
fieldset.polls dl.voted, fieldset.polls dl.voted dt label, fieldset.polls dl.voted dt label:hover {
  color: #9FB084;
  font-weight: bold;
}
fieldset.polls dl {
  border-top-color: transparent;
}
.phpbb_alert {
  background-color: rgba(96, 84, 74, 0.64);
  border-color: #625040;
}
.phpbb_alert .alert_close::after {
  color: rgba(65, 56, 44, 0.8);
}
.phpbb_alert .alert_close::before {
  color: #9FB084;
}
.online-ribbon span {
  background-color: #9fb084BF;
}
#gallery label {
  background: #2f2920;
  border-color: #625040;
}
#gallery label:hover {
  background-color: #A38C77;
}
.ts3viewer-links #ts3v_1093383 .tsv_server a:link, .ts3viewer-links #ts3v_1093383 .tsv_server a:visited, .ts3viewer-links #ts3v_1093383 .tsv_user, .ts3viewer-links #ts3v_1093383 .tsv_user a:link, .ts3viewer-links #ts3v_1093383 .tsv_user a:visited, .ts3viewer-links #ts3v_1093383 .tsv_user a:active {
  color: #9FB084 !important;
}
.ts3viewer-links #ts3v_1093383 .tsv_serverinfo a:link, .ts3viewer-links #ts3v_1093383 .tsv_serverinfo a:visited {
  color: #A38C77 !important;
}
.ts3viewer-links #ts3v_1093383 .tsv_server a:active, .ts3viewer-links #ts3v_1093383 .tsv_server a:hover, .ts3viewer-links #ts3v_1093383 .tsv_serverinfo a:active, .ts3viewer-links #ts3v_1093383 .tsv_serverinfo a:hover, .ts3viewer-links #ts3v_1093383 .tsv_user:hover, ts3viewer-links #ts3v_1093383 .tsv_user:hover a:hover {
  color: #FFF !important;
}
@media screen and (max-width: 1395px) {
  html {
    background: #000000 url('images/background-eso-plain.jpg') center center no-repeat fixed;
  }
}
/* End ESO*/
/* Miscellaneous */
/* Forum Overview Fix */
ul.topiclist li.header dt .list-inner {
  padding-left: 0;
}
/* Feed icon position */
a.feed-icon-forum::after {
  bottom: 10px;
}
/* External resized image */
div.content img.postimage {
  border: 3px solid #625040 !important;
  border-radius: 6px;
}
div.content .inline-attachment img.postimage {
  border: 3px solid #625040 !important;
}
/* End external resized image */
dl.thumbnail img:hover, div.inline-attachment img.postimage:hover, div.content img.postimage:hover, div#thumbnail img.postimage:hover, .postbody_album img.postimage:hover, .gallery.inner img.postimage:hover {
  border: 3px solid #A38C77 !important;
  padding: 0 !important;
  cursor: -moz-zoom-in !important;
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
  cursor: url(images/zoom.png), zoom-in !important;
}
.postbody img.postimage {
  border: 3px solid transparent !important;
}
div.inline-attachment dl.thumbnail {
  margin-top: 10px;
}
dl.thumbnail img {
  background-color: #625040;
}
.attachbox {
  background-color: #342d23;
  border-color: #625040;
  margin: 15px 0 30px 0;
}
.attachbox dd {
  border-top-color: #625040;
}
.attachbox .file dd {
  white-space: nowrap;
  font-size: 10px;
}
.forum-image {
  margin-top: -14px;
  margin-bottom: 5px;
}
.signature {
  border-top-color: #625040;
}
.postprofile, hr {
  border-color: #625040;
}
.no-avatar .avatar-container {
  width: 100px;
  height: 100px;
  background-image: url("./images/no_avatar.png");
}
.content h2, .panel h2 {
  color: #342D23;
  border-bottom-color: #625040;
}
.postbody .content {
  overflow-x: hidden;
}
div.spoilwrapper, blockquote {
  padding: 12px;
  background-color: #342D23 !important;
  border-color: #625040 !important;
}
blockquote {
  font-size: 0.88em;
}
div.spoilwrapper {
  font-size: 0.89em;
}
span.spoilbtn:hover, div.spoilcontent {
  color: #FFF !important;
}
.spoilbtn {
  color: #9FB084 !important;
}
a.button2, fieldset .button2, input.button2 {
  color: #9FB084;
  font-weight: bold;
  padding: 2px 4px;
}
#file-list input.button2, #file-list input.button1 {
  font-weight: normal;
}
fieldset .button2:hover, input.button2:hover, #cp-main input.button2:hover {
  color: #FFF;
}
.button {
  padding: 1px 8px 2px 8px;
}
fieldset.polls dd {
  width: auto;
}
fieldset.polls dd.resultbar {
  width: 55%;
  margin-top: 2px;
}
input#search_keywords.inputbox.search.tiny {
  max-height: 23px;
}
select {
  border-color: #786452 !important;
  background-color: #2f2920 !important;
}
select:hover, select:focus, .inputbox:hover {
  background-color: rgba(65, 56, 44, 0.8) !important;
}
.inputbox, .inputbox:focus, .inputbox:hover, .search-box .button:hover, select, select:hover {
  border-color: #625040 !important;
}
option {
  padding-right: 0;
}
select option {
  background-color: #534539 !important;
  border-color: #625040 !important;
}
select > option:hover {
  background-color: #625040 !important;
}
select option[selected="selected"] {
  background-color: #A38C77 !important;
}
option.disabled-option {
  color: #A38C77;
}
input#new_password.inputbox, input#new_password_confirm.inputbox {
  width: 40%;
}
ul.topiclist.forums dl.row-item dt .list-inner {
  padding-top: 12px;
}
.breadcrumbs .crumb {
  font-size: 13px;
}
.pagination li.active span {
  border-color: #8A7766;
  background-color: #A38C77;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30FFFFFF, endColorstr=#00FFFFFF);
}
.pagination li.active span:hover {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#18FFFFFF);
}
.pagination li a {
  color: #9FB084;
  background-color: rgba(65, 56, 44, 0.8);
  border-color: #625040;
}
.pagination li a:hover {
  background-color: rgba(65, 56, 44, 0.8);
}
div.forumbg .row .pagination {
  margin-top: -2em;
  margin-right: 15px;
}
.topic-actions .pagination {
  margin-right: 0;
}
div.action-bar.bar-top {
  margin-bottom: 7px;
}
.top {
  top: 0;
}
.back2top .fa-chevron-circle-up::before {
  margin-right: -15px !important;
}
post > .back2top {
  bottom: 0 !important;
}
div.back2top a.top {
  margin-top: -10px !important;
}
.icon.icon-black, a:hover .icon.icon-black {
  color: #9FB084;
}
.posthilit {
  background-color: #A38C77;
  color: rgba(65, 56, 44, 0.8);
}
div.rules, p.post-notice, .notification_list li.bg3 {
  background-color: #2f1514;
  color: #cab4b4;
}
.notification_list ul li p, .notification_list li.dropdown-notification p.notification-reference:hover, .notification_list li.dropdown-notification p.notification-time, .notification_list li.dropdown-notification:hover p.notification-time, .notification_list li.dropdown-notification a.mark_read, .notification_list li.dropdown-notification a.mark_read::after {
  color: #FFF;
}
.notification_list li.dropdown-notification:not(.bg3) p.notification-title strong, .notification_list li.dropdown-notification.bg3:hover p.notification-title strong {
  color: #FFF !important;
}
.notification_list p.notification-reference, .notification_list p.notification-location, .notification_list li a p.notification-reason {
  color: #A38C77;
}
.notification_list li.dropdown-notification {
  background-color: rgba(65, 56, 44, 0.8);
}
.notification_list li.dropdown-notification:hover a.mark_read, .notification_list li.dropdown-notification:hover a.mark_read::after {
  color: #A38C77 !important;
}
a.notification-block:hover {
  background-color: rgba(65, 56, 44, 0.8);
}
.notification_list li.bg3 p.notification-time, .notification_list li.bg3 p.notifications_time {
  color: #ac8888;
}
.notification_list li.dropdown-notification:hover {
  background-color: #342D23;
  color: #FFF !important;
}
div.rules a, div.rules .inner > strong:first-child, p.post-notice a, p.post-notice .inner > strong:first-child {
  color: #f7c5c5;
}
.codebox * {
  scrollbar-color: #A38C77 #35322E !important;
}
.codebox {
  margin-top: 8px;
  margin-left: 0;
  border-color: #625040;
}
.codebox p {
  text-transform: none;
  font-weight: normal;
  background: rgba(65, 56, 44, 0.8);
  border-bottom-color: #625040;
}
/* Pages Extension */
.pages-content {
  font-size: 13px !important;
}
table.twitter-mashup {
  background: #181510ab;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30FFFFFF, endColorstr=#00FFFFFF);
  box-shadow: 1px 1px 3px rgba(102, 116, 140, 0.1);
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 45px;
}
/* Cookie consent */
.cc-color-override--1687565279.cc-window {
  background-color: rgba(80, 65, 53, 0.95) !important;
}
a.cc-link {
  color: #9FB084 !important;
}
/* ABBC3 BBCode buttons */
.abbc3_select option {
  color: white;
}
#mchat-panel #abbc3_buttons .abbc3_buttons_row {
  text-align: center;
}
/* Hide mChat ABBC3's font size button */
.mchat-wrapper [name="abbc3_addbbcode20"], .mchat-wrapper [name="addbbcode48"], .mchat-wrapper [name="addbbcode44"], .mchat-wrapper [name="addbbcode46"], .mchat-wrapper [name="addbbcode42"] {
  display: none;
}
/* mChat */
.mchat-text {
  padding: 2px 0 !important;
}
div.mchat-avatar {
  margin: 1px 11px 0 6px !important;
}
div.mchat-panel-buttons .button, div.mchat-panel-buttons .post-buttons > #expand > a, .post-buttons > #expand > a {
  height: 35px !important;
}
#mchat-body *::-webkit-scrollbar-thumb {
  background-color: #A38C77;
  border-radius: 20px;
  border: transparent;
}
/* Google Translator */
a.goog-te-gadget-link {
  background: url('images/trans-icon-eso.png') center center no-repeat;
}
.translated-ltr a.goog-te-gadget-link {
  background: url('images/trans-icon-eso-en.png') center center no-repeat;
}
/* EQ2 Serverstatus */
div.serverstatus span td {
  font-family: Verdana, Helvetica, Arial, sans-serif !important;
  font-size: 11px !important;
  line-height: 1.8em !important;
  vertical-align: middle !important;
}
div.serverstatus span td img {
  margin-bottom: -3px;
}
/* EQdkp Tooltips */
.EQdkpTooltip {
  color: #9FB084 !important;
}
/* User & moderator menu */
div#page-body #tabs .tab:not(.activetab) > a, .cp-mini, .cp-menu #navigation ul li#active-subsection.active-subsection a:not(:hover) {
  background: rgba(96, 84, 74, 0.64);
}
.cp-menu {
  padding-right: 2px;
  padding-top: 37px;
}
.cp-menu #navigation ul li a:not(:hover) {
  background: rgba(65, 56, 44, 0.8);
}
.cp-menu #navigation a {
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
}
#cp-main .row.bg1, #cp-main .row.bg2, #cp-main tr.bg1, #cp-main tr.bg2 {
  background: #181510;
  border: 0 solid #625040;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30FFFFFF, endColorstr=#00FFFFFF);
  box-shadow: 1px 1px 3px rgba(102, 116, 140, 0.1);
  margin: 5px 0;
  padding: 0;
}
#cp-main input.button2 {
  color: #9FB084;
}
#cp-main .action-bar.top {
  position: relative;
  margin-top: -5px;
  margin-bottom: 15px;
}
/* UCP Tabs */
div#page-body #tabs .tab > a {
  height: 26px;
}
/**********************************
**************************************/
/* Mediaembed and jwplayer shadows */
#video-container object {
  box-shadow: 6px 6px 6px rgba(98, 80, 64, 0.3);
  margin: 7px 0 17px 0;
  padding: 0;
}
@media screen and (min-width: 1415px) {
  #video-container-shadow, div.content [data-s9e-mediaembed] {
    box-shadow: 6px 6px 6px rgba(98, 80, 64, 0.3);
    margin-bottom: 13px;
  }
}
#video-container-shadow {
  max-width: 640px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container-bottom {
  margin-bottom: 12px;
  padding: 0;
}
#welcome-videoshadow {
  width: 559px;
  box-shadow: 6px 6px 6px rgba(98, 80, 64, 0.3);
  margin: 7px 0 13px 0;
}
div[id*='mediaplayer'] {
  margin-top: 10px;
}
.video-container-main {
  width: 70%;
}
.imageshadow {
  box-shadow: 5px 5px 5px rgba(98, 80, 64, 0.5);
  margin-bottom: 7px;
}
.jwplayer {
  box-shadow: none !important;
  margin-bottom: 7px !important;
}
div.jw-flag-media-audio {
  margin: 7px 0 15px 0 !important;
}
/**********************************
**************************************/
.rightside li.tab.mchat.dropdown-container, .rightside li.tab.members, .rightside li.tab.acp {
  padding-right: 2px !important;
}
ul.linklist > li.icon-only, ul.linklist > li.rightside.icon-only {
  padding-top: 3px;
}
.forabg ul.topiclist dd.lastpost, dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info {
  width: 230px;
}
.forumbg ul.topiclist dd.lastpost {
  width: 170px;
  margin-right: 5px !important;
}
ul.topiclist dd.lastpost span {
  white-space: nowrap !important;
  overflow: hidden !important;
  width: 98% !important;
  text-overflow: ellipsis !important;
}
dd.posts, dd.topics, dd.views {
  width: 95px;
}
li.row a.topictitle {
  white-space: nowrap !important;
  overflow: hidden !important;
  width: 75% !important;
  text-overflow: ellipsis !important;
  display: inline-block !important;
}
.topiclist.forums a.feed-icon-forum {
  margin-right: 30px;
}
dl.row-item dt .list-inner .topic-status {
  margin-right: 0;
}
/**********************************
**************************************/
/* Teamspeak */
.ts3viewer-links #ts3v_1093383 .tsv_server a:link, .ts3viewer-links #ts3v_1093383 .tsv_server a:visited {
  color: #9FB084 !important;
}
.ts3viewer-links #ts3v_1093383 .tsv_serverinfo a:link, .ts3viewer-links #ts3v_1093383 .tsv_serverinfo a:visited {
  color: #A38C77 !important;
}
.ts3viewer-links #ts3v_1093383 .tsv_server a:active, .ts3viewer-links #ts3v_1093383 .tsv_server a:hover, .ts3viewer-links #ts3v_1093383 .tsv_serverinfo a:active, .ts3viewer-links #ts3v_1093383 .tsv_serverinfo a:hover {
  color: #FFF !important;
}
/**********************************
**************************************/
/* FeedGrabbr ESO News */
.feedgrabbr_widget {
  background: #181510 !important;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%) !important;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#30FFFFFF) !important;
  box-shadow: 1px 1px 3px rgba(102, 116, 140, 0.1) !important;
}
.uw-scroller .uw-imgcont2:before {
  background-image: url("https://www.circula-orionis.net/images/Circula-Orionis-ESO.png") !important;
}
.uw-text, .uw-source-divider, .uw-social {
  color: #A38C77 !important;
}
.uw-sc-date {
  color: #9FB084 !important;
}
a.uw-card2-row.elonw::after {
  display: none !important;
}
@media only screen and (min-width: 898px) and (max-width: 1199px) {
  .uw-scroller .uw-imgcont2 {
    display: none !important;
  }
}
@media only screen and (max-width: 792px) {
  .uw-scroller .uw-imgcont2 {
    display: none !important;
  }
}
/* FeedGrabbr ESO Patchnoitzen & Hotfixes */
#fg-widget-158c44b011be0ff63e6b77511 .uw-card2-row {
  background: #181510 !important;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%) !important;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30FFFFFF, endColorstr=#00FFFFFF) !important;
  box-shadow: 1px 1px 3px rgba(102, 116, 140, 0.1) !important;
  padding: 15px !important;
  border-radius: 5px !important;
}
#fg-widget-158c44b011be0ff63e6b77511 .uw-imgcont2:before {
  background-image: url("https://www.circula-orionis.net/images/hotfix.jpg") !important;
}
#fg-widget-158c44b011be0ff63e6b77511 .uw-card2-row:hover {
  -webkit-filter: brightness(130%);
  opacity: 1 !important;
}
#fg-widget-158c44b011be0ff63e6b77511 .uw-sc-divider {
  border-style: dashed !important;
}
#fg-widget-158c44b011be0ff63e6b77511 .uw-text {
  font-size: 15px !important;
  font-weight: bold !important;
  font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif !important;
}
#fg-widget-158c44b011be0ff63e6b77511 .uw-sc-snippet {
  font-size: 11px !important;
}
