@import url("https://fonts.googleapis.com/css?family=Kalam|Roboto+Slab:400,700");
* {
  box-sizing: border-box; }

.hidden {
  display: none !important; }

.invisible {
  visibility: hidden; }

body {
  font-family: 'Roboto Slab', sans-serif; }

h1 {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  margin: 10px auto; }

h2 {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  font-style: italic;
  color: #0a0a0a;
  margin: 8px auto 12px;
  color: gray; }

.flexer {
  display: flex;
  width: 600px;
  max-width: 100%; }
  @media screen and (max-width: 700px) {
    .flexer {
      flex-direction: column; } }

ul {
  list-style: none;
  padding-left: 0; }

label {
  cursor: pointer; }

.page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }

.card {
  width: 240px;
  height: 230px;
  flex: 0 0 240px;
  border: 3px solid #b3b3b3;
  position: relative;
  font-family: 'Kalam', sans-serif;
  margin: 10px auto;
  overflow: hidden; }
  .card:hover #reset {
    display: block; }
  .card #reset {
    display: none;
    cursor: pointer;
    outline: 0;
    border: none;
    color: #fff;
    font-family: 'Roboto Slab', sans-serif;
    border-radius: 4px;
    background-color: red;
    width: 50px;
    height: 28px;
    font-size: 10px;
    position: absolute;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    top: 5px;
    right: 5px; }
    .card #reset:hover, .card #reset.k-active {
      background-color: #cc0000; }
  .card svg {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 75px);
    width: 150px;
    height: 150px; }
    .card svg.single {
      display: none;
      transform: translate(71px, 71px); }
    .card svg.double {
      display: none;
      transform: scaleX(-1); }
    .card svg.triple {
      display: none; }
    .card svg.homerun {
      display: none; }
  .card .center {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 75px);
    display: flex;
    justify-content: center;
    align-items: center; }
    .card .center div {
      display: none;
      text-align: center;
      font-size: 57px;
      line-height: 57px; }
      .card .center div.shown {
        display: block; }
  .card .top-right {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 110px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .card .top-right div {
      display: none;
      text-align: center;
      font-size: 45px;
      line-height: 42px; }
      .card .top-right div.shown {
        display: block; }
  .card .top-left {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 105px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .card .top-left div {
      display: none;
      text-align: center;
      font-size: 45px;
      line-height: 42px; }
      .card .top-left div.shown {
        display: block; }
  .card .bottom-right {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .card .bottom-right div {
      display: none;
      text-align: center;
      font-size: 45px;
      line-height: 42px; }
      .card .bottom-right div.shown {
        display: block; }
  .card .bottom-left {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .card .bottom-left div {
      display: none;
      text-align: center;
      font-size: 45px;
      line-height: 42px; }
      .card .bottom-left div.shown {
        display: block; }
  .card .center div.medium {
    font-size: 46px;
    line-height: 46px; }
  .card .center div.small {
    font-size: 35px;
    line-height: 35px; }
  .card .top-left div.xlarge, .card .top-right div.xlarge, .card .bottom-left div.xlarge, .card .bottom-right div.xlarge {
    font-size: 40px;
    line-height: 40px; }
  .card .top-left div.large, .card .top-right div.large, .card .bottom-left div.large, .card .bottom-right div.large {
    font-size: 32px;
    line-height: 32px; }
  .card .top-left div.medium, .card .top-right div.medium, .card .bottom-left div.medium, .card .bottom-right div.medium {
    font-size: 30px;
    line-height: 30px; }
  .card .top-left div.dropped, .card .top-right div.dropped, .card .bottom-left div.dropped, .card .bottom-right div.dropped {
    font-size: 32px;
    line-height: 32px;
    padding-right: 7px; }
  .card .rbi-wrap {
    position: absolute;
    top: 0;
    left: 5px;
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .card .rbi-wrap .rbi-dot {
      width: 15px;
      height: 15px;
      background-color: RoyalBlue;
      border-radius: 50%;
      margin: 0 4px; }
  .card .strikeout-looking {
    transform: scaleX(-1); }

.button-container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%; }
  .button-container .buttons, .button-container .positions {
    margin: 0 10px; }
  .button-container label {
    font-size: 14px; }
  .button-container .flexed {
    display: flex;
    justify-content: center;
    align-items: center; }
    .button-container .flexed.radio {
      margin: 9px 0; }
      .button-container .flexed.radio label {
        line-height: 18px; }
  .button-container input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    padding: 8px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    outline: 0;
    cursor: pointer;
    margin: 0 7px 0 0; }
    .button-container input[type="checkbox"]:checked:after {
      content: '\2714';
      font-size: 17px;
      position: absolute;
      top: -3px;
      left: 2px;
      color: #444; }
  .button-container input[type="radio"] {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    padding: 9px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    outline: 0;
    cursor: pointer;
    margin: 0 7px 0 0; }
    .button-container input[type="radio"]:checked:after {
      content: '\2022';
      font-size: 36px;
      line-height: 40px;
      position: absolute;
      top: -11px;
      left: 3px;
      color: #444; }
  .button-container button {
    cursor: pointer;
    outline: 0;
    border: none;
    color: #fff;
    font-family: 'Roboto Slab', sans-serif;
    display: block;
    border-radius: 4px; }
    .button-container button.play {
      background: radial-gradient(at left bottom, #3c3cff 0%, #3c3cff 75%, #2222ff 100%);
      width: 90%;
      max-width: 145px;
      height: 40px;
      font-size: 18px;
      margin: 10px auto; }
      .button-container button.play:hover, .button-container button.play.k-active {
        background: #000088; }
    .button-container button.subplay {
      background: radial-gradient(at left bottom, #ff1a1a 0%, #ff1a1a 75%, red 100%);
      width: 80%;
      max-width: 122px;
      height: 35px;
      font-size: 14px;
      margin: 10px auto; }
      .button-container button.subplay.long-play {
        font-size: 13px;
        line-height: 13px; }
      .button-container button.subplay:hover, .button-container button.subplay.k-active {
        background: #cc0000; }
    .button-container button.position {
      background: radial-gradient(at left bottom, #00cd00 0%, #00cd00 75%, #00b300 100%);
      width: 80%;
      max-width: 122px;
      height: 35px;
      font-size: 14px;
      margin: 10px auto; }
      .button-container button.position.long-position {
        font-size: 12px;
        line-height: 13px; }
      .button-container button.position:hover, .button-container button.position.k-active {
        background: green; }
      @media screen and (max-width: 350px) {
        .button-container button.position {
          font-size: 12px;
          line-height: 14px;
          padding: 1px 4px; } }
    .button-container button[disabled] {
      opacity: 0.5; }
      .button-container button[disabled].k-active {
        opacity: 1.0; }
      .button-container button[disabled]:hover {
        background-color: #00e600; }
  .button-container .header {
    font-size: 18px;
    line-height: 22px;
    margin: 15px auto;
    display: block;
    text-align: center; }
    .button-container .header span.atleast {
      font-size: 13px;
      line-height: 15px;
      display: block;
      font-style: italic;
      margin-top: 5px; }
  .button-container .button-subgroup {
    display: none; }
    .button-container .button-subgroup.open {
      display: block; }
  .button-container .button-subgroup-subcategory {
    display: none; }
    .button-container .button-subgroup-subcategory.open {
      display: block; }
  .button-container #rbi-updater, .button-container #tickmarks {
    width: 130px;
    display: flex;
    justify-content: space-between; }
  .button-container #position-list {
    padding-left: 20px; }
  .button-container .alert {
    color: #cc0000;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: center; }
  .button-container .rbi-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .button-container .rbi-group .header {
      margin-bottom: 5px; }

/* range styling from http://danielstern.ca/range.css */
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 5.45px 0; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 7.1px;
  cursor: pointer;
  box-shadow: 0px 0px 0.2px #000000, 0px 0px 0px #0d0d0d;
  background: #e7e8e7;
  border-radius: 1.3px;
  border: 0px solid #010101; }

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0.3px 0.3px 0px rgba(0, 0, 0, 0.35), 0px 0px 0.3px rgba(13, 13, 13, 0.35);
  border: 1px solid #000000;
  height: 18px;
  width: 18px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.45px; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #f4f4f4; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 7.1px;
  cursor: pointer;
  box-shadow: 0px 0px 0.2px #000000, 0px 0px 0px #0d0d0d;
  background: #e7e8e7;
  border-radius: 1.3px;
  border: 0px solid #010101; }

input[type=range]::-moz-range-thumb {
  box-shadow: 0.3px 0.3px 0px rgba(0, 0, 0, 0.35), 0px 0px 0.3px rgba(13, 13, 13, 0.35);
  border: 1px solid #000000;
  height: 18px;
  width: 18px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer; }

input[type=range]::-ms-track {
  width: 100%;
  height: 7.1px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #dadcda;
  border: 0px solid #010101;
  border-radius: 2.6px;
  box-shadow: 0px 0px 0.2px #000000, 0px 0px 0px #0d0d0d; }

input[type=range]::-ms-fill-upper {
  background: #e7e8e7;
  border: 0px solid #010101;
  border-radius: 2.6px;
  box-shadow: 0px 0px 0.2px #000000, 0px 0px 0px #0d0d0d; }

input[type=range]::-ms-thumb {
  box-shadow: 0.3px 0.3px 0px rgba(0, 0, 0, 0.35), 0px 0px 0.3px rgba(13, 13, 13, 0.35);
  border: 1px solid #000000;
  height: 18px;
  width: 18px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  height: 7.1px; }

input[type=range]:focus::-ms-fill-lower {
  background: #e7e8e7; }

input[type=range]:focus::-ms-fill-upper {
  background: #f4f4f4; }

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