:root {
  --main-accent: #8e8e8e;
  --lighter-accent: #a8a7a7;
}

body {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  overflow-x: hidden;
  background: #101010;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Avenir LT Std 55 Roman', 'Helvetica', 'Verdana', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a, a:hover, a:focus {
  color: #8e8e8e;
  text-decoration: none;
}

.main {
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  /*min-height: 100%;*/
  line-height: 1.5;
  font-size: 15px;
}

.main p {
  letter-spacing: 0.001em;
}

.main .info {
  padding-top: 1rem;
}

.topbar {
  position: relative;
  display: flex;
  width: 100vw;
  background-color: #101010;
  height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
 }

.topbar ul {
  list-style: none;
  padding: 0;
  display: flex;
}

.topbar ul li {
  font-size: 12pt;
  padding-left: 2vw;
  padding-right: 2vw;
}

.topbar ul li:not(:last-child) {
  box-shadow: 13px 0 0 -12px rgba(255, 255, 255, 0.2)
}

.topbar a {
  padding: 12px 0;
}

.topbar a i.fas {
  font-size: 12px;
}

.topbar a:hover, .topbar a:focus, .topbar a.active {
  text-shadow: 0 0 20px var(--main-accent);
  color: var(--lighter-accent);
}

.dropdown {
  cursor: pointer;
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #101010;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 1, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 0;
  top: 49px;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  padding: 12px 16px;
  display: block;
  text-align: left;
  text-transform: capitalize;
  font-size: 14px;
}

.dropdown-content a:hover {
  background-color: var(--main-accent);
  color: #000;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@font-face {
  src: url('../fonts/Galyon-Bold.otf');
  font-family: 'Galyon-Bold';
}

section.logo {
  display: flex;
  justify-content: center;
}

section.logo a:hover {
  opacity: 0.8;
}

div.logo {
  font-size: 30pt;
  text-transform: uppercase;
  font-family: 'Galyon-Bold', sans-serif;
  top: 20px;
  position: relative;
  display: inline-block;
  padding: .75rem 0 .75rem 0;
}

div.logo span {
  letter-spacing: 4.5pt;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

div.logo img {
  max-height: 250px;
  max-width: 250px;
}

div.logo img.carthage {
  max-height: 115px;
  max-width: 115px;
  border-radius: 50%;
  background-color: #1e1e1e;
  vertical-align: middle;
}

div.logo span.whitelogo {
  color: white;
}

div.logo span.greylogo {
  color: #8e8e8e;
}

@font-face {
  font-family: 'Avenir LT Std 55 Roman';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 55 Roman'), url('../fonts/AvenirLTStd-Roman.woff') format('woff');
  font-display: swap;
}

.desc {
  max-width: 730px;
  line-height: 25px;
  margin: 0 auto;
  padding: 1rem 0 2rem 0;
}

.desc abbr[title], .desc acronym[title] {
  text-decoration: none;
  border-bottom: 1px rgba(255, 255, 255, 0.2) dotted;
}

.policy {
  margin: 0 auto;
  text-align: justify;
}

.faq {
  margin: 0 auto;
  text-align: left;
}

.policy p, .faq p {
  color: #969696;
}

.policy h4, .faq h4 {
  font-size: 18px;
  color: #ffffff;
  padding-top: 20px;
}

.faq h4 {
  color: var(--main-accent);
}

.card-body.faq h4 {
  padding-top: 0;
  font-size: 14px;
}

.info-box {
  text-align: left;
  color: white;
  font-size: 14px;
  border-bottom: 1px solid #333333;
  margin: 0 auto 1rem auto;
  padding: 10px;
  background-color: rgba(0, 0, 0, .2);
  max-width: 95%;
  line-height: normal;
}

span.notice {
  color: rgb(128, 128, 128);
  font-size: 14px;
  letter-spacing: normal;
}

span.timeframe {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  margin-left: 5px;
  margin-top: 2px;
}

table, form, input {
  box-sizing: unset;
  -webkit-box-sizing: unset;
}

form.form-300 {
  max-width: 350px;
  margin: 0 auto;
}

/* Boostrap override */
input.form-control {
  font-size: 15px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

input.form-control:focus {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.5);
  border-color: #504f4f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(80, 79, 79, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(80, 79, 79, 0.2);
}

.dropdown, .dropleft, .dropright, .dropup {
  position: inherit;
}

.btn-dark {
  border-radius: 0;
  background-color: #101010;
  border: 1px solid #8e8e8e;
}

button.grow {
  width: auto;
  margin: 0 auto;
  padding: 6px 20px;
}

button.claim-btn {
  font-size: 13px;
  padding: 4px 10px;
  display: inline;
}

.btn-dark:hover:not(:disabled) {
  border: 1px solid #fff;
  background: #101010;
}

.btn-dark:disabled {
  border: 1px solid #8e8e8e;
}

.btn-dark:focus {
  border: 1px solid #fff;
  background: #101010;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0), 0 0 8px rgba(80, 79, 79, 1);
}

.btn-dark:not(:disabled):not(.disabled):active {
  background-color: #101010;
  border: 1px solid #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0), 0 0 8px rgba(80, 79, 79, 1);
  color: rgba(255, 255, 255, 0.8);
}

.btn-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.list-group {
  text-align: left;
  text-transform: capitalize;
  font-size: 16px;
}

.list-group .fas {
  width: 18px;
  height: 18px;
}

.list-group-item {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #333;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus,
.list-group-item-action:active {
  color: #fff;
  background-color: var(--main-accent);
  border-color: #333;
}

a.list-group-item span {
  padding-left: 1em;
  letter-spacing: 0.2px;
}

.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

a.list-group-item, button.list-group-item {
  color: #8e8e8e;
}

.list-group-item+.list-group-item.active {
  margin-top: 0;
  border-top-width: 0;
}

.list-group-item.disabled {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

.card {
  background-color: rgba(0, 0, 0, .2);
  border: 1px solid #1b1b1b;
  border-radius: 2px;
  text-align: left;
  margin-bottom: 1rem;
}

.card ol {
  list-style: none;
  counter-reset: item;
  padding-inline-start: 0;
  margin: 0;
}

.card ol.inlined {
  padding-inline-start: 1.5em;
}

.card ol li {
  counter-increment: item;
}

.card ol li:before {
  content: counter(item) ".";
  color: var(--main-accent);
  display: inline-block;
  margin-right: 10px;
}

.card-title {
  font-size: 1.1rem;
}

.card-subtitle {
  font-size: 15px;
}

.card p:last-child {
  margin-bottom: 0;
}

hr {
  border-top: 1px solid rgb(51, 51, 51);
}

.modal-dialog {
  max-width: 750px;
  margin: 8rem auto;
}

.modal-content {
  background: #101010;
  padding: 0;
  margin: 0;
  font-weight: normal;
  border: 1px solid #333;
}

.close {
  color: #8e8e8e;
  text-shadow: none;
}

.close:hover {
  color: inherit;
  opacity: .2;
}

.close:not(:disabled):not(.disabled):hover {
  opacity: .6;
}

.text-muted {
  color: #8e8e8e!important;
}

.tooltip-inner {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #222222;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

.form-check-input {
  position: inherit;
  margin-left: 0;
}

.alert-warning {
  color: #a8a738;
  background-color: #251613;
}

.alert {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}

.navbar {
  width: 100vw;
}

.navbar-brand {
  display: none;
}

.nav-link {
  padding: 15px 0 15px 0;
}

#donation-nav .nav-item {
  width: 45%;
  text-transform: uppercase;
}
.nav-icon {
  width: 1em;      /* similar size to Font Awesome icons */
  height: 1em;
  color: #b0b0b0;
  vertical-align: middle;
  fill: rbg(255,255,255,0.8);  /* important for SVG fill to inherit text color */
  margin-right: 0.3em; /* space between icon and text */
  filter: brightness(0) invert(1); /* optional: for simple color adjustment */
}
.nav-icon:hover {
  fill: black;
}
.navbar-expand-md .navbar-nav .nav-item .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand-md .navbar-nav .nav-item.dropdown .dropdown-content .nav-link {
  padding: 12px 16px;
}

.dropdown a {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggler {
  color: var(--main-accent); /* #8e8e8e */
  border-color: var(--main-accent);
}

.navbar-toggler:focus {
  outline: none;
  border-color: var(--lighter-accent); /* #a8a7a7 */
  box-shadow: 0 0 8px var(--lighter-accent);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%238e8e8e' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav {
  justify-content: center;
  text-align: center;
}

  /* End Bootstrap overrides */

.import-card h5.card-title {
  font-size: 1rem;
}

.import-card img.borderless-icon {
  margin-right: 2px;
}

.import-card h6.card-subtitle {
  font-size: 14px;
}

form#char-import div.input-group {
  width: 85%;
  margin: auto;
}

.main div.content-section {
  border: 1px solid #333333;
  padding: 12px 20px;
  background-color: rgba(0, 0, 0, .2);
  line-height: normal;
  border-radius: 2px;
}

.main div.content-section p {
  text-align: left;
}

.main div.content-section hr {
  border-top-color: #333333;
}

.main table {
  color: inherit;
}

.main table a:hover, .main table a:focus {
  font-weight: bold;
}

.main table tbody tr:nth-child(odd) {
  background-color: #171717;
}

.main table tr:nth-child(even) {
  background-color: inherit !important;
}

.main table tr:not(:last-child) {
  border-bottom: 1px solid #333;
}

.main table thead th {
  border-bottom: 1px solid #333 !important;
}

.main table thead tr {
  background-color: inherit;
}

.main table tbody.full-border {
  border: 1px solid #333;
}

.main table#match-history tbody {
  color: #b3a48d;
}

.main table#match-history a, .main table#match-history a:focus {
  color: #d1a804;
}

.main table#match-history a:hover {
  color: #e6b905;
}

.main table tr th, .main table tr td  {
  border-top: 0;
  vertical-align: middle;
}

.main table.match thead th:hover {
  cursor: pointer;
}

.main table.match thead th:focus {
  font-weight: 400;
  outline: none;
}

.main .top-alltime {
  display: none;
}

table#account-overview tr th, table#account-overview tr td {
  padding: 20px;
}

table#account-overview a, .faq a  {
  color: #d1a804;
  text-decoration: none;
}

table.match tr th, table.match tr td {
  padding: 10px;
}

table.match img {
  height: 26px;
  width: 26px;
  border-radius: 3px;
}

table.inner-table tbody tr.winner {
  background-color: rgba(100,255,0,.05) !important;
}

table.inner-table tbody tr.loser {
  background-color: rgba(255,0,20,.05) !important;
}

table td.match-details {
  background-color: #0f0f0f;
}

tr.selected {
  border: 2px solid goldenrod !important;
  background-color: #252525 !important;
}

.borderless-icon {
  height: 26px;
  width: 26px;
  border-radius: 3px;
}

.arena-details {
  height: 18px;
  width: 18px;
}

.info-msg {
  margin-top: 1rem;
}

.success {
  color: #82bf41 !important;
}

.error {
  color: #bf432f !important;
}

.strikethrough {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.disabled {
  color: #4a4a4a;
}

div.info span.page-title {
  display: inherit;
  letter-spacing: 2px;
  padding: 25px 0 25px 0;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 4px #000;
  font-size: 16px;
}

span.page-title.empty {
  margin-top: 24px;
}

div.info span.page-sub-title {
  display: inherit;
  letter-spacing: 2px;
  padding-bottom: 25px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 4px #000;
  font-size: 13px;
  margin-top: -25px;
}

div.info span.title-large {
  font-size: 20px;
}

div.info.arena-team-info {
  margin: 3% 0 0 0;
}

div.info.arena {
  padding: 25px 0 25px 0;
}

div.info.arena span {
  padding: 0;
  margin: 0;
}

img.arena-icon {
  height: 128px;
  width: 128px;
}

img.faction-icon {
  height: 120px;
}

img.faction-icon.horde {
  filter: drop-shadow(2px 3px 0 #361506);
}

img.faction-icon.alliance {
  filter: drop-shadow(2px 3px 0px #002e60);
}

.downloads .fas, .downloads .fab {
  margin-right: 5px;
}

.server-info {
  padding: 20px 20px !important;
}

span.server-status {
  margin-right: 2px;
  letter-spacing: 0.4px;
}

span.server-uptime {
  display: block;
  font-size: 12px;
  margin-top: 2px;
  letter-spacing: 1px;
  color: rgba(167, 158, 145, 0.6);
}

.article {
  border-bottom: 1px solid rgba(255, 255, 255, .08); /* not used?*/
  color: #a08f75;
}

.article div.header {
  display: flow-root;
  color: #ffa902;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 6px 0 12px 0;
  font-size: 16px;
  letter-spacing: 1px;
}

.article a, a:focus, .faq a {
  color: #d1a804;
  text-decoration: none;
}

.article a:hover, .faq a:hover {
  color: #e6b905;
  text-decoration: none;
}

.article div.header span.title {
  float: left;
  width: 70%;
  text-align: left;
}

.article div.header a {
  color: inherit;
}

.article div.header span.date {
  float: right;
  width: 30%;
  text-align: right;
}

.article p {
  text-align: left;
}

.article video {
  width: 510px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.article table.table {
  margin-bottom: 0;
}

.article table.table tbody tr.alliance:hover, .article table.table tbody tr.horde:hover, .article table.table tbody tr.neutral:hover {
  cursor: pointer;
  font-weight: bold;
}

button.sidebar-btn {
  display: inline;
  margin: 0 !important;
}

td.sidebar-icons-2 {
  width: 25%;
}

.icontiny img {
  margin-right: 5px;
}

.item-group {
  border-radius: 2px;
  /*border: 1px solid #333;*/
  padding: 0;
  display: block;
  text-align: left;
}

.item:first-child {
  border-top: none;
}

.item:nth-child(odd) {
  background-color: #171717;
}

/*.item:nth-child(even) {*/
/*  background-color: #191919;*/
/*}*/

.item:last-child {
  border-bottom: none;
}

.item {
  padding: 10px;
  text-shadow: 1px 1px 0 #000;
  border-bottom: 1px solid #333;
  box-sizing: unset;
}

.donation-shop .item:hover, .activity-shop .item:hover {
  cursor: pointer;
  background-color: #303030;
}

.activity-shop .item .item-image {
  float: left;
  display: block;
  margin-right: 12px;
  border-radius: 4px;

  height: 18px;
  width: 18px;
}

.item .item-button {
  float: right;
  text-align: right;
  flex: auto;
  align-self: center;
}

div.item span.q0 {
  color: #777 !important;
}

div.item span.q1 {
  color: #fff !important;
}

div.item span.q2 {
  color: #1eff00 !important;
}

div.item span.q3 {
  color: #0070dd !important;
}

div.item span.q4 {
  color: #a335ee !important;
}

div.item span.q5 {
  color: #ff8000 !important;
}

div.item span.desc {
  font-size: 10pt;
  padding-top: 6px;
  color: rgba(255, 255, 255, 0.7);
}

span.cost {
  color: #8e8e8e;
  padding-left: 12px;
  padding-right: 6px;
  text-shadow: 1px 1px 0 #000;
}

.custom-select:focus {
  border-color: rgba(255, 255, 255, 0.6);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(80, 79, 79, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(80, 79, 79, 0.6);
}

.client-downloads div.item div.item-image {
  margin-right: 0;
  font-size: 16pt;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-link {
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #333;
  margin-right: 5px;
  cursor: pointer;
}

.nav-tabs .nav-link:hover {
  border: 1px solid #333;
  background-color: #191919;
  color: inherit;
}

.nav-tabs .nav-link.active {
  color: #ffffff;
  border: 1px solid #333;
  background-color: #272727;
}

.nav-tabs .nav-link:focus {
  border: 1px solid #333;
}

.modal-content h1 {
  font-size: 50px;
}

.modal-content h2 {
  font-size: 30px;
}

.modal-content #wrapper {
  background: #181818 no-repeat top center;
  padding-top: 10px;
  text-align: center;
}

.profile-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.equipment-left, .equipment-right {
  min-height: 400px;
}

.equipment-slot a {
  display: inline-block;
}

p.characterName {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 2.7rem;
  font-size: 20pt;
}

p.characterMetadata {
  padding-bottom: 10px;
}

.class-druid, .class-druid a:hover {
  color: #ff7d0a !important
}

.class-hunter, .class-hunter a:hover {
  color: #abd473 !important
}

.class-mage, .class-mage a:hover {
  color: #40c7eb !important
}

.class-paladin, .class-paladin a:hover {
  color: #f58cba !important
}

.class-priest, .class-priest a:hover {
  color: #fff !important
}

.class-unknown, .class-unknown a:hover {
  color: rgb(255, 255, 255, 0.3) !important
}

.class-rogue, .class-rogue a:hover {
  color: #fff569 !important
}
.class-death-knight, .class-death-knight a:hover {
  color: #C41E3A !important
}
.class-shaman, .class-shaman a:hover {
  color: #0070de !important
}

.class-hunter, .class-hunter a:hover {
  color: #abd473 !important
}

.class-warlock, .class-warlock a:hover {
  color: #8787ed !important
}

.class-warrior, .class-warrior a:hover {
  color: #c79c6e !important
}

.horde, .horde a:hover {
  color: #cb4239;
}

.alliance, .alliance a:hover {
  color: #438bcc;
}

.neutral, .neutral a:hover {
  color: inherit;
}

.model {
  min-width: 200px;
  flex-grow: 1;
}

.container-fixed {
  min-width: 275px !important;
}
.character {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.character-equipment {
  flex-direction: column;
  z-index: 2;
}
.character-equipment.weapons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  z-index: 1
}
.equipment-slot {
  height: 68px;
  width: 68px;
}

#processingPanel {
  padding: 40px;
  text-align: center;
}

#donationShopModal .modal-body {
  padding: 0;
}

#donationShopModal .modal-dialog {
  max-width: 860px;
}

#donationShopModal button.close {
  position: absolute;
  right: 5px;
}

.donation-shop .item {
  min-height: 38px;
  display: flex;
  align-content: center;
}

.donation-shop .item .item-image {
  width: 38px;
  height: 38px;

  float: left;
  display: block;
  margin-right: 12px;
  border-radius: 4px;

  flex: none;
  align-self: center;
}

.donation-shop .item .item-image div {
  width: 100%;
  height: 100%;
  display: block;
  background-size: contain;
  border-radius: 3px;
  box-shadow: inset 0 0 3px 2px #000, 0 0 5px #000;
  border: 1px solid rgba(74, 77, 75, 0.85);
}

.donation-shop .list-group-item {
  padding: .5rem 1.25rem;
}

.donation-shop .list-group-item span {
  padding-left: 0;
}

.donation-shop.list-group {
  font-size: inherit;
}

.item-icon-container {
  width: 38px;
  height: 38px;
  margin: 2px auto;
}

select.character-select {
  background-color: #101010e6;
  border: 1px solid #6f6f6f;
  border-radius: 3px;
}

.hide {
  display: none;
}

.fa-youtube {
  color: #ff0000;
}

footer {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  color: #949494;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

footer.donate {
  display: none;
  position: relative;
  padding-top: 5px;
  text-transform: none;
  font-size: 12px;
}

footer a {
  font-size: 12px;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
}

footer a:hover {
  text-decoration: underline;
}

/* Overwrite default value causing shrinkage */
.table-responsive {
  display: table;
}

/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 767px) {
  .topbar {
    height: auto;
    min-height: 50px;
    background: #1e1e1e;
  }

  .navbar {
    padding: 0;
  }

  a.navbar-brand {
    display: inherit;
    margin-left: 1rem;
  }

  .navbar-toggler {
    margin-right: 1rem;
  }

  .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .navbar-brand div.logo {
    top: 0;
  }

  .dropdown-content {
    background: rgba(25, 25, 25, 0.7);
    box-shadow: none;
    position: relative;
    width: 75%;
    border: 1px solid rgba(152, 150, 150, 0.1);
    margin: 0 auto;
    top: 0;
  }

  .dropdown-content a.nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }
.dropdown-content {
  display: none;
}

.dropdown-content.show {
  display: block;
}
  .dropdown-content a:hover {
    border-radius: 0;
  }

  section.logo {
    display: none;
  }

  div.logo {
    font-size: 23pt;
  }

  div.logo img {
    max-height: 75px;
    max-width: 75px;
  }

  .main .info {
    padding-top: 0;
  }

  div.info span.title-large {
    font-size: 18px;
  }

  .desc {
    padding: 1rem 1rem 2rem 1rem;
  }

  .article div.header span.title {
    font-size: 13px;
    width: 100%;
  }

  .article div.header span.date {
    font-size: 12px;
    color: #caa55dd9;
    float: left;
    text-align: left;
    display: block;
    width: 50%;
  }

  .article video {
    width: 100%;
  }

  /* Force table to not be like tables anymore */
  table.match, table.match tbody, table.match th, table.match td, table.match tr {
    display: block;
    width: 100%;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  table.match th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  table.match tr {
    border: 1px solid #333;
    margin: 0 0 1rem 0;
  }

  table.match td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #333;
    position: relative;
    padding-left: 60%;
  }

  table.match tr th, table.match tr td {
    padding-left: 60%;
    text-align: left;
  }

  table.match td:before {
    /* Now like a table header */
    position: absolute;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  /* Label the data */
  /* MOVED INSIDE profile.gohtml SO STRINGS ARE PROPERLY TRANSLATED! */
  /*table.match td:nth-of-type(1):before { content: "Name"; }*/
  /*table.match td:nth-of-type(2):before { content: "Race & Class"; }*/
  /*table.match td:nth-of-type(3):before { content: "Killing Blows"; }*/
  /*table.match td:nth-of-type(4):before { content: "Deaths"; }*/
  /*table.match td:nth-of-type(5):before { content: "Honorable Kills"; }*/
  /*table.match td:nth-of-type(6):before { content: "Bonus Honor Points"; }*/
  /*table.match td:nth-of-type(7):before { content: "Damage Done"; }*/
  /*table.match td:nth-of-type(8):before { content: "Healing Done"; }*/

  /*table.match td.match2:nth-of-type(9):before { content: "Flags Captured"; }*/
  /*table.match td.match2:nth-of-type(10):before { content: "Flags Returned"; }*/

  /*table.match td.match3:nth-of-type(9):before { content: "Bases Assaulted"; }*/
  /*table.match td.match3:nth-of-type(10):before { content: "Bases Defended"; }*/

  /*table.match td.match7:nth-of-type(9):before { content: "Flags Captured"; }*/

  table.match img {
    width: 20px;
    height: 20px;
  }

  .td-expendable {
    display: none;
  }

  .table-responsive {
    display: block;
  }

  img.arena-icon {
    height: 64px;
    width: 64px;
    margin-bottom: 25px;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .table.match img {
    width: 18px;
    height: 18px;
  }

  .borderless-icon {
    width: 18px;
    height: 18px;
  }

  #nav-item-connect {
     display: none;
  }

  .article div.header span.title {
    font-size: 13px;
    width: 100%;
  }

  .article div.header span.date {
    font-size: 12px;
    color: #caa55dd9;
    float: left;
    text-align: left;
    display: block;
    width: 50%;
  }

  .article video {
    width: 100%;
  }

  td.sidebar-icons-2 {
    display: none;
  }

  td.sidebar-id {
    display: none;
  }
}

/* tablets/desktops and up ———– */
@media (min-width: 992px) and (max-width: 1199px) {
  td.sidebar-icons-2 {
    width: 30%;
  }
}

/* large desktops and up ———– */
@media screen and (min-width: 1200px) {

}

/* ############### */
/* Floating Labels */
.form-label-group {
  position: relative;
}

.form-label-group > input,
.form-label-group > label {
  /*height: 3.125rem;*/
  padding: .8rem;
  text-align: left;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

