@media screen and (min-width: 960px) {
  html {
    margin-left: calc(100vw - 100%);
    margin-right: 0;
  }
}
* {
  outline: none;
}

body {
  font-family: Nunito, sans-serif;
}

#app {
  width: 100vw;
}
#app header {
  position: relative;
  background-color: #f00;
  display: block;
  width: 100%;
  height: auto;
  min-height: 50px;
}
#app header #logo {
  position: relative;
  float: left;
  font-family: "Black Ops One", sans-serif;
  color: #fff;
  font-size: 2.5em;
  cursor: pointer;
}
#app header #headerLinks {
  position: relative;
  text-align: right;
  color: #fff;
  width: 100%;
}
#app header #headerLinks .headerLinks-content {
  position: absolute;
  width: 100%;
  top: 2px;
  right: 2px;
}
#app header #headerLinks .headerLinks-content a {
  margin-right: 5px;
  font-weight: bold;
}
#app header #headerLinks .headerLinks-content a:link, #app header #headerLinks .headerLinks-content a:visited {
  color: #fff;
  text-decoration: none;
}
#app header #headerLinks .headerLinks-content a:hover, #app header #headerLinks .headerLinks-content a:active {
  color: #f55;
  text-decoration: none;
}
#app #content {
  color: #000;
  width: 50%;
  margin: 30px auto;
}
#app #content #mainButtons {
  text-align: center;
}

div.section#custom {
  display: none;
}

div.sectionSubTitle {
  font-size: 110%;
  font-weight: bold;
  margin-top: 10px;
}

#randomOptions {
  display: none;
}

#showCustomize {
  cursor: pointer;
}

.modifier {
  font-size: 1.4em;
  margin-left: 5px;
}

/*** _modals ******************************************************************/
.blocker, #modal {
  display: none;
  position: fixed;
  overflow: auto;
}

.blocker {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 900;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

#modal {
  top: 30px;
  left: 50%;
  z-index: 1500;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  width: 95%;
  min-height: 150px;
  max-height: 95vh;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 3px;
}
@media (min-width: 600px) {
  #modal {
    top: 40px;
    width: 70%;
    min-height: 300px;
    padding: 5px;
  }
}
@media (min-width: 900px) {
  #modal {
    top: 40px;
    width: 60%;
    min-height: 300px;
  }
}
#modal #modalHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f00;
  min-height: 40px;
  max-height: 50px;
  padding: 5px;
}
#modal #modalHeader #modalTitle {
  font-family: "Black Ops One", sans-serif;
  margin-top: 0;
  color: #000;
  font-size: 1.7em;
}
#modal #modalHeader #modalIcons {
  float: right;
  text-align: right;
}
#modal p {
  margin: 12px auto;
}
#modal #modalContent {
  line-height: 20px;
  color: #000;
  margin: 70px auto 10px auto;
}
#modal #begin, #modal #cancel, #modal #reset {
  font-family: "Black Ops One", sans-serif;
  display: inline-block;
  color: white;
  text-align: center;
  width: 100px;
  background-color: #f00;
  margin: 0 auto;
  padding: 5px;
  cursor: pointer;
}

#modal .closeModal {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 10px;
  top: 10px;
  opacity: 0.3;
}
#modal .closeModal:hover {
  opacity: 1;
}
#modal .closeModal:before, #modal .closeModal:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #aaa;
}
#modal .closeModal:before {
  transform: rotate(45deg);
}
#modal .closeModal:after {
  transform: rotate(-45deg);
}

#modes {
  display: none;
  margin-left: 5px;
}

/*** _forms *******************************************************************/
label {
  display: block;
}

.checkbox {
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
  position: relative;
}
.checkbox .drillParams {
  display: block;
}

.mainBtn, .tonicBtn, .devBtn {
  position: relative;
  margin: 10px auto;
  color: #fff;
  background-color: #f00;
  border-radius: 0.2em;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}

.mainBtn {
  padding: 0.7em;
  width: 200px;
  display: block;
  font-size: 1.2em;
}

.tonicBtn {
  padding: 0.4em;
  width: 30px;
  display: inline-block;
  font-size: 1em;
}

.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
}

.editableBox {
  width: 75px;
  height: 30px;
}

.minutesBox {
  width: 54px;
  margin-left: -78px;
  height: 25px;
  border: none;
}

.optionsGroup {
  margin: 25px auto;
}

/*# sourceMappingURL=sp-main.css.map */
