.container {
  padding-top: 20px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

html {
  height: 100%;
}
body {
  #background-image: linear-gradient(#e7fbff, #d4f9d4);
  height: 100%;
  background-image: url('/img/bg2.jpg');
  background-size: cover;
  background-repeat: none;
  background-position: center bottom;
}

button {
    touch-action: manipulation;
    width: 100% !important;
    background-color: white !important;
    opacity: 0.8;
}

a:link {
  color: blue;
}
a:visited {
  color: blue;
}
a:hover {
  color: blue;
}
a:active {
  color: blue;
}

.resetButtons {
  margin-left: 20px;
  margin-right: 20px;
}

.btn01 {
  border: 1px solid black;
  border-radius:10px;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 20px !important;
  height: 20px !important;
  font-weight: bold;
  font-size: 28px;
  text-decoration: none;
  color: blue;
  margin-top: 10px;
  background-color: white !important;
}

.btn02 {
  border: 1px solid black;
  border-radius:10px;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 12px;
  width: 20px !important;
  height: 20px !important;
  font-weight: bold;
  font-size: 28px;
  text-decoration: none;
  color: blue;
  margin-top: 10px;
  background-color: white !important;
}

.button-secondary {
  color: #FFF;
  background-color: #51e172;
  border-color: #51e172;
}

.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  padding: 0;
  margin: 0;
  list-style: none;
}

.stat-inning {
  font-size: 26px;
  font-weight: bold;
}

.stat-item {
  padding: 10px;
  padding-top: 28px;
  padding-bottom: 15px;
  width: 140px;
  margin: 5px;
  font-size: 5em;
  font-weight: bold;
  text-align: center;
  border: 1px solid gray;
  border-radius: 10px;
  line-height: 0.3em;
  background-color: rgba(255,255,255,0.7);
}

.stat-item-md {
  padding: 10px;
  padding-top: 28px;
  padding-bottom: 15px;
  margin: 5px;
  font-size: 4em;
  font-weight: bold;
  text-align: center;
  border: 1px solid gray;
  border-radius: 10px;
  line-height: 0.3em;
  background-color: rgba(255,255,255,0.7);;
}

.stat-label {
  font-size: 12px;
  line-height: 1em;
}

.dot {
  height: 20px;
  width: 20px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 5px;
}

.dot-ball {
  background-color: #0072ff;
}
.dot-strike {
  background-color: #ff0000;
}
.dot-out {
  background-color: #ff0000;
}

.number-ball {
  color: #0072ff;
}
.number-strike {
  color: #ff0000;
}
.number-out {
  color: #ff0000;
}

.itop {
  font-size: 16px;
  padding-top: 4px;
}

.ibot {
  font-size: 16px;
  padding-top: 12px;
}

#inning_type {
  width: 110px;
  text-align: right;
}
#inning {
  width: 50px;
}
#inning_buttons {
  width: 150px;
}

.footer {
  margin-top: 50px;
  font-size: 12px;
  text-align: center;
}
