body {
    padding: 20px;
    margin-bottom: 100px;
}
form, .form-control {
    margin-bottom: 20px;
}

.btn {
  font-size: 16px;
}

.last-searches-container-inner {
    max-height: 200px;
    overflow:auto;
}

#clear-history {
    cursor:pointer;
    text-decoration:underline;
}

.last-search-entry {
    cursor:pointer;
}

.last-search-entry > span:not(:first-child) {
    display:inline-block;
    margin-left: 10px;
}

.cover {
    width: 300px;
    height: 300px;
    /*display: inline-block;*/
    background-size: cover;
}

.box {
    width: 300px;
    margin: 20px;
    display: inline-block;
    vertical-align:top;
}
.newBox {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: #C74C4C;
    width: 50px;
    height: 35px;
    top: -15px;
    left: -15px;
    position: relative;
    font-weight:bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
}

.cover:hover {
    cursor: pointer;
}
.cover.playing {
    border: 5px solid #e45343;
}

#file-upload-container {
    display:none;
}

#url-upload-container {
    display:none;
}

.btn+.btn {
    margin-left: 0px!important;
}

.btn {
    margin-top: 10px;
}

#login-button-container {
  display:none;
}

#toggle {
  display:none;
}

.footer {
    position: fixed;
    height: 100px;
    background-color: rgb(255, 255, 255);
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}

#player-bar-progress {
    width: 100%;
    background-color: rgb(128, 128, 128);
    border-radius: 5px;
    grid-row: 2 / span 1;
    grid-column: 2 / span 3;
  }
  
  #player-bar {
    width: 1%;
    height: 10px;
    background-color: #1ed760;
    border-radius: 5px;
  }

  .grid-container {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
  }

  #currently-playing-details{
    grid-column: 2 / 6;
    overflow: hidden;
  }

  #currently-playing{
    grid-column: 2 / 4;
  }

  #player-control{
    grid-column: 4 / 5;
    vertical-align: middle;
    margin-top: 20px;
    margin-right: 20px;
    text-align: right;
  }