

/**********************   Global   **********************/

:root {
  --mml-blue: #6868a5;
}


div {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a,
a:link,
a:visited {
  color: #D4361F;
  white-space: nowrap;
  text-decoration: none;

}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: underline;
}

html {
  font-size: 1px;
  touch-action: manipulation;
}

body {
  font-family: arial, serif;
  font-size: 16rem;
  line-height: 1.4;
  height: 100%;
  background-color: #d6d7ef;
  background: linear-gradient(180deg, rgb(232, 233, 255) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgb(240, 241, 255) 0%, rgb(255, 255, 255) 100%);
  background-repeat: no-repeat;
  color: #446;
  z-index: 0;
  margin: 0;
}

textarea, input, kbd {
    font-family: arial, sans-serif;
}

h1, h2, h3 {
  font-family: tahoma, arial, sans-serif;
}

label {
  user-select: none;
}

img {
  border: 0;
}

form {
  display: inline
}

:focus {
  outline: none;
}

ul {
    margin-left: 0;
    padding-left: 0;
}
li {
    margin-left: 1em;
}


h1 {
  font-size: 150%;
  color: var(--mml-blue);
  margin-top: 10rem;
}

h2, h3 {
  color: var(--mml-blue);
}


hr,
.hrule {
  border: 0;
  width: 100%;
  margin: 24rem 0;
  height: 2rem;
  color: #E1E1F2;
  background-color: #E1E1F2;
}

.pixelate {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}


/**********************   Common   **********************/

#chrome {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 56rem;
  border-bottom: solid 2rem #599261;
  color: #F0F7F1;
  font-size: 110%;
  font-weight: bold;
  background: #7abd83;
  background: linear-gradient(to bottom, #7abd83 0%, #6db276 100%);
  user-select: none;
  box-shadow: 0 8px 8px rgba(255,255,255,0.5);
  text-shadow: 1px 2px 4px rgba(15, 83, 23, 0.35);
}

#chrome, #chrome .nav-item { 
    color: #FFFFFF;  
}
#chrome .nav-item { 
    font-size: 105%; 
}
 

#chrome-center {
  margin: 0 auto;
  width: 910rem;
  text-align: left;
  position: relative;
}

#chrome #logo {
  position: absolute;
  top: 9rem;
  left: 20rem;
  height: 38px;
}

#chrome #nav-items {
  position: relative;
  left: 190rem;
  width: 500rem;
  border-left: solid 2.5px #85C48E;
  border-left: solid 1px #A0D7A8;
  /* 100% causes a gap to right of screen in mobile */
}

#chrome .nav-item {
  display: inline-block;
  height: 100%;
  padding: 0 24rem;
  border-right: solid 2.5px #85C48E;
  border-right: solid 1px #A0D7A8;
  color: #fff;
  line-height: 56px;
  height: 54px;
}

#chrome .nav-item:hover {
  color: #fff;
  text-decoration: none;
}

#chrome .nav-item.current {
  background-color: #559A5E;
}

#chrome #judge-nag {
  display: inline-block;
  margin-left: 10rem;
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
  background-color: #EC2F0E;
  box-shadow: 0 0 3rem rgba(255, 255, 255, 1.0);
}

#chrome #profile-link {
  position: absolute;
  right: 20rem;
  top: 0;
  height: 100%;
  line-height: 54rem;
  font-size: 90%;
  cursor: pointer;
}

#chrome #profile-link .glyph {
  font-size: 80%;
}

#chrome .message-link {
  color: #fff;
  position: absolute;
  right: 20rem;
  top: 0;
  height: 100%;
  line-height: 54rem;
  font-size: 90%;
}

#profile-pulldown {
  background-color: #529F5D;
  width: 160rem;
  position: absolute;
  right: -10rem;
  top: 54rem;
  z-index: 2000;
  border: solid 2rem #476f4c;
  box-shadow: -5rem 10rem 10rem rgba(0, 0, 0, 0.2);
  display: none;
}

#profile-pulldown .menu-item {
  font-size: 90%;
  font-weight: bold;
  display: block;
  padding: 12rem 16rem;
  border-bottom: solid 1rem #87C88F;
  text-decoration: none;
  color: #fff;
  z-index: 2001;
}

#profile-pulldown .menu-item:hover {
  background-color: #1D7128;
}

#chrome #tagline {
  color: #fff;
  font-style: italic;
  position: absolute;
  left: 200rem;
  top: 16rem;
}

#login-register {
  position: absolute;
  right: 28px;
  top: 16px;
}

#login-register a {
  color: #fff;
  margin-left: 50rem;
}

#marcherdivider {
  position: absolute;
  top: 11px;
  right: 100px;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

#maincontent {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 916px;
  box-sizing: border-box;
  /* 978 */
  position: relative;
  min-height: 100%;
  background-color: #fff;
  padding: 74rem 20rem 20rem 20rem; /* 74rem */
  z-index: 0;
  min-height: 80vh;
  border: solid 1px #eef;
  border-width: 0 1px;
}


#footer {
  clear: both;
  padding-top: 20rem;
  border-top: solid 3px #E6E8F3;
  margin-top: 0;
  padding-bottom: 32rem;
  text-align: center;
  z-index: 2;
  position: relative;
  background-color: #fff;
}

#footer #links {
  font-size: 100%;
}

#footer #links a {
  text-decoration: none;
  color: #58588a;
}

#footer #links a:hover {
  text-decoration: underline;
}

#footer #copyright {
  color: #2E326C;
  text-align: center;
  margin-top: 12rem;
  font-size: 75%;
  text-transform: uppercase;
  position: relative;
  padding-left: 4px;
}

#footer #copyright a {
  color: #2E326C;
  border-bottom: solid 1rem #AEB0CF;
}

#footer #copyright a:hover {
  text-decoration: none;
}

#headerrule {
  border-top: solid 2rem #B9BFD8;
  margin: 12rem 0 20rem 0;
}

#headerrulenoeditor {
  border-top: solid 2rem #4F9A59;
  margin: 0 0 0 0;
}

#joinshowcasepopup {
  width: 512rem;
  border: solid 5rem #4F9A59;
  position: absolute;
  z-index: 1000;
  top: 112rem;
  left: 180rem;
  background-color: #fff;
  display: none;
}

#joinshowcaseheader {
  background-color: #58588A;
  padding: 14rem 0;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}

#joinshowcaseclosebutton {
  width: 100%;
  padding: 10rem 0;
  text-align: center;
  border-top: solid 1rem #B4B4D4;
  color: var(--mml-blue);
  cursor: pointer;
}

#joinshowcasecontent {
  padding: 24rem 20rem 36rem 20rem;
  overflow: auto;
  height: 280rem;
}

table#designhelp {
  width: 100%;
  margin-top: 0;
  margin-bottom: 16rem;
}

table#designhelp td {
  vertical-align: top;
}

.designhelptitle {
  color: #fff;
  background-color: #40854F;
  padding: 8rem 0 8rem 0;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
}

.designhelpcontent {
  background-color: #E9F5EA;
  border: solid 2rem #BDD3C0;
  border-top: 1rem;
  font-size: 105%;
  height: 200rem;
  color: #286033;
  border-bottom-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
}

.designhelpcontent a {
  color: inherit;
}

.designhelpcontent>td {
  padding: 20rem;
}

.designhelpcontent table tr td {
  font-size: 90%;
  color: #286033;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 12rem;
}

.designhelpcontent .shortcut {
  text-align: left;
}

.designhelpcontent .shortcutkey {
  display: inline-block;
  *display: inline;
  width: 26rem;
  padding: 4rem 0;
  text-align: center;
  border: solid 1rem #80B089;
  border-width: 1rem 1rem 2rem 1rem;
  margin-bottom: 4rem;
  margin-right: 4rem;
  border-radius: 4rem;
  line-height: 16rem;
  background-color: #f7fbf8;
  font-weight: bold;
  color: #40854f;
}

.designhelpcontent .shortcutlabel {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  *position: relative;
  *top: -5rem;
  *left: 4rem;
}

.designhelpcontent p {
  margin: 0 0 10rem 0;
}


/**********************   Home Page   **********************/


.home-intro {
   text-align: center;

}

.shows-total {
  text-align: center;
  font-weight: bold;
  font-size: 160%;
  margin: 20px 0 30px;
  width: 100%;
  color: #72b67b;
}


/******* with thumb *********/

.showthumb {
  height: 102rem;
  z-index: 5;
  overflow: hidden;
  background-color: #74B27C;
  border: solid 1rem #4F9959;
  border-radius: 4rem 4rem 0 0;
  box-sizing: border-box;
}

.showthumb img {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0;
  transition: 50ms;
}

.showthumb .show-likes {
  background-color: #498650;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4rem 6rem 3rem;
  color: #fff;
  font-size: 13rem;
  font-weight: bold;
  border-top-left-radius: 4rem;
  line-height: 12rem;
  z-index: 2;
}

a>.showthumb:hover {
  box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.25);
  border-color: #363;
}

.showthumb:hover img {
  scale: 1.03;
}

.showthumb.indoor {
  border-color: #777;
}

.showthumb.indoor .show-likes {
  background-color: #5f5f8f;
}

.showthumb.indoor:hover {
  border-color: #333;
}

.showlist {
  position: relative;
}

.showlist .show {
  display: inline-block;
  margin-right: 10rem;
  margin-bottom: 10rem;
  width: 200px;
  border: solid 1px #ddd;
  border-radius: 6px;
  padding-bottom: 8px;
  border-bottom-width: 1.5px;
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.showlist .show.show-short {
  padding-bottom: 0;
}

.showlist .show:hover {
  text-decoration: none;
}

.showlist .show .show-rank {
  display: none;
  float: left;
  margin: 35rem 10rem 0 4rem;
  font-weight: bold;
  color: #ccc;
  font-size: 150%;
}

.showlist .show .showthumb {
  position: relative;
}

.showlist .show .show-info {
  margin-top: 5rem;
  text-align: center;
}

.showlist .show a.show-title {
  text-decoration: none;
  font-size: 100%;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: -0.5px;
  color: var(--mml-blue);
  max-width: 180px;
  display: inline-block;
  overflow: hidden;
}

.showlist .show .show-author {
  margin-top: -6px;
  font-size: 80%;
}

.gallery-body {
  float: right;
  width: 640rem;
  margin-top: 12rem;
  margin-left: 15rem;
  margin-bottom: 20rem;
}

.gallery-body h2 {
  margin-top: 32rem;
  color: var(--mml-blue);
  border-bottom: solid 2px #80c689;
  padding-bottom: 6rem;
  font-size: 150%;
  font-weight: bold;
  width: 98%;
  padding-bottom: 4rem;
  margin-bottom: 24rem;
}

.gallery-body h2:first-child {
  margin-top: 0;
}

.gallery-body h2 b, .gallery-body h2 a {
  font-size: 16rem;
  margin-left: 24px;
  color: inherit;
  font-weight: bold;
  letter-spacing: -0.2px;
}




/*************************/

.sidebar {
  float: left;
  width: 200rem;
  margin-top: 18rem;
  margin-left: 4rem;
  font-size: 90%;
  line-height: 150%;
}

.sidebar h2 {
  margin: 24rem 0 10rem 0;
  color: var(--mml-blue);
  font-size: 130%;
  font-weight: bold;
  white-space: nowrap;
  border-bottom: solid 2px #80c689;
  padding-bottom: 6px;
}

.sidebar h2:first-child {
  margin-top: 3rem;
}

.sidebar .judges {
  font-size: 100%;
  width: 100%;
  border-spacing: 0;
}

.sidebar .judges td {
  padding: 0;
}

.sidebar .judges td.judge-votes {
  text-align: right;
  padding-right: 12rem;
  color: var(--mml-blue);
}


/*************************/

.groupicon {
  background-image: url("../images/site/group_icons.png?v=1");
  background-repeat: no-repeat;
  background-size: 400%;
  height: 32rem;
  width: 32rem;
  position: absolute;
  z-index: 5;
  overflow: hidden;
  left: 2rem;
  top: 10rem;
}

.groupicon.color-icon {
    background-image: url("../images/site/group_icons_color.png?v=1");
    position: relative;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
}


.groupicon {
  background-position: 0 0;
}

.groupicon.group-type-1 {
  background-position: -20px 0;
}

.groupicon.group-type-2 {
  background-position: -40px 0;
}

.groupicon.group-type-3 {
  background-position: -60px 0;
}


.showactionicon {
  top: 1rem;
}

#getstarted_thumb {
  border: solid 2rem #393;
  border-radius: 8rem 8rem 0 0;
  box-sizing: border-box;
  width: 100%;
}


/*******************/

.rounded {
  border-radius: 8rem;
}

.no-select {
  user-select: none;
}


/**********************   Misc   **********************/

#help {

  font-weight: bold;
  font-size: 20rem;
  line-height: 14rem;

  position: absolute;
  top: 6rem;
  left: 0;
  z-index: 2000;
  text-align: center;
  background-color: #393;
  color: #fff;
  width: 100%;
  padding: 14rem 0 14rem 0;
  visibility: hidden;
}

#help a {
  color: #FDE43B;
  font-size: 80%;
}

.full-panel {
  text-align: center;
  padding: 20rem 20rem 40rem;
  border: solid 1px #acacd9;
  border-radius: 16px;
}

#groupselect {
  font-size: 120%;
  font-weight: bold;
  position: absolute;
  padding: 12rem 0;
  top: 80rem;
  left: 250rem;
  z-index: 2000;
  color: #fff;
  width: 360rem;
  background-color: #4B9754;
  border: solid 4px #33823D;
  border-radius: 8px;

}

.groupselectoption {
  height: 50rem;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.groupselectoption.continueshow {
  color: #fff;
  text-decoration: none;
  padding: 8px 0 8px 20px;
  height: auto;
  font-size: 90%;
  display: block;
}

.groupselectoption .groupicon {
  left: 40rem;
  top: 10rem;
  position: absolute;
}

.groupselectoption .groupselectlabel {
  left: 86rem;
  top: 14rem;
  position: absolute;
}

.groupselectoption:hover {
    background-color: #377e38;
}

#groupselectoptions {
  position: relative;
  visibility: visible;
  z-index: 2001;
}

#menuloading {
  display: flex;
  align-items: center;
  visibility: hidden;
  color: #fff;

  font-size: 200%;
  position: absolute;
  z-index: 2000;
  width: 100%;
  height: 100%;
  top: -8px;
}

#menuloading div {
  text-align: center;
  width: 100%;
}

#agreement {
  z-index: 3;
  position: absolute;
  left: 20rem;
  top: 14rem;
  color: #28592E;
  font-weight: bold;
}

#agreement li {
  color: #fff;
}

#agreement a {
  color: #fff;
  font-size: 90%;
}

#regform {
  z-index: 3;
  position: absolute;
  left: 410rem;
  top: 34rem;
  color: #fff;
}

#nocookie {
  background-color: #F30;
  padding: 6rem 0 4rem 0;
  font-size: 16rem;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 2000;
  position: absolute;
  top: 0;
  display: none;
}

#searchfield {
  width: 400rem;
  padding: 8rem 12rem;
  font-size: 120%;
}

#login .field {
  width: 300rem;
  font-size: 120%;
  height: 36rem;
  line-height: 100%;
}

#login .fieldrow {
  margin-bottom: 12rem;
  font-weight: bold;
  font-size: 120%;
  line-height: 150%;
}

#loginmessage {
  margin-bottom: 20rem;
  color: #db3d27;
}

#joinform .fieldrow {
  text-shadow: 0 0 0.5em rgba(25, 89, 32, 0.6);
}


/******************** Profile **********************/

#profile {
  position: absolute;
  top: 10rem;
  left: 30rem;
  z-index: 3;
  color: #133417;
}

#profile h1 {
  font-size: 150%;
  color: #4A4A8A;
  margin-top: 10rem;
}

#profile h2 {
  font-size: 150%;
  color: #AB3030;
  margin-top: 10rem;
}

#profile a {
  color: #AB3030;
}

#profile .savedshowaction {
  font-size: 60%;
  color: #4A4A8A;
  margin-left: 16rem;
}

#profile #usershows {
  position: absolute;
  left: 310rem;
  top: 0;
  color: #fff;
}

#profile #usershows #showlist {
  height: 320rem;
  width: 340rem;
  overflow: auto;
  padding: 8rem;
  color: #fff;
}

#profile #usershows .show {
  color: #fff;
  margin-bottom: 10rem;
}

#profile #usershows .show a {
  font-weight: bold;
  color: #fff;
}

#profile #usershows .show a.edit {
  font-weight: normal;
  color: #DC2F1B;
  font-size: 90%;
}

#profile #usershows .showdetail {
  font-size: 80%;
}

.profilecommentbody {
  padding: 8rem 0 16rem 0;
}

.profilecommenttop {
  margin-bottom: 8rem;
  font-size: 90%;
}

.feedfavorite {
  background-color: #D0F2BC;
  color: #59A959;
  padding: 4rem;
  text-align: center;
}

.feedicon {
  display: inline-block;
  margin-right: 4rem;
  top: 4rem;
}


/******************** FORUM *****************/

#forumleft {
  width: 136rem;
  vertical-align: top;
  border-right: solid 1rem #e3e3ff;
}

#forumleft a {
  display: block;
  font-size: 100%;
  text-decoration: none;
  margin-bottom: 4rem;
}

#forumleft a.minor {
  font-size: 80%;
  margin-bottom: 0;
}

#forumleft a:hover {
  text-decoration: underline;
}

#forumleft h2 {
  color: #51516B;
  font-size: 70%;
  font-weight: bold;
  margin-top: 32rem;
}

.forumlefthr {
  border-top: solid 1rem #ddd;
  margin: 22rem 0 22rem 0;
  height: 0;
  width: 90%;
}

#forummiddle {
  width: 20rem;
}

#forumright {
  vertical-align: top;
  position: relative;
  width: 600rem;
}

#forumtextarea {
  padding: 10rem;
  font-size: 16rem;
  line-height: 20rem;
  width: 100%;
  height: 200rem;
}

button, input[type=submit], input[type=button], .button {
  padding: 8px 42px;
  border-radius: 4px;
  background-color: #44A050;
  border: 0;
  border-top: solid 1px #51c160;
  border-bottom: solid 1px #366f3e;
  color: #fff !important;
  font-weight: bold;
  vertical-align: bottom;
}

button.small, input[type=submit].small, input[type=button].small {
  padding: 4px 16px;
  font-size: 12px;
}

button:hover, input[type=submit]:hover, input[type=button]:hover, .button:hover {
  background-color: #1c8f2c;
  text-decoration: none;
}

input[type=text], input[type=password], input[type=file], textarea {
  border: solid 1rem #afb1db;
  border-radius: 4px;
}

input[type=text], input[type=password], input[type=file] {
  padding: 4px 8px;
  font-size: 20px;
  width: 240px;
}

textarea {
  height: 200rem;
  max-width: 600px;
  width: 100%;
  padding: 16px;
}

.cancelbutton {
   padding: 8px 20px !important;
   font-weight: normal !important;
}



.forumcomment {
  font-size: 14rem;
  line-height: 22rem;
  color: #223;
  padding: 6rem 0 6rem 0;
  border-bottom: solid 1rem #ddd;
}

.forumcomment .commentbody {
  font-size: 14rem;
  line-height: 22rem;
  padding: 16rem 0 28rem 0;
}

.forumcommentdate {
  margin-left: 20rem;
  color: #999;
}

.forumcomment .commenttop {
  margin-bottom: 10rem;
}

.forumbuttonhint {
  color: #668;
  font-size: 90%;
  margin-top: 8px;
  margin-bottom: 32px;
  margin-left: 4px;
}

.forumbottommsg {
  color: #999;
  text-align: center;
  font-weight: bold;
  padding: 30rem;
}

.indexthreadstarter {
  font-size: 90%;
  margin-left: 10rem;
}

.forumdesc {
  margin-top: -4px;
  color: #4a4a8a;
  font-weight: bold;
  font-size: 85%;
  margin-bottom: 20px;
}

#starttopic {
  position: absolute;
  right: 20rem;
  top: 32rem;
  font-weight: bold;
  font-size: 100%;
}

td.indexthreadtitle {
  white-space: nobreak;
  width: 330rem;
}

td.indexthreadtitle a {
  font-size: 110%;
  text-decoration: none;
  width: 100%;
  display: block;
}

td.indexthreadtitle a:hover {
  text-decoration: underline;
}

.indexthread {
  width: 100%;
  border-spacing: 0;
}

.indexthread tr {}

.indexthread a:visited {
  color: #4a4a8a;
}

tr.indexthreadrow td {
  padding: 8px 0;
  border-bottom: solid 1px #e3e3ff;
  color: #444;
  font-size: 70%;
  white-space: nowrap;
}

tr.indexthreadrow td a {
  font-size: 130%;
}

tr.indexthreadrow.sticky td:first-child:before {
  content: 'PIN';
  float: left;
  margin-right: 12px;
  top: 4px;
  position: relative;
  font-size: 80%;
  color: #999;
}


.forumlabel {
  font-weight: bold;
  color: #446;
  margin-bottom: 4px;
}

#chatcallout {
  background-color: #F1F1F7;
  padding: 10rem 10rem 14rem 10rem;
  width: 80%;
  border: solid 1rem #D8D8E7;
  border-width: 1rem 0 1rem 0;
}

.namestar {
  font-size: 80%;
  color: #777;
  position: relative;
  top: -1rem;
}

.postlinks {
  margin-left: 22rem;
}

.postlinks a,
.postlinks a:visited {
  font-size: 80%;
  color: #aaa;
  margin-left: 16rem;
}

.postlinks a:hover {
  color: #c33;
}


/************************ Profile **************************/

#profiletop {
  height: 172rem;
  position: relative;
  padding-left: 12rem;
}

#topstats {
  font-size: 80%;
}

#topstats td {
  padding-right: 12rem;
  padding-top: 2rem;
}

.topstatval {
  font-weight: bold;
  font-size: 130%;
  position: relative;
  line-height: 100%;
}

#profilelinks {
  position: absolute;
  top: 24rem;
  right: 20rem;
}

#groupcallout {
  position: absolute;
  right: 8rem;
  bottom: 46rem;
  text-align: center;
  cursor: pointer;
  background-color: #7ABA87;
  background-position: 0 -8rem;
  border-radius: 4rem;
}

#groupcallouthighlight {
  opacity: 0.10;
  margin: 0;
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 30rem;
  background-color: #fff;
}

#groupcalloutinner {
  padding: 4rem 22rem 4rem 8rem;
  position: relative;
  min-width: 254rem;
}

#groupcallout a {
  text-decoration: none;
  font-size: 120%;
  color: #fff;
  font-weight: bold;
}

#groupcallout a:hover {
  text-decoration: none;
}

.drummajor {
  position: relative;
  width: 18rem;
  height: 36rem;
  overflow: hidden;
}

#profileimgcontainer {
  text-align: center;
  float: left;
  margin-right: 16rem;
  margin-left: 1rem;
  position: relative;
  padding: 0;
}

#profileimgcontainer td {
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

#playerimg {
  max-width: 150px;
  border: solid 1px #ddd;
  border-radius: 6px;
}

#profiletop {}

#profiletop #maininfo {
  padding-top: 4rem;
}

#profiletop #username {
  color: #58588a;
  font-size: 180%;
  margin-bottom: 12rem;
  margin-top: 8rem;
}

.captain-tag {
  font-size: 8rem;
  background-color: #6db276;
  color: #fefeff;
  padding: 2px 8px 1px;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-family: arial, sans-serif;
  margin-left: 12rem;
  vertical-align: middle;
}

#profilebottom {
  height: 470rem; /* 320 */
}

#allstats {
  border: solid 1rem #ccd;
  background-color: #f6f6fd;
  padding: 22rem;
  float: right;
  font-size: 105%;
  height: 390rem;
  margin-right: 8rem;
  width: 252rem;
  position: relative;
  border-radius: 4px;
}


#allstats td {
  color: #223;
  font-size: 85%;
  line-height: 120%;
  white-space: nowrap;
}

#allstats td:last-child {
  text-align: right;
}

#allstats td.tdrule {
    height: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}

#allstats td.tdrule div {
    border-bottom: solid 1px #a6a6d3;
    height: 0;
    width: 100%;
    display: block;
}

#allstats td.val {
  font-weight: bold;
  color: #414156;
  font-size: 92%;
}

.membership-badge {
  padding: 3px 6px 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 80%;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1px 0 0px;
  width: 78px;
  text-align: center;
  display: inline-block;
}

#profiletabs {
  position: relative;
  border-bottom: solid 1rem #9398B5;
  margin-bottom: 12rem;
}

.profiletab {
  padding: 6rem 24rem 6rem 24rem;
  display: inline-block;
  margin-left: 2rem;
  margin-right: 0;
  margin-bottom: 0;
  background-color: #D8DCFF;
  border: solid 1rem #9398B5;
  border-bottom-width: 0;
  color: #202342;
  font-weight: bold;
  font-size: 95%;
  position: relative;
  cursor: pointer;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  user-select: none;
}

.profiletab a,
.profiletab a:visited {
  text-decoration: none;
  color: #202342;
}

.profiletab:hover {
  text-decoration: none;
}

.profiletab.profiletabselected {
  background-color: #F6F6FD;
}

.tabcontent {
  display: none;
  height: 400rem;
  position: relative;
}

.patches {
  position: absolute;
  top: 30rem;
  max-width: 85%;
  left: 78rem;
  user-select: none;
}

.patches td {
  padding-bottom: 3rem;
}

.patches.trophies td {
  padding-bottom: 0;
}

.patch {
  width: 40rem;
  height: 40rem;
  background-image: url("../images/site/patch.png?v=20231");
  background-size: 240rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  display: inline-block;
  vertical-align: bottom;
  margin: 8rem;
  filter: drop-shadow(-1.5px 1.5px 0 rgba(0,0,0, 0.3));
}

.patch:hover {
   transform: scale(1.1);
}

.patchinfo {
    text-align: center;
    color: #58588a;
    font-style: italic;
    font-weight: bold;
    font-size: 100%;
    position: absolute;
    top: 3rem;
    left: 0;
    width: 100%;
}

.patch .patch-year {
  font-weight: bold;
  font-size: 12.5px;
  display: block;
  width: 100%;
  top: 11.5px;
  letter-spacing: -0.5px;
  text-align: center;
  user-select: none;
  pointer-events: none;
  position: relative;
}

.patch .patch-value {
  font-weight: bold;
  font-size: 9.5px;
  color: #fff;
  opacity: 0.7;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 3.5rem;
  letter-spacing: -0.5px;
  text-align: center;
  user-select: none;
  pointer-events: none;
}
.patch .patch-value.value-nudge {
  bottom: 4.5rem;
}

.patchname {
  font-size: 80%;
  font-weight: bold;
  padding-left: 4rem;
}

#about {
  padding: 24rem;
  height: 390rem;
  width: 580rem;
  margin-left: 16rem;
  border: solid 1rem #dde;
  overflow: auto;
  line-height: 150%;
  border-radius: 4px;
  font-size: 14px;
}

#aboutblank {
  padding: 16rem;
  height: 390rem;
  text-align: center;
  color: #99a;
  font-size: 110%;
  border: solid 2rem #dde;
  width: 590rem;
  position: absolute;
  top: 0;
  border-radius: 4px;
}

#tabshows #shows {
  padding: 16rem;
  height: 320rem;
  position: relative;
}

#tabshows #shows .show {}

.showtable {
  margin-left: auto;
  margin-right: auto;
}

.showtable td {
  border-bottom: solid 1rem #eee;
  padding: 4rem 26rem 4rem 0;
}

.groupshows {
  width: 100%;
}

.groupshows td {
  font-size: 90%;
  padding: 4rem 20rem 4rem 0;
}

#allshows {
  margin-top: 20px;
}

#allshows td {
  font-size: 100%;
}

#allshows td:nth-child(1) {
  padding-right: 8px;
}

#allshows td:nth-child(3) {
  text-align: right;
  color: #696;
  font-weight: bold;
}

#allshows td:nth-child(4) {
  font-size: 80%;
}

#allshows td:nth-child(5) {
  font-size: 80%;
}

#allshows a {
  font-weight: bold;
}

.showtable td {
  white-space: nowrap;
}

.awardtable {
  margin-top: 12px;
}

.awardtable td {
  padding-top: 0;
  padding-bottom: 0;
}

.awardtable .award {
  top: 2px;
  position: relative;
}

#awardrecdtable td:nth-child(2) span {
  font-size: 80%;
  margin-left: 12px;
  font-weight: normal;
}

#awardrecdtable td:last-child {
  font-size: 90%;
}

.awardtable td:first-child {
   padding-right: 8px;
}

.awardtable td:nth-child(2) {
   font-size: 90%;
   font-weight: bold;
}

#awardtable td:last-child {
   font-size: 85%;
}




#frozenshows td {
  font-size: 90%;
}

.profiletab:first-child {
  margin-left: 15rem;
}

.tabmenu {
  position: absolute;
  top: 10rem;
  left: 20rem;
  text-align: left;
  width: 200rem;
}

.tabmenu a,
.tabmenu a:visited {
  display: block;
  padding: 8rem 0 8rem 12rem;
  border-bottom: solid 1rem #ddd;
  width: 146rem;
  color: #40407A;
}

.subtabcontent {
  display: none;
  position: absolute;
  right: 0;
  width: 680rem;
  height: 460rem;
  overflow: auto;
  padding-top: 0;
}

.subtabcontent .showlist {
  padding-left: 8rem;
}

.subtabcontent p {
  text-align: center;
}

#subtabmostliked .show {
  margin-bottom: 12px;
}

#subtabhidden .showtable {
  margin-top: 20px;
}

.photoplaceholder {
  height: 200rem;
  width: 200rem;
  background-color: #eee;
  border: solid 2rem #ddd;
}

#gallerycaption {
  margin-left: auto;
  margin-right: auto;
  width: 640rem;
  text-align: left;
  font-size: 70%;
  line-height: 150%;
  border: solid 1rem #ddd;
  padding: 6rem 12rem;
  color: #666;
  margin-top: 20rem;
}

.tabscroll {
  height: 290rem;
  overflow: auto;
}

.tabmenudivider {
  height: 320rem;
  border-right: solid 1rem #ddd;
  width: 1rem;
  position: absolute;
  left: 177rem;
  top: 10rem;
}

.groupname {
  font-size: 125%;
  color: #C62B23;
  white-space: nowrap;
}

.grouplocation {
  font-size: 80%;
  margin-left: 3rem;
  color: #fff;
  white-space: nowrap;
  line-height: 150%;
}

.welcomeoption {
  background-color: #f7f8fb;
  border: solid 2px #e9eaf2;
  text-align: center;
  line-height: 150%;
  font-size: 120%;
  padding: 30rem 0 40rem 0;
  border-radius: 8px;
}


/****************** GROUP VIEW  ***********************/

#grouppanel {
  position: absolute;
  top: 0;
  left: 0;
  height: 450rem;
  width: 289rem;
  /* 432 - 144 + 1  */
  z-index: 700;
}

#grouppanelshade {
  position: absolute;
  background-color: #030;
  opacity: 0.50;
  width: 100%;
  height: 100%;
}

#grouppanelupper {
  background-color: #4A854D;
  padding: 24rem 12rem 16rem 12rem;
}

#grouppanelupper #groupname {
  color: #fff;
  line-height: 125%;
  margin-top: 16rem;
  white-space: nowrap;
}

#grouppanelcontent {
  position: relative;
  text-align: center;
  color: #A4C9A7;
}

#grouppanelcontent b {
  color: #fff;
}

#grouplogo {
  border: solid 4rem #3D7640;
}

#director {
  color: #fff;
}

a#director:hover {}

.grouppopup {
  position: absolute;
  top: 36rem;
  right: 60rem;
  width: 450rem;
  height: 350rem;
  border: solid 4rem #539D5D;
  z-index: 1000;
  display: none;
}

.grouppopup .contentinner {
  position: relative;
}

.grouppopup .popupheader {
  background-color: #3D7841;
  height: 42rem;
  position: relative;
}

.grouppopup .popupheader .popuptitle {
  color: #fff;
  font-size: 120%;
  position: absolute;
  top: 10rem;
  left: 20rem;
  font-weight: bold;
}

.grouppopup .popupheader .popupclosebutton {
  color: #fff;
  font-size: 90%;
  position: absolute;
  top: 8rem;
  right: 12rem;
  font-weight: bold;
  background-color: #39A147;
  border: solid 1rem #288B35;
  border-color: #4BC05B #288B35 #288B35 #4BC05B;
  padding: 2rem 20rem;
  cursor: pointer;
}

.grouppopup .popupcontentbg {
  background-color: #fff;
  opacity: 0.92;
  height: 342rem;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.grouppopup .popupcontent {
  color: #131;
  padding: 24rem;
  height: 290rem;
  font-weight: normal;
  line-height: 150%;
  overflow: auto;
  position: relative;
}

.grouppopup .aboutpopupheader {
  padding-bottom: 24rem;
  border-bottom: solid 1rem #B7DFBB;
  margin-bottom: 24rem;
  font-weight: bold;
}

#grouplinks {
  margin-top: 24rem;
  font-size: 90%;
}

#grouplinks a {
  color: #F3D52F;
}

.nohover {
  cursor: default;
}


/************************* COMMON *****************************/

a.gold-button {
  padding: 12px 0;
  font-weight: bold;
  font-size: 18px;
  left: 0;
  text-decoration: none;
  display: inline-block;
  width: 180rem;
  vertical-align: middle;
  text-align: center;
  color: #664f00;
  background-color: #FFD235;
  border: solid 1px #D2AA21;
  border-top-color: #E2AC00;
  border-bottom: solid 2px #d5a200;
  position: relative;
  border-radius: 6rem;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgb(247, 236, 200) 0%, rgb(253, 199, 23) 62%, rgb(255, 195, 0) 100%);
}

a.gold-button:hover {
    background-color: #FFDA59;
    background: linear-gradient(to bottom, rgba(255,238,184,1) 0%, rgba(253,208,58,1) 82%, rgba(255,203,31,1) 100%);
}


/******************************************************************************************


                                           SHOW


*****************************************************************************************/

:root {
  --editorSizeX: 872px;
  --editorSizeY: 458px;
}


html {

}

#editor {
  padding: 0;
  border: solid 4rem #4F9A59; /* 6rem */
  position: relative;
  width: var(--editorSizeX); /* 876 */
  height: var(--editorSizeY); /* 462 */
  overflow: hidden;
  background-color: #79C182;
  z-index: 2;
  border-top-left-radius: 12rem;
  border-top-right-radius: 12rem;
  user-select:none;
}

#editor.no-bottom-bar {
  border-radius: 12rem;
}

#editor.indoor #editoroverlay, #editorbottom.indoor, #editor.indoor #showdesc, #bottomarea.indoor #votepanelpos {
   filter: hue-rotate(120deg) saturate(0.5);
}

#editor.indoor {
  border-color: #5a6095;
  background-color: #999;
}

#editor.indoor #field, #editor.indoor-edit-mode #field
{
  opacity: 1.0;
}

#editor.indoor .turfbg, #editor.indoor-edit-mode .turfbg {
   display: none;
}

#editorbottom.indoor {
  background-color: #D4E6D7;
}


#zoomer {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

#zoomer.zoomed, #editor.indoor #zoomer {
  transform: scale(1.1);  /* 1.25 */
}

#studio {
   user-select:none;
}

#editor img {
  user-select: none;
}

#actors {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}

.editorrounded {
  border-radius: 12rem;
}

#turfshade {
  top: 0;
  left: 0;
  position: absolute;
  width: 864rem;
  height: 100%;
  z-index: 2;
  background-color: #85C58C;
  opacity: 0.50;
  border-radius: 8rem;
}

#hashX {
  display: none;
  position: absolute;
  left: 0;
  top: 204rem;
  z-index: 5;
  border-top: dashed 2rem white;
  height: 1rem;
  width: 100%;
}

#hashY {
  display: none;
  position: absolute;
  left: 300rem;
  top: 0;
  z-index: 5;
  border-left: dashed 2rem white;
  width: 1rem;
  height: 100%;
}

.sprite, .equipment {
  position: absolute;
  overflow: hidden;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.sprite img, .equipment img {
    position: absolute;
    pointer-events: none;
}


.marcherhighlight {
  background-color: green;
  opacity: 0.35;
  height: 36rem;
  width: 18rem;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

#loaddata {
  display: none;
}

#loaddatadiv {
  display: none;
}

#turf, .turfbg {
  height: 100%;
  width: 100%;
  background-image: url("../images/show/turf.png?v=1");
  z-index: -1;
  border-radius: 8rem;
  background-size: 32px;
}

#field {
  z-index: 0;
  opacity: 0.75;
}

.yardline {
  width: 16rem;
  height: 100%;
  background-color: #CBE3CE;
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0.5;
}

.yardlines {
    width: 100%;
}

#tarpdesign, #tarpcolor, #turf, .turfbg, #field {
  position: absolute;
  top: 0px;
  left: 0px;
}

#tarpcolor {
  background-color: transparent;
  opacity: 0.5;
  height: 100%;
  width: 100%;
}

#rpc, .rpc {
  visibility: hidden;
  position: absolute;
  top: 0;
  z-index: -1000;
  height: 1rem;
  width: 1rem;
}


/**********************   Design Page   **********************/

#editorcontrols {
  width: var(--editorSizeX);
  position: relative;
  z-index: 10;
}

#actionmessage {
  display: none;
  color: #fff;
  x-font-weight: bold;
  font-size: 150%;
  background-color: #C06412;
  background-color: #3b3b82;
  padding: 12rem;
  text-align: center;
  z-index: 2500;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  x-text-shadow: 0 0 8rem rgba(0,0,0,0.15);
}

.action-number {
  font-size: 125%;
  position: relative;
  top: 3px;
  color: #FFEA00;
  margin-right: 16px;
}

#setslabel {
  position: absolute;
  left: 18rem;
  top: 6rem;
  width: 80rem;
  text-align: center;
  white-space: nowrap;
  line-height: 100%;
  color: #A6E0AD;
  text-shadow: 0 0 8rem rgba(0,0,0,0.15);
}

#setsvalue {
  color: #fff;
  font-weight: bold;
}

#setarrows {
  position: absolute;
  right: 10rem;
  top: 5rem;
  font-size: 14rem;
  display: none;
}

#setarrows a {
  margin-left: 3rem;
}

#setarrows a:hover {
  color: #fff;
}

#setgraph {
  position: relative;
  left: 106rem;
  background-color: #40854F;
  border-top: solid 1rem #347141;
  border-bottom: solid 1rem #5FA56E;
  width: 716rem;
  /* 676 */
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  height: 24rem;
  border-radius: 4rem;
}

#setgraph .setblock {
  position: relative;
  border-left: solid 1rem #589564;
  border-right: solid 1rem #C2E2C7;
  margin: 0;
  padding: 0;
  background-color: #97D2A2;
  vertical-align: top;
  height: 100%;
  display: inline-block;
}

#setgraph .setblock img {
  height: 0;
}

#editorcontrols #shim {
  height: 3rem;
  background-color: #286033;
}

#editorcontrolsets {
  width: var(--editorSizeX);
  position: relative;
  font-size: 18rem;
  color: #D1E8D6;
  padding: 4rem 0 4rem 0;
  background-color: #4F935C;
  border-top: solid 3rem #5DA06A;
  border-bottom: solid 3rem #3E7E4A;
  text-align: left;
  border-bottom-left-radius: 8rem;
  border-bottom-right-radius: 8rem;
}

#editorcontrolsets *::selection {
  background: transparent;
}

#editorcontrolsets .hi {
  background-color: #286033;
  padding: 0 9rem 0 5rem;
}

#editorcontrolsets a {
  color: #D1E8D6;
  text-decoration: none;
}

#editorcontrolsets a.hi {
  color: #fff;
  text-decoration: none;
}

#editorcontrollinks {
  padding: 8rem 0 8rem 0;
  background-color: #286033;
  width: var(--editorSizeX);
  position: relative;
  border-top: 0;
  border-left: solid 6rem #4F935C;
  border-right: solid 6rem #4F935C;
}

#editorcontrollinks *::selection {
  background: transparent;
}

#controllinks {
  position: relative;
  height: 30rem;
  top: -8rem;
  left: -5rem;
}

#controllinks .controllink {
  position: absolute;
  border: 0;
  width: 180rem;
  margin-top: 6rem;
  text-align: center;
  border-radius: 4rem;
  line-height: 22px;
}

#controllinks .controllink,
#controllinks a.controllink:link {
  position: absolute;
  top: 0;
  border: solid 1rem #467C50;
  cursor: pointer;
  height: 34rem;
  padding: 0;
  background: rgb(58,114,69);
  background: linear-gradient(180deg, rgb(58, 119, 70) 0%, rgb(45, 101, 56) 50%, rgb(40, 96, 51) 100%);
  box-sizing: border-box;
}

#controllinks .controllink:hover {
    color: #F3EDAD;
    border-color: #69A374;
}

#controllinks #stoplink {
  display: none;
}





#controllinks .editorbuttonlabel {
  color: #FFEA00;
  font-size: 110%;
  text-decoration: none;
  position: relative;
  top: 5rem;
}

#controllinks .controllink a {
  font-size: 140%;
  text-decoration: none;
  color: #DFD13A;
  position: relative;
  top: 7rem;
  background-color: #287537;
}

a.controllink:hover {
  text-decoration: none;
}

#toolmenubutton {
  position: absolute;
  font-weight: bold;
  left: 10rem;
  top: 6rem;
  border: solid 1rem #467C50;
  padding: 5rem 0 5rem 0;
  text-align: center;
  cursor: pointer;
  color: #B0D5B7;
  z-index: 5000;
  width: 130rem;
  font-size: 80%;
  box-sizing: border-box;
  border-radius: 4rem;
  line-height: 22px;
  background: rgb(58,114,69);
  background: linear-gradient(180deg, rgb(58, 119, 70) 0%, rgb(45, 101, 56) 50%, rgb(40, 96, 51) 100%);
}

a#toolmenubutton {
  text-decoration: none;
}

#toolmenubutton:hover {
  border-color: #69A374;
  color: #fff;
}

#setstatus {
  position: absolute;
  right: 138rem;
  font-size: 75%;
  top: 10rem;
  line-height: 16rem;
  color: #A1CCA9;
}

#setstatus .bar {
  background-color: #3E7D4A;
  width: 54rem;
  height: 14rem;
  text-align: left;
  border-top: solid 1rem #548C5E;
  border-left: solid 1rem #548C5E;
  border-radius: 4rem;
  overflow: hidden;
}

#setstatus .barprogress {
  background-color: #90CC86;
  height: 100%;
}

#setstatus #pace {
  width: 54rem;
  text-align: center;
  position: absolute;
  left: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: bold;
}

#setstatus #pace:hover {
  color: #fff
}

#setstatus #pause {
  width: 54rem;
  text-align: center;
  position: absolute;
  left: 64rem;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: bold;
}

#setstatus #pause:hover {
  color: #fff
}

#setstatus #pacebar {
  width: 0%;
}

#setstatus #pausebar {
  width: 0%;
}

#toolmenu {
  background-color: #D8EADA;
  border: solid 2rem #286033;
  position: absolute;
  bottom: 78rem;
  left: 6rem;
  z-index: 2005;
  display: none;
  width: 200rem;
  padding: 8rem 0 0 0;
  border-radius: 8rem;
  overflow: hidden;
}

#toolmenu a .optionlabel {
  padding: 4rem 0 4rem 14rem;
}

#toolmenu a {
  position: relative;
  color: #286033;
  text-decoration: none;
  font-size: 20rem;
  line-height: 26rem;
  width: 100%;
  display: block;
  padding: 4rem 0 4rem 0;
}

#toolmenu a:hover {
  color: #fff;
  background-color: #3A9E47;
}

a#menupublishlink {
  xcolor: #C64833;
  font-weight: bold;
}

a#menupublishlink:hover {
  xbackground-color: #C64833;
  color: #fff;
}

a#menufreezelink {
  xfont-weight: bold;
  xcolor: #58588A;
}

a#menufreezelink:hover {
  xbackground-color: #58588A;
  color: #fff;
}

#toolmenu .menudivider {
  height: 2rem;
  background-color: #B8D8BB;
  margin: 4rem 0 4rem 0;
}

#snapshotbuttonbar {
  width: var(--editorSizeX);
  position: relative;
  font-size: 18rem;
  color: #D1E8D6;
  padding: 16rem 0;
  background-color: #4F935C;
  border-top: solid 3rem #5DA06A;
  border-bottom: solid 3rem #3E7E4A;
  text-align: center;
  margin-bottom: 48rem;
  border-bottom-left-radius: 12rem;
  border-bottom-right-radius: 12rem;
}

#snapshotbuttonbar a {
  padding: 6rem 32rem 8rem 32rem;
  background-color: #F3D52F;
  color: #6D6329;
  border: solid 2rem #F9E67B;
  border-color: #F9E67B #CDB119 #CDB119 #F9E67B;
  background-color: #67B175;
  color: #fff;
  border: solid 2rem #7DC48A;
  border-width: 2rem 0 2rem 0;
  border-color: #7DC48A #67B175 #4B7B54 #67B175;
  border-radius: 6rem;
}

#snapshotbuttonbar a:hover {
  text-decoration: none;
}

.sprite:hover {
  background-color: rgba(255,255,255,0.5);
  box-shadow: 0 0 6px rgba(255,255,255,0.5);
}

.equipment {
  pointer-events: none;
}

#fieldshade {
  background-color: #fff;
  width: 740rem;
  height: 100%;
  z-index: 1000;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
}

#selectbox {
  position: absolute;
  top: 1rem;
  border: dashed 1px white;
  visibility: hidden;
  z-index: 3;
}

.snaplabel {
  font-size: 16rem;
  line-height: 16rem;
}

#newsetindicator {
  width: 220rem;
  padding: 8rem 0 10rem 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: green;
  color: white;
  font-size: 16rem;
  line-height: 18rem;
  text-align: center;
  z-index: 2000;
  opacity: 0.7;
  visibility: hidden;
}

#showloading {
  width: 100%;
  display: block;
  position: absolute;
  top: 180rem;
  left: 0;
  font-size: 360%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  opacity: 0.8;
  z-index: 3000;
  line-height: 110%;
  text-shadow: 3px 3px 3px rgba(0,24,0,0.3);
}

/*
#setnumber {
  width: 100%;
  display: none;
  position: absolute;
  top: 180rem;
  left: 0;
  font-size: 450%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  opacity: 1.0;
  z-index: 3000;
  padding: 20rem;
  text-shadow: 0 0 40px rgba(0,0,0,0.6);
}
*/

#saving {
  display: none;
  color: #fff;
  font-weight: bold;
  font-size: 150%;
  background-color: #C06412;
  padding: 12rem;
  text-align: center;
  z-index: 2500;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#saving a#savecancel {
  color: #E38F45;
  text-decoration: underline;
  font-size: 60%;
  margin-left: 20rem;
}

#editstatus {
  display: none;
  color: #286033;
  font-weight: bold;
  font-size: 110%;
  z-index: 2000;
  position: absolute;
  bottom: 12rem;
  right: 19.8rem;
  padding: 0 0.3em;
  box-shadow: 0 0 1em rgb(119, 182, 127);
  background-color: rgb(119, 182, 127);
  border-radius: 0.5em;
  text-shadow: 0 0 2rem rgba(255,255,255,0.5);
}

#metastatus {
  display: none;
  color: #286033;
  font-weight: bold;
  font-size: 100%;
  z-index: 2000;
  position: absolute;
  bottom: 12rem;
  left: 20rem;
}

#bandsetup {
  position: absolute;
  z-index: 3;
  top: 260rem;
  text-align: center;
  width: 100%;
}

#bandsetup img {
  margin-left: 24rem;
}

.setpin {
  position: absolute;
  z-index: 3;
  height: 2rem;
  width: 2rem;
  background-color: #2F883B;
  overflow: hidden;
}

#editor.indoor-edit-mode .setpin {
  background-color: #fff;
  opacity: 0.4;
}


#showresultspopup table {
  margin: 20rem 0 8rem 56rem;
}

#showresultspopup #showresultslink {
  margin-bottom: 16rem;
  position: relative;
  top: -8rem;
  font-size: 80%;
  text-align: center;
}

#showresultspopup table td {
  padding-bottom: 12rem;
  color: #58588A;
}

.showresulticon {
  background-image: url("../images/site/show_result_icon.png?v=1");
  background-size: 200%;
  height: 50rem;
  width: 60rem;
  z-index: 5;
  overflow: hidden;
  border-radius: 4px;
  border: 0;
}

.showresulticonsub {
  font-size: 60%;
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
}

.showresultmsg {
  font-size: 120%;
  color: #58588A;
  font-weight: bold;
  margin-left: 20rem;
  position: relative;
  top: -10rem;
}

#showresultclosebutton {
  width: 100%;
  padding: 10rem 0;
  text-align: center;
  border-top: solid 1rem #B4B4D4;
  color: #58588A;
  cursor: pointer;
  font-weight: bold;
}

.resultval {
  font-size: 130%;
  color: #6DB276;
  margin: 0 6rem;
}

.editor-popup {
    width: 460rem;
    border: solid 2px #4f9a59;
    box-sizing: content-box;
    position: absolute;
    z-index: 1001;
    top: 100rem;
    left: 200rem;
    background-color: #fff;
    display: none;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    overflow: hidden;
}

.indoor .editor-popup {
    border-color: #5a6095;
}

#showresultspopup {
  top: 60px;
}


.editor-popup-header {
  background-color: #55598B;
  padding: 14rem 0;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}

.editor-popup-closebutton {
  width: 100%;
  padding: 10rem 0;
  text-align: center;
  border-top: solid 1rem #B4B4D4;
  color: var(--mml-blue);
  cursor: pointer;
  font-weight: bold;
}

.editor-popup-content {
  text-align: center;
  padding: 24rem 0 36rem 0;
  font-weight: bold;
}

.editor-popup-content img {
  position: relative;
}

#shareurl {
  color: #339;
  margin-top: 24rem;
  font-weight: normal;
  pointer-events: normal;
}

#shareurllabel {
  margin-bottom: 4rem;
  font-size: 80%;
}

#shareurladdress {
  color: #224;
  font-size: 80%;
  border: solid 1rem #BCC1DA;
  padding: 8rem 16rem;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  margin: 0 auto;
  white-space: nowrap;
  border-radius: 4rem;
  user-select: text;
}

.shareicon {
  height: 32rem;
  width: 32rem;
  z-index: 5000;
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  text-align: center;
  display: inline-block;
  border-radius: 4rem;
}

.sharelabel {
  margin-left: 4rem;
  display: inline-block;
  position: relative;
  top: -10rem;
  font-weight: bold;
  font-size: 110%;
}

.sharelabel a {
  color: var(--mml-blue);
}

.editor-popup-content table {
  margin: 0 auto;
}

.editor-popup-content td {
  vertical-align: top;
  text-align: center;
  font-weight: normal;
  width: 120rem;
  font-size: 80%;
}


/**********************   View Page   **********************/


#editoroverlay {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

#editoroverlay .title-shade {
  background: rgb(35,91,43);
  background: linear-gradient(90deg, rgba(35,91,43,1) 0%, rgba(89,146,97,0.6) 100%);
  width: 100%;
  height: 76rem;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
}

#editor.indoor #editoroverlay .title-shade {
  background: rgb(35,91,43, 0.7);
}


#editoroverlay #content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420rem;
  z-index: 1001;
}

#editoroverlay #showinfo {
  position: absolute;
  top: 15rem;
  left: 26rem;
  opacity: 1.0;
}

#editoroverlay #showinfo.nogroupname {
  top: 25rem;
}

#editoroverlay #showinfo.nogroupname #groupName {
  display: none;
}

#editoroverlay #showinfodrop {
  position: absolute;
  top: 20rem;
  left: 24rem;
  opacity: 1.0;
}

#editoroverlay h1#title {
  font-size: 30rem;
  color: #fff;
  line-height: 110%;
  display: inline;
  font-weight: bold;
  position: relative;
  top: -4rem;
}

#editoroverlay #titledrop {
  font-size: 30rem;
  color: #1D3E1F;
  line-height: 110%;
  font-weight: normal;
  display: none;
}

#editoroverlay #author {
  font-size: 16rem;
  font-weight: normal;
  color: #fff;
  line-height: 20rem;
  line-height: 100%;
  margin-left: 12rem;
}

#editoroverlay #groupName {
  font-size: 80%;
  font-weight: normal;
  color: #fff;
  line-height: 20rem;
  line-height: 100%;
  margin-top: 2rem;
  position: relative;
  top -5rem;
  margin-left: 2rem;
}

#editoroverlay #authordrop {
  font-size: 16rem;
  font-weight: normal;
  line-height: 20rem;
  color: #333;
  line-height: 100%;
  text-decoration: none;
  margin-left: 12rem;
  display: none;
}

#editoroverlay #author a {
  color: #fff;
  text-decoration: underline;
}

#editoroverlay #author a:hover {
  text-decoration: none;
}

#editoroverlay #playbutton {
  position: absolute;
  right: 30rem;
  top: 16rem;
}

#editoroverlay #playbutton #inner {
  position: relative;
  line-height: 100%;
  padding: 10rem 40rem 10rem 40rem;
  background-color: #3D7A46;
  border: solid 1rem #B1D9B5;
  border-width: 1rem 1rem 1rem 1rem;
  color: #fff;
  text-decoration: none;
  font-size: 120%;
  cursor: pointer;
  border-radius: 4rem;
}

#editoroverlay #playbutton #inner:hover {
  border-color: #EDF6EE;
}

#playcontrols a {
  color: #fff;
}

#nextshowlink {
  text-align: center;
  margin-top: 16rem;
  display: none;
}

#nextshowlink a {
  text-decoration: none;
  margin: 0 0;
  padding: 8rem 48rem;
  padding-left: 60rem;
  display: inline-block;
  background-color: #4F9A59;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  border: solid 1rem #42874C;
  border-bottom-width: 2rem;
  margin-left: 12rem;
  border-radius: 4rem;
}

#nextshowlink a:hover {
  background-color: #53AE5F;
}

#seriesname {
  font-size: 18rem;
  line-height: 20rem;
  position: relative;
  top: -30rem;
  color: var(--mml-blue);
}

#seriesname a:hover {
  text-decoration: underline;
}

.vote td {
  font-size: 16rem;
  color: #18118A;
  text-align: center;
}

#modnotice {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 5rem;
  color: #013400;
  font-size: 12rem;
  white-space: nowrap;
  z-index: 2000;
  font-weight: bold;
}

#modnotice a {
  text-decoration: underline;
}

#noshowindicator {
  color: #fff;
  font-weight: bold;
  font-size: 130%;
  background-color: #343069;
  padding: 12rem;
  text-align: center;
  z-index: 2500;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#designmenuheader {
  color: #fff;
  font-weight: bold;
  font-size: 130%;
  background-color: #2F7230;
  padding: 16rem;
  text-align: center;
  z-index: 2500;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#voting {
  color: #fff;
  font-weight: bold;
  font-size: 100%;
  text-align: center;
  z-index: 2500;
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  display: none;
}

#voting img {
  position: relative;
  top: -2px;
}

#savebox {
  top: 10px;
}

#savebox input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

#savebox .editor-popup-content {
  padding: 24px;
}

.savebox-label {
  margin-bottom: 2px;
  margin-top: 12px;
}
#savebox textarea {
  height: 120px;
  box-sizing: border-box;
  margin-bottom: 16px;
  resize: none;
}

.savebox-buttons {
  text-align: center;
}

#bottomarea {
  height: 16rem;
  position: relative;
  width: 100%;
  z-index: 100;
}

#demobottom {
  padding: 16rem 0;
  text-align: center;
  font-size: 110%;
  color: #333;
}

#editor.faded #editoroverlay {
  background-color: rgba(255,255,255, 0.25);
}

#editor.faded #editoroverlay .title-shade,
#editor.faded #editoroverlay #content {
  display: none;
}

#commentspopup {
  left: 150rem;
  top: 20rem;
  width: 564rem;
  height: 390rem;
}

#commentsframe {
  width: 100%;
  height: 100%;
  display: block;
}

.bodycomment {
  text-align: left;
  margin-right: 0;
  background-color: #fff;
  background-image: none;
}

.bodycomment #toplinks {
  position: relative;
  z-index: 1010;
  border-top: solid 1rem #B4B4D4;
}

.bodycomment #toplinks a.commenttopbutton {
  box-sizing: border-box;
  display: inline-block;
  padding: 4rem 0;
  text-align: center;
  margin: 0;
  color: #fff;
  color: var(--mml-blue);
  text-align: center;
  font-size: 100%;
  line-height: 40rem;
  font-weight: bold;
  height: 50rem;
  border-right: solid 1rem #B4B4D4;
}

.bodycomment #toplinks a.commenttopbutton:hover {
  background-color: #fafafa;
}

a.commenttopbutton.like-button {
  width: 160rem;
  width: 46%;
}

a.commenttopbutton.award-button {
  width: 80rem;
  width: 27%;
}

a.commenttopbutton.close-button {
  width: 80rem;
  width: 27%;
}

a.commenttopbutton.only-button {
  width: 100%;
}

a.commenttopbutton.disabled-link {
  opacity: 0.5;
  cursor: default;
}

.bodycomment #toplinks a:hover {
  text-decoration: none;
}

.bodycomment #toplinks #fblikelink {
  position: absolute;
  top: 14rem;
  left: 356rem;
}

.bodycomment #commentsouter {
  padding: 15rem 0rem 10rem 0rem;
  width: 100%;
  font-size: 90%;
}

#page-comments {
  display: block;
  overflow: auto;
  height: 318rem;
  padding-left: 24px;
}

#page-newcomment,
#page-awards,
#page-critique {
  display: none;
  position: relative;
  z-index: 1001;
  width: 100%;
  height: 318rem;
  overflow: hidden;
  padding: 0 32px;
}

.comment {
  border-top: solid 1rem #eee;
  padding: 8rem 0 12rem 0;
  margin-right: 24rem;
}

.comment i {
  font-size: 90%;
}

.commentdate {
  color: #999;
  margin-left: 15rem;
  font-size: 80%;
}

a.commentauthor,
a.commentauthor:visited {
  text-decoration: none;
}

a.commentauthor:hover {
  text-decoration: underline;
}

.commentshowdeschead {
  color: #5B6B99;
  margin-top: 8rem;
  font-weight: bold;
  font-size: 140%;
}

.commentshowdeschead a {
  font-weight: normal;
  font-size: 80%;
}

.commentshowdeschead .joiner {
  font-weight: normal;
  font-size: 80%;
  margin-left: 4rem;
}

#commentshowdesc {
  padding: 8rem 0;
}

#commentshowdesc.empty {
  padding: 0;
}

#commentgroup {
  border-bottom: solid 1rem #eee;
  padding-bottom: 15rem;
  margin-top: 10rem;
  color: #5B6B99;
  font-weight: normal;
  font-size: 14rem;
}

.commenttext {
  color: #223;
  margin: 14rem 0 10rem 0;
  line-height: 150%;
}

#newcommenthead {
  margin-top: 32rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #2C4079;
  font-size: 120%;
}

#commentfield {
  width: 100%;
  height: 120rem;
  margin-top: 4rem;
  padding: 14rem;
  color: #2C4079;
  font-size: 18rem;
  line-height: 28rem;
  border: solid 4rem #eee;
  outline: none;
  resize: none;
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
}

#commentfield::placeholder {
   color: #aaa;
}

#commentloading {
  visibility: hidden;
  display: none;
  color: #ddd;
  font-weight: bold;
  font-size: 300%;
  text-align: center;
  z-index: 2500;
  position: absolute;
  top: 190rem;
  width: 100%;
  line-height: 120%;
}

.comment-body-label {
   margin-bottom: 2px;
   font-size: 110%;
   font-weight: bold;
   text-align: center;
   color: #5B6B99;
}

.commentsecondarydiv {
  text-align: center;
  margin-bottom: 32px;
  margin-top: -4px;
  background-color: #eee;
  padding: 8px 0;
  border-radius: 0 0 6px 6px;
}

#commentbuttondiv {
  margin-top: 4rem;
  text-align: center;
  vertical-align: bottom;
  font-size: 80%;
  color: #555;
  width: 100%;
}

#commentbuttonnote {
  color: #5B9663;
  margin-top: 30rem;
  margin-left: 16rem;
  font-size: 80%
}

#commentnote {
  color: #5B9663;
  margin-top: 26rem;
  text-align: center;
}

#commentnote a {
  position: relative;
  top: -14rem;
}

#showdesc {
  position: absolute;
  z-index: 1100;
  left: 192rem;
  top: 80rem;
  background-color: rgba(46,92,49,0.95);
  border: 0;
  color: #fff;
  width: 480rem;
  display: none;
  opacity: 1.0;
  border-radius: 8rem;
  box-shadow: 0 0 8px #36683d;
}

#showdesc a#closebutton:hover {
    border-color: #fff;
}

#showdesc #titlebar {
  background-color: #519B58;
  padding: 8rem 0 8rem 0;
  color: #C8EDCA;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
}

#showdesc #showdesctext {
  position: relative;
  padding: 0 20rem 0 20rem;
  height: 160rem;
  overflow: auto;
  font-size: 110%;
  line-height: 26rem;
  color: #fff;
  margin-top: 20rem;
}

#showdesc #showdesctext a {
  color: #FFD512;
}

#showdesc a#closebutton {
  text-align: center;
  display: block;
  margin-top: 20rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 8rem;
  background-color: #519B58;
  border-bottom-right-radius: 6rem;
  border-bottom-left-radius: 6rem;
}

#showdesc a#closebutton {
    padding: 12px;
    background-color: #4d8b53;
    border: solid 1.5px #8cbf91;
    font-weight: bold;
    font-size: 110%;
}


#showdesc a#closebutton:hover {
  border-color: #B5DBBA;
}




#showdesc #showdesctext {
    font-style:italic;
    min-height: 140px;
    max-height: 220px;
    height: auto;
}

#showdesc #titlebar {
    display: none;
}

#showdesc {
   top: 92px;
}



/**********************   Judging   **********************/

#showqueue {
  position: absolute;
  top: 80rem;
  left: 200rem;
  z-index: 3;
}

#showqueue li {
  list-style: none;
  padding-bottom: 10rem;
}

#showqueue li a {
  color: #fff;
  font-size: 140%;
}

#votepanelpos {
  position: absolute;
  top: -72rem;
  display: none;
  font-size: 150%;
  z-index: 1000;
  width: 100%;
}

#votepanel {
  border-top: solid 2rem #42874C;
  position: relative;
  background-color: #4F9A59;
  border-bottom-left-radius: 8rem;
  border-bottom-right-radius: 8rem;
  padding: 8rem;
}

#votepaneltext {
  margin-top: 24rem;
  color: #393575;
  text-align: center;
}

#votepanel #voterow {
  text-align: center;
  white-space: nowrap;
}

#votepanel a.votenum {
  text-decoration: none;
  border: solid 1rem #306537;
  background-color: #407B48;
  padding: 8rem 12rem 8rem 12rem;
  border-bottom-width: 3rem;
  color: #AFE8B7;
  position: relative;
  display: inline-block;
}

.votenumleft {
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
  border-left-width: 2rem;
}

.votenumright {
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
  border-right-width: 2rem;
}

#voteloading {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 14rem;
  left: 0;
  line-height: 110%;
  display: none;
}

#votepanel a.votenum:hover {
  color: #fff;
  background-color: #3CB14C;
}

#editorbottomleft {
  position: absolute;
  margin-top: 4rem;
  font-size: 120%;
  color: #223;
  left: 30rem;
  z-index: 2000;
}

#editorbottomleft a {
  position: relative;
  z-index: 2000;
}

#judgecountnum {
  font-weight: bold;
}

#judgecount a {
  text-decoration: none;
}

#judgecount a:hover {
  text-decoration: underline;
}

#showinforight {
  position: absolute;
  right: 30rem;
  font-size: 110%;
  color: #195A21;
  margin-top: 4rem;
}

#showinforight a {
  text-decoration: none;
}

#showinforight a:hover {
  text-decoration: underline;
}

#editorbottom {
  border: solid 2rem #4F9A59;
  border-top: 0;
  background-color: #C4E6CA;
  width: var(--editorSizeX);
  padding: 0;
  border-bottom-left-radius: 8rem;
  border-bottom-right-radius: 8rem;
  overflow: hidden;
  text-align: center;
  color: #32703A;
  font-weight: bold;
  user-select: none;
}

#editorbottom .showviewlink {
  display: inline-block;
  padding: 16rem 20rem;
  font-size: 100%;
  cursor: pointer;
}

#editorbottom a.showviewlink {
  color: inherit;
}

#editorbottom .showviewlink:hover .showviewlink-label {
  text-decoration: underline;
}

#editorbottom .showviewlink.just-info {
  cursor: default;
  font-weight: normal;
}

.showviewlink-icon, .showactionicon {
  display: inline-block;
  background-image: url("../images/site/show_action_icons.png?v=1");
  height: 20rem;
  width: 20rem;
  z-index: 5;
  overflow: hidden;
  position: relative;
  left: 0;
  background-size: 500%;
  background-repeat: no-repeat;
  opacity: 0.9;
}

.showviewlink-icon {
  top: 5rem;
}

.showactionicon.light, .showviewlink-icon.light {
  filter: brightness(1.4);
}

.like-icon {
  background-position: 0 0;
}

.follow-icon {
  background-position: -20rem 0;
}

.results-icon {
  background-position: -40rem 0;
}

.award-icon {
  background-position: -60rem 0;
}

.share-icon {
  background-position: -20rem 0;
}

.like-icon.blue {
  background-position: 0 -32rem;
}

.xfollow-icon.blue {
  background-position: -16rem -32rem;
}

.xresults-icon.blue {
  background-position: -32rem -32rem;
}

.xaward-icon.blue {
  background-position: -48rem -32rem;
}

.xshare-icon.blue {
  background-position: -64rem -32rem;
}

#editorbottom .showviewlink .showviewlink-label {
  margin-left: 0rem;
  display: inline-block;
}

.award {
  display: inline-block;
  height: 28rem;
  width: 28rem;
  border-radius: 4rem;
  background-image: url("../images/site/award.png?v=1");
  overflow: hidden;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.award-item {
  position: relative;
  margin-bottom: 4rem;
  margin-top: -4rem;
}

.award-item .award {
  position: relative;
  top: 8rem;
}

.award-item .award-name {
  margin-left: 4rem;
  font-weight: bold;
}

.award-item .award-from {
  font-size: 90%;
  margin-left: 4rem;
}

.award-item .award-from a {
  margin-left: 2rem;
}

#page-awards {
  text-align: center;
}

.award.award-locked {
  opacity: 0.4;
}

.comment-popup-header {
  color: #5B6B99;
  font-size: 150%;
  font-weight: bold;
  margin: 10rem 0 20rem 0;
  text-align: center;
}

.award-select {
  width: 420rem;
  margin: 10rem auto;
}

.award-select .award {
  cursor: pointer;
  height: 32rem;
  width: 32rem;
  border: solid 2rem #fff;
  border-radius: 8rem;
  margin: 0 2rem 2rem 0;
}

.award-select .award.award-selected {
  border: solid 2rem #c33;
  transform: scale(1.1, 1.1);
}

.award-name-header {}

input#award-name {
  padding: 5rem;
  font-size: 110%;
  text-align: center;
  width: 320rem;
  margin: 5rem 0;
  font-weight: bold;
  color: #339;
  margin-bottom: 20rem;
  border: solid 2rem #ddd;
}

.award-detail {
  margin: 10rem 0 20rem 0;
  color: #5B6B99;
}




/* Viewport scaling */

@media only screen and (min-width: 1100px) {
    .scale_viewport #maincontent {
        transform: scale(110%) translateY(20px);
        min-height: 680px;
    }
    .scale_viewport #footer {
      margin-top: 60px;
    }
    .scale_viewport #chrome-center {
        width: 980px;
    }
}

@media only screen and (min-width: 1200px) {
    .scale_viewport #maincontent {
        transform: scale(120%) translateY(40px);
        min-height: 680px;
    }
    .scale_viewport #footer {
      margin-top: 120px;
    }
    .scale_viewport #chrome-center {
        width: 1080px;
    }
}

@media only screen and (min-width: 1300px) {
    .scale_viewport #maincontent {
        transform: scale(130%) translateY(60px);
        min-height: 680px;
    }
    .scale_viewport #footer {
      margin-top: 180px;
    }
    .scale_viewport #chrome-center {
        width: 1160px;
    }
}



/* Doc Pages
-----------------------------------------------------*/

.help #maincontent {
    padding: 80px;
    max-width: 100%;
}

.help h1, h1#threadtitle {
  font-size: 30px;
  line-height: 120%;
  border-bottom: solid 2px #80c689;
  padding-bottom: 12px;
}

.help h2, h2.threadheader, h2#threadtitle {
  margin-top: 64px;
  margin-bottom: 24px;
  border-bottom: solid 1.5px #80c689;
  padding-bottom: 4px;
}

h2 > span, h2 > a, h2 > b {
  line-height: 0;
    color: inherit !important;
}

.help h3 {
  margin-top: 48px;
}

kbd {
  border: solid 1px #8484b3;
  border-bottom-width: 1px;
  border-bottom-width: 2px;
  border-radius: 3px;
  padding: 0px 6px 1px 6px;
  display: inline-block;
  font-size: 90%;
  min-width: 10px;
  text-align: center;
}

.help table {
   border: solid 1px #cfcfe4;
   border-radius: 4px;
}

.help table td {
    padding: 8px 24px 8px 16px;
    padding-right: 20px;
    border-bottom: solid 1px #cfcfe4;
    white-space: nowrap;
}

.help table td:last-child {
    white-space: normal;
}


.help table tr:last-child td {
    border-bottom: 0;
}
