Star Trek Online Wiki
Register
Advertisement

In other languages: Deutsch


Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Hydra Dark skin */
/******************
/* General styles *
/******************/
body {
  position: relative;
  color: #eeeeff;
  font-size: 110%;
  font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
  padding: 0;
  margin: 28px 0 0;
  background: #000000 url("https://sto.gamepedia.com/media/sto.gamepedia.com/5/58/STOWiki-Vector-Body-Scroll-Background.jpg") no-repeat center top / 100% auto;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAdCAIAAADkY5E+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QUCFxc1SsQX6gAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAI0lEQVQI12NYFczGfO6XAhMjIyMcMzAwUIz///+PFf/79w8AfHQYFmHwOT4AAAAASUVORK5CYII=") repeat-x left top, 
  url("https://sto.gamepedia.com/media/sto.gamepedia.com/5/58/STOWiki-Vector-Body-Scroll-Background.jpg") no-repeat center top / 100% auto;
}

@media handheld, only screen and (max-device-width:480px) {
  body {
    background-image: none !important;
    background-color: #000000 !important;
  }
}

@media only screen and (min-device-width:481px) {
  body {
    background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/5/58/STOWiki-Vector-Body-Scroll-Background.jpg") no-repeat center top / 100% auto;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAdCAIAAADkY5E+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QUCFxc1SsQX6gAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAI0lEQVQI12NYFczGfO6XAhMjIyMcMzAwUIz///+PFf/79w8AfHQYFmHwOT4AAAAASUVORK5CYII=") repeat-x left top, 
    url("https://sto.gamepedia.com/media/sto.gamepedia.com/5/58/STOWiki-Vector-Body-Scroll-Background.jpg") no-repeat center top / 100% auto;
    background-color: #000000 !important;
  }
}

body.body-fixed {
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/b/b6/STOWiki-Vector-Body-Fixed-Background.jpg") no-repeat center top / 100% auto;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAdCAIAAADkY5E+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QUCFxc1SsQX6gAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAI0lEQVQI12NYFczGfO6XAhMjIyMcMzAwUIz///+PFf/79w8AfHQYFmHwOT4AAAAASUVORK5CYII=") repeat-x left top, 
  url("https://sto.gamepedia.com/media/sto.gamepedia.com/b/b6/STOWiki-Vector-Body-Fixed-Background.jpg") no-repeat center top / cover fixed;
  background-color: #000000 !important;
}

body.body-scroll {
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/5/58/STOWiki-Vector-Body-Scroll-Background.jpg") no-repeat center top / 100% auto;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAdCAIAAADkY5E+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QUCFxc1SsQX6gAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAI0lEQVQI12NYFczGfO6XAhMjIyMcMzAwUIz///+PFf/79w8AfHQYFmHwOT4AAAAASUVORK5CYII=") repeat-x left top, 
  url("https://sto.gamepedia.com/media/sto.gamepedia.com/5/58/STOWiki-Vector-Body-Scroll-Background.jpg") no-repeat center top / 100% auto;
  background-color: #000000 !important;
}

body.body-solid {
  background-image: none !important;
  background-color: #000000 !important;
}

#global-wrapper {
  position: relative;
  margin: 0 auto;
  width: auto;
  max-width: 1285px;
}

#global-wrapper.with-siderail {
  max-width: 1605px;
}

/***************
/* Logo styles *
/***************/
#p-logo {
  position: absolute !important;
  width: 300px !important;
  height: 80px !important;
  margin: 0 0 12px 0;
  padding: 0;
  top: -132px !important;
  left: 0px;
  z-index: 4;
}

#p-logo a {
  width: 290px !important;
  height: 80px !important;
  margin-bottom: 12px;
}

/*****************
/* Header styles *
/*****************/
div#mw-page-base {
  display: none;
}

div#mw-head-base {
  position: relative;
  top: -14px;
  left: 0;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/a/a8/STOWiki-Vector-Header-Middle-Background.png") left top repeat-x !important;
  height: 185px;
  width: auto;
  margin: 0 307px 0 530px;
  z-index: 2;
}

div#mw-head {
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/a/a1/STOWiki-Vector-Header-Left-Background.png") left top no-repeat,
              transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/4d/STOWiki-Vector-Header-Right-Background.png") right top no-repeat !important;
  height: 185px;
  margin: -14px 0 0 0;
}

.mw-echo-ui-overlay {
  z-index: 100;
}

/***********************
/* Skin options dialog *
/***********************/
#skinOptionDialog {
  margin: 0;
  padding: 0.2em;
  border-radius: 12px;
  border: 2px solid #61c4e0;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/c/c3/STOWiki-Vector-Light-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, #15222f, #1f3552 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#15222f), to(#1f3552));
  background: -o-linear-gradient(top, #15222f, #1f3552);
  background: -ms-linear-gradient(#15222f, #1f3552);
  background: linear-gradient(#15222f, #1f3552);
  font-size: 0.8em;
}

#skinOptionDialog table tr th {
  text-align: left;
  padding-right: 2em;
}

#skinOptionDialog a.selected {
  color: #dae4e6 !important;
  text-shadow:
    -1px -1px 0 #4a5b6a,
    -1px 1px 0 #4a5b6a,
    1px -1px 0 #4a5b6a,
    1px 1px 0 #4a5b6a;
}

/**************************
/* Article navigation bar *
/**************************/
#left-navigation {
  position: relative;
  float: left;
  left: 0;
  top: 0;
  margin: 130px 0 2px 300px;
  width: 250px;
  z-index: 4;
}

#right-navigation {
  margin: 130px 94px 2px 0;
}

div.vectorTabs {
  background: transparent;
  height: 16px;
}

div.vectorTabs ul {
  background: transparent;
}

div.vectorTabs ul li, div.vectorTabs ul li.selected {
  display: inline-block;
  float: left;
  height: 16px;
  padding: 0 2px !important;
  margin: 0 !important;
  vertical-align: bottom;
  border: none;
  background: none;
}

div.vectorTabs ul li span, div.vectorTabs ul li.selected span {
  border: none;
  background: none;
}

div.vectorTabs li span a {
  display: inline-block;
  background: #15222f url("https://sto.gamepedia.com/media/sto.gamepedia.com/3/32/STOWiki-Vector-Button-Normal.png") repeat-x left top;
  background: -moz-linear-gradient(top, #305687, #15222f 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#305687), to(#15222f));
  background: -o-linear-gradient(top, #305687, #15222f);
  background: -ms-linear-gradient(#305687, #15222f);
  background: linear-gradient(#305687, #15222f);
  border: 2px solid #40879e;
  border-radius: 4px;
  border-bottom-left-radius: 13px;
  height: 16px;
  padding: 0 5px 0 10px;
  margin: 0;
  color: #aee8fe;
  text-shadow:
    -1px -1px 0 #1e2629,
    -1px 1px 0 #1e2629,
    1px -1px 0 #1e2629,
    1px 1px 0 #1e2629;
  font-size: 12px !important;
  line-height: 14px;
  font-weight: bold;
  text-align: right;
}

div.vectorTabs span a:active {
  color: #ffffff;
  text-decoration: none;
}

div.vectorTabs span a:visited {
  color: #d1f4ff;
}

div.vectorTabs span a:hover, div.vectorTabs li.selected span a {
  border-color: #49c5d2;
  background: #184163 url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Button-Hover.png") repeat-x left top;
  background: -moz-linear-gradient(top, #379ae2, #184163 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#379ae2), to(#184163));
  background: -o-linear-gradient(top, #379ae2, #184163);
  background: -ms-linear-gradient(#379ae2, #184163);
  background: linear-gradient(#379ae2, #184163);
  color: #d1f4ff !important;
  text-shadow:
    -1px -1px 0 #3d4d53,
    -1px 1px 0 #3d4d53,
    1px -1px 0 #3d4d53,
    1px 1px 0 #3d4d53;
  text-decoration: none;
}

div.vectorTabs li.new span a, div.vectorTabs li.new span a:visited {
  border-color: #50686f;
  background: #161b20 url("https://sto.gamepedia.com/media/sto.gamepedia.com/d/da/STOWiki-Vector-New-Button-Normal.png") repeat-x left top;
  background: -moz-linear-gradient(top, #445563, #161b20 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#445563), to(#161b20));
  background: -o-linear-gradient(top, #445563, #161b20);
  background: -ms-linear-gradient(#445563, #161b20);
  background: linear-gradient(#445563, #161b20);
  text-shadow:
    -1px -1px 0 #3d4d53,
    -1px 1px 0 #3d4d53,
    1px -1px 0 #3d4d53,
    1px 1px 0 #3d4d53;
}

div.vectorTabs li.new span a {
  color: #b6c8cd !important;
}

div.vectorTabs li.new span a:visited {
  color: #dae4e6 !important;
}

div.vectorTabs li.new span a:hover, div.vectorTabs li.new span a:visited:hover {
  border-color: #74969b;
  background: #313e48 url("https://sto.gamepedia.com/media/sto.gamepedia.com/f/f2/STOWiki-Vector-New-Button-Hover.png") repeat-x left top !important;
  background: -moz-linear-gradient(top, #7290a5, #313e48 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#7290a5), to(#313e48));
  background: -o-linear-gradient(top, #7290a5, #313e48);
  background: -ms-linear-gradient(#7290a5, #313e48);
  background: linear-gradient(#7290a5, #313e48);
  color: #dae4e6 !important;
  text-shadow:
    -1px -1px 0 #4a5b6a,
    -1px 1px 0 #4a5b6a,
    1px -1px 0 #4a5b6a,
    1px 1px 0 #4a5b6a;
  text-decoration: none;
}

div.vectorTabs li span a:focus {
  outline: none;
  border-color: #49c5d2 !important;
  text-decoration: none;
}

div.vectorTabs li span a:active {
  border-color: #49c5d2 !important;
  background: #184163 url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Button-Hover.png") repeat-x left top;
  background: -moz-linear-gradient(top, #379ae2, #184163 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#379ae2), to(#184163));
  background: -o-linear-gradient(top, #379ae2, #184163);
  background: -ms-linear-gradient(#379ae2, #184163);
  background: linear-gradient(#379ae2, #184163);
  color: #d1f4ff !important;
  text-shadow:
    -1px -1px 0 #3d4d53,
    -1px 1px 0 #3d4d53,
    1px -1px 0 #3d4d53,
    1px 1px 0 #3d4d53;
  text-decoration: none;
}

div.vectorTabs li.new span a:focus {
  outline: none;
  border-color: #74969b !important;
  text-decoration: none;
}

div.vectorTabs li.new span a:active {
  border-color: #74969b;
  background: #313e48 url("https://sto.gamepedia.com/media/sto.gamepedia.com/f/f2/STOWiki-Vector-New-Button-Hover.png") repeat-x left top !important;
  background: -moz-linear-gradient(top, #7290a5, #313e48 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#7290a5), to(#313e48));
  background: -o-linear-gradient(top, #7290a5, #313e48);
  background: -ms-linear-gradient(#7290a5, #313e48);
  background: linear-gradient(#7290a5, #313e48);
  color: #dae4e6 !important;
  text-shadow:
    -1px -1px 0 #4a5b6a,
    -1px 1px 0 #4a5b6a,
    1px -1px 0 #4a5b6a,
    1px 1px 0 #4a5b6a;
  text-decoration: none;
}

#p-views {
  position: relative;
  z-index: 4;
}

#ca-unwatch.icon, #ca-watch.icon {
  margin: 0 0 0 0;
  padding: 0 5px 0 5px;
}

#ca-unwatch.icon a, #ca-watch.icon a {
  border: none !important;
  box-shadow: none !important;
  background-position: center center !important;
  color: transparent;
  margin: 0 0 0 0;
  padding: 20px 0 0 0;
  height: 0;
}

#ca-unwatch.icon a:hover, #ca-watch.icon a:hover {
  background-repeat: no-repeat;
}

div#p-sharing {
  border: none;
  background: none;
  height: 20px;
  margin: 0;
  padding: 0;
}

div.vectorMenu h3 span:after {
  display: none;
}

div#mw-head div#p-sharing h3 {
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/8/8f/STOWiki-Vector-Menu-Arrow-Normal.png") no-repeat left top,
              #15222f url("https://sto.gamepedia.com/media/sto.gamepedia.com/3/32/STOWiki-Vector-Button-Normal.png") repeat-x left top;
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/8/8f/STOWiki-Vector-Menu-Arrow-Normal.png") no-repeat left top,
              -moz-linear-gradient(top, #305687, #15222f 100%);
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/8/8f/STOWiki-Vector-Menu-Arrow-Normal.png") no-repeat left top,
              -webkit-gradient(linear, 0 0, 0 100%, from(#305687), to(#15222f));
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/8/8f/STOWiki-Vector-Menu-Arrow-Normal.png") no-repeat left top,
              -o-linear-gradient(top, #305687, #15222f);
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/8/8f/STOWiki-Vector-Menu-Arrow-Normal.png") no-repeat left top,
              -ms-linear-gradient(#305687, #15222f);
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/8/8f/STOWiki-Vector-Menu-Arrow-Normal.png") no-repeat left top,
              linear-gradient(#305687, #15222f);
  border: 2px solid #40879e !important;
  border-radius: 1px;
  height: 16px;
  color: #aee8fe;
  text-shadow:
    -1px -1px 0 #1e2629,
    -1px 1px 0 #1e2629,
    1px -1px 0 #1e2629,
    1px 1px 0 #1e2629;
  font-size: 12px !important;
  font-weight: bold;
  line-height: 14px;
  font-weight: bold;
  text-align: left;
  overflow: auto;
  padding: 0 10px 0 20px !important;
  margin: 0 3px 0 3px;
}

div#mw-head div#p-sharing h3 span {
  color: #aee8fe;
  text-shadow:
    -1px -1px 0 #1e2629,
    -1px 1px 0 #1e2629,
    1px -1px 0 #1e2629,
    1px 1px 0 #1e2629;
  font-size: 12px !important;
  font-weight: bold;
  line-height: 14px;
  margin: 0;
  padding: 0;
}

div#p-sharing:hover h3 {
  border-color: #49c5d2 !important;
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/c/c3/STOWiki-Vector-Menu-Arrow-Hover.png") no-repeat left top, 
              #184163 url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Button-Hover.png") repeat-x left top;
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/c/c3/STOWiki-Vector-Menu-Arrow-Hover.png") no-repeat left top, 
              -moz-linear-gradient(top, #379ae2, #184163 100%);
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/c/c3/STOWiki-Vector-Menu-Arrow-Hover.png") no-repeat left top, 
              -webkit-gradient(linear, 0 0, 0 100%, from(#379ae2), to(#184163));
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/c/c3/STOWiki-Vector-Menu-Arrow-Hover.png") no-repeat left top, 
              -o-linear-gradient(top, #379ae2, #184163);
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/c/c3/STOWiki-Vector-Menu-Arrow-Hover.png") no-repeat left top, 
              -ms-linear-gradient(#379ae2, #184163);
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/c/c3/STOWiki-Vector-Menu-Arrow-Hover.png") no-repeat left top, 
              linear-gradient(#379ae2, #184163);
  color: #d1f4ff;
  text-shadow:
    -1px -1px 0 #3d4d53,
    -1px 1px 0 #3d4d53,
    1px -1px 0 #3d4d53,
    1px 1px 0 #3d4d53;
}

div#mw-head div#p-sharing:hover h3 span {
  color: #d1f4ff;
  text-shadow:
    -1px -1px 0 #3d4d53,
    -1px 1px 0 #3d4d53,
    1px -1px 0 #3d4d53,
    1px 1px 0 #3d4d53;
}

div#p-sharing h3 a, div#p-sharing h5 a {
  display: none;
}

div#p-sharing div.menu {
  top: 20px;
  z-index: 3000;
  background: #19293e url("https://sto.gamepedia.com/media/sto.gamepedia.com/a/a6/STOWiki-Vector-Sidebar-Links.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, #19293e, #19293e 75%, #1f3552 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#19293e), color-stop(75%, #19293e), to(#1f3552));
  background: -o-linear-gradient(top, #19293e, 75%, #19293e, #1f3552);
  background: -ms-linear-gradient(top, #19293e 0%, #19293e 75% #1f3552 100%);
  background: linear-gradient(top, #19293e 0%, #19293e 75% #1f3552 100%);
  border: 2px solid #379ae2;
  border-radius: 1px;
  margin: 0;
  padding: 3px 0 3px 0 !important;
}

div#p-cactions {
  border: none;
  background: none;
}

div#p-cactions h3, div#p-cactions h5 {
  display: none;
  border: none;
  background: none;
}

div#p-cactions h3 a, div#p-cactions h5 a {
  display: none;
}

.vectorTabs #ca-unwatch.icon a, .vectorTabs #ca-watch.icon a {
  padding: 20px 0 0 0;
}

div#p-cactions div.menu {
  display: block;
  opacity: 1;
  visibility: visible;
  background: none;
  border: none;
  position: absolute;
  top: -100px;
  height: 136px;
  min-height: 136px;
  left: 4px;
  width: 90px;
  vertical-align: bottom;
  z-index: 4;
}

div#p-cactions div.menu ul {
  position: absolute;
  margin: 0 4px 0 4px;
  background: none;
  border: none;
  width: 82px;
  bottom: 0;
  white-space: normal;
}

div#p-cactions div.menu ul li a {
  background: transparent;
  border: none;
  min-height: 16px;
  padding: 0 5px 0 10px;
  margin: 0;
  color: #aee8fe;
  text-shadow:
    -1px -1px 0 #060c0e,
    -1px 1px 0 #060c0e,
    1px -1px 0 #060c0e,
    1px 1px 0 #060c0e;
  font-size: 12px !important;
  line-height: 14px;
  font-weight: bold;
  text-align: right;
  white-space: normal;
}

div#p-cactions div.menu ul li a:hover {
  border-color: none;
  background: transparent !important;
  color: #dae4e6 !important;
  text-shadow:
    -1px -1px 0 #4a5b6a,
    -1px 1px 0 #4a5b6a,
    1px -1px 0 #4a5b6a,
    1px 1px 0 #4a5b6a;
}

div#p-cactions div.menu ul li#ca-cargo-purge {
  display: none;
}

#p-search {
  display: block;
  position: absolute;
  float: none !important;
  top: 36px;
  left: auto;
  right: 90px;
  width: 500px;
  text-align: right;
  vertical-align: bottom;
  z-index: 4;
  height: 30px;
  line-height: 30px;
}

#p-search form {
  margin-top: 1px !important;
  margin-bottom: 2px !important;
}

div#simpleSearch {
  display: inline-block;
  border: none;
  background: transparent;
}

#searchInput {
  margin-top: 0 !important;
  margin-bottom: 2px !important;
  width: 19em;
  border: 1px solid #49c5d2 !important;
  box-shadow:
    -1px -1px 0 #15222f,
    -1px 1px 0 #15222f,
    1px -1px 0 #15222f,
    1px 1px 0 #15222f;
  background: #000000;
  line-height: 22px;
  height: 23px;
  color: #d1dfef !important;
}

.searchButton {
  margin-top: 3px !important;
  margin-bottom: 2px !important;
}

div#simpleSearch #searchButton {
  top: 2px;
}

.skin-hydradark div.suggestions, html > body.skin-hydradark div.suggestions {
  border: 1px solid #49c5d2;
  background: #000000;
  color: #d1dfef;
}

.skin-hydradark .suggestions-results, .skin-hydradark .suggestions-results .suggestions-result, .skin-hydradark .suggestions-special {
  border: none;
  background: #000000;
  color: #d1dfef;
}

.skin-hydradark .suggestions-special {
  border: none;
  border-top: 1px solid #49c5d2;
}

.skin-hydradark .suggestions-result, .skin-hydradark .suggestions-special  .skin-hydradark .special-query, .suggestions a.mw-searchSuggest-link, .skin-hydradark .suggestions a.mw-searchSuggest-link:hover, .skin-hydradark .suggestions a.mw-searchSuggest-link:active, .skin-hydradark .suggestions a.mw-searchSuggest-link:focus {
  color: #d1dfef;
}

.skin-hydradark .suggestions-results .suggestions-result .highlight {
  color: #d1f4ff;
}

.skin-hydradark .suggestions-special .special-label {
  color: #32608e;
}

.skin-hydradark .suggestions-result-current .special-label {
  color: #72a0ce;
}

.skin-hydradark .suggestions-result-current {
  background: #1d6871 !important;
  color: #ffffff;
}

.skin-hydradark .suggestions-result-current .special-query, .skin-hydradark .suggestions-result-current a.mw-searchSuggest-link, .skin-hydradark .suggestions-result-current a.mw-searchSuggest-link:hover, .skin-hydradark .suggestions-result-current a.mw-searchSuggest-link:active, .skin-hydradark .suggestions-result-current a.mw-searchSuggest-link:focus {
  color: #ffffff;
}

.skin-hydradark .suggestions-results .suggestions-result-current .highlight {
  color: #d1f4ff;
}

/**********************
/* Site notice styles *
/**********************/
#mw-dismissable-notice {
  color: transparent;
}

#mw-dismissable-notice td {
  width: auto;
  vertical-align: top;
}

#mw-dismissable-notice td > a {
  display: inline-block;
  background: #15222f url("https://sto.gamepedia.com/media/sto.gamepedia.com/3/32/STOWiki-Vector-Button-Normal.png") repeat-x left top;
  background: -moz-linear-gradient(top, #305687, #15222f 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#305687), to(#15222f));
  background: -o-linear-gradient(top, #305687, #15222f);
  background: -ms-linear-gradient(#305687, #15222f);
  background: linear-gradient(#305687, #15222f);
  border: 2px solid #40879e;
  border-radius: 4px;
  border-bottom-left-radius: 13px;
  height: 16px;
  padding: 0 5px 0 10px;
  margin: 0;
  color: #aee8fe;
  text-shadow:
    -1px -1px 0 #1e2629,
    -1px 1px 0 #1e2629,
    1px -1px 0 #1e2629,
    1px 1px 0 #1e2629;
  font-size: 12px !important;
  line-height: 14px;
  font-weight: bold;
  text-align: right;
  text-transform: capitalize;
}

#mw-dismissable-notice td > a:hover {
  border-color: #49c5d2;
  background: #184163 url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Button-Hover.png") repeat-x left top;
  background: -moz-linear-gradient(top, #379ae2, #184163 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#379ae2), to(#184163));
  background: -o-linear-gradient(top, #379ae2, #184163);
  background: -ms-linear-gradient(#379ae2, #184163);
  background: linear-gradient(#379ae2, #184163);
  color: #d1f4ff !important;
  text-shadow:
    -1px -1px 0 #3d4d53,
    -1px 1px 0 #3d4d53,
    1px -1px 0 #3d4d53,
    1px 1px 0 #3d4d53;
  text-decoration: none;
}

div#siteNotice {
  border-radius: 12px;
  border: 2px solid #61c4e0;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/c/c3/STOWiki-Vector-Light-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, #15222f, #1f3552 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#15222f), to(#1f3552));
  background: -o-linear-gradient(top, #15222f, #1f3552);
  background: -ms-linear-gradient(#15222f, #1f3552);
  background: linear-gradient(#15222f, #1f3552);
  padding-right: 6em;
}

span.globalNoticeDismiss {
  margin-right: -6em;
}

#localNotice {
  color: #ffffff;
}

/******************
/* Sidebar styles *
/******************/
.skin-hydradark div#mw-panel, .skin-hydradark div#mw-panel.collapsible-nav {
  position: relative !important;
  float: left;
  top: 0;
  width: 185px;
  margin: -15px 0 20px -185px !important;
  padding: 0;
}

.skin-hydradark div#mw-panel div.portal, .skin-hydradark div#mw-panel.collapsible-nav div.portal, .skin-hydradark div#mw-panel.collapsible-nav div.portal.first, .skin-hydradark div#mw-panel.collapsible-nav div.portal.collapsed, .skin-hydradark div#mw-panel.collapsible-nav div.portal.expanded {
  background: transparent;
  margin: 1px 0 2px 45px !important;
  padding: 0 !important;
  width: 140px;
}

.skin-hydradark div#mw-panel div.portal div.body, .skin-hydradark div#mw-panel.collapsible-nav div.portal div.body {
  background: transparent !important;
  margin: 0;
  padding: 0;
}

.skin-hydradark div#mw-panel div.portal h3, .skin-hydradark div#mw-panel.collapsible-nav div.portal h3 {
  background: #1829ed url("https://sto.gamepedia.com/media/sto.gamepedia.com/2/2d/STOWiki-Vector-Sidebar-Header.png") repeat-x top left;
  background: -moz-linear-gradient(top, #294876, #18293d 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#294876), to(#18293d));
  background: -o-linear-gradient(top, #294876, #18293d);
  background: -ms-linear-gradient(#294876, #18293d);
  background: linear-gradient(#294876, #18293d);
  border: 2px solid #61c4e0;
  border-radius: 1px;
  height: 19px;
  padding: 6px 15px 0px 4px;
  margin: 0;
  color: #dae4e6;
  text-shadow:
    -1px -1px 0 #060c0e,
    -1px 1px 0 #060c0e,
    1px -1px 0 #060c0e,
    1px 1px 0 #060c0e;
  font-size: 13px !important;
  line-height: 16px;
  font-weight: bold;
  text-align: left;
  vertical-align: bottom !important;
  width: 117px;
}

.skin-hydradark div#mw-panel.collapsible-nav div.portal.collapsed h3 {
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/a/aa/STOWiki-Vector-Sort-Down.png") no-repeat center left,
              #1829ed url("https://sto.gamepedia.com/media/sto.gamepedia.com/2/2d/STOWiki-Vector-Sidebar-Header.png") repeat-x top left;
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/a/aa/STOWiki-Vector-Sort-Down.png") no-repeat center left,
              -moz-linear-gradient(top, #294876, #18293d 100%);
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/a/aa/STOWiki-Vector-Sort-Down.png") no-repeat center left,
              -webkit-gradient(linear, 0 0, 0 100%, from(#294876), to(#18293d));
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/a/aa/STOWiki-Vector-Sort-Down.png") no-repeat center left,
              -o-linear-gradient(top, #294876, #18293d);
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/a/aa/STOWiki-Vector-Sort-Down.png") no-repeat center left,
              -ms-linear-gradient(#294876, #18293d);
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/a/aa/STOWiki-Vector-Sort-Down.png") no-repeat center left,
              linear-gradient(#294876, #18293d);
  padding: 6px 15px 0px 15px;
  margin: 0;
  width: 106px !important;
} 

.skin-hydradark div#mw-panel.collapsible-nav div.portal.expanded h3 {
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/b/b3/STOWiki-Vector-Sort-Up.png") no-repeat center left,
              #1829ed url("https://sto.gamepedia.com/media/sto.gamepedia.com/2/2d/STOWiki-Vector-Sidebar-Header.png") repeat-x top left;
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/b/b3/STOWiki-Vector-Sort-Up.png") no-repeat center left,
              -moz-linear-gradient(top, #294876, #18293d 100%);
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/b/b3/STOWiki-Vector-Sort-Up.png") no-repeat center left,
              -webkit-gradient(linear, 0 0, 0 100%, from(#294876), to(#18293d));
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/b/b3/STOWiki-Vector-Sort-Up.png") no-repeat center left,
              -o-linear-gradient(top, #294876, #18293d);
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/b/b3/STOWiki-Vector-Sort-Up.png") no-repeat center left,
              -ms-linear-gradient(#294876, #18293d);
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/b/b3/STOWiki-Vector-Sort-Up.png") no-repeat center left,
              linear-gradient(#294876, #18293d);
  padding: 6px 15px 0px 15px;
  margin: 0;
  width: 106px !important;
}

.skin-hydradark div#mw-panel.collapsible-nav div.portal.collapsed h3 a, .skin-hydradark div#mw-panel.collapsible-nav div.portal.expanded h3 a {
  color: #dae4e6;
}

.skin-hydradark div#mw-panel #p-logo + div.portal div.body, .skin-hydradark div#mw-panel.collapsible-nav div.portal.first div.body { 
  margin: 0 !important;
}

.skin-hydradark div#mw-panel div.portal ul, .skin-hydradark div#mw-panel.collapsible-nav div.portal ul, div#mw-panel div#p-sitePromos div.body, div#mw-panel div#p-socialProfiles div.body, div#mw-panel div#p-claimWiki div.body {
  background: #19293e url("https://sto.gamepedia.com/media/sto.gamepedia.com/a/a6/STOWiki-Vector-Sidebar-Links.png") repeat-x left bottom !important;
  background: -moz-linear-gradient(top, #19293e, #19293e 75%, #1f3552 100%) !important;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#19293e), color-stop(75%, #19293e), to(#1f3552)) !important;
  background: -o-linear-gradient(top, #19293e, 75%, #19293e, #1f3552) !important;
  background: -ms-linear-gradient(top, #19293e 0%, #19293e 75% #1f3552 100%) !important;
  background: linear-gradient(top, #19293e 0%, #19293e 75% #1f3552 100%) !important;
  border: 2px solid #379ae2;
  border-radius: 1px;
  margin-top: 1px !important;
  padding: 3px 0 3px 0 !important;
}

div#mw-panel div#p-sitePromos, div#mw-panel div#p-socialProfiles, div#mw-panel div#p-claimWiki {
  border: none;
  background: transparent;
  margin: 0 15px 2px 45px !important;
  padding: 0;
  width: 140px;
}

div#mw-panel div#p-sitePromos {
  padding-bottom: 32px !important;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/8/8a/STOWiki-Vector-Toolbox-Background.png") no-repeat left bottom;
}

div#mw-panel div#p-sitePromos h3, div#mw-panel div#p-socialProfiles h3, div#mw-panel div#p-claimWiki h3 {
  display: none;
}

div#mw-panel div#p-sitePromos div.body, div#mw-panel div#p-socialProfiles div.body, div#mw-panel div#p-claimWiki div.body {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  width: auto;
}

div#mw-panel div#p-sitePromos div.body div.promoSidebar, div#mw-panel div#p-socialProfiles div.body div.socialSidebar, div#mw-panel div#p-claimWiki div.body div.claimSidebar {
  margin: 0 auto 0 auto !important;
  padding: 0 0 0 0 !important;
  width: auto;
  text-align: center;
}

div#mw-panel div#p-sitePromos div.body div.promoSidebar img {
  max-width: 136px !important;
}

div#mw-panel div#p-claimWiki div.body div.claimSidebar {
  background-position: center center;
  background-size: 136px auto;
}

div.socialLink {
  margin: 2px 0 2px 0 !important;
  padding: 0 0 0 0 !important;
}

.skin-hydradark div#mw-panel div.portal ul li, .skin-hydradark div#mw-panel.collapsible-nav dov.portal ul li {
  min-height: 16px;
  margin: 0;
  padding: 1px 0 !important;
  color: #aee8fe;
  text-shadow:
    -1px -1px 0 #060c0e,
    -1px 1px 0 #060c0e,
    1px -1px 0 #060c0e,
    1px 1px 0 #060c0e;
  font-size: 12px !important;
  line-height: 14px;
  font-weight: bold;
  text-align: right;
  overflow: visible !important;
}

div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:link {
  display: inline-block;
  padding: 0 5px 0 5px;
  color: #aee8fe;
  width: 120px;
  overflow: visible !important;
}

div#mw-panel div.portal div.body ul li a:visited {
  color: #d1f4ff;
}

div#mw-panel div.portal div.body ul li a:hover {
  color: #d1f4ff !important;
  text-shadow:
    -1px -1px 0 #3d4d53,
    -1px 1px 0 #3d4d53,
    1px -1px 0 #3d4d53,
    1px 1px 0 #3d4d53;
}

/***************
/* Link styles *
/***************/
.t-netbar a.new, .t-netbar a.new:link, .t-netbar a.new:visited {
  color: #c39999 !important;
}

.t-netbar a:active, .t-footer a:active {
  color: #ffffff !important;
}

.t-netbar a.new:hover, .t-netbar a.new:active {
  color: #ffdddd !important;
}

a, a:link, .skin-hydradark #mw-indicator-mw-helplink a, .skin-hydradark #mw-indicator-mw-helplink a:link {
  color: #d1f4ff;
}

div#content a:visited, div#footer a:visited, .skin-hydradark #mw-indicator-mw-helplink a:visited {
  color: #aee8fe;
}

a.new {
  color: #ff6969 !important;
}

a.new:visited {
  color: #ff2d2d;
}

a.stub {
  color: #39f000;
}

div#content a.stub:visited {
  color: #1f7800;
}

div#content a.extiw, div#footer a.extiw {
  color: #cdd9ff;
}

div#content a.extiw:visited, div#footer a.extiw:visited {
  color: #7d9cff;
}

div#content a.external, div#footer a.external {
  color: #edd97b;
}

div#content a.external:visited, div#footer a.external:visited {
  color: #e2c022;
}

a:active {
  color: #ffffff;
}

/******************
/* Article styles *
/******************/
div#pageWrapper {
  padding-left: 185px;
}

div#content {
  float: right;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: -40px;
  margin-left: 0;
  padding-left: 16px;
  margin-right: 0;
  padding-right: 20px;
  color: #eeeeee;
  border: none;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  overflow: visible;
  background-color: #000000;
}

@media handheld, only screen and (max-device-width:480px) {
  div#content {
    background-color: #000000;
  }
}

@media only screen and (min-device-width:481px) {
  div#content {
    background-color: transparent;
    background-image: url("https://sto.gamepedia.com/media/sto.gamepedia.com/0/00/STOWiki-Vector-Content-Mask.png");
    background-repeat: repeat;
  }
}

body.content-mask div#content {
  background-color: transparent;
  background-image: url("https://sto.gamepedia.com/media/sto.gamepedia.com/0/00/STOWiki-Vector-Content-Mask.png");
  background-repeat: repeat;
}

body.content-solid div#content {
  background-color: #000000;
}

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
  border-bottom: none;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/8/8a/STOWiki-Vector-Heading-Background.png") no-repeat left bottom;
  margin-top: 0.5em;
  padding: 2px 5px 0 1px;
  min-height: 22px;
  vertical-align: bottom;
  overflow: auto;
}

div#content h1, div#content h2 {
  color: #fdf7b3;
  text-shadow:
    -1px -1px 0 #242104,
    -1px 1px 0 #242104,
    1px -1px 0 #242104,
    1px 1px 0 #242104;
}

div#content h1 {
  font-size: 1.7em !important;
  line-height: 1.5em !important;
  min-height: 1.6em;
}

div#content h2 {
  font-size: 1.6em !important;
  line-height: 1.4em !important;
  min-height: 1.6em;
}

div#content h3, div#content h4 {
  color: #a0dfe0;
  text-shadow:
    -1px -1px 0 #0d2727,
    -1px 1px 0 #0d2727,
    1px -1px 0 #0d2727,
    1px 1px 0 #0d2727;
  font-weight: normal;
}

div#content h3 {
  font-size: 1.5em !important;
  line-height: 1.3em !important;
  min-height: 1.5em;
}

div#content h4 {
  font-size: 1.4em !important;
  line-height: 1.25em !important;
  min-height: 1.4em;
}

div#content h5, div#content h6 {
  color: #35d531;
  text-shadow:
    -1px -1px 0 #081c08,
    -1px 1px 0 #081c08,
    1px -1px 0 #081c08,
    1px 1px 0 #081c08;
}

div#content h5 {
  font-size: 1.3em !important;
  line-height: 1.2em !important;
  font-weight: bold;
  min-height: 1.3em;
}

div#content h6 {
  font-size: 1.2em !important;
  line-height: 1.25em !important;
  font-weight: bold;
  min-height: 1.2em;
}

/* Curse profile: Fixes conflict with overflow:auto; on h1 */
div#content div.headline h1 {
  overflow: visible;
}

span.editsection {
  color: transparent;
  text-shadow: none;
  margin: 0;
  padding: 0;
}

span.editsection a:link {
  float: right;
  display: block;
  background: #15222f url("https://sto.gamepedia.com/media/sto.gamepedia.com/3/32/STOWiki-Vector-Button-Normal.png") repeat-x left top;
  background: -moz-linear-gradient(top, #305687, #15222f 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#305687), to(#15222f));
  background: -o-linear-gradient(top, #305687, #15222f);
  background: -ms-linear-gradient(#305687, #15222f);
  background: linear-gradient(#305687, #15222f);
  border: 2px solid #40879e !important;
  border-radius: 4px;
  border-bottom-left-radius: 13px;
  height: 16px;
  padding: 0 5px 0 10px;
  margin: 0;
  color: #aee8fe;
  text-shadow:
    -1px -1px 0 #1e2629,
    -1px 1px 0 #1e2629,
    1px -1px 0 #1e2629,
    1px 1px 0 #1e2629;
  font-size: 12px !important;
  line-height: 14px;
  font-weight: bold;
  text-align: right;
  text-transform: capitalize;
}

div#content span.editsection a:visited {
  border-color: #40879e !important;
  color: #dae4e6 !important;
}

div#content span.editsection:active:hover:visited {
  border-color: #49c5d2 !important;
}

span.editsection a:hover {
  border-color: #49c5d2 !important;
  background: #184163 url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Button-Hover.png") repeat-x left top;
  background: -moz-linear-gradient(top, #379ae2, #184163 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#379ae2), to(#184163));
  background: -o-linear-gradient(top, #379ae2, #184163);
  background: -ms-linear-gradient(#379ae2, #184163);
  background: linear-gradient(#379ae2, #184163);
  color: #d1f4ff !important;
  text-shadow:
    -1px -1px 0 #3d4d53,
    -1px 1px 0 #3d4d53,
    1px -1px 0 #3d4d53,
    1px 1px 0 #3d4d53;
  text-decoration: none;
}

div#content span.editsection a:focus {
  outline: none;
  border-color: #49c5d2 !important;
  text-decoration: none;
}

div#content span.editsection a:active {
  border-color: #49c5d2 !important;
  background: #184163 url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Button-Hover.png") repeat-x left top;
  background: -moz-linear-gradient(top, #379ae2, #184163 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#379ae2), to(#184163));
  background: -o-linear-gradient(top, #379ae2, #184163);
  background: -ms-linear-gradient(#379ae2, #184163);
  background: linear-gradient(#379ae2, #184163);
  color: #d1f4ff !important;
  text-shadow:
    -1px -1px 0 #3d4d53,
    -1px 1px 0 #3d4d53,
    1px -1px 0 #3d4d53,
    1px 1px 0 #3d4d53;
  text-decoration: none;
}

div.toc, div#toc {
  border-radius: 12px;
  border: 2px solid #379ae2;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
  margin: 1em 0;
  padding: 2px 1em;
}

#toctitle {
  color: transparent;
}

#toctitle h2 {
  border: none !important;
  background: none !important;
}

.toctoggle, #toc .toctoggle {
  float: right;
  font-size: 0;
}

.toctoggle a, #toc .toctoggle a {
  display: inline-block;
  background: #15222f url("https://sto.gamepedia.com/media/sto.gamepedia.com/3/32/STOWiki-Vector-Button-Normal.png") repeat-x left top;
  background: -moz-linear-gradient(top, #305687, #15222f 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#305687), to(#15222f));
  background: -o-linear-gradient(top, #305687, #15222f);
  background: -ms-linear-gradient(#305687, #15222f);
  background: linear-gradient(#305687, #15222f);
  border: 2px solid #40879e;
  border-radius: 4px;
  border-bottom-left-radius: 13px;
  height: 16px;
  padding: 0 5px 0 10px;
  margin: 0 -10px 0 0;
  color: #aee8fe;
  text-shadow:
    -1px -1px 0 #1e2629,
    -1px 1px 0 #1e2629,
    1px -1px 0 #1e2629,
    1px 1px 0 #1e2629;
  font-size: 12px !important;
  line-height: 14px;
  font-weight: bold;
  text-align: right;
  text-transform: capitalize;
}

.toctoggle a:hover, #toc .toctoggle a:hover, .toctoggle a:active, #toc .toctoggle a:active {
  border-color: #49c5d2 !important;
  background: #184163 url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Button-Hover.png") repeat-x left top;
  background: -moz-linear-gradient(top, #379ae2, #184163 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#379ae2), to(#184163));
  background: -o-linear-gradient(top, #379ae2, #184163);
  background: -ms-linear-gradient(#379ae2, #184163);
  background: linear-gradient(#379ae2, #184163);
  color: #d1f4ff !important;
  text-shadow:
    -1px -1px 0 #3d4d53,
    -1px 1px 0 #3d4d53,
    1px -1px 0 #3d4d53,
    1px 1px 0 #3d4d53;
  text-decoration: none;
}

.toctoggle a:focus, #toc .toctoggle a:focus {
  outline: none;
  border-color: #49c5d2 !important;
  text-decoration: none;
}

.toctoggle a:active, #toc .toctoggle a:active {
  border-color: #49c5d2 !important;
  background: #184163 url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Button-Hover.png") repeat-x left top;
  background: -moz-linear-gradient(top, #379ae2, #184163 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#379ae2), to(#184163));
  background: -o-linear-gradient(top, #379ae2, #184163);
  background: -ms-linear-gradient(#379ae2, #184163);
  background: linear-gradient(#379ae2, #184163);
  color: #d1f4ff !important;
  text-shadow:
    -1px -1px 0 #3d4d53,
    -1px 1px 0 #3d4d53,
    1px -1px 0 #3d4d53,
    1px 1px 0 #3d4d53;
  text-decoration: none;
}

hr {
  border: none;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/8/8a/STOWiki-Vector-Heading-Background.png") no-repeat left bottom;
}

ul {
  list-style-image: url("https://sto.gamepedia.com/media/sto.gamepedia.com/0/0c/STOWiki-Vector-List-Bullet.png");
}

img {
  vertical-align: middle;
  border: 0;
}

.skin-hydradark table.wikitable {
  background: transparent;
  border: none;
  margin: 1em 0;
  padding: 0 !important;
  border-collapse: separate;
  color: #eeeeff;
}

.skin-hydradark table.wikitable th, .skin-hydradark table.wikitable tr th, .skin-hydradark table.wikitable > tr > th, .skin-hydradark table.wikitable > * > tr > th {
  background-color: #294876;
  border: 1px solid #61c4e0;
  border-radius: 1px;
  padding: 0 1px;
  margin: 1px;
  color: #f5fdff;
  text-shadow:
    -1px -1px 0 #060c0e,
    -1px 1px 0 #060c0e,
    1px -1px 0 #060c0e,
    1px 1px 0 #060c0e;
  font-weight: bold;
  text-align: center;
}

.skin-hydradark table.wikitable td, .skin-hydradark table.wikitable tr td, .skin-hydradark table.wikitable > tr > td, .skin-hydradark table.wikitable > * > tr > td {
  border-radius: 1px;
  border: 1px solid #09283d;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
  padding: 0px;
  margin: 1px;
  color: #eeeeff;
}

.skin-hydradark table.jquery-tablesorter th.headerSort {
  background-image: url("https://sto.gamepedia.com/media/sto.gamepedia.com/d/df/STOWiki-Vector-Sort-Both.png") !important;
}

.skin-hydradark table.jquery-tablesorter th.headerSortDown {
  background-image: url("https://sto.gamepedia.com/media/sto.gamepedia.com/a/aa/STOWiki-Vector-Sort-Down.png") !important;
}

.skin-hydradark table.jquery-tablesorter th.headerSortUp {
  background-image: url("https://sto.gamepedia.com/media/sto.gamepedia.com/b/b3/STOWiki-Vector-Sort-Up.png") !important;
}

ul.gallery {
  background: transparent;
  margin: 1em 0;
  padding: 2px 1em;
  text-align: center;
}

li.gallerybox {
  margin-left: auto;
  margin-right: auto;
  border: none;
}

li.gallerybox div.thumb {
  border-radius: 12px;
  border: 2px solid #379ae2;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
}

div.gallerytext {
  text-align: center;
  padding: 2px 4px;
}

.thumb {
  border-radius: 12px;
  border: 2px solid #379ae2;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
  margin: 0;
  padding: 0;
}

div.thumbinner {
  background: transparent;
  border: none;
  padding: 0.5em;
}

html .thumbimage {
  border: none;
  background: transparent;
}

.thumbcaption {
  font-size: 95%;
}

.gallerytext p, .thumbcaption {
  font-size: 95%;
}

.toggle {
  text-align: left;
}

.sn-small {
  font-size: 80%;
}

sub, sup a {
  font-size: 80%;
}

sup.reference {
  white-space: nowrap;
  font-size: 80% !important;
}

ol.references li:target, sup.reference:target {
  background-color: #19293e;
}

.mw-highlight {
  background: transparent;
}

pre, .skin-hydradark .mw-code {
  border-radius: 12px;
  border: 2px solid #379ae2;
  background: #000000;
  color: #eeeeee;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  border: 2px solid #379ae2;
  background: #000000;
  color: #eeeeee;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#catlinks {
  border-radius: 12px;
  border: 2px solid #379ae2;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
}

/********************
/* Interface styles *
/********************/
input, select, textarea, .mw-ui-vform input:not([type="button"]):not([type="submit"]):not([type="file"]), .mw-ui-vform input:not([type="button"]):not([type="submit"]):not([type="file"]):hover, .mw-ui-vform input:not([type="button"]):not([type="submit"]):not([type="file"]):focus {
  border: 1px solid #305687 !important;
  box-shadow:
    -1px -1px 0 #15222f,
    -1px 1px 0 #15222f,
    1px -1px 0 #15222f,
    1px 1px 0 #15222f;
  background: #000000 !important;
  color: #d1dfef;
}

.skin-hydradark .oo-ui-dropdownWidget, .skin-hydradark .oo-ui-dropdownWidget-handle, .skin-hydradark .oo-ui-menuSelectWidget, .skin-hydradark .oo-ui-textInputWidget input, .skin-hydradark .oo-ui-textInputWidget textarea {
  background: #000000;
  border: 1px solid #305687;
  color: #d1dfef;
}

.skin-hydradark .oo-ui-dropdownWidget .oo-ui-selectWidget {
  border: 1px solid #305687;
}

.skin-hydradark .oo-ui-menuOptionWidget.oo-ui-optionWidget-selected {
  background: #305687;
  color: #ffffff;
}

.skin-hydradark .oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted,
.skin-hydradark .oo-ui-menuOptionWidget.oo-ui-optionWidget-selected.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted {
  background: #305687;
  color: #ffffff;
}

.oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button {
  padding-top: 0;
  padding-bottom: 0;
}

.skin-hydradark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
  background: #000000;
  border: 1px solid #305687;
}

.skin-hydradark .oo-ui-panelLayout-framed {
  border-radius: 12px;
  border: 2px solid #61c4e0 !important;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/c/c3/STOWiki-Vector-Light-Element-Background.png") repeat-x left bottom !important;
  background: -moz-linear-gradient(top, #15222f, #1f3552 100%) !important;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#15222f), to(#1f3552)) !important;
  background: -o-linear-gradient(top, #15222f, #1f3552) !important;
  background: -ms-linear-gradient(#15222f, #1f3552) !important;
  background: linear-gradient(#15222f, #1f3552) !important;
  color: #ffffff;
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
  margin-top: -1px;
  line-height: 14px;
  vertical-align: top;
}

input[type="submit"], input[type="button"], input[type="reset"], #mw-createaccount-join, .mw-ui-button.mw-ui-progressive, .mw-ui-button.mw-ui-primary, .mw-ui-button {
  display: inline-block;
  background: #15222f url("https://sto.gamepedia.com/media/sto.gamepedia.com/3/32/STOWiki-Vector-Button-Normal.png") repeat-x left top !important;
  background: -moz-linear-gradient(top, #305687, #15222f 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#305687), to(#15222f));
  background: -o-linear-gradient(top, #305687, #15222f);
  background: -ms-linear-gradient(#305687, #15222f);
  background: linear-gradient(#305687, #15222f);
  border: 2px solid #40879e !important;
  border-radius: 4px !important;
  border-bottom-left-radius: 13px !important;
  height: 20px;
  padding: 0 5px 0 10px;
  margin: 0;
  color: #aee8fe !important;
  text-shadow:
    -1px -1px 0 #1e2629,
    -1px 1px 0 #1e2629,
    1px -1px 0 #1e2629,
    1px 1px 0 #1e2629;
  font-family: sans-serif;
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: bold;
  text-align: right;
  overflow: visible;
  vertical-align: top !important;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, #mw-createaccount-join:hover, .mw-ui-button.mw-ui-progressive:hover, .mw-ui-button.mw-ui-primary:hover, mw-ui-button:hover {
  border-color: #49c5d2 !important;
  background: #184163 url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Button-Hover.png") repeat-x left top !important;
  background: -moz-linear-gradient(top, #379ae2, #184163 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#379ae2), to(#184163));
  background: -o-linear-gradient(top, #379ae2, #184163);
  background: -ms-linear-gradient(#379ae2, #184163);
  background: linear-gradient(#379ae2, #184163);
  color: #d1f4ff !important;
  text-shadow:
    -1px -1px 0 #3d4d53,
    -1px 1px 0 #3d4d53,
    1px -1px 0 #3d4d53,
    1px 1px 0 #3d4d53;
}

.mw-ui-vform label {
  color: #eeeeee;
}

a.cta-button, a:link.cta-button, a:visited.cta-button {
  color: #000000;
}

div.editOptions {
  border: none;
  background: transparent;
}

.usermessage {
  border-radius: 12px;
  border: 2px solid #61c4e0 !important;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/c/c3/STOWiki-Vector-Light-Element-Background.png") repeat-x left bottom !important;
  background: -moz-linear-gradient(top, #15222f, #1f3552 100%) !important;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#15222f), to(#1f3552)) !important;
  background: -o-linear-gradient(top, #15222f, #1f3552) !important;
  background: -ms-linear-gradient(#15222f, #1f3552) !important;
  background: linear-gradient(#15222f, #1f3552) !important;
  color: #ffffff;
}

body.skin-hydradark .mw-notification {
  border-radius: 12px;
  border: 2px solid #379ae2 !important;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom !important;
  background: -moz-linear-gradient(top, transparent, #19293e 100%) !important;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e)) !important;
  background: -o-linear-gradient(top, transparent, #19293e) !important;
  background: -ms-linear-gradient(transparent, #19293e) !important;
  background: linear-gradient(transparent, #19293e) !important;
  color: #eeeeee !important;
}

body.skin-hydradark .mw-notification.postedit {
  top: 36px;
}

div#content fieldset {
  border-radius: 12px;
  border: 2px solid #379ae2;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
  margin: 0.2em 0 1em 0;
}

.mw-changeslist-legend {
  border-radius: 12px;
  border: 2px solid #379ae2;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
  margin: 0.2em 0 1em 1em;
}

.skin-hydradark .mw-search-profile-tabs {
  border-radius: 12px;
  border: 2px solid #379ae2;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
}

.skin-hydradark .mw-search-profile-tabs div.search-types ul li.current a {
  cursor: default;
}

#pagehistory li {
  border: 1px solid transparent;
}

#pagehistory li.selected {
  border: 1px solid black;
  background: #000000 !important;
}

.skin-hydradark table.diff {
  border-radius: 12px;
  border: 2px solid #379ae2;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
}

.skin-hydradark td.diff-otitle, .skin-hydradark td.diff-ntitle {
  background-color: transparent;
}

td.diff-addedline {
  border: none;
  background: #113311;
  color: #ffffff;
}

td.diff-deletedline {
  border: none;
  background: #333311;
  color: #ffffff;
}

td.diff-context {
  border: none;
  background: #222222;
  color: #aaaaaa;
}

td.diff-addedline .diffchange, td.diff-deletedline .diffchange {
  background: rgba(0, 0, 0, 0.2);
  color: #ff3333;
}

body.skin-hydradark fieldset#mw-searchoptions {
  border-radius: 12px;
  border: 2px solid #379ae2;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
  padding: 0.3em;
}

body.skin-hydradark fieldset#mw-searchoptions h4 {
  border: none;
  background: none;
}

.skin-hydradark div#preferences {
  margin: 0;
  background: none;
  border: none;
}

.skin-hydradark div#preferences fieldset {
  border-radius: 12px;
  border: 2px solid #379ae2 !important;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom !important;
  background: -moz-linear-gradient(top, transparent, #19293e 100%) !important;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e)) !important;
  background: -o-linear-gradient(top, transparent, #19293e) !important;
  background: -ms-linear-gradient(transparent, #19293e) !important;
  background: linear-gradient(transparent, #19293e) !important;
  left: 0px;
  top: 0px;
  margin: 0.2em 0 1em 0;
}

.skin-hydradark div#preferences fieldset legend {
  display: block;
  color: #ffffff;
}

.skin-hydradark div#preferences fieldset fieldset {
  border-radius: 12px;
  border: 2px solid #379ae2;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
  margin: 0.2em 1em 1em 1em;
}

.skin-hydradark div#preferences fieldset fieldset legend {
  display: block;
  color: #ffffff;
}

.skin-hydradark #preferences td.htmlform-tip {
  color: #bbbbbb;
}

.skin-hydradark #preftoc {
  margin: 1em 0 0 0;
  padding: 0;
  background: none;
  border: none;
}

.skin-hydradark #preftoc li {
  display: inline;
  padding: 0 0.5em;
  border: none;
  background: none;
}

.skin-hydradark #preftoc li a, .skin-hydradark #preftoc li a:active {
  display: inline-block;
  background: #15222f url("https://sto.gamepedia.com/media/sto.gamepedia.com/3/32/STOWiki-Vector-Button-Normal.png") repeat-x left top;
  background: -moz-linear-gradient(top, #305687, #15222f 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#305687), to(#15222f));
  background: -o-linear-gradient(top, #305687, #15222f);
  background: -ms-linear-gradient(#305687, #15222f);
  background: linear-gradient(#305687, #15222f);
  border: 2px solid #40879e;
  border-radius: 4px;
  border-bottom-left-radius: 13px;
  height: 16px;
  padding: 0 5px 0 10px;
  margin: 0;
  text-shadow:
    -1px -1px 0 #1e2629,
    -1px 1px 0 #1e2629,
    1px -1px 0 #1e2629,
    1px 1px 0 #1e2629;
  font-size: 12px !important;
  line-height: 14px;
  font-weight: bold;
  text-align: right;
}

.skin-hydradark #preftoc li a {
  color: #aee8fe;
}

.skin-hydradark #preftoc li a:active {
  color: #ffffff;
}

.skin-hydradark #preftoc li a:visited {
  color: #dae4e6 !important;
}

.skin-hydradark #preftoc li a:hover, .skin-hydradark #preftoc li.selected a, .skin-hydradark #preftoc li.selected a:hover {
  border-color: #49c5d2;
  background: #184163 url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Button-Hover.png") repeat-x left top;
  background: -moz-linear-gradient(top, #379ae2, #184163 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#379ae2), to(#184163));
  background: -o-linear-gradient(top, #379ae2, #184163);
  background: -ms-linear-gradient(#379ae2, #184163);
  background: linear-gradient(#379ae2, #184163);
  color: #d1f4ff !important;
  text-shadow:
    -1px -1px 0 #3d4d53,
    -1px 1px 0 #3d4d53,
    1px -1px 0 #3d4d53,
    1px 1px 0 #3d4d53;
  text-decoration: none;
}

ul#filetoc {
  border-radius: 12px;
  border: 2px solid #379ae2;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
  padding: 0.3em;
  color: #eeeeee;
}

.skin-hydradark table.mw_metadata {
  margin: 1em 0;
  padding: 0 !important;
  border-collapse: separate;
}

.skin-hydradark table.mw_metadata th {
  background: #294876;
  border: 1px solid #61c4e0;
  border-radius: 1px;
  padding: 0 1px;
  margin: 1px;
  color: #f5fdff;
  text-shadow:
    -1px -1px 0 #060c0e,
    -1px 1px 0 #060c0e,
    1px -1px 0 #060c0e,
    1px 1px 0 #060c0e;
  font-weight: bold;
  text-align: center;
}

.skin-hydradark table.mw_metadata td {
  border-radius: 1px;
  border: 1px solid #09283d;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
  padding: 0px;
  margin: 1px;
  color: #eeeeff;
}

.skin-hydradark .TablePager th, .skin-hydradark .mw-datatable th {
  background: #294876;
  border: 1px solid #61c4e0;
  border-radius: 1px;
  padding: 0 1px;
  margin: 1px;
  color: #f5fdff;
  text-shadow:
    -1px -1px 0 #060c0e,
    -1px 1px 0 #060c0e,
    1px -1px 0 #060c0e,
    1px 1px 0 #060c0e;
  font-weight: bold;
  text-align: center;
}

.skin-hydradark .TablePager td, .skin-hydradark .mw-datatable td {
  border-radius: 1px;
  border: 1px solid #09283d;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
  padding: 0px;
  margin: 1px;
  color: #eeeeff;
}

.skin-hydradark .TablePager tr:hover td {
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/c/c3/STOWiki-Vector-Light-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #379ae2 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#379ae2));
  background: -o-linear-gradient(top, transparent, #379ae2);
  background: -ms-linear-gradient(transparent, #379ae2);
  background: linear-gradient(transparent, #379ae2);
  color: #ffffff;
}

#other_options div {
  border-radius: 12px;
  border: 2px solid #379ae2;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom !important;
  background: -moz-linear-gradient(top, transparent, #19293e 100%) !important;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e)) !important;
  background: -o-linear-gradient(top, transparent, #19293e) !important;
  background: -ms-linear-gradient(transparent, #19293e) !important;
  background: linear-gradient(transparent, #19293e) !important;
  color: #ffffff;
}

table.smwtable {
  background: none !important;
}

table.smwtable th {
  background: #294876;
  border: 1px solid #61c4e0;
  border-radius: 1px;
  padding: 0 1px;
  margin: 1px;
  color: #f5fdff;
  text-shadow:
    -1px -1px 0 #060c0e,
    -1px 1px 0 #060c0e,
    1px -1px 0 #060c0e,
    1px 1px 0 #060c0e;
  font-weight: bold;
  text-align: center;
}

table.smwtable td {
  border-radius: 1px;
  border: 1px solid #09283d;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
  padding: 0px;
  margin: 1px;
  color: #eeeeff;
}

.smwrdflink {
  padding-left: 1em;
}

.smwfact {
  background: transparent !important;
  border: none !important;
  color: #ffffff;
  padding: 0 !important;
}

.smwfact a, .smwfact a:hover {
  color: #99aaff !important;
}

.smwfact a:visited, .smwfact a:visited:hover {
  color: #99aaee !important;
}

.smwfacttable {
  background: transparent !important;
  border: none !important;
  color: #ffffff;
}

.smwfacttable tr {
  background: transparent !important;
  border: none !important;
}

.smwfacttable tr td {
  border-radius: 1px;
  border: 1px solid #09283d;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom !important;
  background: -moz-linear-gradient(top, transparent, #19293e 100%) !important;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e)) !important;
  background: -o-linear-gradient(top, transparent, #19293e) !important;
  background: -ms-linear-gradient(transparent, #19293e) !important;
  background: linear-gradient(transparent, #19293e) !important;
  color: #eeeeee;
}

.drilldown-tabs li.selected a {
  background: transparent;
  color: #ffffff;
}

.drilldown-tabs li.selected {
  background: #294876;
  border: 1px solid #61c4e0;
  border-radius: 1px;
  color: #f5fdff;
  text-shadow:
    -1px -1px 0 #060c0e,
    -1px 1px 0 #060c0e,
    1px -1px 0 #060c0e,
    1px 1px 0 #060c0e;
  font-weight: bold;
  text-align: center;
}

div.drilldown-filters-wrapper,
.drilldown-tabs li {
  border-radius: 1px;
  border: 1px solid #09283d;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
  color: #eeeeff;
}

.ui-widget-content, .ui-menu {
  border-color: #113366 !important;
  background: #000000 !important;
  color: #336699 !important;
  font: inherit !important;
}

.ui-menu-item, .ui-menu-item a, .ui-widget-content a {
  background: #000000 !important;
  color: #336699 !important;
  font: inherit !important;
}

.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-hover a, .ui-menu .ui-state-hover, .ui-menu .ui-state-hover a {
  background: #113366 !important;
  color:#ffffff !important;
}

table.mw-abuselog-details, table.mw-abuselog-details tr {
  background: none;
}

table.mw-abuselog-details tr th {
  background: #294876;
  border: 1px solid #61c4e0;
  border-radius: 1px;
  padding: 0 1px;
  margin: 1px;
  color: #f5fdff;
  text-shadow:
    -1px -1px 0 #060c0e,
    -1px 1px 0 #060c0e,
    1px -1px 0 #060c0e,
    1px 1px 0 #060c0e;
  font-weight: bold;
  text-align: center;
}

table.mw-abuselog-details tr td {
  border-radius: 1px;
  border: 1px solid #09283d;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
  padding: 0px;
  margin: 1px;
  color: #eeeeff;
}

div.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
  background: transparent;
}

div#content div.mw-echo-ui-subGroupListWidget-header h2 {
  overflow: hidden;
}

div#content div.mw-echo-ui-subGroupListWidget-header h2 .mw-echo-ui-datedSubGroupListWidget-title-secondary {
  text-shadow: none;
  color: #999999;
}

.mw-abusefilter-history-changed {
  background-color: #000000 !important;
}

div.wikiEditor-ui {
    background: rgba(0, 0, 0, 0);
    border: medium none;
}

div.wikiEditor-ui-buttons {
    background-color: rgba(0, 0, 0, 0);
    border-top: medium none;
    margin-right: 5px;
}

div.wikiEditor-ui-controls {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #676767;
}

div.wikiEditor-ui-tabs {
    background-color: #676767;
    border-left: 1px solid #000000;
    border-top: 1px solid #676767;
}

div.wikiEditor-ui-tabs div {
    background-color: #1D1D1D;
    border-right: 1px solid #676767;
    border-bottom: 1px solid #676767;
}

div.wikiEditor-ui-tabs div a {
    background: #676767; 
    color: #CCCCCC;
}

div.wikiEditor-ui-tabs div.current {
    background-color: #676767;
    border-bottom: 1px solid #676767;
}

div.wikiEditor-ui-tabs div.current a {
   color: #ffffff;
}

div.wikiEditor-ui div.wikiEditor-ui-top {
   border-bottom: 1px solid #676767;
}

div.wikiEditor-ui-toolbar {
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

div.wikiEditor-ui-toolbar .group {
    border-right: 1px solid #676767;
}

div.wikiEditor-ui-toolbar .group-search {
   border-left: 1px solid #676767;
   border-right: none;
}

div.wikiEditor-ui-toolbar .group .label {
   color: #E0E0E0;
}

.tab {
   border-color: transparent;
}

div.wikiEditor-ui-toolbar .tabs span.tab a,
div.wikiEditor-ui-toolbar .tabs span.tab a:visited {
   color: #E0E0E0;
}

div.wikiEditor-ui-toolbar .tabs span.tab a.current,
div.wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
   color: #ffffff;
}

div.wikiEditor-ui-toolbar .group .tool-select .label {
   color: #e0e0e0;
}

div.wikiEditor-ui-toolbar .sections .section {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid #676767;
}

div.wikiEditor-ui-toolbar .booklet .index div {
    color: #7AB1CC;
}

div.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: #0A0B0C;
    color: #e0e0e0;
}

div.wikiEditor-ui-toolbar .booklet .pages {
    background-color: #0a0b0c;
}

div.wikiEditor-ui-toolbar .page-characters div span {
    border: 1px solid #676767;
    color: #e0e0e0;
}

div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #676767;
    color: #7AB1CC;
}

div.wikiEditor-ui-toolbar .page-table td {
    border-top: 1px solid #676767;
    color: #E0E0E0;
}

div.wikiEditor-preview-contents,
div.wikiEditor-preview-loading {
    background-color: transparent;
}

/*****************
/* Footer styles *
/*****************/
div#footer {
  float: right;
  clear: right;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 16px;
  margin-right: 0;
  padding-right: 20px;
  border: none;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  color: #999999;
  background-image: none;
  background-color: #000000; 
}

@media handheld, only screen and (max-device-width:480px) {
  div#footer {
    background-color: #000000;
  }
}

@media only screen and (min-device-width:481px) {
  div#footer {
    background-image: url("https://sto.gamepedia.com/media/sto.gamepedia.com/1/1c/STOWiki-Vector-Footer-Mask.png");
    background-color: transparent;
    background-repeat: repeat;
  }
}

body.content-mask div#footer {
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/1/1c/STOWiki-Vector-Footer-Mask.png") repeat transparent;
}

body.content-solid div#footer {
  background-color: #000000;
}

div#footer ul li {
  color: #999999;
}

/*************************
/* General custom styles *
/*************************/
.componenttable {
  width: 93%;
}

.leftcolumn {
  float: left;
  width: 49% !important;
  padding: 0 !important;
  margin-right: 1%;
}

.rightcolumn {
  float: left;
  width: 49% !important;
  padding: 0 !important;
  margin-left: 1%;
}

.desktopleftcolumn {
  float: left;
  width: 49% !important;
  padding: 0 !important;
  margin-right: 1%;
}

.desktoprightcolumn {
  float: left;
  width: 49% !important;
  padding: 0 !important;
  margin-left: 1%;
}


.floatleft {
  margin: 0.5em !important;
}

.floatleft, .float-left, div.tleft {
  float: left;
  clear: left;
  margin: 0.5em 1.2em 0.5em 0;
}

.floatright {
  margin: 0.5em !important;
}

.floatright, .float-right, div.tright {
  float: right;
  clear: right;
  margin: 0.5em 1.2em 0.5em 0;
}

.itemicon {
  margin-top: 0.5em;
  margin-right: 1em;
  float: left;
}

.sidenote {
  float: right;
  border-radius: 12px;
  border: 2px solid #379ae2;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
  width: 175px;
  padding: 3px 5px;
  margin: 0 0 0 12px;
  font-size: 95%;
  color: #cccccc;
}

.cost {
  float: right;
}

.rank {
  text-align: right;
  color: #66ccff !important;
}

.sitemap1, .sitemap2, .sitemap3 {
  float: left;
  width: 32%;
}

/***********************
/* Portal table styles *
/***********************/
.portaltable, .guidestable {
  width: 100%;
}

.portaltable table {
  width: 100%;
  text-align: left;
}

.portaltable table td {
  width: 50%;
}

/*********************
/* Front page styles *
/*********************/
.fpbox {
  border-radius: 12px;
  border: 2px solid #379ae2;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
  margin: 1em auto 1em auto;
  text-align: center;
}

.fpbox div {
  border-radius: 8px;
}

.frontpage1 {
  margin: 0 3%;
  width: 43%;
  float: left;
}

.frontpage2 {
  margin: 0 3%;
  width: 43%;
  float: right;
}

.mega-title {
  text-shadow:
    -1px -1px 0 #222222,
    -1px 1px 0 #222222,
    1px -1px 0 #222222,
    1px 1px 0 #222222;
  font-size: 1.6em !important;
  margin-top: 1.2em;
}

.fptitle {
  text-shadow:
    -1px -1px 0 #222222,
    -1px 1px 0 #222222,
    1px -1px 0 #222222,
    1px 1px 0 #222222;
  background-color: #379ae2;
  border-radius: 0 !important;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  margin: 0;
  padding: 3px 0 5px 0;
  color: #ffffff;
  font-size: 1.5em !important;
  font-weight: normal;
}

.fpsubtitle {
  color: #eeeeee;
  font-style: italic;
}

table.beginnerstable {
  width: 100%;
}

table.guidestable td {
  width: 50%;
}

/*********************
/* Top notice styles *
/*********************/
.topnotice {
  border-radius: 12px;
  border: 2px solid #379ae2;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/8/8e/STOWiki-Vector-Dark-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #000000 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#000000));
  background: -o-linear-gradient(top, transparent, #000000);
  background: -ms-linear-gradient(transparent, #000000);
  background: linear-gradient(transparent, #000000);
  margin: 1em 0;
  padding: 1em;
  width: 98%;
  text-align: left;
}

.testserver {
  border-color: gold;
}

.ugc {
  border-color: yellow;
}

.event {
  border-color: lightgreen;
}

.stubpage {
  border-color: green;
}

.missingData {
  border-color: orange;
}

.missingImage {
  border-color: darkorange;
}

.cleanup {
  border-color: red;
}

.needsupdate {
  border-color: goldenrod;
}

.outofdate {
  border-color: darkgoldenrod;
}

.historical {
  border-color: coral;
}

/***********************
/* Main infobox styles *
/***********************/
.missioninfo {
  float: right;
  clear: right;
  width: 260px;
  max-width: 100%;
  margin: 0 0 0 1.2em;
  padding: 0.2em;
  border-radius: 12px;
  border: 2px solid #379ae2;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/8/8e/STOWiki-Vector-Dark-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #000000 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#000000));
  background: -o-linear-gradient(top, transparent, #000000);
  background: -ms-linear-gradient(transparent, #000000);
  background: linear-gradient(transparent, #000000);
  text-align: left;
}

.missionname {
  background: #379ae2;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-shadow:
    -1px -1px 0 #222222,
    -1px 1px 0 #222222,
    1px -1px 0 #222222,
    1px 1px 0 #222222;
  font-size: 1.5em;
  text-align: center;
  min-height: 44px;
  height: auto;
  margin: -4px -4px -3px -4px;
  margin-bottom: 2px;
  line-height: 1em;
}

.missionname a img {
  float: left;
  margin-bottom: 3px;
  margin-top: 2px;
}

.nametext {
  position: relative;
  line-height: 1em;
  left: 0px;
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
}

.missioninfo div {
  line-height: 1.5em;
}

.dataset {
  clear: both;
}

.dataset big {
  font-weight: bold;
}

.dataset .label {
  text-align: right;
  float: left;
  font-weight: bold;
  width: 46%;
}

.dataset .entry {
  text-align: left;
  float: right;
  font-weight: normal;
  width: 52%;
}

.wideentry {
  text-align: left;
}

.dsrewards {
  border-top: 1px solid #000000;
}

.itemlist li {
  clear: both;
}

.dschain {
  text-align: center;
  font-weight: bold;
}

.chainprev {
  clear: right;
  float: left;
  text-align: left;
  width: 90%;
}

.chainnext {
  clear: left;
  float: right;
  text-align: right;
  width: 90%;
}

/***********************
/* Item infobox styles *
/***********************/
.iteminfobox {
  float: right;
  clear: right;
  border: 1px solid #1d2633 !important;
  background: #090b0d;
  border-radius: 7px;
  margin: 7px 0 20px 20px;
  padding: 7px 8px;
  width: 327px;
  max-width: 100%;
}

.itemtitle {
  font-size: 127%;
  font-family: 'Segoe UI', Calibri, Verdana, Arial, Helvetica, sans-serif !important;
  font-weight: bold;
}

.heading {
  color: #42afca;
  font-weight: 600;
}

.heading-first {
  color: #42afca;
  font-weight: 600;
}

.subhead {
  font-size: 95%;
  color: yellow;
}

/***********************
/* Mission page styles *
/***********************/
.missiontext {
  border-radius: 12px;
  border: 2px solid #379ae2;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
  margin: 0.5em;
  padding: 1em 1.5em;
  color: #ccccff;
  overflow: auto;
}

.missiontext p {
  margin: 1.2em 0 0 0;
}

.missiontext i, .missiontext b {
  font-style: normal;
  font-weight: normal;
  color: #8888aa;
}

.missiontext i b {
  font-weight: bold !important;
  color: #2288bb !important;
  font-style: normal !important;
}

.missiontext p:first-child {
  margin-top: 0;
}

.missionnote {
  font: 110% 'Futurabody', 'Segoe UI', Calibri, Verdana, Arial, Helvetica, sans-serif;
  margin: 8px 0;
  color: #ffff00;
}

.missiongoal {
  font: 110% 'Futurabody', 'Segoe UI', Calibri, Verdana, Arial, Helvetica, sans-serif;
  margin: 8px 0;
  color: #00ff00;
}

/*****************************
/* Styles for faction tables *
/*****************************/
.factiontable {
  width: 100%;
}

.factiontable td {
  text-align: left !important;
}

.factiontable td img {
  padding: 1px 0 1px 7px;
}

.factiontable td table {
  width: 100%;
}

.factiontable table td {
  text-align: left !important;
  width: 50% !important;
}

/**************************
/* Styles for icon tables *
/**************************/
.icontable td {
  margin: 0;
  padding: 0;
  height: 66px;
}

.icontable td:first-child {
  text-align: left;
  width: 50px;
}

/*************************
/* Style for food tables *
/*************************/
.foodtable th {
  background: #294876;
  border: 2px solid #61c4e0;
  border-radius: 1px;
  padding: 0 1px;
  margin: 1px;
  color: #f5fdff;
  text-shadow:
    -1px -1px 0 #060c0e,
    -1px 1px 0 #060c0e,
    1px -1px 0 #060c0e,
    1px 1px 0 #060c0e;
  font-weight: bold;
  text-align: center;
}

.foodtable td {
  border-radius: 1px;
  border: 1px solid #09283d;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
  padding: 0px;
  margin: 1px;
  color: #eeeeff;
  padding: 0.2em;
}

.foodtable td img {
  margin: 2px 0;
}

/**************************************
/* Styles for image license templates *
/**************************************/
div.imageLicense {
  margin: 0 0 0 1.2em;
  padding: 0 0 0.2em 0;
  border-radius: 12px;
  border: 2px solid #379ae2;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
}

div.imageLicense table {
  margin: 1em;
}

div.imageLicense p {
  margin: 0.5em 1em;
}

div.imageLicense table tr th { 
  background: #294876;
  border: 1px solid #61c4e0;
  border-radius: 1px;
  padding: 0 1px;
  margin: 1px;
  color: #f5fdff;
  text-shadow:
    -1px -1px 0 #060c0e,
    -1px 1px 0 #060c0e,
    1px -1px 0 #060c0e,
    1px 1px 0 #060c0e;
  font-size: 105%;
  line-height: 105%;
  font-weight: bold;
  text-align: right;
}

div.imageLicense table tr td {
  border-radius: 1px;
  border: 1px solid #09283d;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
  padding: 0px;
  margin: 1px;
  color: #eeeeff;
}

div.licenseHeading {
  text-shadow:
    -1px -1px 0 #222222,
    -1px 1px 0 #222222,
    1px -1px 0 #222222,
    1px 1px 0 #222222;
  font-size: 1.5em;
  background: #379ae2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 2px;
  padding-bottom: 0.4em;
  line-height: 1.2em;
  text-align: center;
}


/****************************
/* Styles for Template:Tabs *
/****************************/
.tabContainer {
  padding: 0.2em;
  border-radius: 12px;
  border: 2px solid #379ae2;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
}

.tabBar {
  margin: 1em 0 2em 0;
  padding: 0;
  background: none;
  border: none;
}

.tabBar .tab {
  display: inline;
  padding: 0 0.5em;
  border: none;
  background: none;
}

.tabBar .tab a, .tabBar .tab a:active {
  display: inline-block;
  background: #15222f url("https://sto.gamepedia.com/media/sto.gamepedia.com/3/32/STOWiki-Vector-Button-Normal.png") repeat-x left top;
  background: -moz-linear-gradient(top, #305687, #15222f 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#305687), to(#15222f));
  background: -o-linear-gradient(top, #305687, #15222f);
  background: -ms-linear-gradient(#305687, #15222f);
  background: linear-gradient(#305687, #15222f);
  border: 2px solid #40879e;
  border-radius: 4px;
  border-bottom-left-radius: 13px;
  height: 16px;
  padding: 0 5px 0 10px;
  margin: 0;
  text-shadow:
    -1px -1px 0 #1e2629,
    -1px 1px 0 #1e2629,
    1px -1px 0 #1e2629,
    1px 1px 0 #1e2629;
  font-size: 12px !important;
  line-height: 14px;
  font-weight: bold;
  text-align: right;
}

.tabBar .tab a {
  color: #aee8fe;
}

.tabBar .tab a:active {
  color: #ffffff;
}

.tabBar .tab a:visited {
  color: #dae4e6;
}

.tabBar .tab a:hover, .tabBar .selectedTab a, .tabBar .selectedTab a:hover {
  border-color: #49c5d2;
  background: #184163 url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Button-Hover.png") repeat-x left top;
  background: -moz-linear-gradient(top, #379ae2, #184163 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#379ae2), to(#184163));
  background: -o-linear-gradient(top, #379ae2, #184163);
  background: -ms-linear-gradient(#379ae2, #184163);
  background: linear-gradient(#379ae2, #184163);
  color: #d1f4ff !important;
  text-shadow:
    -1px -1px 0 #3d4d53,
    -1px 1px 0 #3d4d53,
    1px -1px 0 #3d4d53,
    1px 1px 0 #3d4d53;
  text-decoration: none;
}

/*****************************
/* Styles for Tutorial Guide *
/*****************************/
.tutorialbox {
  background-color:#012;
  border: 2px #07f solid;
  margin: 8px;
  padding: 8px;
}

/***************************************
/* Styles for Assignment Locations Map *
/***************************************/
.assignmentMap {
  position: relative;
  border: 2px solid #000000;
  background: url("https://sto.gamepedia.com/media/sto.gamepedia.com/6/67/Assignment_locations_map.jpg") left top no-repeat;
  height: 560px;
  width: 840px;
  margin: 0 auto;
}

.location {
  position: absolute;
  font-size: 11px;
  height: 14px;
  padding: 0 2px;
}

.space span, .ground span, .space a, .ground a {
  display: inline-block;
  height: 14px;
  overflow: visible;
}

.assignmentYes {
  font-weight: bold;
  color: #eeeeee;
}

.assignmentYes .space span {
  width: 11px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wLFgMIIS18a6kAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAANlJREFUKM+F0r1KQ0EQhuHnHGJpo2ijgSBY5Qos1EIQrP2p7HIdNnZegk0KwVQpUgoiInoBglqKtiLuBYh4bObAsqj5mh2+eXdnZnerlJJQjUNso4dPPGGCK6gC7uMxNjWoivgBa1VKqYeXAirV4K4t/R8ocus1ulNA+VA3Wamp8Ai3cXrzR78wqCPYwBFef4GusYNhnSXHWMF7NtQJBrhs22h1jN14jFZfOMVsCc9jAReZdx9et4SXsYXNzDvAKpagkyVmsFfcxH6scyX8HJ/mDB/4xiLO8QY/37cwMmy68VgAAAAASUVORK5CYII=") left bottom no-repeat;
}

.assignmentYes .ground span {
  width: 6px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAOCAYAAAAMn20lAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAGbgAABm4BRLh3LwAAAAd0SU1FB9wLFgMtHwTupuUAAACeSURBVBjTXc8xagJhEAbQt3GRtCIkxRbbKeIV7LVNkSaH8Bg5QtqUgp2NBHIASxEra7GwWQIpoqBgMz9udsp53wwzWVVVoqZ4xwu+H9zrF4/oQB2escOyCW8YYNKEHxwD/0GGP1ybUKCFPsoEw1j1hBJFgjM+4twDtlntwfTLBqM00cZXpHvIE8yi+YouLnkkF/jECSvIMcc+mrDG+Abh8yJkjyUIfwAAAABJRU5ErkJggg==") left bottom no-repeat;
}

.assignmentYes .space a, .assignmentYes .space a:link {
  width: 11px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wLFgI6Iy/ANMMAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAANpJREFUKM+F0r1KQ0EQhuHnHLS0UbTRQBBS5Qos1EIQrP2p7HIdNnZeQpoUgqlSWAoiInoBBrUUbUXsUom4NnNgWdR8zQ7fvLszs7vVeJKEahxiG2184gnnuIIq4C4eY1NCVcQPWKvGk9TGSwGVSrhrSv8Hitx6jdYUUD7UTVZqKjzEbZye/ugXenUEGzjC6y/QNXYwqLPkCKt4z4Y6QQ+XTRuNjrEbj9HoC33MlfACFnGReffhtUp4BVvYzLwDdLAMM1liFnvFTezHOl/Cz/FpTvGBbyzhDG/wA7YvMCANrkqXAAAAAElFTkSuQmCC") left bottom no-repeat;
}

.assignmentYes .ground a, .assignmentYes .ground a:link {
  width: 6px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAOCAYAAAAMn20lAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAGbgAABm4BRLh3LwAAAAd0SU1FB9wLFgMuBzyvbXAAAACdSURBVBjTXc+higJhEAfw3+oiVjnQsMGmiK9w/awGiw/hY/gIVqNgs4jgAxhluWQWg+3gDk5B0fJ9uO7E+f1nmEnyv4dQE0wxxLbiVb+oowFFaOGAdRnG6GFQhh+cA75Bgn/cy5Chii7aEfphVRNtZBGumIVzT/hOCg/GX3J8xokaNiHdQRphEZojfOCWhuQKc1ywgxRLHEMT9vh6AtaNIljSvABxAAAAAElFTkSuQmCC") left bottom no-repeat;
}

.assignmentYes .space a:visited {
  width: 11px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wLFgMACKcXec0AAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAANpJREFUKM+F0j9Kg0EQhvHft8TSRtFGAyJYxQtYqIUgWPunsss5bOw8QhoLIamC2CmIiHgBwVgKlop4AZHEZhaWJZC32eGdZ2dndre5/hwLJZxiH2v4xRtu8ABNwB2MYtMETRW/YitFlVEkFGAZb+I2Hz2poFoNthPaM0DlUE9FfzPhAZ6j+rQN2eumCHZwho8p0CMOcJmK5BDr+C6GukAX97mNrHMcxmNk/aGH+RpexBLuCu8lvHYNr2IPu4V3gg2sQKtIzOGouonjWBdq+D0+zRV+MMYy+viCfzqVLBM0KfHyAAAAAElFTkSuQmCC") left bottom no-repeat;
}

.assignmentYes .ground a:visited {
  width: 6px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAOCAYAAAAMn20lAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAGbgAABm4BRLh3LwAAAAd0SU1FB9wLFgMuOxPAEfcAAACcSURBVBjTXc6haoJhFAbgR/0R6xi4YLAp4oW4umDZRewyvASTYBQMgkUEL8C4YBJsMtA2UHADFcv5UP8T3+c9h1OY7K5ivtDDBxZF9zmgghd4hDesMcvDJ1p4z8Mv9oFPUMAJlzzUUEIT9QTtOFVFHbUE/+jHuz9YJdhggGNsHBKUMY92A1mCUYRdvOKcRXOKIf6whAxjbCOEb3Ru6qEg409YfuAAAAAASUVORK5CYII=") left bottom no-repeat;
}

.assignmentYes .space a.new {
  width: 11px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wLFgMBGdS8aH4AAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAAN5JREFUKM+F0j1KhDEQxvHfG7S0UbTRBRGs1gtY+AGCYO1HZbfVglfYxs4j2FgIWlnYKYiIeAHBtRRsRbyAiO82EwhhYafJw5N/JjOZNG2/LyLhGLtYxi/ecYtHmAqwi2HoFk3obZzgDespsgwDUoClXsNdvrqtoDoabCR0JoDKpp6LWifC13iJ7OMOZK+XQmxigM8x0BP2cJGKzRus4Lto6gw9POQycpxiP4aR4w/nmKnhOczjvvBew+vU8BJ2sFV4R1jFYjlumMZB9RKHsc7W8Ed8mkv84B8LuMIXjADNlyhrBT+p7wAAAABJRU5ErkJggg==") left bottom no-repeat;
}

.assignmentYes .ground a.new {
  width: 6px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAOCAYAAAAMn20lAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAGbgAABm4BRLh3LwAAAAd0SU1FB9wLFgMxBGj8MlQAAACdSURBVBjTXc6haoJhFAbgx/kjqyK4YLBNxAvRarDsDixehpdgEhYHaxYRvACjwSTYxGAT/oEOHLOcD/U/8X3eczil/+FQzAhj9LF8cZ8cr6jCI7xhi3kRPtBGrwgnHAOfoIQz/orQQBktNBN04lQdTTQS/GIS7x6wSbDDFD+xkSeoYBHtd2QJviIcoIZrFs0ZPnHBCjJ8Yx8hrNG9AeJkICAWxWI5AAAAAElFTkSuQmCC") left bottom no-repeat;
}

.assignmentYes .space a.new:visited {
  width: 11px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wLFgMDGeaKCvwAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAANpJREFUKM+F0j1Kg0EQxvHfu2hpo2ijARGsNAewUAtBsPajsss50th5BBuLQFKlsFMQEfECgrEUbEW8gIivzSwsSyBPs8Mz/52d2d2m7XaFEs5xiHX84A03eIAm4C1MYlOLpopfsZOiyiQSCrCMt3Gbj24rqFaD3YTODFA51FPR30x4hOeoPm1D9nopgj308TEFesQRrlORHGMDX8VQl+jhPreRdYHjeIysX1xhoYaXsIy7wnsJr1PDazjAfuGdYROrMFck5nFS3cRprIs1/B6fZoBv/GEFQ3zCP2pmKZ222AMYAAAAAElFTkSuQmCC") left bottom no-repeat;
}

.assignmentYes .ground a.new:visited {
  width: 6px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAOCAYAAAAMn20lAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAGbgAABm4BRLh3LwAAAAd0SU1FB9wLFgMyIH/ShUYAAACcSURBVBjTXc6haoJhFAbgR/cjVhloMNg2RP7r0GpY2UV4GV6CSTAKaxYRvACjwSTYxoJNUNgERcv50P0nvs97Dqd0y3MxAwzRx7LsMUdUUYNnaGCLeRE+0UavCAfsA/9BCb+4FqGJF7yjlaATp+pooZngjFG8+4NNgh3GOMXGMUEFi2i/IUswjfADr7hk0Zxhgj+sIMMXviOENbp3P4AfqIEw/k8AAAAASUVORK5CYII=") left bottom no-repeat;
}

.assignmentYes .space a.stub {
  width: 11px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wLFgMEDioYGfwAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAANlJREFUKM+F0rFKwzEQx/HPP9TRRamLFkRwqi/QQR0EwVnt5NbncHHzEbo4CDo5uCmIiPgCgnUUXEUE5yLW5QIxFPpbcvzum8tdkqb3LSvhCLtYxRivuMY9NAF3MYpNEzRV/IJeiiqjSCjAMt7ATT56UkG1GmwmdGaA/4Z6LPqbCV/iKapP25C9QYpgC8d4nwI9YA9nqUheYQ2fxVCnGOAut5F1gv14jKwfDDFfw4to47bwnsPr1PAKdrBdeH2sYxlaRWIOB9VNHMa6UMNv8WnO8YVfLOECH/AHhhUpPd+4N4UAAAAASUVORK5CYII=") left bottom no-repeat;
}

.assignmentYes .ground a.stub {
  width: 6px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAOCAYAAAAMn20lAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAGbgAABm4BRLh3LwAAAAd0SU1FB9wLFgM0DvVeLw8AAACXSURBVBjTXc6xCoFhFAbgB3+ySjEYbCRX4ApYDRYX4TJcgkkZlc0i5QKMBpOyyWBTFIqyfF/4z/g+7zmdTPsizhAj9LDO+s4VBRThFyrYY5mGAZropuGCc8A/yOCOdxqqyKGBWoRWOFVGDdUIT4zDuyfsIhwwwS1sXCPksQrtOpIIsxD2UcIrCc0FpnhgAwnmOIYQtuh8AP2YH3hHrcPiAAAAAElFTkSuQmCC") left bottom no-repeat;
}

.assignmentYes .space a.stub:visited {
  width: 11px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wLFgMFHMC6WfUAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAANtJREFUKM+F0j9Kg0EQhvHft8TSRtFGgyKk0gtYqIUgWPunssslbGzSeQSbFIFYWdgpiIh4AcFYCrYiXkDE2MzCugTyNju88+zszO42K6eyEk6wh1V84xXXuIcm4HWMYtMYTRW/YDNFlVEkFGAZb+AmHz2uoFoNthLaU8B/Qz0W/U2FL/EU1SdtyF43RbCNM7xPgB6wj34qkldYw2cx1Dm6uMttZPVwEI+R9YMLzNbwPBZwW3jP4bVreBm72Cm8Y3SwBK0iMYPD6iaOYp2r4bf4NAN84ReLGOID/gDTDigZYOnt+gAAAABJRU5ErkJggg==") left bottom no-repeat;
}

.assignmentYes .ground a.stub:visited {
  width: 6px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAOCAYAAAAMn20lAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAGbgAABm4BRLh3LwAAAAd0SU1FB9wLFgM1A5L0YvMAAACiSURBVBjTXc4xagJRFAXQM5lhSKkIWkwxXYJY2bsAWwubLMLaFbgEK8EytY0EXIALsEqwsLGwE0bQQBLS/E/ivPKdex8vKafiTDDDCJsHf1PhEU34Dx28Y12HF3QxrMMZp4B3kOCK7zoUSPGMMkIvnGqjRBHhE/Pw7hG7CHsscAmNKkKOt5B+QhbhNSzHaOErC8kVlrhhC2ljIMcBH6Hdx88vLEUeheU+MX8AAAAASUVORK5CYII=") left bottom no-repeat;
}

.assignmentYes .space a:active {
  width: 11px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wLFgMGLM1OOpoAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAANNJREFUKM+F0jFKBDEYxfHfjHZiJdrowjSC4BnEQhB7wUKsPIeVlVewXbC3tNlC8QAiWKq1ghcQ2WeTwTAM679JeHn5vrwkTRKFFmc4RIdvvOAWM5BEkt38MR+ZPydZaZJ0eEfQGCd47FsvMiprey0m/xjVoe6rVospAR9Gwg1DnvdmSS6SvI2YZkmOkqjNO2X8rDZcJemSLCXRVie6xHF5jJ4fXGO1D9izhnXcVdpT0SZD8xYOsF9pJ9jGZn0bBuGGnCaxXFV5LZ9mii/MsYEbfMAvPePkR5O3kxAAAAAASUVORK5CYII=") left bottom no-repeat;
}

.assignmentYes .ground a:active {
  width: 6px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAOCAYAAAAMn20lAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAGbgAABm4BRLh3LwAAAAd0SU1FB9wLFgM2G6q1qWYAAACjSURBVBjTXc49akJhEIXhxx/ENghaWNhFgusIbsAswibLyRYCWYC4APuAVtbBIl1AIRGiJ813yfUOTDPvmZcjibLPSU5JHpNo+58j+rjDDRhhjxWoqbZJrkkWTdUXPvHQVLXwjUsTjNHBFJMKzIpqiAnGFTjjpdQ9YFdvJckxyabeqod1Sd+jW4HXcnzCAL+SrJMsk/SLbpNEF2/4wE/5fsf8D/mUY12BW4cOAAAAAElFTkSuQmCC") left bottom no-repeat;
}

.assignmentNo {
  font-style: italic;
  color: rgba(136, 136, 136, 0.6) !important;
}

.assignmentNo a, .assignmentNO a:link, .assignmentNo a:visited {
  color: rgba(136, 136, 136, 0.6) !important;
}

.assignmentNo .space span, .assignmentNo .space a, .assignmentNo .space a:link, .assignmentNo .space a:visited {
  width: 11px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wLFgMOMWaR3EsAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAALNJREFUKM+90DFqwkEQxeHPKCHBIjYWkYB9QAQ7U9mk19usN9izCLYpAiaWHkHSBiVNKgsLQdPsX5bFNr7qDfNjZt7wX6pVJsbYxBA93GODFb5CCCdoJLCNKZrZoC5e8I453KTGqABzvVamgm+z5qnwtRJeFFCe6fNSwCeMU0DY4S2E8FFOhgfMsg1L/ORrcriDZ6xTvUU/xnhmGhl8l171mOoJflHHsYT3+E6nHNDCwFX0B9hbI6GRCSpYAAAAAElFTkSuQmCC") left bottom no-repeat;
}

.assignmentNo .ground span, .assignmentNo .ground a, .assignmentNo .ground a:link, .assignmentNo .ground a:visited {
  width: 6px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAOCAYAAAAMn20lAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAGbgAABm4BRLh3LwAAAAd0SU1FB9wLFgM5LwyZQRwAAAB4SURBVBjTnc69CQJhEIThR0XkEvGvDkPtRFvZ1GyLMLMRuzHUSEThNPk8Pi7TgYWFd2dm+VWD75KZa+xxiIjnsDpqccMLarDBHJM+eJQZ98G0dM46kJkj3LHEona0OJX8Swci4o0drmjqqG159VjcXVSDc3Gs/KUPOAQZfmYRL/wAAAAASUVORK5CYII=") left bottom no-repeat;
}

.assignmentNo a:hover {
  color: rgba(204, 204, 204, 0.8) !important;
}

.assignmentNo .space a:hover {
  width: 11px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wLFgMPK4LoFHAAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAALhJREFUKM+1z6FKw3EUxfHPxgRh4pJLFgcG+w8sY2FZjTafYM+iYQ+wYBARqy8hP9YHE4xLlqUVXfn95fLDNXfSufd8uZfDvtRqTM65hysMcYQl3jBPKX1Dp4CneMRxOHSB67KfQrsEtxUYddeYBj4M4U/lWzX8VEGx08tfBc8xKQXhC7OU0nN9GU7wED684jO+ifAAl3gv8wdGOedfphPgLm5wVuYJVjjApobXWOC+hH2MdxT/Z20BynQmUd4QurAAAAAASUVORK5CYII=") left bottom no-repeat;
}

.assignmentNo .ground a:hover {
  width: 6px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAOCAYAAAAMn20lAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAGbgAABm4BRLh3LwAAAAd0SU1FB9wLFgM6JLBmy1cAAAB7SURBVBjTnc69CYJBEIThRxFU+CIDf7CNTc3FAixEMDG2G1u5GixAUwUxOEzO4/gyHVjY4d0Zll81+C4ppQ2O2EfEa9gcZdzwhhZsscCkD55lxn0wK35eQUpphAdWWLaJjDOmuFYQERmH8lXXVu1wx6mka1WHS0ms/aUPvU8aPUdQDUUAAAAASUVORK5CYII=") left bottom no-repeat;
}

.assignmentNo .space a:active {
  width: 11px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wLFgMPE6rqrO4AAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAALtJREFUKM+1zyFOQ1EQheGvlCAQkAyuSByYbqKKBMMCGjRpmiaEJWAwCMICugdcDRbVhJDUYhGTujqoea+53FAHo87M/Dlnhv+qTisy8whDnOMQb5jiJSK+NnBmnuAV8YvhfUTcwk4zuN4Cwk0rWni/WH5XulPDDxVU/vT4A46IBfp4Lpw+MY6IUe0MPUyKhCcsypgSPsMAs6Z/x0Vmdltgt4APcIXTpr/DB/awquEl5s0pKxzjcsvjf1xrHHskywbcoQsAAAAASUVORK5CYII=") left bottom no-repeat;
}

.assignmentNo .ground a:active {
  width: 6px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAOCAYAAAAMn20lAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAGbgAABm4BRLh3LwAAAAd0SU1FB9wLFgM3GV2g+QsAAABzSURBVBjTndAxCsJQEIThLwFBtEhpo6LgcXIBxTtZeT0rtRYrq4zNIzxSZmGK5Wd2h2H2JOmTPJKsoK3YgBd+U3DBDusp+BYtp2BT9u0IkizwwQH7OlFblCSn0dE0zYAbnujqU1e8cS6xx+cd7sVxnFfRH7w0Ksdu0qN6AAAAAElFTkSuQmCC") left bottom no-repeat;
}

/**********************
/* Item rarity styles *
/**********************/
.common, .uncommon, .rare, .veryrare, .ultrarare, .legendary, .epic, .unique {
  font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
  font-weight: bold;
}

.common {
  text-align: left;
  font-style: normal;
  color: white !important;
}

.common a {
  color: white !important;
}

.uncommon {
  text-align: left;
  font-style: normal;
  color: #0c0 !important;
}

.uncommon a {
  color: #0c0 !important;
}

.rare {
  text-align: left;
  font-style: normal;
  color: #09f !important;
}

.rare a {
  color: #09f !important;
}

.veryrare {
  text-align: left;
  font-style: normal;
  color: #a245b9 !important;
}

.veryrare a {
  color: #a245b9 !important;
}

.ultrarare {
  text-align: left;
  font-style: normal;
  color: #6d65bc !important;
}

.ultrarare a {
  color: #6d65bc !important;
}

.epic, .unique {
  text-align: left;
  font-style: normal;
  color: gold !important
}

.epic a, .unique a {
  color: gold !important;
}

/******************
/* Faction colors *
/******************/
.apu-info {
  border-color: #554;
}

.apu, .apu-info .missionname {
  background: #554;
}

.benthan-info {
  border-color: #125;
}

.benthan, .benthan-info .missionname {
  background: #125;
}

.bluegill-info {
  border-color: #c9a;
}

.bluegill, .bluegill-info .missionname {
  background: #c9a;
}

.bluegill-info .missionname .nametext {
  color: #000;
  text-shadow:
    -1px -1px 0 #bb8899,
    -1px 1px 0 #bb8899,
    1px -1px 0 #bb8899,
    1px 1px 0 #bb8899;
}

.borg-info {
  border-color: #690;
}

.borg, .borg-info .missionname {
  background: #690;
}

.both-info, .khitomer-info, .cross-faction-info, .fedromkdf-info {
  border-color: #b47f00;
}

.both, .both-info .missionname, .khitomer, .khitomer-info .missionname, .cross-faction, .cross-faction-info .missionname, .fedromkdf, .fedromkdf-info .missionname {
  background: #474747;
}

.breen-info {
  border-color: #663;
}

.breen, .breen-info .missionname {
  background: #663;
}

.cardassian-info {
  border-color: #960;
}

.cardassian, .cardassian-info .missionname {
  background: #960;
}

.cooperative-info {
  border-color: #488;
}

.cooperative, .cooperative-info .missionname {
  background: #488;
}

.cravic-info {
  border-color: #532;
}

.cravic, .cravic-info .missionname {
  background: #532;
}

.deferi-info {
  border-color: #033;
}

.deferi, .deferi-info .missionname {
  background: #033;
}

.devidian-info {
  border-color: #669;
}

.devidian, .devidian-info .missionname {
  background: #669;
}

.dominion-info {
  border-color: #609;
}

.dominion, .dominion-info .missionname {
  background: #609;
}

.drantzuli-info {
  border-color: #241210;
}

.drantzuli, .drantzuli-info .missionname {
  background: #241210;
}

.dsc-starfleet-info {
  border-color: #036;
}

.dsc-starfleet, .dsc-starfleet-info .missionname {
  background: #036;
}

.elachi-info {
  border-color: #ac0;
}

.elachi, .elachi-info .missionname {
  background: #ac0;
}

.federation-info, .starfleet-info, .vulcan-info, .fed-info, .fed25-info, .federation_aligned-info, .both-starfleet-info {
  border-color: #069;
}

.federation, .federation-info .missionname, .starfleet, .starfleet-info .missionname, .vulcan, .vulcan-info .missionname, .fed, .fed-info .missionname, .fed25, .fed25-info .missionname, .federation-aligned, .federation-aligned-info .missionname, .both-starfleet, .both-starfleet-info .missionname {
  background: #069;
}

.fekihri-info {
  border-color: #930;
}

.fekihri, .fekihri-info .missionname {
  background: #930;
}

.ferengi-info {
  border-color: #963;
}

.ferengi, .ferengi-info .missionname {
  background: #963;
}

.generic-info, .neutral-info {
  border-color: #666;
}

.generic, .generic-info .missionname, .neutral, .neutral-info .missionname {
  background: #666;
}

.gorn-info {
  border-color: #660;
}

.gorn, .gorn-info .missionname {
  background: #660;
}

.hazari-info {
  border-color: #234;
}

.hazari, .hazari-info .missionname {
  background: #234;
}

.hierarchy-info {
  border-color: #876;
}

.hierarchy, .hierarchy-info .missionname {
  background: #876;
}

.hirogen-info {
  border-color: #966;
}

.hirogen, .hirogen-info .missionname {
  background: #966;
}

.hurq-info {
  border-color: #88976A;
}

.hurq, .hurq-info .missionname {
  background: #88976A;
}

.iconian-info {
  border-color: #336;
}

.iconian, .iconian-info .missionname {
  background: #336;
}

.kazon-info {
  border-color: #755;
}

.kazon, .kazon-info .missionname {
  background: #755;
}

.kentari-info {
  border-color: #db4;
}

.kentari, .kentari-info .missionname {
  background: #db4;
}

.klingon-info, .kdf-info, .klingon-aligned-info, .kdfdom-info, .klingon-2256-info {
  border-color: #600;
}

.klingon, .klingon-info .missionname, .kdf, .kdf-info .missionname, .klingon-aligned, .klingon-aligned-info .missionname, .kdfdom, .kdfdom-info .missionname, .klingon-2256, .klingon-2256-info .missionname {
  background: #600;
}

.kobali-info {
  border-color: #ca625a;
}

.kobali, .kobali-info .missionname {
  background: #ca625a;
}

.krenim-info {
  border-color: #6A5ACD;
}

.krenim, .krenim-info .missionname {
  background: #6A5ACD;
}

.lukari-info {
  border-color: #745ca7;
}

.lukari, .lukari-info .missionname {
  background: #745ca7;
}

.malon-info {
  border-color: #432;
}

.malon, .malon-info .missionname {
  background: #432;
}

.monster-info {
  border-color: #960;
}

.monster, .monster-info .missionname {
  background: #960;
}

.nakuhl-info {
  border-color: #710;
}

.nakuhl, .nakuhl-info .missionname {
  background: #710;
}

.nausicaan-info {
  border-color: #630;
}

.nausicaan, .nausicaan-info .missionname {
  background: #630;
}

.object-info {
  border-color: #333;
}

.object, .object-info .missionname {
  background: #333;
}

.ocampa-info {
  border-color: #622;
}

.ocampa, .ocampa-info .missionname {
  background: #622;
}

.octanti-info {
  border-color: #67a;
}

.octanti, .octanti-info .missionname {
  background: #67a;
}

.orion-info {
  border-color: #390;
}

.orion, .orion-info .missionname {
  background: #390;
}

.pralor-info {
  border-color: #467;
}

.pralor, .pralor-info .missionname {
  background: #467;
}

.q-info {
  border-color: #fff;
}

.q, .q-info .missionname {
  background: #fff;
}

.q-info .missionname .nametext {
  color: #000;
  text-shadow:
    -1px -1px 0 #dddddd,
    -1px 1px 0 #dddddd,
    1px -1px 0 #dddddd,
    1px 1px 0 #dddddd;
}

.reman-info {
  border-color: #366;
}

.reman, .reman-info .missionname {
  background: #366;
}

.romulan-star-empire-info {
  border-color: #396;
}

.romulan-star-empire, .romulan-star-empire-info .missionname {
  background: #396;
}

.new-romulan-info, .rom-info, .romulan-info, .romulan-republic-info, .romulan-all-info {
  border-color: #386;
}

.new-romulan, .new-romulan-info .missionname, .rom, .rom-info .missionname, .romulan, .romulan-info .missionname, .romulan-republic, .romulan-republic-info .missionname, .romulan-all, .romulan-all-info .missionname {
  background: #386;
}

.sona-info {
  border-color: #320079;
}

.sona, .sona-info .missionname {
  background: #320079;
}

.sphere-builders-info {
  border-color: #663;
}

.sphere-builders, .sphere-builders-info .missionname {
  background: #663;
}

.talaxian-info {
  border-color: #987;
}

.talaxian, .talaxian-info .missionname {
  background: #987;
}

.terran-empire-info {
  border-color: #633;
}

.terran-empire, .terran-empire-info .missionname {
  background: #633;
}

.tholian-info {
  border-color: #c60;
}

.tholian, .tholian-info .missionname {
  background: #c60;
}

.tos-federation-info, .tos-starfleet-info, .fed23-info {
  border-color: #d5cc51;
}

.tos-federation, .tos-federation .missionname, .tos-starfleet, .tos-starfleet-info .missionname, .fed23, .fed23-info .missionname {
  background: #d5cc51;
}

.turei-info {
  border-color: #568;
}

.turei, .turei-info .missionname {
  background: #568;
}

.true-way-info {
  border-color: #693;
}

.true-way, .true-way-info .missionname {
  background: #693;
}

.tzenkethi-info {
  border-color: #418293;
}

.tzenkethi, .tzenkethi-info .missionname {
  background: #418293;
}

.undine-info {
  border-color: #963;
}

.undine, .undine-info .missionname {
  background: #963;
}

.vaadwaur-info {
  border-color: #621;
}

.vaadwaur, .vaadwaur-info .missionname {
  background: #621;
}

.vorgon-info {
  border-color: #8015ca;
}

.vorgon, .vorgon-info .missionname {
  background: #8015ca;
}

.voth-info {
  border-color: #909;
}

.voth, .voth-info .missionname {
  background: #909;
}

/****************************
/* Possibly outdated styles *
/****************************/
/* These styles are included just in case, but we don't know if or where they are being used */

.npcspeechface {
  float: left;
}

.npc-speech-face {
  width: 84px;
  margin: 10px 5px 10px 0;
  padding: 0;
}

.npc-speech-face img {
  margin: 2px;
}

.npcspeechtext {
  float: left;
}

.npc-speech-text {
  border-radius: 12px;
  border: 2px solid #379ae2;
  background: transparent url("https://sto.gamepedia.com/media/sto.gamepedia.com/4/42/STOWiki-Vector-Medium-Element-Background.png") repeat-x left bottom;
  background: -moz-linear-gradient(top, transparent, #19293e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#19293e));
  background: -o-linear-gradient(top, transparent, #19293e);
  background: -ms-linear-gradient(transparent, #19293e);
  background: linear-gradient(transparent, #19293e);
  margin: 0.5em;
  padding: 1em 1.5em;
}

.npc-speech-text p {
  margin: 1.2em 0 0 0;
}

.npc-starfleet {
  border: 1px solid #6cf;
}

.blue {
  color: #bbeeff !important;
}

.omegalogo {
  float: left;
}

.nodesktop {
  display: none;
}

/******************
/* Hover tooltips *
/******************/
.hovertooltip {
  font-size: 75%;
}

.hovertooltip .iteminfobox {
  float: none;
  overflow: hidden;
}

.hovertooltip .missioninfo {
  float: none;
  overflow: hidden;
}

/************
/* Ad fixes *
/************/
.atflb, .btflb {
  width: 875px !important;
}
Advertisement