  body{
        padding-top:50px;
    }
    /* fix padding under menu after resize */
    @media screen and (max-width: 767px) {
        body { padding-top: 50px; }
    }
    @media screen and (min-width:768px) and (max-width: 991px) {
        body { padding-top: 50px; }
    }
    @media screen and (min-width: 992px) {
        body { padding-top: 60px; }
    }

    * {
  border-radius: 0 !important;
}

    .highlighted {
    background: yellow;
}

 .linkDisabled {
  cursor: not-allowed;
  pointer-events: none;
  color: grey;
}
 .drop-up {
    top: auto;
    bottom: 100% !important;
}
 .nopadding
 {
     padding-left:0px !important;
     padding-right:0px !important;
 }

 .nomargin
 {
     margin-left:0px !important;
     margin-right:0px !important;
 }

 .scrollable-menu {
    height: auto;
    max-height: 300px;
    width:auto;
    overflow-x: hidden;
    left: 50%;
    margin-left: -50px;
}
 .dropdownheader
{
    font-size: 15px !important;
    color:black !important;
}

 .even{
   background-color: white;
}

.odd{
   background-color: #f9f9f9;
}

.playing{
   color: #3c763d;
   background-color: #dff0d8;
   border-color: #d6e9c6;
}
.fixedPosition { position:fixed}