body {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Asap', sans-serif;
    background:#E0E0E0;
    padding:0px;
    margin:0px;
    color:#333;
    min-height:100%;
}

a {
    color: #ca6720;
}

.header {
    text-align:left;
    position:fixed;
    height:30px;
    left:0px;
    right:0px;
    background:#FFF;
    padding:10px 5px 10px 10px;
    border-bottom:5px solid #CCC;
    font-size:20px;
    line-height: 30px;
    white-space: nowrap;
}

.content {  
    position:fixed;
    top:62px;
    bottom:0px;
    left:0px;
    right:0px;
    -webkit-overflow-scrolling:touch;
    margin-bottom:30px;
    overflow: auto;
}

.footer {
    position:fixed;
    height:22px;
    left:0px;
    right:0px;
    bottom:0px;
    background:#FFF;
    color:888;
    text-align:center;
    padding:5px 0px 0px 0px;
    border-top:5px solid #CCC;
    font-size:12px;
}

#overlay {
    display: none;
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: white;
    padding-bottom: 20px
}

.overlay-content {
    height: 100%;
    padding: 20px;
}

.overlay-close {
    display: block;
    float: right;
    right: 0;
    top: 0;
    padding: 10px;
}

.addButton {
    display: block;
    position: fixed;
    right: 25px;
    bottom: 40px;
}

select {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #AAAAAA;
    height: 40px;
}

li {
    border-radius: 4px;
    margin: 5px;
}

li:hover {
    background-color: rgb(232, 240, 254);
}

#streamList {

}

#streamList ul {
    list-style: none;
    padding: 0;
    width: 100%
}

#streamList li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    line-height: 50px;
    margin: 0;
    padding: 10px 0 10px 0;
}

#streamList li:nth-child(even) {
    background: rgb(232, 240, 254)
}

#streamList li span {
    text-align:left;
    width: 350px;
}

#streamList li span img{
    height: 100px;
}

.flag {
    height: 20px !important;
}

.streamer-name {
    font-size: 30px;
}

.streamer-pic {
    width: 120px !important;
}

.streamer-col {
    width: 350px;
}

@media screen and (max-width: 1200px) {
  #streamList li {
    flex-direction: row;
  }

  #streamList li span {
    text-align: left;
    line-height: 30px;
  }

  #streamList li span img{
    height: 60px;
  }

  .flag {
    height: 20px !important;
  }

  .streamer-name {
    font-size: 20px;
  }

  .streamer-pic {
    width: 80px !important;
  }

  .streamer-col {
    width: 275px !important;
  }
}

@media screen and (max-width: 905px) {
  #streamList li {
    flex-direction: column;
  }

  #streamList li span {
    text-align: center;
    line-height: 30px;
    flex: 1;
  }

  #streamList li span img{
    height: 60px;
  }

  .flag {
    height: 20px !important;
  }

  .streamer-name {
    font-size: 20px;
  }

  .streamer-pic {
    width: 100% !important;
  }

  .streamer-col {
    width: 100% !important;
  }
}

@media screen and (max-width: 400px) {
  #streamList li {
    flex-direction: column;
  }

  #streamList li span {
    text-align: center;
    line-height: 30px;
    flex: 1;
  }

  #streamList li span img{
    height: 60px;
  }

  .flag {
    height: 20px !important;
  }

  .streamer-name {
    font-size: 20px;
  }

  .streamer-pic {
    width: 100% !important;
  }

  .streamer-col {
    width: 100% !important;
  }
}