/*** side specific ***/
#themes img {
  border: 1px solid #A9A9A9;
  width: 100%;
}

#themes a {
  color: #337ab7;
}

#themes a:hover p,
#themes a:focus p {
  text-decoration: underline;
  color: #275c8a;
}

.codeApp,
.codeLight,
.codeSound {
  font-size: 1rem;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  border-top: 1px solid black;
}

.codeSound {
  border-bottom: 1px solid black;
  padding-bottom: 1.5rem;
}