*{
  margin:0;padding:0;
  font-family: 'Barlow Condensed', sans-serif;
  box-sizing: border-box;

}
body{
  background:#fff;
}

.header{
  align-content: center;
  align-items: stretch;
  background: #111111;
  box-shadow:
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 2px 9px 1px rgba(0, 0, 0, 0.12),
    0 4px 2px -2px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 20px;
  height: 56px;
  justify-content: flex-start;
  padding: 16px 16px 0 16px;
  position: fixed;
  transition: transform 0.233s cubic-bezier(0, 0, 0.21, 1) 0.1s;
  width: 100%;
  will-change: transform;
  z-index: 1000;
}

.header h1 {
  flex: 1;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  font-family: 'Helvetica', 'Verdana', sans-serif;
}

.header button {
  border: none;
  cursor: pointer;
  height: 24px;
  margin-right: 16px;
  opacity: 0.54;
  outline: none;
  overflow: hidden;
  text-indent: -30000px;
  transition: opacity 0.333s cubic-bezier(0, 0, 0.21, 1);
  width: 24px;
}

.header #butInstall {
  background: url(/images/install.svg) center center no-repeat;
}

.header .sponsored-by {
  color: white;
  font-size: 0.6em;
  text-decoration: none;
}

.main {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding:60px 0 0 10px;
}

table{
  border:0px;
}
hr{
  border:1px solid #ccc;
}
table td{
  padding:0px;
  margin:0px;
  font-size: 1.25em;
}
table td input{
  font-size: 1em;
}
table.header td{
  padding:10px 0px;
  font-size: 1.5em;
}

button.active{
  background:#fff
}
button.inactive{
  background:#ccc
}

*:focus {
  outline: 0;
}


#listTable {
  width:100%
}
#listTable tr td:nth-child(1) {
  text-align: right;
  width:4em;
  padding-right:5px
}
#listTable tr td:nth-child(3) {
  width:2em;
  text-align: right
}
#listTable tr td:nth-child(3) button {
  background:#fff;font-weight:bold;height:30px;width:30px;border:1px solid #000;
}