::placeholder {
  color: #7cc106;
  opacity: 0.4;
}

:-ms-input-placeholder {
  color: #7cc106;
}

::-ms-input-placeholder {
  color: #7cc106;
}

ul.menuforward {
  z-index: 99999;
}

#header_container,
#main_container,
#lower_container {
  max-width: 1400px;
  margin: 0 auto;
}
#fullscreenbox{background-color:#f9f9f9}
#livesearch {
  position: absolute;

  background: #fff;
  z-index: 99;
  contain: content;

  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0px 10px 6px -6px #7d967f;
  margin-top: -2px;
}

#signin,
#account {
  background: url(/images2020/profile.svg) left no-repeat;
  background-size: 25px;
}
#subscribe {
  background: url(/images2020/subscribe.svg) left no-repeat;
  background-size: 25px;
}
#faves {
  background: url(/images2020/fave.svg) center no-repeat #648b20;
  background-size: 23px 23px;
  width: 23px;
  border-radius: 90px;
}

#signin:hover,
#account:hover,
#subscribe:hover {
  background-color: #ff9000;
}

.searchlist {
  list-style-type: none !important;
}

.searchlist li {
  padding-bottom: 2px;
  font-size: 1em;
}

.searchlist li a {
  color: #aa2716;
  list-style-type: none;
  text-decoration: none;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #dadada;
  background-color: #fff;
  background-clip: padding-box;
  padding: 3px 9px;
  display: table-cell;
  font-family: "Patua One";
}

.searchlist li a:hover {
  background-color: #ff7d00;
  color: #fff;
}

:root {
  --color-hover: #fff;
}

body {
  background-color: #f9f9f9 !important;
}

#keyboard_shortcuts {
  background: linear-gradient(#eeeeee, #dfdfdf);
  padding-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

#keyboard_shortcuts .whitebox {
  background-color: #fff;
  padding: 5px;
  display: inline;
}
#options_mobile {
  display: none;
}
#tipsimg {
  background: url(/images2020/tips3.svg) no-repeat center top;
  width: 81px;
  border-radius: 90px;
  height: 41px;
  border: 0 !important;
  margin: 12px;
  box-shadow: 0px 0px 1px 2px #fff;
  outline: none;
}

#tipsimg:hover {
  background-color: #ff7d004f !important;
  cursor: pointer;
}

#shortcuts_text {
  background: #000;
  visibility: hidden;
  width: 300px;
  color: #fff;
  left: -200px;
  top: -200px;
  border-radius: 4px;
  position: absolute;
  padding: 10px;
  line-height: 24px;
  position: absolute;
}

#shortcuts_text.show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#errimg {
  background: url(/images2020/report_error5.svg) no-repeat center top;
  width: 82px;
  border-radius: 90px;
  height: 41px;
  border: 0 !important;
  margin: 12px;
  outline: none;
  box-shadow: 0px 0px 1px 2px #fff;
}

#errimg:hover {
  background-color: #ff7d004f !important;
  cursor: pointer;
}

#favimg {
  background: url(/images2020/fave3.svg) no-repeat center top;
  border-radius: 90px;
  width: 121px;
  height: 41px;
  border: 0 !important;
  outline: none;
  margin: 12px;
  box-shadow: 0px 0px 1px 2px #fff;
}

#favimg:hover {
  background-color: #ff7d004f !important;
  cursor: pointer;
}

a.tooltip2::before {
  top: 30px !important;
}

.button-small2 img {
  height: 38px;
  width: 38px;
}

.riffbox a {
  color: #aa2716;
}

@media all and (max-width: 832px) {
  html {
    font-size: 75%;
  }

  .rightad,
  #subbut {
    display: none;
  }

  #scoretopt {
    padding: 0px;
  }

  .button-primary {
    margin-top: 5px;
  }
}

@media all and (max-width: 550px) {
  #mainscore {
    padding: 0 !important;
  }

  .riffbox {
    width: 95% !important;
  }

  .mtable {
    margin: 0 !important;
  }

  .versionlist li a {
    max-width: 180px;
    overflow: hidden;
  }

  #info {
    padding: 0 !important;
  }

  .info {
    margin: 0 !important;
    width: 90% !important;
  }

  .comp_table_td {
    width: 30% !important;
  }
}

.main_profile_box li ul,
ol {
  list-style: none !important;
}

.main_profile_box,
.basic_box {
  width: 80% !important;
  margin: auto;
}

.versionlist li a {
  background: url(/images2020/score.svg) no-repeat;
}

#greenring {
  width: 280px !important;
  border-radius: 3px !important;
  border: 5px #96bf48 solid;
  margin: auto;
  background: var(--color-hover);
  height: 100px;
}

.alphselected {
  background: #96bf48 !important;
}

/* The Modal (background) */
.modal_new {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 300px;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 6px;
  box-shadow: 0.1px 0.1px 22px 0.3px;

  z-index: 10;
}

.close_tempo,
.close_transp,
.close_settings {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_transp:hover,
.close_settings:hover,
.close_transp:focus,
.close_tempo:hover,
.close_tempo:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@keyframes animatetop {
  from {
    margin-top: -600px;
    opacity: 0;
  }

  to {
    margin-top: 0px;
    opacity: 1;
  }
}

#ispacer {
  width: 65px;
  height: 65px;
  margin-left: 5px;
  margin-right: 5px;
}

#btn_transpose {
  background: url("/images2020/transpose.svg") no-repeat;
  width: 65px;
  height: 65px;
  outline: none;
}

#btn_tempo {
  background: url("/images2020/metronome.svg") no-repeat;
  width: 65px;
  height: 65px;
  outline: none;
}

#btn_reset {
  background: url("/images2020/reset.svg") no-repeat;
  width: 65px;
  height: 65px;
  outline: none;
}

#btn_settings {
  background: url("/images2020/settings.svg") no-repeat;
  width: 65px;
  height: 65px;
  outline: none;
}

#btn_transpose:hover,
#btn_tempo:hover,
#btn_reset:hover,
#btn_settings:hover {
  color: #fff;
  border-radius: 90px;
  box-shadow: 0px 0px 1px 2px;
}

@media all and (max-width: 968px) {
  #btn_transpose,
  #btn_tempo,
  #btn_reset,
  #btn_print {
    display: none;
  }

  #btn_settings {
    background: url("/images2020/options.svg") no-repeat;
  }

  #options_mobile {
    display: block;
  }

  #options_mobile li button {
    font-size: 25px;
    width: 200px;
    background-color: #7cc106;
    color: #fff;

    margin: 10px;
    padding: 5px;
    border-color: antiquewhite;
  }
}

#icon0,
#icon1,
#icon2,
#icon3,
#pause_icon,
#fullscreen,
#icon_printer,
#btn_settings {
  width: 65px;
  height: 65px;
}
@media all and (max-width: 500px) {
  #fullscreen,
  #img_settings,
  #icon2,
  #icon1,
  #icon0,
  #pause_icon,
  #ispacer {
    width: 45px;
    height: 45px;
  }

  #btn_settings {
    background: url("/images2020/options.svg") no-repeat;
    width: 45px;
    height: 45px;
    outline: none;
    background-size: 45px 45px;
  }
}

.transp_alphabet {
  height: 18px !important;
  font-size: 14px !important;
  margin-bottom: 2px !important;
}

#countin {
  text-align: center;
  visibility: hidden;
  position: absolute;
  color: #fff;
  width: 20% !important;
  margin-left: 40% !important;
  margin-right: 40% !important;
  padding-top: 20px;
  border-radius: 26px;
  border: 2px solid #000;
  height: 300px;
  font-size: 2em;
  background: #a1c65b;
  z-index: 9;
}

.img-container img {
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: contain !important;
  max-width: 100%;
}

.img-container img.hidden {
  display: none !important;
}

.layer1 {
  background-color: rgb(123 204 43 / 26%);
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
}

#clickleft {
  grid-area: turnleft;
  background: url(/images2020/rh_pageturn_trans.png?2=2);
  background-repeat: no-repeat;
  background-position: top right;

  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#clickright {
  background: url(/images2020/rh_pageturn_trans.png?2=2);
  background-repeat: no-repeat;
  background-position: top right;

  grid-area: turnright;
}

#clickleft,
#clickright {
  min-width: 66px;
  min-height: 40px;
  width: auto;
  height: auto;
}

#clickleft:hover {
  background: url(/images2020/rh_pageturn.png?2=2) top right no-repeat;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);

  background-color: var(--color-hover);
}

#clickright:hover {
  background: url(/images2020/rh_pageturn.png?2=2) top right no-repeat;

  background-color: var(--color-hover);
}

.pagenav_disabled {
  visibility: hidden;
}

#stage {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

section.player {
  margin: 0 auto;
  border: 1px solid #ccc;
  width: 95%;
  background: white;
}

section.player #mainscore.twopages {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

section.player main {
  position: relative;
  display: grid;
  justify-content: space-between;
  grid-template-areas: "turnleft turnright" "sheets sheets";
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  section.player {
    width: 100%;
    max-width: 500px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  section.player {
    max-width: 710px;
  }

  section.player main {
    grid-template-areas: "turnleft sheets turnright";
    grid-template-columns: auto 1fr auto;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  section.player {
    max-width: 800px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  section.player {
    max-width: 1200px;
  }
  .singlepage {
    max-width: 800px !important;
  }
}

/* Rules in this media query are only applied if in fullscreen */
@media all and (display-mode: fullscreen) {
  #fullscreenbox {
    display: flex;
    align-items: center;
  }

  section.player {
    max-width: 98%;
    background: white;
  }
}

#metandtemp {
  visibility: hidden;
}

.playerhead {
  margin-bottom: 10px !important;
  padding: 8px;
  width: 257px;
  background-color: #e4efd5;
  margin-top: 10px;
}

.carousel__buttons {
  position: absolute;
  bottom: 0px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

#part_and_alt_container,
#midi_and_mp3_container {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

#parts_container,
#alternatives_container,
#midi_container,
#mp3_container {
  width: 50%;
}

#sort-filter {
  float: right;
  width: 50%;
  font-size: 18px;
  padding-top: 12px;
  background-color: #f9f9f9;
}

#result-line {
  float: left;
  width: 50%;
  font-size: 18px;
  font-weight: 100;
  height: 55px;
  background-color: #f9f9f9;
  padding-left: 10px;
  padding-top: 8px;
  padding-right: 12px;
}

.selectbox {
  display: inline-block;
  min-width: 197px;
  height: calc(2.25rem + 0.2rem);
  font-size: 16px;
  font-family: "Open Sans Condensed";
  font-weight: 700;
}

.table-responsive {
  display: block;
  width: 95%;
  overflow-x: auto;
}

#displayfilter {
  display: none;
  margin-left: 20px;
  background: url(/images2020/filter.svg) no-repeat;
  border: 1px solid #000;
  width: 50%;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  padding-top: 10px;
  padding-left: 44px;
  text-decoration: none;
  color: #000;
}

.table_list thead th {
  border-top: 0;
  background: none;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0;
  color: #000;
  padding: 15px 5px 15px 5px;
  border-bottom: 1px solid #000;
}

.table_list {
  width: 100%;
  border-collapse: collapse;
  background-color: transparent;
}

.table_list tbody td {
  font-size: 20px;
  padding: 6px 5px 21px;
  border-top: 1px solid rgba(165, 168, 173, 0.3);
}

.table_list tbody tr:hover {
  background: #ffcc6669 !important;
  cursor: pointer;
}

.table_list tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table_list tbody tr:nth-child(even):hover {
  background-color: #eef3f5;
}

.comp_table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.comp_table tr:nth-child(even) {
}

.sortby {
  display: none;
  margin-left: 10px;
  border: 1px solid black;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  padding-top: 10px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  list-style: none;
  width: 50%;
  padding-left: 40px;
  background: url(/images2020/sort.svg) no-repeat right;
}

a.sortby {
  text-decoration: none;
  color: #000;
}

#filterline {
  display: flex;
  width: 95%;
}

.filterline {
  display: flex;
  width: 95%;
}

#displayfilter:hover,
.sortby:hover {
  background-color: #efefef;
  cursor: pointer;
}
.header__logo-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 19px;
}
#sortbynew {
  display: none;
}

#levels {
  display: block;
}

#types {
  display: block;
}

#genres {
  display: block;
}

.sortby ul {
  background-color: #f5f5f5;
  display: none;
  position: absolute;
  top: 100%;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  transition: 2s;
}

.sortby {
  font-weight: 700;
}

.sortby li,
.sortby span:after {
  position: relative;
}

.sortby ul li:not(:first-child) {
  margin-left: 43px;
}

.sortby span:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
}

.arrowselect {
  display: inline-block;
  margin-left: -28px;
  padding-left: 28px;
  background: url("/images/checks2.png") no-repeat 0 0;
  line-height: 24px;
  background-position: 0 -24px;
}

@media all and (max-width: 982px) {
  #tipsimg {
    visibility: hidden;
    display: none;
  }
  #leftcontent {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    margin: 10px;
    display: none;
  }

  #sort-filter {
    display: none;
  }

  #result-line {
    width: 100%;
  }

  #displayfilter,
  .sortby {
    display: block;
    margin-left: 10px !important;
  }

  #displayfilter {
    margin-left: 0px !important;
    width: 40%;
  }

  #sortbynew {
    float: right !important;
    margin-right: 5%;
  }
}

@media all and (max-width: 550px) {
  .sortby {
    text-align: left;
  }
}

@media all and (max-width: 650px) {
  #part_and_alt_container {
    display: block;
    width: 100%;
  }

  #parts_container,
  #alternatives_container {
    width: 100%;
    display: block;
  }

  #midi_and_mp3_container {
    display: block;
    width: 100%;
  }

  #midi_container,
  #mp3_container {
    width: 100%;
    display: block;
  }
}

#container {
  width: 1370px;
  max-width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;

  padding-left: 15px;
}

#searchbox {
  outline: none;
  font-size: 18px;
  color: #4a4a4a;

  border: none;
  width: 95%;
  font-family: "Patua One";
  line-height: 22px;
}

.mobonly {
  visibility: hidden;
  display: none;
}

#metrbox {
  margin-top: 3px;
  width: 320px;
}

#compinfodetails {
  margin-left: 15%;
  font-size: 22px;
}

.home_title,
h2 {
}

.play {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-transition: background 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: background 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: background 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: background 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-appearance: none;
}

.header__login-box {
  padding-left: 0;
  width: max-content;
  margin: 0;
  min-width: 245px;
}
.header__login-box li {
  display: inline-block;
}

#close_search {
  display: none;
}
#login_close {
  float: right;
  position: relative;
  top: -50px;
  cursor: pointer;
}
#close_search {
  line-height: 1.4;
  min-height: 24px;
  min-width: 24px;
  line-height: 0.8;
  padding: 12px;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  position: absolute !important;
  animation-name: web-toolkit-wt-animated--appear-01;
  animation-duration: 200ms;
  animation-timing-function: ease-in;
  visibility: visible;
  right: 44px;
  background-color: #7cc10633;
  border: 0;
  margin: 2px;
}

#searchgo {
  right: 6px;
  position: static;
  background: url("/images2020/search.svg") center right no-repeat #fff;
  width: 20px;
  height: 20px;
  border-radius: 90px;
  border: 0;
  cursor: pointer;
  outline: none;
  line-height: 28px;
}

#searchgo:hover {
  background-color: #f5f5f5;
}
#searchgo:active {
  background-color: #efefef;
}
.home_title,
h2 {
  letter-spacing: -1px;
}

#searchgo {
  position: absolute;
  display: -moz-inline-stack;
  display: inline-block;
}

#tagtextn {
  font-size: 0.8em;
  padding-top: 4px;
  float: left;
  margin-right: 20px;
}

#darkgreenstrip {
  background-color: #7cc106;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}

#darkgreenstrip {
  position: relative;
}
.green-curve {
  display: inline-block;
  width: 100%;
  background: url(/images2020/green-curve2.png) repeat-x left top;
  background-size: 1920px 20px;
  height: 21px;
}

#logo {
  min-width: 245px;
  max-width: 245px;
  width: 100%;
  outline: none;
}

#searchdiv {
  width: 100%;
}

#headstr {
  grid-area: nav;
}

#searchform {
  background-color: #fff;
  padding: 2px 40px 2px 10px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  border-radius: 3px;
  position: relative;

  margin-top: 34px;
}

.breadcrumbpp {
  margin-left: 30px !important;
  margin-top: 20px !important;
}

.scoreholder {
  height: 280px;
}

.difflevel {
  width: 25px;
  height: 20px;
}

.artname,
.artname a {
  color: #000 !important;
  font-size: 16px;
  font-weight: 200;
}

.fsmpages,
.fsmpages a {
  color: #000 !important;
  font-size: 14px;
  font-weight: 200;
  font-style: italic;
  padding-right: 78px;
  float: right;
}

.instname,
.instnamea {
  color: #000 !important;
  font-size: 14px;
  font-weight: 200;
  font-style: italic;
  white-space: nowrap;
}

.fsmtitle {
  color: #132200;
  font-size: 16px;
  font-weight: 200;
}

.h2old {
  padding: 0 0 7px;
  margin: 0;
  font: 700 24px/1.15em "Trebuchet MS", Tahoma, sans-serif;
  color: #17438d;
}

h1,
h2 {
  padding: 10px 0px 0px 30px;
  margin: 10px;
  letter-spacing: -1px;
}

h1,
h2,
h4 {
  color: #454b54;
  font-family: "Patua One";
}

h2 {
  font-size: 26px;
  font-weight: 300;
  line-height: 28px;
}

.scoreh2 {
  padding: 0px 0px 0px 0px !important;
}

h4 {
  font: 700 11px "Roboto Condensed", "Trebuchet MS", Verdana, sans-serif;
  background: #89ce13;
  padding: 0 0 0 6px;
  margin: 0 0 20px 1px;
}

h1 {
  font-size: 60px;
  line-height: 60px;
}

.t {
  font-size: 1em;
}

.h,
.s {
  font-size: 0.8em;
}

.s {
  margin: auto;
  width: 200px;
  color: #fff;
}

.smp a,
a:visited {
  color: #0d3578;
}

.h {
  background-color: #89ce13;
  font-weight: 700;
}

div,
p {
  font-size: 16px;
  color: #000;
  line-height: 1.5em;
}

body,
p {
  margin: 0;
  font-family: "Open Sans Condensed", Verdana, sans-serif;
  font-weight: 100;
  line-height: 1.5;
  background-color: #fff;
}

.box_head,
.box_text {
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #aa2716;
}

a:active {
  color: #f36;
}

A:hover {
  color: #ff7d00;
}

.box_text {
  font-size: 10px;
  color: #006;
  padding: 5px;
}

.box_head {
  font-size: 11px;
  color: #fff;
  background-color: #039;
  font-weight: 700;
  padding-left: 8px;
}

.box_head2,
.main_head {
  color: #006;
  font-weight: 700;
  text-decoration: none;
}

.box_head2 {
  font-size: 60%;
  font-family: verdana, Arial, sans-serif;
  padding-left: 5px;
  padding-right: 5px;
}

.lbox,
.lbox_over {
  border: 2px solid #f90;
  padding: 4px;
}

.main_head {
  background-color: #ff7942;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.lbox_over,
.lbox_over a,
.lbox_over a:visited {
  color: #fff;
}

.box_link,
a.box_link:active,
a.box_link:link,
a.box_link:visited,
lbox a {
  font-size: 8pt;
  font-family: verdana, arial, helvetica;
  font-weight: 700;
  text-decoration: none;
}

.box_link {
  font-weight: 400;
}

.lbox {
  background-color: #ffffd5;
}

.lbox_over {
  background-color: #360;
}

.home_td,
.home_td2 {
  font-family: Arial;
  color: #006;
}

.home_td {
  font-size: 60%;
  padding-top: 3px;
}

.home_td2 {
  font-size: 10px;
}

.nu,
.nu2 {
  font-size: 80%;
  font-family: verdana, Arial;
  border-right: #fff 3px solid;
  padding: 2px;
  font-weight: 700;
}

.nu {
  background-color: silver;
  color: #fff;
}

.nu2 {
  color: #000;
}

a.home_td2:hover {
  background-color: #efefef;
}

a.box_link:hover {
  font-size: 8pt;
  font-family: verdana, arial, helvetica;
  font-weight: 700;
  text-decoration: underline;
}

.breadcrumb {
  font-size: 18px;
  valign: middle;
  font-weight: 100;
  margin: 0 10px;
  color: #000;
  letter-spacing: 0.05em;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;

  padding: 4px;
  width: 100%;
}

.breadcrumb a {
  outline: 0;
  display: block;
  float: left;
  font-size: 18px;
  padding: 0 10px 0 10px;
  color: #aa2716;
  position: relative;
  margin-left: 12px;
  border-radius: 5px;
}

.breadcrumb a:last-child {
  border-radius: 0 5px 5px 0;
  padding-right: 20px;
}

.breadcrumb a:first-child {
  padding-left: 16px;
  border-radius: 5px 0 0 5px;
}

.breadcrumb a:first-child:before {
  left: 14px;
}

.breadcrumb span:last-child {
  border-radius: 0 5px 5px 0;
  padding-right: 20px;
}

.breadcrumb a.active,
.breadcrumb a:hover {
  background: #ff7d00;
  background: linear-gradient(#fc6, #ff7d00);
  color: #fff;
}

.breadcrumb a.active:after,
.breadcrumb a:hover:after {
  background: #ff7d00;
  background: linear-gradient(135deg, #fc6, #ff7d00);
  margin-top: 3px;
}

.breadcrumb span {
  margin-left: 22px;
}

.breadcrumb a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 22px;
  height: 22px;
  transform: scale(0.707) rotate(45deg);
  -webkit-transform: scale(0.707) rotate(45deg);
  -ms-transform: scale(0.707) rotate(45deg);

  box-shadow: 2px -2px 0 2px #7cc106, 3px -3px 0 2px rgba(255, 255, 255, 0.1);
  border-radius: 0 5px 0 50px;
  margin-top: 3px;
}

.rb,
.sy {
  width: 160px;
}

.boxes,
.rb {
  background-color: #ebf9cd;
}

.breadcrumb span:last-child:after {
  content: none;
}

.boxes {
  border: 66 groove thin;
  font-family: trebuchet ms, arial;
  font-size: 12pt;
  padding: 10px;
}

.atoz .atoz_list {
  line-height: 2.5em;
  font-size: 0.8em;
  font-weight: 700;
  font-family: verdana;
  text-align: center;
  color: #999;
  margin: 0;
  padding: 1px;
}

.atoz .atoz_list li {
  display: inline;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.atoz .atoz_list .nolinks,
.atoz .atoz_list li a {
  text-align: center;
  padding: 4px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  color: #ca003a;
  text-decoration: none;
  font-weight: 700;
}

.atoz .atoz_list li a:hover {
  color: #3c3c99;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  text-decoration: underline;
}

.atoz .atoz_list .light .nolinks,
.atoz .atoz_list .light a {
  background-color: #aaa;
}

.atoz .atoz_list .dark .nolinks,
.atoz .atoz_list .dark a {
  background-color: #eee;
}

.sy {
  background: #ebf9cd;
  border-top: 1px solid #dbdeb2;
  border-bottom: 1px solid #dbdeb2;
  border-left: 1px solid #dbdeb2;
  border-right: 1px solid #dfdfdf;
}

#SecondaryNav {
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 8px;
  height: 30px;
  background: #fff;
  color: #383d42;
  border-bottom: 1px solid #dfdfdf;
}

#SecondaryNav ul {
  padding: 0;
  margin: 0;
}

#SecondaryNav li {
  display: inline;
  padding-top: 5px;
  padding-bottom: 10px;
}

#SecondaryNav li a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-top: 5px;
  font-weight: 700;
  color: #383d42;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 20px;
  height: 20px;
  border-right: 1px solid #dfdfdf;
  text-decoration: none;
  display: block;
  float: left;
}

#SecondaryNav li a:hover {
  background: #ffa100;
}

#SecondaryNav li a.current:hover {
  background: #564b42;
}

#SecondaryNav li a.current {
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: #564b42;
}

.btnCtrl {
  height: 18;
  border-left: threedface 1px solid;
  border-right: threedface 1px solid;
  border-top: threedface 1px solid;
  border-bottom: threedface 1px solid;
}

#sidecontent ul#navigation,
#xsidecontent ul#navigation2 {
  display: block;
  padding: 0;
  width: 160px;
  margin: 0 0 5px;
  list-style: none;
}

#sidecontent ul#navigation {
  background: url(/images/navigation_bg2.gif) top left no-repeat;
  font-size: 0.8em;
}

#sidecontent ul#navigation2 {
  background-color: #fff;
  font-size: 0.83em;
  padding-top: 9px;
}

#hbox #navigation {
  padding: 0;
  float: left;
  width: 200px;
  margin: 0 0 5px;
  list-style: none;
}

#hbox li {
  display: block;
  height: 2.6em;
  padding: 0;
  margin: 0;
  text-indent: 7px;
  font: 700 16px/2.6em Tahoma, "Bitstream Vera Sans", Verdana, sans-serif;
  background: url(/images/nav_border.gif) bottom left repeat-x;
}

div.genres,
div.inst_i,
div.userDisplay {
  margin-right: 16px;
  margin-bottom: 24px;
  text-align: center;
  float: left;
}

#hbox #navigation li a {
  color: #fff;
  padding-right: 3px;
  padding-left: 20px;
  text-decoration: none;
  border: 0;
  background: url(/images/green_arrow_s.png) center left no-repeat;
}

.az a,
.az a:visited {
  color: #fc6;
}

#hbox {
  padding: 20px;
  width: 100%;
  height: 400;
}

#hbox h1 {
  font-size: 24px;
  color: #f9b836;
  padding: 80px 20px;
}

#hbox td {
  color: #fff;
}

#metronomediv {
  visibility: hidden;
  display: none;
  width: 300px !important;
  margin: auto;
  margin-top: 5px;
}

#controlsdiv {
  text-align: center;
  background: linear-gradient(#eeeeee, #dfdfdf);
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

#controls {
  clear: both;
  height: 25px;
  padding-bottom: 5px;
  white-space: nowrap;
  width: 270px;
}

#togglelist,
#togglelist1,
#togglelist2,
#togglelist3,
#togglelist4 {
  padding-top: 15px;
  padding-bottom: 20px;
  clear: both;
  width: 100%;
}

#togglelist1,
#togglelist2,
#togglelist3,
#togglelist4 {
  width: 90%;
}

div.genres {
  display: block;
  width: 120pt;
  padding-top: 10px;
  padding-bottom: 10px;
  background: url(/images/bottom_nav_border.gif) bottom left no-repeat #346000;
}

div.genres img,
div.inst_i img,
div.userDisplay img {
  border: 1px solid #000;
}

div.inst_i,
div.userDisplay {
  width: 74pt;
  height: 65pt;
  font-size: 12px;
  color: #000;
  background: url(/images/bottom_nav_border2.gif) bottom left no-repeat #efefef;
  padding-top: 5px;
}

div.UserDisplay {
  background-color: #efefef;
}

div.inst_i {
  background-color: #f6f4b5;
}

.butstop,
.playbut {
  width: 291px;
  height: 24px;
  border: 0;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.userName,
.userName a,
.userName a:visited {
  color: #000;
}

img {
  border: 0;
  image-rendering: -webkit-optimize-contrast;
}

.genres h2 {
  color: #f4cf00;
}

.genres h2 a,
.genres h2 a:visited {
  color: #f4cf00;
  text-decoration: none;
}

.bbwidget {
  font-size: 10px;
}

.playbut {
  background-image: url(/images/mplay0.gif);
}

.butstop {
  background-image: url(/images/midi_play_ani.gif);
}

.profile_box {
  margin-top: 10px;
}

.main_profile_box {
  margin-top: 4px;
}

.editlink {
  font-size: 11px;
  color: #636363;
}

#Add {
  margin-top: 7px;
  padding-top: 8px;
  text-align: left;
}

#Add a.friend_link {
  display: block;
  height: 17px;
  text-decoration: none;
  margin-bottom: 4px;
  padding-left: 25px;
  margin-left: 0;
  border-bottom: 0;
}

#friends_but {
  background: url(/images/add_friend_but.gif) no-repeat;
}

#remove_friend_but {
  background: url(/images/remove_friend_but.gif) no-repeat;
}

#Add a.friend_link:hover {
  color: #000;
  background-position: 0 -17px;
}

.shadebox1 {
  height: 11px;
  background: url(/images/shade_bot_right.gif) bottom right no-repeat;
  padding-right: 16px;
}

.shadebox2 {
  height: 11px;
  background: url(/images/shade_bot.gif) bottom left no-repeat;
  padding-bottom: 11px;
}

.shadebox3 {
  background: url(/images/stripes.gif);
  border: 1px solid #acacac;
  padding: 12px;
}

a.link_box {
  text-decoration: none;
  text-align: center;
  font-size: 1.4em;
  font-family: "Patua One";
  float: left;
  margin-left: 10px;
  color: #fff;
  border: 1px solid #dadada;
  background-color: #959595;
  background-clip: padding-box;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  padding: 3px 7px;
  font-weight: 700;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.instbox,
a.artist_box,
a.user_box {
  text-decoration: none;
  text-align: center;
  float: left;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px;
}

a.link_box:hover,
a.user_box:hover {
  background: #ffa100;
  color: #000;
}

.link_box_selected,
a.link_box_selected,
a.link_box_selected:hover {
  background-color: #000 !important;
  color: #fff;
}

a.artist_box,
a.user_box {
  font-size: 0.7em;
  width: 88px;
  margin: 15px;
  color: #000;
  border: 1px solid #dadada;
  background-color: #f5f5f5;
  background-clip: padding-box;
  min-height: 75px;
}

a.artist_box:hover,
a.user_box:hover {
  background: #ffa100;
  color: #000;
}

a.artist_box img {
  margin-top: 20px;
  height: 50px;
  border: 1px solid #000;
}

a.user_box {
  width: 95px;
}

a.user_box img {
  margin-top: 5px;
  height: 45px;
  border: 1px solid #000;
}

.instbox {
  font-size: 1em;
  max-width: 100px;
  margin: 15px;
  color: #000;
  border: 1px solid #dadada;
  background-color: #f5f5f5;
  background-clip: padding-box;
  min-height: 105px;
}

a.compbox img,
a.instbox img,
a.stylebox img {
  border: 1px solid #000;
}

a.compbox,
a.stylebox {
  padding-top: 10px;
  padding-right: 8px;
  height: 175px;
  width: 167px;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
  float: left;
}

a.instbox:hover {
  background: #ffa100;
  color: #000;
}

a.instbox:visited {
  color: #000;
}

a.stylebox,
a.stylebox:visited {
  color: #f4cf00;
  text-decoration: none;
}

a.stylebox {
  box-shadow: 1px 1px 1px #ccc !important;
  font: 700 24px/1.15em "roboto condensed", "Trebuchet MS", Tahoma, sans-serif;
  background-color: #346000;
  margin-bottom: 10px;
}

.closemodal,
div.messageBox {
  -webkit-box-shadow: 1px 1px 3px #000;
}

a.stylebox:hover {
  background-color: #ffa100;
  color: #000;
}

a.stylebox img {
  margin-bottom: 3px;
}

a.compbox {
  font: 700 24px/1.15em "Trebuchet MS", Tahoma, sans-serif;
  background: url(/images/comp_bg_both.gif) left top no-repeat;
  margin-bottom: 10px;
  color: #000;
  text-decoration: none;
}

a.compbox:visited {
  color: #000;
  text-decoration: none;
}

a.compbox:hover {
  background: url(/images/comp_bg_both.gif) 0 -195px no-repeat;
  color: #000;
}

a.sub_box,
a.sub_box:visited {
  color: #000;
}

a.sub_box {
  text-align: center;
  font-size: 0.7em;
  background: url(/images/sub_box.gif) left top no-repeat;
  height: 121px;
  float: left;
  width: 127px;
  margin: 10px 10px 15px;
  text-decoration: none;
}

#subbox {
  background-color: #ffa100;
}
#subbox:hover {
  background-color: #ff7d00;
}

a.heart_ul,
a.score_ul {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

a.heart2,
a.heart_ul {
  padding-left: 45px;
  padding-top: 10px;
  margin-left: 40px;
}

a.sub_box:hover {
  background: url(/images/sub_box.gif) 0 -122px no-repeat;
  color: #000;
  text-decoration: underline;
}

.abc a,
.pagination a {
  text-decoration: none;
}

a.sub_box img {
  margin-top: 20px;
  height: 50px;
  max-width: 65px;
}

a.score_ul {
  background: url(/images/score_box4.gif) top left no-repeat;
  padding-left: 45px;
  padding-top: 10px;
  color: #aa2716;
}

a.score_ul:hover {
  background-position: 0 -56px;
}

a.heart_ul {
  background: url(/images/heart_box2.gif) top left no-repeat;
}

a.heart2:hover,
a.heart_ul:hover {
  background-position: 0 -56px;
}

a.heart2 {
  background: url(/images/heart_box2.gif) top left no-repeat;
}

a.heart2:hover {
  background-position: 0 -56px;
}

.score_list {
  line-height: 45px;
}

.bl,
.br,
.tl,
.tr {
  background-image: url(/images/corners1280x18a.gif);
  height: 9px;
  font-size: 2px;
}

.bl,
.tl {
  margin-right: 9px;
}

.br,
.tr {
  margin-left: 9px;
  margin-top: -9px;
}

.tr {
  background-position: 100% 0;
}

.bl {
  background-position: 0 -9px;
}

.br {
  background-position: 100% -9px;
  clear: all;
  margin-bottom: 10px;
}

.notopgap {
  margin-top: 0;
}

.nobottomgap {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.in,
.in2 {
  padding: 5px;
  font-weight: 400;
  position: relative;
}

.lis {
  margin-right: 5px;
  padding-left: 5px;
}

.in {
  background: url(/images/stripes.gif);
}

.in2 {
  border-top: #efefef 1px dashed;
  border-left: #efefef 1px dashed;
  border-right: #efefef 1px dashed;
  background: #fff;
}

.out {
  display: block;
  background: #efefef;
  border: 1px solid #efefef;
  position: relative;
  margin: 1em 0;
}

.ltin {
  left: -5px;
}

.tpin {
  top: -5px;
}

#modalPage,
#modalPageloading,
.modalBackground {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
}

#modalPage,
#modalPageloading {
  display: none;
}

.modalBackground {
  filter: Alpha(Opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  background-color: #fff;
  z-index: 500;
}

.modalContainer {
  position: absolute;
  width: 100px;
  left: 50%;
  top: 50%;
  z-index: 750;
}

.button:active,
.modal,
.tooltip,
ul.nav_list_lined li a {
  position: relative;
}

.modal {
  background-color: efefef;
  border: 2px solid #aaa;
  top: -50px;
  left: -50px;
  z-index: 1000;
  width: 150px;
  height: 50px;
  padding: 10px;
  font-family: arial;
  font-size: 20px;
  color: #444;
  font-weight: 700;
}

.pagination {
  padding: 2px;
  margin: 30px;
  font-size: 20px;
  font-weight: 100;
  white-space: nowrap;
}

.pagination ul {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1em;
}

.pagination li {
  list-style-type: none;
  display: inline;
  padding-bottom: 1px;
}

.pagination a {
  padding: 10px 10px;
  border: 1px solid #fff;
  color: #7cc106;
}

.pagination a:active,
.pagination a:hover {
  border: 1px solid #2b66a5;
  color: #f5f5f5;
  background-color: #ff7d00;
}

.pagination a.currentpage:hover {
  background-color: #ff7d00;
}

.pagination a.currentpage {
  background-color: #ff7d00;
  color: #fff !important;
  border-color: #564b42;
  font-weight: 700;
  cursor: default;
}

.pagination a.disablelink,
.pagination a.disablelink:hover {
  background-color: #fff;
  cursor: default;
  color: #929292;
  border-color: #564b42;
  font-weight: 400 !important;
}

#pause_icon,
#progressBar:hover,
.button,
.play,
.xb,
.xb1 {
  cursor: pointer;
}

.abc .selected,
.pagination a.prevnext {
  font-weight: 700;
}

.abc {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.abc div.subcategory {
  border-left: 1px solid #ccc;
  padding: 0 10px;
  font-size: 11px;
  display: inline;
}

.abc div.first {
  border-left: 0;
  padding: 0 10px 0 2px;
}

#botcontent #botlist li a,
#botcontent #botlist2 li a,
#hbox #botlist li a,
#hbox #botlist2 li a {
  padding-right: 3px;
  padding-left: 35px;
  border: 0;
  background: url(/images2020/white-arrow.svg) center left no-repeat;
}

.abc a:hover {
  text-decoration: underline;
}

#hbox #botlist li a,
#hbox #botlist2 li a {
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
}

#botcontenttop {
  background-color: #7cc106;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#botcontent #botlist li a,
#botcontent #botlist2 li a {
  color: #fff;
  line-height: 24px;
  font-size: 22px;
}

#botcontent #botlist li a:hover,
#botcontent #botlist2 li a:hover {
  color: #ff9000;
  line-height: 24px;
  font-size: 22px;
}

.vidbox,
.vidbox:visited {
  color: #000;
}

#botcontent ul#botlist,
#botcontent ul#botlist2 {
  display: block;
  list-style: none;
}

#playleft {
  white-space: nowrap;
  text-align: center;
  width: 100%;
  margin: 0;
  display: none;
}
div.messageBox {
  padding: 0.125em 0.5em 0.25em 25px;
  font-weight: 400;
  font-size: 15px;
  margin-left: 10%;
  margin-right: 10%;
  -moz-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

div.successMessage {
  background: url(/images/success.png) 0.5em center no-repeat #d6ebcc;
}

div.errorMessage {
  background: url(/images/error.png) 0.5em center no-repeat #ffeacc;
}

.vidbox {
  text-align: center;
  font-size: 0.8em;
  background-color: #fff;
  border: 1px solid silver;
  padding-top: 20px;
  padding-bottom: 10px;
  height: 150;
  float: left;
  width: 220;
  margin-right: 10px;
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px #ccc !important;
}

#tagtext a:visited,
#tagtextn a,
.nav {
  color: #fff;
}

.vidbox a {
  font-family: arial;
}

ul.nav_list_lined {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 1%;
  border-top: #ccc solid 1px;
}

ul.nav_list li.divider {
  padding-top: 5px;
}

ul.nav_list_lined li {
  font-size: 12px;
  margin: 0;
  padding: 0;
  height: 1%;
  border-bottom: #ccc solid 1px;
}

.nav,
.nav2 {
  font-size: 14px;
}

ul.nav_list_lined li a {
  padding: 5px;
  display: block;
}

ul.nav_list_lined li a:hover {
  background-color: #d8e9fb;
  text-decoration: none;
}

#tagtextn {
  padding-left: 50px;
  color: #fc6;
}

.nav {
  text-decoration: none;
  padding: 5px;
}

.nav2,
.nav3 {
  color: #fff;
  text-decoration: none;
  padding: 0;
}

.nav3 {
  font-size: 12px;
}

a.nav2:hover,
a.nav3:hover,
a.nav:hover {
  text-decoration: underline;
}

.button-small,
.button-small:hover,
ul.sub-mmenu li a {
  text-decoration: none;
}

a.nav2:hover {
  display: block;
}

.button {
  display: inline-flex;
  color: #191919;

  border: 0;
  text-align: center;
  box-sizing: border-box;
  -ms-user-select: none;
  user-select: none;

  margin-left: 5px;
  margin-right: 5px;
}

.button:active {
  background: #8282825e;
  top: 1px;
  color: #191919;
}

.button-primary {
  color: #fff;

  border: 0;
  border-radius: 90px;
}

.button-green {
  color: #fff !important;
  background: #2b6e39 !important;
  border: 0;
  border-radius: 1px;
  font-size: 1.3em !important;
  white-space: nowrap;
  min-width: 220px !important;
  padding: 3px 3px !important;
}
.button-green:hover {
  background-color: #ff7d00 !important;
  color: #fff;
}
.button-primary:hover,
.button-green:hover {
  background-color: #ff7d004f !important;
  color: #fff;
  box-shadow: 0px 0px 1px 2px;
}

.button-primary:active {
  background-color: #ff7b0062 !important;
  border-radius: 90px;
}

.button-small {
  padding: 3px 15px;
  font-size: 16px;
  border-radius: 2px;
  height: 29px;
}

.button-small2 {
  font-size: 15x;
  border-radius: 3px;
  width: 45px;
  height: 45px;
}

.button-small2 span {
  visibility: hidden;
}

.button-small2:hover span {
  position: relative;
  top: 1;
  left: -1px;
  opacity: 1;
  visibility: visible;
}

.button-primary-off {
  color: #fff;
  background: silver;
  border: 1px solid #8bb43f;
}

.button-primary-off:hover {
  background: silver;
  color: #fff;
  font-size: 1em;
}

.button-primary-off:active {
  background: silver;
  color: #ff7d00;
}

.tooltip::before {
  content: attr(data-tip);
  font-family: Helvetica, arial, sans-serif;
  font-size: 15px;
  position: absolute;
  z-index: 7;
  white-space: nowrap;
  bottom: 9999px;
  background: #000;
  color: #e0e0e0;
  padding: 0 7px;
  line-height: 24px;
  height: 24px;
  top: -34px;
  min-width: 64px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.tooltip:hover::before {
  opacity: 1;
  bottom: -35px;
}

ul#mmenu:hover,
ul#mmenux:hover {
  background: #a1c65b;
  border-radius: 3px;
  color: fff;
}

ul#mmenu ul.sub-mmenu,
ul#mmenux ul.sub-mmenu {
  margin-left: 20px;
}

.grid-block,
h3,
p {
  margin: 0;
}

ul#mmenu,
ul#mmenux {
  padding-right: 0;
  margin: 0;
}

ul#mmenu li,
ul#mmenu ul.sub-mmenu li,
ul#mmenux li,
ul#mmenux ul.sub-mmenu li {
  list-style-type: none;
  display: inline-block;
}

ul#mmenu li,
ul#mmenu li a,
ul#mmenux li,
ul#mmenux li a {
  text-decoration: none;
  color: #fff;
  padding: 5px;
  display: inline-block;
}

ul.sub-mmenu li a {
  color: #fff;
  padding: 10px;
  display: inline-block;
}

ul#mmenu li a:hover,
ul#mmenu li ul.sub-mmenu li a:hover,
ul#mmenux li a:hover,
ul#mmenux li ul.sub-mmenu li a:hover {
  background: #a1c65b;
  color: #ff7d00;
  text-decoration: underline;
  border-radius: 3px;
}

ul#mmenu li,
ul#mmenux li {
  position: relative;
}

ul#mmenu li ul.sub-mmenu,
ul#mmenux li ul.sub-mmenu {
  position: absolute;
  top: 28px;
  left: -20px;
  display: none;
}

ul#mmenu li ul.sub-mmenu {
  width: 140px;
}

ul#mmenux li ul.sub-mmenu {
  width: 150px;
}

.module,
body {
  position: relative;
}

ul#mmenu li:hover ul.sub-mmenu,
ul#mmenux li:hover ul.sub-mmenu {
  display: block;
  background: #a1c65b;
  color: #fff;
  border-radius: 3px;
}

.greybox,
.main_profile_box,
.profile_box,
.stripebox {
  color: #000;
  padding: 20px;
}

.riffbox {
  color: #000;
}

.stripebox {
  background: url(/images/stripes.gif) top right;
}

.greybox {
  background: #f5f5f5;
}

html {
  overflow-x: hidden;
  min-height: 100%;
}

img::selection {
  background: 0 0;
}

img::-moz-selection {
  background: 0 0;
}

h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
}

.grid-block:after,
.grid-block:before,
.module:after,
.module:before {
  content: "";
  display: table;
}

.module,
span.title {
  display: block;
}

.grid-block:after,
.module:after {
  clear: both;
}

.grid-box {
  float: left;
  width: 25%;
}

.wrapper {
  margin: auto;
  width: 980px;
}

.module {
  line-height: 1.2;
  text-decoration: none;
  margin: 0 0 0 25px;
  padding: 15px;
  border: 1px solid #d2d3d4;
  background: #f5f5f5;
  box-shadow: inset 0 0 0 1px #fff;
  color: #444;
}

.module:hover {
  line-height: 1.2;
  border-bottom-color: #ddd;
  background: #ffa100;
  color: #000;
}

.minlist li a,
.minlist li a:visited {
  color: #aa2716;
}

.module:active {
  line-height: 1.2;
  border-color: #c8c9ca #d2d3d4 #d2d3d4;
  background: #ebeced;
  box-shadow: 0 1px 0 #fff, inset 0 2px 3px rgba(0, 0, 0, 0.06),
    inset 0 0 2px rgba(0, 0, 0, 0.04);
}

a.module img {
  border: 1px solid #f5f5f5;
}

a.module:hover img {
  border: 1px solid #000;
}

a.smaller img {
  border: 1px solid silver;
}

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

.content-block {
  margin: 10px;
}

.compnamex {
  float: left;
  width: 280px;
  display: inline;
}

.minlist {
  list-style-type: none !important;
  margin: 0 0 8px;
  padding: 0;
}

.minlist li {
  padding-bottom: 2px;
  white-space: nowrap;
  font: 400 16px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
}

.minlist li a {
  list-style-type: none;
  white-space: nowrap;
  display: block;
  padding: 2px 0 2px 19px;
  text-decoration: none;
  background-color: #fbfbfb;
  border-bottom: 1px solid #dadada;
  font-size: 90%;
}

.minlist a:hover {
  background-color: #f3f3f3;
  color: #aa2716;
}

#sidecontent2 .navigation2 li:hover,
.navselected {
  background-color: #ffcf6f9e;
}

.minlist .lineheading {
  font-size: 19px;
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

#sidecontent2 ul.navigation2,
#bringinfilters ul.navigation2,
#bringinfilters2 ul.navigation2 {
  margin: 10px 0 0;
  list-style: none;

  color: #000;
  padding: 0;
}

#sidecontent2 .navigation2 a,
#sidecontent2 .navigation2 a:hover,
#sidecontent2 .navigation2 li a {
}

#sidecontent2 .navigation2 a:hover,
#bringinfilters .navigation2 a:hover,
#bringinfilters2 .navigation2 a:hover {
  color: #f70;
  text-decoration: underline;
}

#sidecontent2 .navigation2 li a,
#bringinfilters .navigation2 li a,
#bringinfilters2 .navigation2 li a {
  color: #000;
  text-decoration: none;
  border: 0;
  position: relative;
  padding-left: 28px;
}
.navigation2 a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(/images/checks.png) no-repeat 0 0;
}

.navigation2 .navselected a:before {
  background-position: 0 -48px !important;
}

.navigation2 a:focus::before {
  background-position: 0 -48px;
}
.navigation2 a:focus span {
  text-decoration: underline;
}

#navnew li,
#nav2020 li,
#navnew span:after,
#nav2020 span:after,
.norm {
  position: relative;
}

.navselected,
.norm {
  width: 160px;
  min-height: 14px;
  color: #fff;
  padding: 1px;
  position: relative;
  word-wrap: break-word;
  margin-bottom: 2px;
}

.norm:after {
  top: 7px;
  left: 100%;
  width: 0;
  height: 0;
}

.norm {
  width: 160px;
  min-height: 14px;
  color: #fff;

  top: -1px;
  font-weight: 100;
}

.piano_table img {
  display: block;
}

.versionlist {
  list-style-type: none !important;
  margin-left: -50px;
}

.versionlist li {
  padding-bottom: 2px;
  font-size: 1em;
  margin-left: 20px;
}

.versionlist li a {
  color: #aa2716;
  list-style-type: none;
  text-decoration: none;
  font-size: 1.4em;
  margin: 10px;
  color: #333;
  border: 1px solid #dadada;
  background-color: #fff;
  background-clip: padding-box;
  white-space: nowrap;
  padding: 3px 37px;

  min-width: 200px;
  max-width: 200px;

  display: table-cell;
}

.versionlist li a:hover {
  background-color: #ff7d00;
  color: #fff;
}

.versionlist .lineheading {
  font-size: 19px;
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
}

.closemodal {
  background: #606061;
  color: #fff;
  line-height: 25px;
  right: -12px;
  text-align: right;
  top: -10px;
  width: 94px !important;
  margin-right: 10px;
  padding-right: 10px;
  text-decoration: none;
  font-weight: 700;
  -moz-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

#navnew > ul > li > s,
#overlay,
#overlay div,
#overlay2,
#overlay2 div,
.newbox,
.play,
.xb,
.xb1 {
  text-align: center;
}

#overlay,
#overlay2 {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

#overlay div,
#overlay2 div {
  width: 600px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px auto;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  background-color: #fff;
  border: 1px solid #000;
  padding: 15px;
}

.greybox2,
.newbox {
  margin: 10px;
  float: left;
}

.newbox {
  height: 150px;
}

.smaller {
  white-space: initial;
  border-radius: 3px;
  height: 140px;
  background: #f5f5f5;
  width: 160px !important;
  font-size: 22px !important;
  line-height: 22px !important;
}

#navnew,
#navnew > ul > li > a {
  text-decoration: none;
  font-size: 23px;
  text-shadow: 0 0 #eeeeee;
  font-family: "open sans condensed";
}
#nav2020,
#nav2020 > ul > li > a {
  text-decoration: none;
  font-size: 28px;
  margin-top: 33px;
  margin-right: -11px;
}

.smaller img {
  height: 90px !important;
  border: 1px solid silver !important;
}

.greybox2 {
  height: 140px;
  background: #fff;
  border: 1px solid silver;
  color: #000;
  padding: 20px;
  box-shadow: 1px 1px 10px #ccc !important;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #ddd;
  height: 20px;
  width: 16px;
  border-radius: 3px;
  background: #ff9100;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
}

input[type="range"]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
  border: 1px solid #ddd;
  height: 20px;
  width: 16px;
  border-radius: 3px;
  background: #ff9100;
  cursor: pointer;
}

input[type="range"]::-ms-track {
  width: 300px;
  height: 5px;
  background: 0 0;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}

input[type="range"]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

input[type="range"]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

input[type="range"]::-ms-thumb {
  box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
  cursor: pointer;
  border: 2px solid #ddd;
  height: 22px;
  width: 16px;
  border-radius: 20%;
  background: #ff9100;
}

input[type="range"]:focus::-ms-fill-lower {
  background: #888;
}

input[type="range"]:focus::-ms-fill-upper {
  background: #ccc;
}

.app li {
  list-style: disc !important;
}

#flaglist li,
ol,
ul {
  list-style: none;
}

#progressBar {
  width: 100%;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

#progandtemp {
  border: 0;
  width: 195px;
  height: 25px;
  display: block;
}

#progress {
  position: absolute;
  left: 0;
  color: #000000;
}

#progress {
  background: linear-gradient(45deg, #a0d447, #7cc106);
  height: 25px;
  display: inline-block;
  font-weight: bold;
}

#progresstext {
  color: #000000;
  font-weight: bold;
  z-index: 1;
  text-align: center;
}

.smaller2 {
  height: 174px !important;
}

.botline1,
.botline2 {
  border-bottom: #000 1px solid;
  height: 20px;
  width: 100%;
}

.botline1 {
  background-color: #89ce13;
  border-top: #000 1px solid;
}

.botline2 {
  background-color: #346000;
  margin: auto;
}

#headstr {
  display: flex;

  background: #7cc106;
}

#logo img {
  outline: none;
  width: 216px;
}

.listbox li,
.riffbox li {
  list-style: disc;
}

.ilistbox li ul,
ol {
  list-style: none !important;
}

.navheader {
  font-weight: 700;
}
#navnew,
#nav {
  color: #fff;
  padding-top: 5px;
  top: 0;
  left: 50%;

  margin-left: -30em;
}
.menu__box.hidden {
  display: none;
}

#navnew > a {
  display: none;
}
#ulfornav {
  display: flex;
  margin-right: 50px;
  z-index: 99999;
  padding-left: 0;
  margin-top: 13px;
}
.navnew,
.nav2020 {
  width: 3.125em;
  height: 3.125em;
  text-align: left;
  text-indent: -9999px;
  background-color: #e15a1f;
  position: relative;
}
#navnew li a,
#nav2020 li a {
  color: #fff;
  display: block;
}

#navnew li a:active,
#nav2020 li a:active {
  background-color: #c00 !important;
}

#navnew span:after,
#nav2020 span:after {
  margin-right: 4px;
  width: 0;
  height: 0;
  border: 0.313em solid transparent;
  border-bottom: none;
  border-top-color: #efa585;
  content: "";
  vertical-align: middle;
  display: inline-block;
  right: -0.313em;
}

#navnew > ul,
#nav2020 > ul {
  height: 1.75em;
}

#nav2020 > ul > li {
  height: 100%;
  float: left;
  margin-left: 2px;
}

#navnew > ul > li {
  height: 100%;
  float: left;
  margin-left: 20px;
}
#navnew > ul > li:first-child {
  margin-left: 0;
}
#navnew > ul > li > a,
#nav2020 > ul > li > a {
  color: #fff;
  line-height: 1em !important;
  border-radius: 5px;
  padding: 8px;
  margin-top: -8px;
}

#navnew > ul > li > a.loginbuttons {
  margin-top: -8px;
  cursor: pointer;
  border: 1px solid #fff;
  padding: 8px;
  border-radius: 5px;

  font-size: 0.9em;
  background-color: #7cc106;
}
.logintext {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  text-decoration: none;
  margin-left: 10px;
}

.loginbuttons {
  padding: 0px 20px;
  border-radius: 5px;

  color: #fff;
  text-decoration: none;
  transition: 0.2s all ease-in;
  cursor: pointer;
}
.loginbuttons:hover {
  background-color: #ff7d00;
  text-decoration: underline;
  color: #fff;
}
#navnew > ul:not(:hover) > li.active > a,
#nav2020 > ul:not(:hover) > li.active > a,
#navnew > ul > li:hover > a,
#nav2020 > ul > li:hover > a {
  background-color: #ff7d00;
  text-decoration: underline;
}

#navnew li ul,
#nav2020 li ul {
  background-color: #7cc106;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  padding-left: 10px;
  padding-bottom: 15px;
  border-radius: 5px;
  transition: 0.3s opacity ease-in;
}

#navnew li:hover ul {
  visibility: visible;
  left: auto;
  width: 240px;
  margin-left: 0;
  padding: 50px;
  opacity: 1;
}
#nav2020 li:hover ul {
  visibility: visible;
  right: 0;
  width: 180px;

  padding: 50px;
  opacity: 1;
}
#navnew li:not(:first-child):hover ul {
  left: -21px;
}

#navnew li ul a,
#nav2020 li ul a {
  color: #fff;
  text-decoration: none;
  padding: 5px;
  width: 180px;
  font-size: 23px;
  font-weight: 100;
  border-top: 1px solid #648b20;
  padding-left: 10px;
}

#navnew li ul li a:hover,
#nav2020 li ul li a:hover,
#navnew li ul:not(:hover) li.active a,
#nav2020 li ul:not(:hover) li.active a {
  background-color: #ffa100;
}

#navnew {
  width: 98%;
  position: static;
  margin: 0;
  height: 50px;
}

.profile_box div {
  font-size: 0.8em;
}

#centercontent img {
  max-width: 100%;
}

@media (max-width: 980px) {
  #navnew li:hover ul {
    display: none;
  }
}

@media all and (max-width: 982px) {
  h1,
  h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 !important;
  }
  .header__logo-box {
    flex-wrap: wrap;
  }
  #logo {
    order: 1;
  }

  #ulfornav {
    margin-top: -40px !important;
  }

  #navnew {
    margin-left: -30em;
  }
  #navnew > ul > li {
    height: 100%;
    float: left;
    margin-left: 0px;
  }
  #navnew > ul > li:first-child {
    margin-left: 0;
  }

  #navnew span::after {
    display: none;
  }
  .header__login-box {
    order: 2;
    margin-left: 0;
  }
  #searchform {
    margin: 0;
    margin-right: 12px;
    height: 32px;
  }
  #searchdiv {
    padding-left: 0px;
    order: 3;
    margin-left: 72px;
    margin-top: 10px;
  }

  .topad {
    display: none;
  }

  .scoreholder {
    display: none;
  }

  .listboxmain .listboxrow {
    width: 0 !important;
    height: 0 !important;
    float: inherit !important;
  }

  #compinfodetails {
    margin-left: 0;
  }

  .listboxrow {
    white-space: wrap !important;
  }

  #metrbox {
    width: 280px !important;
  }

  .main_profile_box,
  .basic_box {
    width: 80% !important;
  }

  .mobonly {
    visibility: visible;
    display: block;
  }

  #leftcontent,
  #rightcontent,
  #tagtextn,
  .asmaller {
    display: none;
  }

  #score_table_top {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    width: 300px !important;
  }

  #iframemain {
    height: 1200px;
  }

  a.instpagebox h3 {
    font-size: 13px;
  }

  img.playalongimg {
    height: 40px;
  }

  .smaller img {
    height: 70px !important;
  }

  .smaller {
    height: 125px !important;
    width: 120px !important;
  }

  #centercontent {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 30px);
  }

  .instpagebox img {
    height: 50px;
  }

  a.instpagebox {
    height: 100px;
  }

  #nav2020 > ul > li > a.loginbuttons {
    margin-bottom: 0 !important;
    border-radius: 0;
    border: none;

    padding-left: 0;
    padding-right: 5px;
  }

  #navnew > ul > li > a,
  #nav2020 > ul > li > a {
    color: #fff;
    text-decoration: none;

    font-size: 1.5em;
    padding-bottom: 10px !important;
    height: auto !important;
    border-radius: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 6px !important;
    margin-top: 0 !important;
  }

  #navnew > a,
  #nav2020 > a {
    width: 3.125em;
    height: 3.125em;
    text-align: left;
    text-indent: -9999px;
    background-color: #e15a1f;
    position: relative;
    top: -80px;
    left: 4px;
  }

  #headstr {
    height: 1px;
    position: absolute;
  }

  #navnew > a:after,
  #nav2020 > a:after,
  #navnew > a:before,
  #nav2020 > a:before {
    position: absolute;
    border: 2px solid #fff;
    top: 35%;
    left: 25%;
    right: 25%;
    content: "";
  }

  #navnew > a:after,
  #nav2020 > a:after {
    top: 60%;
  }

  #navnew:not(:target) > a:first-of-type,
  #nav2020:not(:target) > a:first-of-type,
  #navnew:target > a:last-of-type,
  #nav2020:target > a:last-of-type {
    display: block;
  }

  #navnew > ul,
  #nav2020 > ul {
    width: 280px;
    height: auto;
    opacity: 0;
    visibility: hidden;
    position: absolute;

    right: 0;
    transition: 0.3s all ease-in;
    transform: translateX(-100%);
    display: block;
    margin-right: 0;
    padding-left: 0;
    top: 62px;
  }
  #navnew > ul {
    left: -18px;
  }

  #navnew > ul.active-menu,
  #nav2020 > ul.active-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    background-color: #7cc106;

    padding-bottom: 20px;
  }

  #navnew:target > ul,
  #nav2020:target > ul {
    display: block;
    margin-top: -5px;
  }

  #nav2020 > ul > li {
    background-color: #7cc106;
    width: 240px;
    float: none;
  }
  #navnew > ul > li {
    background-color: #7cc106;
    width: 280px;
    float: none;
  }

  #navnew > ul > li > a,
  #nav2020 > ul > li > a.loginbuttons {
    border-right: none;
    border-bottom: 1px solid #648b20;
  }

  #nav2020 > ul > li > a.loginbuttons {
    margin-left: 20px;
  }

  #navnew > ul > li > a,
  #nav2020 > ul > li > a {
    text-align: left;
    padding: 0 0.833em;
    background-color: #7cc106;
  }

  #navnew li ul {
    position: static;
    padding: 0 1.25em 1.25em;
    list-style: none;
    display: none;
  }

  #sidecontent2 #sortbynew {
    float: right !important;
    margin-right: calc(38% - 121px);
  }

  #sortbynew .navheader {
    display: none;
  }

  .listboxrow br {
    display: none;
  }

  body .listboxmain .listboxrow {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 0 25px 0;
  }

  body {
    overflow-x: hidden;
  }

  .fsmtitle,
  .artname__box,
  body .listboxtext {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .fsmtitle {
    display: block;
    width: auto;
    padding-left: 15px;
  }

  .artname__box {
    width: 100%;
    margin: 2px 0;
  }

  .artname__box .artname {
    padding-left: 15px;
  }

  .artname__box .fsmpages {
    padding-right: 15px !important;
  }

  .piece_type img {
    height: 25px;
    width: 25px;
  }

  .listboxtext {
    padding: 0 15px;
  }

  #sortbynew .norm {
    width: max-content;
  }

  .sortby {
    padding-left: 0;
    width: 50%;
  }

  .fsmpages,
  .fsmpages a {
    padding-right: 0px;
  }
}

@media all and (max-width: 550px) {
  .subbox img {
    max-width: 100px;
  }

  .menu__btn {
    left: 6px !important;
  }

  .loginbuttons {
    margin-left: 0;
    padding: 0px 16px;
  }

  .logintext {
    font-size: 18px;
  }

  .header__login-box {
    min-width: inherit;
  }
  #logo {
    min-width: 108px;
    max-width: max-content;
  }

  .fsmpages {
    padding-right: 0px !important;
  }

  .difflevel {
    width: 7px !important;
    height: 5px !important;
  }

  #logo img {
    width: 108px;
    height: 40px;
  }

  #overlay,
  #overlay2,
  #overlay div,
  #overlay2 div {
    width: 300px !important;
  }

  .listboxrow .scoreim {
    width: 100px !important;
  }

  .listboxmain .listboxrow {
    width: 140px !important;
    height: 310px !important;
  }

  .ditchit {
    display: none !important;
  }

  .mobonly {
    visibility: visible !important;
    display: block !important;
  }

  html {
    font-size: 75%;
  }

  .instbox {
    margin: 2px;
  }

  .lowerheading {
    margin-left: 2px !important;
  }

  .breadcrumb,
  .fixed-width,
  .fixed-width2,
  .fixed-width3,
  .notes-responsiveb,
  .responsivetable,
  .rightad,
  .topad {
    display: none;
  }

  #scoreheadertable {
    width: 50%;
  }

  #centercontent ul {
    margin-left: -40px;
  }

  #titmain {
    margin-left: -50px;
  }

  .inner-block3 {
    margin-left: 40px;
  }

  .minlist li a {
    max-width: 420px;
    overflow: hidden;
  }

  #iframemain {
    height: 1000px;
  }

  #score_table_top {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    width: 300px !important;
  }

  #botcontent #botlist li a,
  #botcontent #botlist2 li a {
    background: 0 0;
    padding-left: 1px;
  }

  .instpagebox img {
    height: 50px;
  }

  .metbuts,
  img.playalongimg {
    height: 30px;
  }

  a.greybox,
  a.greybox h3,
  a.instpagebox h3 {
    font-size: 13px;
  }

  .metbuts,
  span.metbutstext {
    font-size: 11px;
  }

  .module {
    border: 0;
    padding: 5px;
  }

  a.stylebox {
    width: 127px;
  }
}

.lowerheading {
  text-align: left;
  margin-left: 40px;
}

.notes-responsiveb {
  width: 160px;
  height: 600px;
}

@media (min-width: 600px) {
  .notes-responsiveb {
    width: 160px;
    height: 600px;
  }

  .responsivetable {
    display: block;
  }
}

#controls *,
#showSwing,
#showTempo,
.play,
.xb,
.xb1 {
  display: inline-block;
}

.notes-responsive {
  width: 468px;
  height: 60px;
}

@media (max-width: 600px) {
  .notes-responsive {
    width: 320px;
    height: 50px;
  }

  .greybox-responsive {
    margin-top: 0;
    width: 320px;
    padding: 0;
    background: #fff;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

@media (max-width: 550px) {
  #sidecontent2 #sortbynew {
    margin-right: calc(38% - 83px);
  }
  #searchdiv {
    margin-left: calc(52px + 10px);
  }
  .smaller2 {
    font-size: 18px !important;
  }

  .sortby {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
    width: 60% !important;
  }

  #displayfilter {
    margin-left: 10px;
  }

  #navnew > ul,
  #nav2020 > ul {
    top: 62px;
  }
  #nav2020,
  #nav2020 > ul > li > a {
    margin-top: 12px !important;
    margin-right: 0;
  }
}

@media (max-width: 400px) {
  .sortby .arrowselect {
    display: none;
  }
}

@media (max-width: 359px) {
  #sidecontent2 #sortbynew {
    margin-right: calc(38% - 78px);
  }
}

@media (min-width: 460px) and (max-width: 982px) {
  .notes-responsive {
    width: 468px;
    height: 60px;
  }

  .greybox-responsive {
    width: 480px;
    height: 100px;
  }
}

@media (min-width: 833px) {
  .notes-responsive {
    width: 728px;
    height: 90px;
  }

  .greybox-responsive {
    width: 730px;
  }
}

#styleNav {
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 8px;
  height: 30px;
  background: #fff;
  color: #383d42;
  border-bottom: 1px solid #dfdfdf;
}

#styleNav ul {
  padding: 0;
  margin: 0;
}

#styleNav li {
  display: inline;
  padding-top: 5px;
  padding-bottom: 10px;
  background: #efefef;
}

#styleNav li a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-top: 5px;
  color: #383d42;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 20px;
  height: 20px;
  border-right: 1px solid #dfdfdf;
  text-decoration: none;
  display: block;
  float: left;
}

#styleNav li a:hover {
  background: #ffa100;
  color: #fff;
  text-decoration: underline;
}

#styleNav li a.current:hover {
  background: #564b42;
}

#styleNav li a.current {
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: #564b42;
}

#adboxright,
#adboxright-inst {
  width: 162px;
  margin: auto;
  padding: 10px;
  padding-top: 114px;
  height: 1229px;
}

.botstuff {
  width: 600px;
  color: #fff;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90% !important;
}
.botstuff h2 {
  color: #fff;
}
#botlistleft {
  float: left;
  width: 50%;
}

#botlistright {
  float: right;
  width: 50%;
}

.transp_alphabet,
a.transp_alphabet {
  text-decoration: none;
  text-align: center;
  font-size: 1.4em;
  float: left;
  margin-left: 10px;
  color: #333;

  background: #fff;
  background-clip: padding-box;
  padding: 2px 0px 7px 3px;
  font-weight: 700;

  height: 140px;
  min-width: 100px;
  margin-bottom: 10px;
  color: #333;
  border: 1px solid #dadada;
  background-color: #fff;
  background-clip: padding-box;
}

.pdf_list {
  background: url(/images2020/pdf.svg?33=30) no-repeat #fff !important;
}

.pdf_list:hover,
.midi_list:hover,
.mp3_list:hover {
  background-color: #ff7d00 !important;
  color: #fff;
}

.midi_list {
  padding: 2px 87px;
  background: url(/images/two_notes.gif) no-repeat 6px 6px #fff !important ;
  background-size: 23px 21px !important;
  max-width: 300px !important;
}

.mp3_list {
  background: url(/images2020/mp3.svg) no-repeat #fff !important ;
  max-width: 300px !important;
}

a.transp_alphabet:hover {
  background: #ff7d00;
  color: #fff;
}

.TagsBox {
  padding: 15px;
  border: 1px solid #eee;
  background: #f5f5f5;
}

.SmallButt {
  font: 700 10px Arial, Helvetica, sans-serif;
  color: #000;
  background: #f8cb66;
  border: 1px solid;
  padding: 0;
  margin: 0;
  border-color: #7cbaff #2854a7 #2854a7 #7cbaff;
}

#taglist a {
  background: url(/images/tags.gif) left 0 no-repeat;
  height: 40px;
  line-height: 42px;
  padding-left: 52px;
  display: inline;
}

.play,
.play:hover {
  color: #fff;
}

#fsbut {
  margin-right: 90px;
}

#pause_icon {
  display: none;
}

.play {
  box-shadow: 1px 1px 1px #888;
  border-radius: 1px;
  box-sizing: border-box;
  -ms-user-select: none;
  user-select: none;
  margin: 5px;
  padding: 10px;
  text-decoration: none;
  width: 60px;
  background: #ff9100;
  border: 1px solid #8bb43f;
}

.play:hover {
  background: #ff7d00;
}

.play:active {
  background: #a1c65b;
  color: #ff7d00;
}

#showTempo {
  width: 45px;
}

#showSwing {
  width: 40px;
}

.xb,
.xb1 {
  background: #ebf9cd;
  font-weight: 700;
  padding: 4px;
  color: #191919;
  border: 1px solid #dcdcdc;
  border-radius: 1px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pubdom,
.subsonly {
  color: #999;
  font-size: 10px;
}

.subsonly {
  display: inline;
}

.xhid {
  visibility: hidden;
  width: 0;
  height: 0;
  display: none;
}

.h1img {
  float: left;
  padding-right: 10px;
  margin-top: 15px;
  margin-left: 10px;
}

.ftypeborder {
  height: 31px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-color: #fff #fff #959595;
}

#flaglist li {
  margin: 2px;
  padding: 0;
  top: 0;
}

#flaglist a,
#flaglist li {
  width: 25px;
  height: 15px;
  display: inline-block;
}

#flag1 {
  background: url(/images/flag_sprite.gif);
}

#flag2 {
  background: url(/images/flag_sprite.gif) 0 -14px;
}

#flag7 {
  background: url(/images/flag_sprite.gif) 0 -29px;
}

#flag6 {
  background: url(/images/flag_sprite.gif) 0 -44px;
}

#flag5 {
  background: url(/images/flag_sprite.gif) 0 -59px;
}

#flag4 {
  background: url(/images/flag_sprite.gif) 0 -74px;
}

#flag3 {
  background: url(/images/flag_sprite.gif) 0 -89px;
}

.mtable {
  border: 0;
  width: 100%;
  margin: 5px;
}

.topad {
  margin: auto;
  width: 470px;
}

.ca {
  clear: all;
  clear: both;
  clear: left;
}

.guitarx,
.alphabet2 {
  border: 1px #dadada solid;
  background-color: #f0f0f0;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 3px 7px 3px 7px;
  font-weight: bold;
  border-radius: 4px;
  color: #5a5a5a;
  margin: 4px;
  float: left;
  line-height: 1.1em;
  text-decoration: none;
}

a.guitarx:hover,
a.alphabet2:hover,
a.alphabet2_selected {
  background-color: #ffa100;
  color: #5a5a5a;
}

.comp_img {
  margin-right: 25px;
  margin-top: 5px;
  margin-bottom: 25px;
  float: left;
  height: 60px;
}

.listboxhead,
.listboxhead a {
  color: #000 !important;
  text-decoration: none !important;
}

.listboxhead,
.listboxhead a,
.listboxmain .listboxrow {
  text-decoration: none !important;
}

.listboxmain {
  display: table;
  width: 100%;
  border-bottom: 0.6em solid #fbfbfb;
}

.listboxhead {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #efefef;
  margin: 2px;
  display: table-cell;
  border: 5px solid #fff;
}

.listboxhead a {
  padding: 10px;
}

.listboxmain .listboxrow {
  display: table-row;
  width: 250px;
  height: 450px;
  float: left;
  margin: 5px;
  color: #000 !important;
}
.scoreholder {
  width: 200px;
}

.listboxrow a {
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.listboxmain .listboxheader {
  display: table-row;
  text-align: center;
}

a.listboxhead:hover {
  background-color: #ffa100;
  color: #fff;
  text-decoration: none;
}

.listboxmain .listbox {
  display: table-cell;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 6px;
  line-height: 4em;
  vertical-align: middle;
}

.listboxtext {
  line-height: 1.2em;
}
a.listboxrow .scoreholder {
  border: 1px solid #dbd4d4;
  padding: 15px;
  text-align: center;
}
a.listboxrow:hover .scoreholder {
  border: 1px solid black;

  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
}
.listdate {
  font-weight: 100;
  color: silver;
}

.plist {
  width: 100px;
}

.exlink {
  background-color: #efefef;
  border-bottom: solid 1px #c0c0c0;
  border-right: solid 1px #c0c0c0;
}

a.exlink,
a.exlinkon {
  color: #000;
  text-decoration: none;
  padding: 10px;
}

a.exlink:hover,
a.exlinkon:hover {
  color: #fff;
  background-color: #ffa100;
  padding: 10px;
}

.exlinkon {
  background-color: #f5f5f5;
}

.levelbox {
  float: left;
  margin: 2px;
}

.smp_table {
  margin: 3%;
}

.smp_div {
  width: 90px;
  float: left;
}

.bc {
  border-radius: 45px 26px 45px 26px !important;
}

.comp_table {
  width: 100%;
  background: #fff;
  padding: 20px;
}
#infobox {
  border: 1px solid silver;
  color: #000;
  padding: 20px;
  border: dotted;
  font-size: 22px;
  background: #fff;
}

.comp_table .comp_table_td {
  width: 15%;
  font-weight: bold;
}

.comp_table .comp_info span {
  font-weight: bold;
}

.accentbut {
  width: 40px;
  margin-left: 10px;
  float: left;
}

#rightbut {
  margin-right: 10px;
}

#mainscore {
  grid-area: sheets;
  flex: 0 1;
  overflow: hidden;
  position: relative;
  text-align: center;
  display: flex;
}

.gs {
  white-space: initial;

  height: 140px;
  background: #faf8ca;
  width: 160px;
  font-size: 22px;
  line-height: 22px;
  margin: 10px;
  float: left;
  text-align: center;
  padding: 15px;
  border: 1px solid #d2d3d4;
  display: block;
  box-shadow: 1px 1px 1px #f5d890;
  color: #444;
  text-decoration: none;
}

.gs:hover {
  background: #ffa100;
  color: #000;
}

.gs img {
  height: 90px;
  width: 140px;
  border: 1px solid silver;
  border-radius: 3px;
}

@media (max-width: 982px) {
  #adboxright {
    padding-top: 75px;
    height: 1349px;
  }
  #adboxright-inst {
    padding-top: 75px;
    height: 949px;
  }
  .videowrapper iframe {
    width: 200px !important;
    height: 150px !important;
  }
  .gs {
    height: 125px;
    width: 120px !important;
  }
  .gsrand {
    height: 280px !important;
  }
  .gs img {
    height: 72px !important;
    width: 110px !important;
  }
  .gsrand img {
    height: 132px !important;
  }
}

@media (max-width: 550px) {
  .gs2 {
    margin-bottom: 20px !important;
  }
  .gs {
    border: 0;
    padding: 5px;
  }
  #styleNav li a {
    padding-left: 2px;
    padding-right: 2px;
  }
  #navmore {
    float: left !important;
  }
  #styleNav {
    margin-left: 0px;
  }
}

.gsrand {
  width: 331px;
  height: 331px;
}

.gsrand img {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 200px;
}
#menu__toggle,
.menu__btn {
  display: none;
}
@media all and (max-width: 982px) {
  .gsrand img {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  #menu__toggle {
    opacity: 0;
  }

  #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
    display: block;
  }
  #darkgreenstrip {
    padding-bottom: 17px;
  }
  .menu__btn {
    width: 48px;
    height: 36px;
    text-indent: -9999px;
    background-color: #e15a1f;
    display: block;
    position: absolute;
    top: -38px;
    left: 0;
    margin: 2px;
    border-radius: 3px;
  }
  .menu__btn span {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    cursor: pointer;
  }
  .menu__btn > span::before,
  .menu__btn::after {
    display: block;
    position: absolute;
    transition-duration: 0.25s;
    left: 25%;
    right: 25%;
    content: "";
    width: 25px;
    height: 4px;
    background: #fff;
  }
  .menu__btn > span::before {
    top: 35%;
  }
  .menu__btn::after {
    top: 59%;
  }

  .menu__box {
    transition-duration: 0.25s;
    visibility: hidden;
  }
  #ulfornav a {
    text-indent: 0;
  }
}

.info {
  background-clip: padding-box;
  padding: 0 0 20px 40px;

  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.info-i {
  display: block;
  position: relative;
  top: 4px;
  left: -80px;
  width: 110px;
  height: 20px;
  padding-top: 1px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #ff9100;
  -webkit-transform: rotate(-26deg);
  -moz-transform: rotate(-26deg);
  -ms-transform: rotate(-26deg);
  -o-transform: rotate(-26deg);
  transform: rotate(-26deg);
}

#piano {
  background-color: #272927;
  color: #000;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: -2px;
  text-align: center;
  top: 35px;
  width: 248px;
  padding: 1px 1px 1.3px;
  display: block;
  min-width: 240px;
}

#pianoBody {
  width: 100%;
  position: relative;
  float: left;
  display: block;
}

#littleRedLine {
  background-color: #000;
  color: #000000;
  height: 0.5px;
  position: absolute;
  top: 0.1px;
  width: 100%;
  z-index: 100;
  display: block;
}

.octave {
  position: relative;
  float: left;
}

.key {
  cursor: pointer;
}

.white {
  float: left;
  width: 9.6px;
  height: 46px;
  background-color: #f4f4f4;
  border: 1px solid #626262;
  position: relative;
  -moz-border-radius: 0 0 1.5px 1.5px;
  border-radius: 0 0 1.5px 1.5px;
  background-image: -webkit-gradient(center bottom, #ffffff 90%, #cccccc 100%);
  -webkit-box-shadow: 0 -1px 0.2px 0px #838383 none,
    0 -6px 4px 1px #eeeeee inset;
  background-image: -moz-linear-gradient(
    center bottom,
    #ffffff 90%,
    #cccccc 100%
  );
  -moz-box-shadow: 0 -1px 0.2px 0px #838383 inset, 0 -6px 4px 1px #eeeeee inset;
  background-image: -gradient(center bottom, #ffffff 90%, #cccccc 100%);
  box-shadow: 0 -1px 0.2px 0px #838383 inset, 0 -6px 4px 1px #eeeeee inset;
}

.red {
  float: left;
  width: 8.8px;
  height: 46px;
  background-color: #ff9100;
  border: 1px solid #626262;
  position: relative;
  moz-border-radius: 0 0 1.5px 1.5px;
  order-radius: 0 0 1.5px 1.5px;
  box-shadow: 0 -10px 0px 0px #ff9100 inset, 0 -60px 40px 10px #eeeeee inset;
}

div.white:active,
div.white.pressed {
  border: 1px solid #343434;
  background-image: -webkit-gradient(center bottom, #ffffff 90%, #cccccc 100%);
  -webkit-box-shadow: 0 -0.5px 2px -0.3px #272927 inset;
  background-image: -moz-linear-gradient(
    center bottom,
    #ffffff 90%,
    #cccccc 100%
  );
  -moz-box-shadow: 0 -0.5px 0.2px 0px #838383 inset,
    0 -0.3px 2px -0.3px #272927 inset;
  background-image: -gradient(center bottom, #ffffff 90%, #cccccc 100%);
  box-shadow: 0 -0.5px 2px -0.3px #272927 inset;
}

div.red:active,
div.red.pressed {
  border: 1px solid #343434;
}

.black {
  float: left;
  width: 6px;
  height: 32px;
  background-color: #000000;
  border-bottom: 0.2px solid #000;
  border-left: 0.2px solid #000;
  border-right: 0.2px solid #000;
  position: absolute;
  top: 0.6px;
  z-index: 100;
  -moz-border-radius: 0 0 0.5px 0.5px;
  border-radius: 0 0 0.5px 0.5px;
  border-top: 0px;
}

.redblack {
  float: left;
  width: 6.3px;
  height: 32px;
  background-color: #ff9100;
  border-bottom: 0.2px solid #000;
  border-left: 0.2px solid #000;
  border-right: 0.2px solid #000;
  position: absolute;
  top: 0.6px;
  z-index: 100;
  -moz-border-radius: 0 0 0.5px 0.5px;
  border-radius: 0 0 0.5px 0.5px;
  border-top: 0px;
  box-shadow: 0 -10px 0px 0px #ff9100 inset, 0 -60px 40px 10px #000 inset;
}

div.black:active,
div.black.pressed {
  border: 1px solid #cecece;
  border-top: 1px solid #626262;
  -moz-box-shadow: 0 0 6px 7px #303030 inset, 0 -5px #f7f7f7 inset;
  -webkit-box-shadow: 0 0 6px 7px #303030 inset, 0 -5px #f7f7f7 inset;
  box-shadow: 0 0 6px 7px #303030 inset, 0 -5px #f7f7f7 inset;
}

div.redblack:active,
div.redblack.pressed {
  border: 1px solid #cecece;
  border-top: 1px solid #626262;
}

div.flats {
}

div.flats :nth-child(1) {
  margin-left: 7.3px;
}

div.flats :nth-child(2) {
  margin-left: 20px;
}

div.flats :nth-child(3) {
  margin-left: 40px;
}

div.flats :nth-child(4) {
  margin-left: 52px;
}

div.flats :nth-child(5) {
  margin-left: 64px;
}

#toggleKeyNames,
#toggleKeyboardKeysNames {
  font-size: 0.24px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

#toggleKeyNames.on {
  color: #ff9000;
  text-shadow: 0.1px 0.1px 0 #7e6d1f;
}

#toggleKeyboardKeysNames.on {
  color: #9c0413;
  text-shadow: 0.1px 0.1px 0 #b31706;
}

.keyname,
.kbkeyname {
  font-size: 0.4em;
  margin: 38.2px 0.1px 0 0;
  visibility: hidden;
  display: none;
}

.white .keyname {
  color: #ff9000;
  text-shadow: 0.2px 0.2px 0 #7e6d1f;
}

.white .kbkeyname {
  color: #9c0413;
  text-shadow: 2px 2px 0 #b31706;
}

.black .keyname {
  font-size: 0.16em;
  margin: 23.3px 0 0 0;
  color: #ff9000;
  text-shadow: 0.1px 0.1px 0 #7e6d1f;
}

.black .kbkeyname {
  font-size: 0.16em;
  margin: 23.3px 0 0 0;
  color: #9c0413;
  text-shadow: 0.1px 0.1px 0 #b31706;
}

div.black div.keyname,
div.black div.kbkeyname {
  margin-left: 0px;
}

.keynameon {
  visibility: visible;
  margin-top: 46px;
  font-size: 0.6em;
}

.keynameon2 {
  margin-top: -15px;
  margin-left: 0 !important;
  font-size: 0.6em;
}

.redroot {
  float: left;
  width: 8.8px;
  height: 46px;
  background-color: #ff7d00;
  border: 1px solid #626262;
  position: relative;
  moz-border-radius: 0 0 1.5px 1.5px;
  order-radius: 0 0 1.5px 1.5px;
  box-shadow: 0 -10px 0px 0px #ff7d00 inset, 0 -60px 40px 10px #eeeeee inset;
}

div.redroot:active,
div.redroot.pressed {
  border: 1px solid #343434;
}

.redblackroot {
  float: left;
  width: 6.3px;
  height: 32px;
  background-color: #ff7d00;
  border-bottom: 0.2px solid #000;
  border-left: 0.2px solid #000;
  border-right: 0.2px solid #000;
  position: absolute;
  top: 0.6px;
  z-index: 100;
  -moz-border-radius: 0 0 0.5px 0.5px;
  border-radius: 0 0 0.5px 0.5px;
  border-top: 0px;
  box-shadow: 0 -10px 0px 0px #ff7d00 inset, 0 -60px 40px 10px #000 inset;
}
div.redblackroot:active,
div.redblackroot.pressed {
  border: 1px solid #cecece;
  border-top: 1px solid #626262;
}

.videowrapper iframe {
  border-radius: 3px;
  background: #f5f5f5;
  padding: 15px;
  border: 1px solid #d2d3d4;
  display: block;
  box-shadow: 1px 1px 1px #ccc;
  width: 560px;
  height: 315px;
}

input[type="range"] {
  height: 32px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  background-color: #eceeef;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #d3d3d3;
  border-radius: 1px;
  border: 0px solid #010101;
}

input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000031;
  border: 0px solid #00001e;
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: rgb(128, 192, 64);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.5px;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #d3d3d3;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #d3d3d3;
  border-radius: 1px;
  border: 0px solid #010101;
}

input[type="range"]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000031;
  border: 0px solid #00001e;
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: rgb(128, 192, 64);
  cursor: pointer;
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type="range"]::-ms-fill-lower {
  background: #d3d3d3;
  border: 0px solid #010101;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}

input[type="range"]::-ms-fill-upper {
  background: #d3d3d3;
  border: 0px solid #010101;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}

input[type="range"]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000031;
  border: 0px solid #00001e;
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: rgb(128, 192, 64);
  cursor: pointer;
}

input[type="range"]:focus::-ms-fill-lower {
  background: #d3d3d3;
}

input[type="range"]:focus::-ms-fill-upper {
  background: #d3d3d3;
}

.box {
  position: relative;
  display: inline-block; /* Make the width of box same as image */
}
.box .text,
.gg .text {
  position: absolute;
  z-index: 1;
  padding: 5px;
  left: 10px;
  line-height: 25px;
  right: 10px;
  text-align: center;
  top: 85%; /* Adjust this value to move the positioned div up and down */
  background: #faf8ca;
  font-family: "Open Sans Condensed";
  border: 1px solid black;
  color: #000;
  font-size: 25px;
  /* height: 50px;*/
}

.gs2 {
  white-space: initial;
  height: 202px;
  width: 160px;
  font-size: 22px;
  line-height: 22px;
  margin: 20px;
  float: left;
  text-align: center;
  padding: 15px 10px 15px 10px;
  display: block;
  color: #444;
  text-decoration: none;
}
.gs2.compilations {
  margin-bottom: 60px;
}
.gs2:hover {
  background: #ffa100;
  color: #000;
}
.gs2 img {
  height: 200px;
  width: 158px;
  border: 1px solid black;
}
.gs2:hover .box .text {
  background: #ffa100;
  color: #fff;
}

@media (max-width: 982px) {
  .gs2 {
    height: 132px;
    width: 120px !important;
  }
  .gsrand {
    height: 280px !important;
  }
  .gs2 img {
    height: 150px !important;
    width: 116px !important;
  }
  .gsrand img {
    height: 132px !important;
  }
  .box .text {
    left: 7px;
    top: 80%;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 550px) {
  .gs2 {
    border: 0;
    padding: 10px 0px 15px 0px;
  }
}

.smaller3 {
  white-space: initial;

  height: 160px;
  box-shadow: 7px 9px 0px #f5d890;

  background-color: #fafce0;
  width: 160px;
  font-size: 22px;
  line-height: 22px;
  margin: 10px;
  float: left;
  text-align: center;
  padding: 15px;
  border: 1px solid #ffa100;
  display: block;

  color: #444;
  text-decoration: none;
}

.smaller3:hover {
  background: #ffa100;
  color: #fff;
}

.smaller3 img {
  height: 90px;
  width: 140px;
  border: 1px solid silver;
  border-radius: 3px;
}

.gs3 {
  white-space: initial;

  height: 140px;
  background: #f5f5f5;
  width: 160px;
  font-size: 22px;
  line-height: 22px;
  margin: 25px;
  float: left;
  text-align: center;
  padding: 15px;
  border: 1px solid #000;
  display: block;

  color: #444;
  text-decoration: none;
}
.gs3:hover {
  background: #b4d383;
  color: #000;
}
.gs3 img {
  height: 200px;
  width: 158px;
  border: 1px solid black;
}
.gs3:hover .box .text {
  background: #cadb8d;
}
.box2 {
  position: relative;
  display: inline-block; /* Make the width of box same as image */
}

.text2 {
  z-index: 999;
  padding: 5px;
  left: 10px;
  line-height: 25px;
  right: 10px;
  text-align: center;
  top: 85%; /* Adjust this value to move the positioned div up and down */
  background: #fff;
  font-family: "Open Sans Condensed";
  border: 1px solid black;
  color: #000;
  font-size: 25px;
}
.smaller3 {
  width: 140px !important;
}

.gsrand2 {
  width: 331px;
  height: 421px;
}

.full_width_display {
  padding: 1rem 1rem;
  align-items: center;

  margin: auto;

  margin: auto;
  display: block;
  padding: 20px;

  padding-top: 0px;
  max-width: 1400px;
}
.full_width_display h1 {
  padding: 10px;
  color: #444;
  text-shadow: 1px 1px #00000024;
}
@media (max-width: 982px) {
  .gs3 {
    height: 382px;
    width: 108px !important;
    font-size: 18px;
  }
  .gs3 img {
    height: 140px !important;
    width: 100px !important;
  }
  .carousel__control--forward,
  .carousel__control--backward {
    background-size: 50px 50px !important;
    width: 50px !important;
    height: 50px !important;
  }
  h2.combinations_box {
    font-size: 18px !important;
    margin: 10px !important;
    width: 80px !important;
    line-height: 22px;
  }
  .full_width_display {
    background-size: 1920px 112px;
  }
  .carousel {
    max-width: 600px !important;
  }
}
@media (max-width: 550px) {
  .gs3 {
    border: 0;
    padding: 0px 0px 15px 0px;
    width: 118px !important;
  }
  .carousel__control--forward,
  .carousel__control--backward {
    background-size: 37px 37px !important;
    width: 37px !important;
    height: 37px !important;
  }
  .box_info_text {
    display: none !important;
  }
  .smaller3 {
    font-size: 16px;
    margin: 0px;
    padding: 5px;
    line-height: 20px;
  }
}
.smaller3 img {
  height: 55px !important;
  width: 75px !important;
}
.gs2 {
  margin-bottom: 10px;
}

.mid_display {
  padding: 1rem 1rem;

  display: flow-root;
  align-items: center;
  width: 50%;
  margin: auto;
  background: #fff466;
}

.gs {
  box-shadow: 7px 9px 0px #f5d890 !important;
}

h2.combinations_box {
  float: left;
  width: 150px;
  box-shadow: 12px 17px 0px -5px #d7c180;
  background: #faf8ca;
  padding: 22px;
  transform: rotate(-5deg);
}

.box_info_text {
  background: #faf8ca !important;
  border: none;
  width: 170px;
  min-height: 100px;
  max-height: 120px;
  height: 100%;
  padding: 10px;
  font-size: 24px;
  box-shadow: 12px 17px 0px -5px #d7c180 !important;
  margin-top: 60px;
}
.box_info_text .btxt {
  font-size: 20px;
}

.rt-container {
  background: #7cc10685;
  box-shadow: 8px 8px 1px 1px #b28c43;
}

.reveal-modal {
  width: 280px;
  margin: auto;
  padding-top: 15px;
}

.form-popup {
  width: 100%;

  top: 0;
  position: absolute;
  background-color: rgba(22, 22, 22, 0.5);
  height: 100%;
}
#logindiv {
  display: none;
}

.form-container {
  max-width: 260px;
  padding: 10px;
  background-color: white;
  font-size: 22px;
}

.form-container input[type="text"],
.form-container input[type="password"] {
  width: 88%;;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

.form-container input[type="text"]:focus,
.form-container input[type="password"]:focus {
  background-color: #ddd;
  outline: none;
}

.form-container .btn {
  background-color: #4caf50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.8;
}
#lgtxt {
  display: flex;
  height: 43px;
  justify-content: center;
  font-weight: bold;
  font-size: 22px;
}

.form-container .register {
  background-color: #ff9000;
}
.form-container .btn {
  border-radius: 3px;
}

.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

.gg {
  box-shadow: none;
  background: #faf8ca;
  font-size: 26px;
  font-weight: bold;
  margin: 34px;
  height: 420px;
  color: #000;
  position: relative;
}
.gg img {
  height: 320px;
  width: 240px;
}
.gg:hover {
  background:  #ffa100;
}
@media all and (max-width: 982px) {

  .gg {
    
    margin: 0;
    margin-top: 28px;
    width: 140px !important;
    height: 129px !important;
    font-size:16px;
  }
  .gg .rtext {
    font-size: 14px;
    font-weight: 100;
    border: 1px #fc6 solid;
    background: #fff;
    padding: 3px;
  }
  .gg img {height:82px !important;width:72px!important}
  
}
