		html, body{
          overscroll-behavior: none !important;
        }

        .row {
            background: #eef;
        }
        .row:nth-child(2n) {
            background: #fff;
        }

        #plTrack .plSel {
          font-weight: bold;
        }
        .header {
          color: #999;
          border-bottom: 1px solid #999;
        }
        .container {
          min-width: 300px;
          padding-right: 25px;
          padding-left: 25px;
          padding-top: 50px;
          margin-right: auto;
          margin-left: auto;
        }  
        .main-container {
          background-color: rgba(0, 0, 0, 0.6);
          padding: 75px;
          margin-bottom: 70px;
        }
        
        #ups_entry {
          width: 90%;
          height: 100px;
        }

        #text_entry {
          width: 90%;
          height: 100px;
        }

        .play_custom {
          margin:3px;
        }

        .combodelay_class {
          margin-top:7px;
        }

        .pcustomlink {
          margin-top:10px;
        }

    figure {
      /*background: #ddd;
      height: 200px;*/
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
    }

    figure button[name="play"] {
      width: 30px;
      height: 30px;
      background: #3578E5;
      border: none;
      border-radius: 100%;
      margin: auto;
      cursor: pointer;
    }
    figure button[name="play"]:focus {
      outline: 0;
      border: 1px solid hsl(210, 58%, 69%);
      box-shadow: 0 0 0 3px hsla(210, 76%, 57%, 0.5);
    }

    figure button[name="play"]::after {
      content: '';
      display: inline-block;
      position: relative;
      top: 0px;
      left: 2px;
      border-style: solid;
      border-width: 4px 0 4px 9px;
      border-color: transparent transparent transparent white;
    }   