.navbar-fixed-bottom {
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 1px 3px 0 rgba(0,34,77,.1);
}

.tab-toolbar{margin: 0 auto;}
.tab-toolbar .nav-item {display: inline-block;}

.tab-toolbar .dropdown-menu{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    right: 0px;
    left: auto;
}

.main-bar-logo{
    width: 40px;
    margin-top: 5px;
    margin-left: 10px;
    float: left;
}

.navbar-brand{
    padding-left: 5px;
    padding-top: 18px;
    padding-bottom: 12px;
}

.barCursor { /* Defines the color of the bar background when a bar is played */
    background: rgba(255, 242, 0, 0.25);
}

.selectionWrapper div { /* Defines the color of the selection background */
    background: rgba(64, 64, 255, 0.1)
}

.beatCursor { /* Defines the beat cursor */
    background: rgba(64, 64, 255, 0.75)
}

.atHighlight * { /* Defines the color of the music symbols when they are being played (svg) */
    fill: #0078ff;
}

.alphaTab:not(.horizontal) {
    margin: 0 auto;
}

.alphaTabSurface {
    box-shadow:none;
    border-radius:0px;
}

.btn-link:focus, .btn-link:hover{
    text-decoration:none;
}

#trackList {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#trackList li {  padding: 5px;  }

#trackList .btn {
    background: none;
    outline: none;
}

#trackList .solo.checked {
    background: #426d9d;
    color: #FFF;
}

#trackList .mute.checked {
    background: #c9302c;
    color: #FFF;
}

#trackList .title {  cursor: pointer;  }
#trackList .title:hover {  color: #426d9d;  }

#trackList .slider-handle {
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}

.tab-toolbar, #alphaTab{width: 75%;}

button.navbar-btn{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
}

button.navbar-btn:hover, button.navbar-btn:focus{background-color: #eee;}

#tabPicDiv img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
}

.divider {
    padding: 0 20px 0;
    width: 300px;
    margin: 20px auto;
    line-height: 1px;
    border-left: 50px solid #eee;
    border-right: 50px solid #eee;
    text-align: center;
}

.favorite-container{
    position: fixed;
    bottom: 60px;
    right: 5%;
}

.favorite-container a{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    padding: 0px;
    font-size: 20px;
}

.webui-popover-content .list-group-item{
    padding: 5px;
    border: none;
    border-top: 1px #eee solid;
}

.webui-popover-content .list-group-item:first-child{
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
}

.webui-popover-content .list-group{
    margin-bottom:0px
}

.webui-popover .webui-popover-content>div:first-child{
    width: 100%;
}

.rating-container {
    display: inline-block;
}

.display-inline {
    display: inline-block;
}

#speedSeekbar{
    position: fixed;
    right: 5%;
    bottom: 80px;
    width: 50px;
    height: 200px;
}

.recommend-box{
    width: 75%;
    margin: 0 auto;
}

.recommend-box .box-title{
    font-size: 25px;
    padding: 15px 0;
    margin: 20px 0;
    border-bottom: 1px solid #EFEFEF;
}

.recommend-box .thumbnail{
    padding: 0;
}

.recommend-box .tab-item{
    padding: 10px 0;
    display: inline-block;
    font-size: 16px;
    color: #333;
}

@media (max-width: 991px) {
    .tab-toolbar, #alphaTab{width: 100%;}
    .tab-toolbar{padding-left: 10px; padding-right: 10px}
    body {padding-top: 0px;}
    #tabPicDiv img {max-width: 100%;}
    .rating-sm {font-size: 1.5em;}
    button.navbar-btn{padding-left:  10px; padding-right: 10px}
    .recommend-box{width: 90%}
}

@media (max-width: 767px) {
    button.navbar-btn{padding-left:  8px; padding-right: 8px}
    h2{font-size: 16px}
    .teaching-video-list{width: 94%}
}


@media (max-width: 320px) {
    button.navbar-btn{padding-left:  5px; padding-right: 5px}
    .teaching-video-list{width: 95%}
}