body {
  padding: 0px;
  margin: 0px;
  background-color: #4b5c63;
  font-size: 2rem;
  font-family: 'ABeeZee', sans-serif;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.toolbar {
  background-color: #f8f8f8;
  border-bottom: 8px solid #e179b0;
  color: #777777;
  font-size: 28px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  height: 85px;
}
.toolbar-links {
  padding-top: 8px;
  padding-right: 20px;
}
.toolbar a {
  color: #777777;
  text-decoration: none;
}
.credits {
  color: white;
  text-align: center;
  padding-top: 20px;
}
.credits a {
  color: white;
}
.footer {
  border-top: 8px solid #e179b0;
  background-color: #333132;
  padding-top: 30px;
  padding-bottom: 60px;
  line-height: 1.75;
  font-size: 16px;
  color: white;
}
.footer a {
  color: #D6D325;
}
.wrap {
  background-color: #f4f4f4;
  padding-top: 30px;
  padding-bottom: 50px;
  width: 100%;
}
.btn,
.btn-disabled,
.btn-lasadh-home-link,
.btn-puzzle-home-link {
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  color: #75c8d2;
  font-size: 20px;
  padding: 10px 12px 10px 12px;
  border: dotted #75c8d2 2px;
  text-decoration: none;
}
.btn-lasadh-home-link,
.btn-puzzle-home-link {
  margin-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
}
.btn:hover {
  background: #ffffff;
  text-decoration: none;
}
.lasadh-logo {
  padding-right: 20px;
}
.white-text {
  color: white;
}
.theme-title {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 30px;
}
.lasadh-logo,
.studio-banner {
  float: left;
}
.lasadh-logo,
.studio-banner {
  padding-top: 5px;
}
.home-link {
  padding-right: 8px;
}
.panel-title {
  font-weight: bold;
  font-size: 1.85rem;
}
.float-right {
  float: right;
}
.clear-right {
  clear: right;
}
.panel-body hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.panel-body {
  min-height: 280px !important;
}
.word-label {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  /*color: #75c8d2;*/
  font-size: 1.5rem;
  padding: 5px 7px 5px 7px;
  /*  border: dotted #75c8d2 2px; */
  background-color: #eeeeee;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 7px;
}
.shadow {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.52);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.52);
}
.play-icon a {
  color: #75c8d2;
}
.p-level-caption {
  font-size: 6rem;
}
.btn-blue-large {
  color: white;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #74cad3;
  font-size: 36px;
  margin-top: 30px;
}
.btn-blue-small {
  color: white;
  background-color: #74cad3;
  font-size: 28px;
}
.puzzle-index-col-title {
  border-bottom: 2px dashed #74cad3;
  color: #65c3ed;
  padding: 5px;
  min-height: 150px;
  margin-bottom: 30px;
}
.puzzle-select-width,
.btn-green-large {
  padding: 15px;
}
.puzzle-select-width,
.puzzle-index-col-title,
.btn-green-large {
  width: 90%;
}
.puzzle-select-toolbar input {
  display: inline;
}
.puzzle-select-wrap {
  padding-top: 10px;
}
