@font-face {
  font-family: 'Lexend';
  src: url('./LexendDeca.woff2') format('woff2');
}
html {
  height: 100%;
}
body {
  font-family: Lexend;
  font-weight: 300;
  background-color: #FFF;
  margin:0;
  padding:0;
  font-size: 1.2rem;
  line-height: 1.2em;
}
body.ta,
body.tb,
body.tc {
  background-color: #bdd0bd;
}
h1 {
  font-weight: 500;
  font-size: 1.3em;
  color: #000000;
  padding: 40px 15px 0  15px;
  margin:0;
}
h2 {
  font-size: 1em;
  font-weight: 500;
  color: #000000;
  padding: 0 15px;
  margin: 0.3em 0 0.5em 0;
}
p {
  padding: 15px;
  margin:0;
  text-align: left;      
}
a {
  text-decoration: none;
}
.container {
  text-align:center;
  max-width: 600px;
  margin:0 auto;
}
.logo {
  width:160px;

}
.headerimage {
  display: inline-block;
  width: 100%
}
.slider {
  position: relative;
  width: 50%;
  height:10px;
  background-color: #a5a5a5;
  border-radius: 3px;
}
.slider div {
  position:absolute;
  left:0;
  top:0;
  width: 1%;
  height:10px;

/*
  top:0;
  height:20px;
  width: 0;
  height:20px;
*/
  background-color: #000;
}
.row {
  margin: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.row.play > div {
  text-align: center;
}
.row > div {
  flex-grow: 1;
}
.row.head > div:first-child,
.row.play > div:last-child {
  text-align: left;
}
.row.head > div:last-child,
.row.play > div:first-child {
  text-align: right;
}
.row > div.track {
  flex-grow:0;
}
#tracknum {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  padding:6px 10px;
  color:#FFF;
  background-color: #000;
  border-radius: 5px;
  margin-top:1em;
}

table {
  width: 100%;
}
td {
  text-align: center;
}

.info {
  display: block;;
  width: 70px;
  text-align: center;
  font-size: 0.9em;
  padding: 0.03em 0.6em;
  background-color: #000;
  color: #fff;
  cursor: pointer;  
  border-radius: 20px;
}

select {
  font-family: 'Lexend';
  font-weight: 300;
  appearance: none;
  -webkit-appearance: none;
  width: auto;
  text-align: center;
  font-size: 0.9em;
  line-height: 1em;
  padding: 0.2em 0.6em;
  background-color: #000;
  color: #fff;
  cursor: pointer;  
  border: none;
  border-radius: 20px;
}

@media screen and (orientation: landscape) and (max-width: 999px) {
  .container {
    display: flex;
    max-width: none;
  }
  .container > div {
    flex: 1;
  }
  .col2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .headerimage {
    padding: 0 15px;
    width: calc(100% - 30px);
  }
}    
