* {
  margin: 0px;
  padding: 0px;
}
body {
  background-color: #2C2C2E;
  font-family: sans-serif;
  -webkit-user-select: none;
  cursor: default;
  font-size: 75%;
}

header {
  background-color: black;
  height: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
}

header img {
  margin-top: 15px;
  height: 80%;
}

main {
  background-color: #2C2C2E;
}

.controller1 {
  background-color: #5A5B5E;
  width: 60%;
  margin: 40px auto;
  border-radius: 2px;
  padding: 40px 20px;
  text-align: left;
  min-width: 343px;
}

.side {
  min-width: 350px;
}

h1 {
  font-family: sans-serif;
  font-size: 2em;
  text-align: center;
  -webkit-margin-before: 0.67em;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}

.row {
  display: flex;
  justify-content: center;
  margin: 5px auto;
}

.row > * {
  display: inline-block;
  margin: 0 5px;
}

#top-row {
  justify-content: flex-start;
  padding-left: 22px;
  padding-bottom: 15px;
}

.input-group {
  margin-top: 25px;
  font-weight: 400;
}

.input-group > * {
  margin-right: 10px;
}

button {
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-family: Courier New;
  color: #000000;
  font-size: 15px;
  background: #D1D2D4;
  padding: 6px 14px;
  text-decoration: none;
  border: none;
}

button:hover {
  background: #F1F500;
  text-decoration: none;
}

button:focus, select:focus {
  outline: 0;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.25em;
}

hr {
  background: black;
  border: none;
  border-top: 1px solid black;
  margin-top: 5px;
}

.left {
  margin-right: 25px;
}

select {
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-family: Courier New;
  color: #000000;
  font-size: 15px;
  background: #fff;
  padding: 6px 14px;
  text-decoration: none;
  border: none;
}

select:hover {
  background: #F1F500;
  text-decoration: none;
}

.green-dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #40B643;
  margin-top: 7px;
}

@media screen and (max-width: 1225px) {

  #top-row {
    justify-content: center;
  }

  .side {
    width: 330px;
    margin: 0 auto;
  }

  #bottom-row {
    flex-direction: column;
  }

  #bottom-row .right {
    margin-top: 25px;
  }
}

@media screen and (max-width: 560px) {
  header {
    background-image: url("assets/images/slipabeat-icon.png");
    background-repeat: no-repeat;
    background-position: 52% 50%;
    width: auto;
    height: 75px;
    margin: 0;
    padding: 10px;;
  }
  header > img {
    display: none;
  }
  #top-row {
    padding-bottom: 0;
  }
  .controller1 {
    margin-top: 20px;
    padding: 20px;
  }
}

/*@media screen and (max-width: 330px) {*/
  /*.side, .controller1 {*/
    /*width: 100%;*/
    /*min-width: initial;*/
  /*}*/
/*}*/
