.mybutton
{
background-color:#555555; 
border-color:#222222;
color:white;
}

.content {
  max-width: 680px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 13px;
  padding-top: 13px;
}

.default-block {
  width: 100%;
}

.accent-block {
  width: 100%;
  background: #7aa6b7;
  color: #ffffff;
}

.show-reel {
  text-align: center;
  margin-bottom: 2px;
  word-spacing: -1px;
}

.show-reel .lsb-preview {
  display: inline-block;
  float: none;
  width: 150px;
}

.single-image .lsb-preview.single {
  display: block;
  width: 240px;
  margin: 0 auto;
}

.gallery .lsb-preview {
  float: left;
  width: 25%;
  padding: 2px;
}

@media screen and (max-width: 425px) {
  .gallery .lsb-preview {
    width: 50%;
  }
}

.code {
  position: relative;
  background: #f7f4e6;
  margin-bottom: 1em;
  border: 1px solid #ecebe2;
  border-radius: 4px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 11px;
  color: #24793b;
  padding: 10px;
  line-height: 16px;
  overflow-x: auto;
}

.code::after {
  content: 'Code';
  position: absolute;
  top: 2px;
  right: 4px;
  color: #b3b1a4;
}

.lsb-preview {
  display: block;
  overflow: hidden;
}

.lsb-preview img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.lsb-preview:hover img {
  opacity: 0.9;
  -webkit-box-shadow: 0 1px 10px #000;
          box-shadow: 0 1px 10px #000;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.lsb-preview:active img {
  opacity: 0.7;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.lsb-preview img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.settings {
  display: table;
  border-collapse: collapse;
  font-size: 12px;
  margin-bottom: 2em;
}

.settings .row {
  display: table-row;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.settings .row:first-child {
  font-weight: bold;
}

.settings .cell {
  display: table-cell;
  padding-top: 3px;
  padding-bottom: 10px;
  vertical-align: top;
}

.settings .name {
  padding-right: 5px;
  padding-bottom: 1px;
  padding-left: 1px;
}

.settings .default {
  padding-right: 3px;
}

