#showsols {
  cursor: pointer;
}

#rulesPane {
  padding: 8px;
}

#wordcubetable {
  border-collapse: collapse;
}

img.wc_progress {
  background: white url("/img/progress.png") top left no-repeat;
  padding: 0;
  margin: 5px 0 0 0;
  background-position: -200px 0px;
}

.wc_btn {
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  width: 80px;
  height: 80px;
  font-size: 260%;
  font-weight: bold;
  background-color: #0084e1;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 0;
}

.wc_btn_center {
  background-color: #0048cd;
}

.wc_btn:hover {
  background-color: #00b8e1;
}

#holdingPane {
  padding: 10px 3px 3px 3px;
  background-color: #f2f8fc;
  border-top: none;
  border-right: 1px solid #c2e0f2;
  border-bottom: 1px solid #c2e0f2;
  border-left: 1px solid #c2e0f2;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057; !important;
  background-color: #f2f8fc; !important;
  border-color: #dee2e6 #dee2e6 #f2f8fc; !important;
}

#answerPane {
  text-align: center;
}

@media (max-width: 500px) {
    .page-footer {
        display: none;
    }
}
