

.example-image-link {
  display: inline-block;
  padding: 2px;
  margin: 0 0.5rem 1rem 0.5rem;
  background-color: #fff;
  line-height: 0;
  border-radius: 4px;
  transition: background-color 0.5s ease-out; }
  .example-image-link:hover {
    background-color: #4ae;
    transition: none; }

.example-image {
  width: 7rem;
  border-radius: 4px; }

/* -- Getting started -- */
.getting-started-section p,
.getting-started-section ol,
.getting-started-section ul,
.getting-started-section pre {
  text-align: left; }

.getting-started-section li {
  margin-bottom: 2rem; }
  .getting-started-section li li {
    margin-bottom: 1rem; }

.getting-started-list p {
  margin-bottom: 1rem; }

/* -- Options -- */
.options-section th,
.options-section td {
  padding: 8px 16px 8px 1px;
  border-bottom: 1px solid whitesmoke; }
  .options-section th:last-child,
  .options-section td:last-child {
    padding-right: 0; }

.options-code {
  margin-bottom: 2rem; }

@media (max-width: 640px) {
  .options-table thead {
    display: none; }
  .options-table tr {
    display: block;
    margin-bottom: 24px; }
  .options-table td {
    display: block;
    padding: 4px 8px; }
  .options-table td:first-child {
    font-weight: 500; }
  .options-table .default-row {
    color: #777; }
    .options-table .default-row:before {
      content: attr(data-label);
      float: left;
      padding-right: 8px; } }

/* -- Credits -- */
footer {
  padding: 2rem 0;
  border-top: 2px solid whitesmoke;
  background-color: white;
  text-align: center; }
  footer .button {
    margin-top: 0.5rem; }

@media (min-width: 640px) {
  footer {
    text-align: left; } }

/* -- Sharing -- */
.sharing-section {
  position: fixed;
  z-index: 20;
  top: 16px;
  right: 16px; }
