body {
  font-family: 'Source Sans Pro', sans-serif;
}

h1 {
  padding-bottom: 0;
  margin-bottom: 0;
}

h3 {
  margin-top: 0;
  font-weight: 300;
}

.container {
  width: 52em;
  margin: 10px auto;
}

.ac-label {
  font-weight: 700;
  position: relative;
  padding: .5em 1em;
  margin-bottom: .5em;
  display: block;
  cursor: pointer;
  background-color: whiteSmoke;
  transition: background-color .15s ease-in-out;
}

.ac-input:checked + label, .ac-label:hover {
  background-color: #999;
}

.ac-label:after, .ac-input:checked + .ac-label:after {
  content: "+";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 2em;
  height: 100%;
  line-height: 2.25em;
  text-align: center;
  background-color: #e5e5e5;
  transition: background-color .15s ease-in-out;
}

.ac-label:hover:after, .ac-input:checked + .ac-label:after {
  background-color: #b5b5b5;
}

.ac-input:checked + .ac-label:after {
  content: "-";
}

.ac-input {
  display: none;
}

.ac-text, .ac-sub-text {
  opacity: 0;
  height: 0;
  margin-bottom: .5em;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
}

.ac-input:checked ~ .ac-text, .ac-sub .ac-input:checked ~ .ac-sub-text {
  opacity: 1;
  height: auto;
}

.ac-sub .ac-label {
  background: none;
  font-weight: 600;
  padding: .5em 2em;
  margin-bottom: 0;
}

.ac-sub .ac-label:checked {
  background: none;
  border-bottom: 1px solid whitesmoke;
}

.ac-sub .ac-label:after, .ac-sub .ac-input:checked + .ac-label:after {
  left: 0;
  background: none;
}

.ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
  background: none;
}

.ac-sub-text {
  padding: 0 1em 0 2em;
}

#puzzle {
  background-image: url("../images/puzzle.png");
  background-size: 100%;
  overflow:auto; 
}

#puzzle .disc {
  height: 22em;
  width: 24em;
  float: left;
  padding: 2em 1em;
}

#puzzle .disc ul {
  font-size: 13px;
  font-weight: 400;
  padding: 0 20px 0 40px;
/*  list-style-type: none;*/
}

#puzzle .disc p {
  margin: 10px 30px 10px 30px;
  padding: 0 0 15px 0;
   font-size: 16px;
  font-weight: 400;
}

#puzzle .disc p span {
  font-weight: 800;
  font-size: 18px;
}

#puzzle .disc ul li {
  padding: 5px 0;
  margin: 0;
  margin-left: -10px;
}



#puzzle img {
  position:absolute;
}

.disc-g.disc p {
  border-bottom: 1px solid #B9CBBC;
}

.disc-g.disc p  {
  color: #717B73;
}

.disc-y.disc p {
  border-bottom: 1px solid #D2C6A4;
}

.disc-y.disc p  {
  color: #8a7c5c;
}

.disc-p.disc p {
  border-bottom: 1px solid #BAB5BD;
}

.disc-p.disc p  {
  color: #716E73;
}

.disc-r.disc p {
  border-bottom: 1px solid #BEADA6;
}

.disc-r.disc p  {
  color: #7e675d;
}