html {
    background-color: #111;
}
body {
    margin: 0px;
    padding: 0px;
	background-color: #111;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	height: 100%;
    color: #999999;
    touch-action: pan-x pan-y;
    border-radius: 7px;
}

body::-webkit-scrollbar {
    display: none;
}

.player-title {
    display: inline-block;
    font-weight: 100;
    margin-right: 15px;
}

.player {
    display: inline-block;
    padding: 5px 15px;
    border: 0.5px solid #666;
    border-radius: 7px;
    margin: 15px;
    font-weight: 100;
    cursor: pointer;
}

.table {
    display: table;
    width: 99%;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
}

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

.pc-title {
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
    padding-top: 5px;
}

.margin-pad {
    margin: 15px 20px;
}

.margin-pad-small {
    margin: 5px 20px;
}

.pc_item_box {
    background-color: #1b1b1b;
    border-radius: 10px;
    padding: 5px;
}

.pc_header {
    text-align: left;
    padding: 2px;
    padding-left: 25px;
    background-color: #222;
    font-size: 18px;
    color: #666;
    font-weight: 300;
}

.pc_item {
    text-align: left;
    padding: 5px;
    font-weight: 700;
    font-size: 20px;
}

.pc_item_desc {
    text-align: left;
    padding: 0 5px 5px 5px;
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
    white-space: pre-line
}

.pc_item_pre {
    text-align: left;
    padding: 5px;
    font-weight: 700;
    font-size: 15px;
}

.pc_item_desc_pre {
    text-align: left;
    padding: 0 5px 5px 5px;
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
    white-space: pre-line
}

.pc_item_prayer {
    text-align: left;
    padding: 5px;
    font-size: 16px;
}

.pc_song {
    text-align: left;
    padding: 5px;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}

.pc_song_desc {
    text-align: left;
    padding: 0 5px 5px 5px;
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
    white-space: pre-line
}

.pc_song_arr {
    text-align: left;
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
    white-space: pre-line;
    padding: 10px 0px;
}

.expand-songs {
    float: right;
    font-size: 10px;
    line-height: 23px;
    padding-right: 10px;
    cursor: pointer;
    margin-right: 5px;
}

.pc_series {
    font-size: 24px;
    font-weight: 700;
    margin: 0 10px;
}
.pc_plan {
    font-size: 22px;
    font-style: italic;
    margin: 0 10px;
}

.team-list {
    padding: 5px;
}

.pc_team {
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
}

.pc_team_title {
    cursor: pointer;
    text-align: right;
    padding: 1px;
    padding-right: 25px;
    background-color: #1a1a1a;
    text-transform: uppercase;
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.pc_team_position {
    color: #666;
    padding-right: 5px;
    font-style: italic;
    text-align: right;
    width: 50%;
}

.pc_team_member {
    font-weight: 700;
    text-align: left;
    width: 50%;
}

.color_C {
    color: darkgreen;
}

.color_U {
    color: #905821;
}

.color_D {
    color: darkred;
}

.pc-song-extra {
    display: none;
    text-align: left;
    padding: 0 5px 0 5px;
    font-weight: normal;
    white-space: pre-line;
    font-weight: 15px;
}

.song-auth {
    font-style: italic;
    font-size: 13px;
}

.song-info {
    display: inline-block;
    color: #999999;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
}

.key {
    background-color: green;
    color: white;
    margin-left: 10px;
    padding: 1px 5px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 300;
}

.btn {
    display: inline-block;
    border-radius: 7px;
    padding: 5px;
    border: 1px solid #555;
    margin-bottom: 10px;
    cursor: pointer;
}

.pad_group {
    padding: 10px;
    display: none;
    overflow-x: auto;
}

.btn_pad {
    display: inline-block;
    border-radius: 7px;
    padding: 5px;
    border: 1px solid #555;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 32px;
    text-align: center;
    flex: 0 0 auto;
}

.btn_active {
    color: green;
    border-color: green;
}

.btn_active_yellow {
    color: orange;
    border-color: orange;
}

.btn_active_white {
    border: 2px solid #999 !important;
    font-weight: 600;
}

.pad_group::-webkit-scrollbar {
    display: none;
}  

@keyframes glowing {
    0% {
        border-color: white;
        color: white;
        box-shadow: 0 0 1px 1px white;
    }
}

.extra-space {
    display: inline-block;
    width: 20px;
}

.pc_media_icon {
    float: right;
    color: darkgreen;
    border-radius: 100%;
    border: 1px solid darkgreen;
    font-weight: 500;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.copy-text {
    display: inline-block;
    cursor: copy;
}

/* BURGER MENU START */
.burger-menu {
    float: right;
    cursor: pointer;
    padding: 5px;
    width: 40px;
    height: 40px;
}

.bar1, .bar2, .bar3 {
    width: 40px;
    height: 4px;
    background-color: #666;
    margin: 7px 0;
    transition: 0.4s;
    border-radius: 2px;
}
  
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 6px);
    transform: rotate(-45deg) translate(-8px, 6px);
}
  
.change .bar2 {opacity: 0;}
  
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.top-menu {
    padding-top: env(safe-area-inset-top, 10px);
    position: fixed;
    top: 0;
    height: 50px;
    padding: 5px 10px;
    background: inherit;
}

.sticky-header {
    display: inline-block;
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    color: #a9a9a9;
}

.hub-menu {
    position: absolute;
    left: 10px;
    margin-top: 5px;
    padding: 0 15px;
    text-align: center;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-radius: 10px;
    background-color: #222;
}

.menu-buttons {
    position: absolute;
    right: 10px;
    margin-top: 5px;
    padding: 0 15px;
    text-align: center;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-radius: 10px;
    background-color: #222;
}

.button {
    display: inline-block;
    border: 1px solid #666;
    border-radius: 7px;
    padding: 7px;
    color: #999;
    width: 175px;
    cursor: pointer;
}

@media screen and (min-width: 600px) {
    .mobile-br {
        display: none !important;
    }
}

/* METRONOME */
.tempo-controls {
    display: none;
    text-align: center;
    padding: 7px 0;
}
.tempo-container {
    display: inline-block;
}
.bpm-change {
    display: inline-block;
    border: 1px solid #666;
    border-radius: 100%;
    margin: 0 15px;
    background: inherit;
    color: #999;
    height: 30px;
    width: 30px;
}
.time-change {
    display: inline-block;
    border: 1px solid #666;
    border-radius: 7px;
    margin: 0 15px;
    background: inherit;
    color: #999;
    height: 30px;
    width: 50px;
}