@charset "UTF-8";
.debug.dump {
  font-size: 10px;
}

@font-face {
  font-family: "Palatino";
  src: url("/assets/font/palatino.ttf") format("truetype");
}
:root {
  font-size: 16px;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Helvetica", sans-serif;
  font-weight: 100;
  line-height: 1.32;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
*:focus-visible {
  outline: 3px solid #376388;
}

a {
  color: #376388;
}

a {
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Palatino", "Georgia", serif;
}

img, canvas {
  display: block;
}

@media (max-width: 519px) {
  [data-layout=gallery] > div, [data-layout=gallery] > a {
    max-width: calc(100vw - 20px * 2);
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
  }
}
@media (min-width: 520px) {
  [data-layout=gallery] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 30px !important;
  }
  [data-layout=gallery] > div, [data-layout=gallery] > a {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    margin-bottom: 20px;
  }
  [data-layout=gallery] > div:nth-child(2n+1), [data-layout=gallery] > a:nth-child(2n+1) {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  [data-layout=gallery] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px !important;
  }
  [data-layout=gallery] > div, [data-layout=gallery] > a {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    margin-bottom: 30px;
  }
  [data-layout=gallery] > div:nth-child(2n+1), [data-layout=gallery] > a:nth-child(2n+1) {
    margin-left: unset;
  }
  [data-layout=gallery] > div:nth-child(3n+2), [data-layout=gallery] > div:nth-child(3n+3), [data-layout=gallery] > a:nth-child(3n+2), [data-layout=gallery] > a:nth-child(3n+3) {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  [data-layout=work-aside] > :nth-child(1) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  [data-layout=work-aside] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  [data-layout=work-aside] > * {
    -ms-flex: 1;
        flex: 1;
  }
  [data-layout=work-aside] > :nth-child(1) {
    -ms-flex-preferred-size: calc(40% - 15px);
        flex-basis: calc(40% - 15px);
    max-width: calc(40% - 15px);
  }
  [data-layout=work-aside] > :nth-child(2) {
    -ms-flex-preferred-size: calc(60% - 15px);
        flex-basis: calc(60% - 15px);
    max-width: calc(60% - 15px);
  }
}

.artist-profile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.artist-profile .artist-profile-image {
  min-width: 230px;
  margin-right: 30px;
}
.artist-profile .artist-profile-image img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}
.artist-profile .artist-profile-text {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.artist-profile .artist-profile-text a {
  color: #376388;
  text-decoration: underline;
}
@media (max-width: 519px) {
  .artist-profile .artist-profile-image {
    display: none;
  }
}
@media (min-width: 768px) {
  .artist-profile .artist-profile-image {
    margin-right: 60px;
  }
}

.artwork-modal {
  max-width: 90vw;
}
.artwork-modal .modal-title {
  margin-top: 0;
  text-align: center;
  font-size: 24px;
}
.artwork-modal img {
  max-width: 100%;
  max-height: 80vh;
}
.artwork-modal .modal-details {
  text-align: center;
  font-style: italic;
  margin-top: 20px;
}
.artwork-modal .modal-details p {
  margin: 0;
}
.artwork-modal .modal-details.with-sale-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-align: left;
}
.artwork-modal .modal-details.with-sale-button .buy-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.artwork-modal .modal-details.with-sale-button .buy-block .buy-block-button {
  margin-left: 10px;
}

.fancybox-content {
  padding: 20px;
}

.artwork {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: #000000;
  cursor: pointer;
}
.artwork .artwork-title {
  text-align: center;
  font-size: 21px;
  margin: 0 0 15px;
}
.artwork .artwork-title.split {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.artwork .artwork-thumb {
  position: relative;
}
.artwork .artwork-thumb img {
  display: block;
  object-fit: contain;
  width: 100%;
  max-height: 230px;
}
.artwork .artwork-detail {
  font-size: 16px;
  font-family: "Palatino", "Georgia", serif;
  font-style: italic;
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .artwork .artwork-detail {
    font-size: 18px;
  }
}
.artwork .artwork-detail p {
  margin: 0;
}
.artwork .artwork-price-only {
  font-weight: bold;
  font-size: 21px;
}
.artwork .buy-block {
  text-align: center;
  margin-top: 0.5em;
}
.artwork.preview {
  background: #ffffff;
  border: 1px solid #000000;
  box-shadow: 0px 10px 13px -5px rgba(0, 0, 0, 0.5);
  padding: 15px;
  cursor: default;
}
.artwork.preview .artwork-title {
  font-size: 18px;
  text-align: left;
}
.artwork.preview .artwork-detail {
  text-align: left;
}

.artwork-micro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.artwork-micro h4 {
  margin: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 16px;
}
.artwork-micro img {
  max-width: 30px;
  margin-right: 10px;
}
.artwork-micro > span {
  font-size: 13px;
  border: 1px solid #888888;
  border-radius: 10px;
  padding: 2px 5px 2px 2px;
}

.box-selector .box-selector-option + .box-selector-option {
  margin-top: 10px;
}
.box-selector .box-selector-option + .box-selector-option:first-of-type {
  margin-left: 0;
}
@media (min-width: 520px) {
  .box-selector .box-selector-option + .box-selector-option {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .box-selector .box-selector-option + .box-selector-option {
    margin-left: 45px;
  }
}
.box-selector .box-selector-option-text {
  font-weight: 100;
  font-size: 16px;
  line-height: 1.5em;
}
.box-selector .box-selector-option-text span:first-child {
  font-weight: bold;
  font-size: 18px;
}
.box-selector .box-selector-option-text span:nth-child(2) {
  display: block;
}
@media (min-width: 520px) {
  .box-selector .box-selector-option-text {
    margin-top: 10px;
    text-align: center;
  }
  .box-selector .box-selector-option-text span {
    display: block;
  }
}

@media (min-width: 520px) {
  .box-selector-option {
    display: inline-block;
  }
  .box-selector-option input {
    display: none;
  }
  .box-selector-option label {
    display: inline-block;
    font-family: "Helvetica", sans-serif;
    cursor: pointer;
  }
  .box-selector-option label canvas, .box-selector-option label img {
    background: #d8d8d8;
    border: 2px solid #888888;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    transform: translateY(0px);
    transition: box-shadow 0.2s, transform 0.2s;
  }
  .box-selector-option label canvas:hover, .box-selector-option label img:hover {
    box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.5);
    transform: translateY(-6px);
  }
  .box-selector-option input:checked + label {
    position: relative;
  }
  .box-selector-option input:checked + label canvas, .box-selector-option input:checked + label img {
    border: 2px solid #000000;
    box-shadow: 0px 10px 13px -5px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
  }
  .box-selector-option input:checked + label:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    width: 30px;
    height: 30px;
    font-size: 27px;
    line-height: 30px;
    font-weight: bold;
    transform: translate(50%, -50%);
    background: #6496C1;
    border-radius: 50%;
    background: url("/assets/img/checkmark.svg") center center no-repeat #6496C1;
    background-size: 60% auto;
  }
}
@media (max-width: 519px) {
  .box-selector-option {
    display: block;
  }
  .box-selector-option input {
    display: none;
  }
  .box-selector-option label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-family: "Helvetica", sans-serif;
    font-weight: bold;
    cursor: pointer;
  }
  .box-selector-option label canvas, .box-selector-option label img {
    display: none;
  }
  .box-selector-option label:before {
    margin-right: 10px;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    font-size: 27px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #888888 inset;
  }
  .box-selector-option input:checked + label canvas, .box-selector-option input:checked + label img {
    border: 2px solid #000000;
    box-shadow: 0px 10px 13px -5px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
  }
  .box-selector-option input:checked + label:before {
    content: "";
    display: block;
    background: #6496C1;
    box-shadow: none;
    background: #6496C1;
    border-radius: 50%;
    background: url("/assets/img/checkmark.svg") center center no-repeat #6496C1;
    background-size: 60% auto;
  }
}
.button {
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  line-height: inherit;
  padding: 0;
  display: inline-block;
  box-sizing: content-box;
  margin-top: 30px;
  background: #6496C1;
  color: #ffffff;
  font-family: "Palatino", "Georgia", serif;
  font-size: 15px;
  padding: 0 1em;
  height: 30px;
  border: 0px solid #6496C1;
  border-top: 3px solid transparent;
  font-weight: bold;
  box-shadow: 0 0px 0px 1px #376388;
  margin-bottom: -2px;
}
.button:hover {
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.button:active, .button.pressed {
  background: #f8f8f8;
  color: #376388;
  box-shadow: 0 0px 0px 1px #376388;
}

.buy-block {
  display: inline-block;
  font-weight: bold;
  font-style: normal;
}
.buy-block .buy-block-price {
  font-size: 24px;
  margin-left: 0.4em;
  font-family: "Palatino", "Georgia", serif;
}
.buy-block .buy-block-button {
  display: inline-block;
  height: 33px;
  background: #6496C1;
  color: #ffffff;
  font-family: "Palatino", "Georgia", serif;
  font-size: 21px;
  padding: 2px 10px;
  border-radius: 5px;
  line-height: 1.5;
  transition: all 0.1s;
}
.buy-block .buy-block-button:hover {
  box-shadow: 0px 0px 0px 2px inset #376388;
  background: #ffffff;
  color: #376388;
}
.buy-block.sold .buy-block-button {
  background: #ff4136;
  cursor: default;
}
.buy-block.sold .buy-block-button:hover {
  background: #ff4136;
  box-shadow: none;
  color: #ffffff;
}

.commission-detail-summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.commission-detail-summary p {
  margin: 0 0 0.5em;
  font-size: 14px;
}
.commission-detail-summary p span {
  display: block;
  text-transform: capitalize;
}
.commission-detail-summary p span:first-child {
  font-weight: bold;
}
.commission-detail-summary img {
  margin-left: 10px;
  max-width: 100px;
}

@media (min-width: 768px) {
  .extra-details {
    padding: 0 5vw;
  }
}
.extra-details .extra-links {
  padding: 0 1.5em;
}
.extra-details .extra-links li {
  margin-bottom: 0.5em;
}
@media (min-width: 520px) {
  .extra-details .extra-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .extra-details .extra-links li {
    margin: 0.5em 0.75em 0.5em 0;
  }
}
.extra-details .extra-links a {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .extra-details .extra-links a {
    text-decoration: underline;
  }
}

footer {
  margin-top: 2vw;
  padding: 30px;
}
footer p {
  text-align: center;
  font-size: 16px;
  margin: 0;
}
footer a {
  text-decoration: underline;
}
footer img {
  display: inline-block;
  margin-right: 0em;
  vertical-align: middle;
  transform: translateY(-2px);
  max-width: 20px;
}
footer .ig {
  text-decoration: none;
}
@media (max-width: 767px) {
  footer {
    margin-top: 0;
    padding: 20px;
  }
  footer span {
    display: block;
  }
  footer .sep {
    display: none;
  }
}

form {
  border: 1px solid #888888;
  background: #f8f8f8;
  padding: 20px;
}

h4 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
}

.form-row + .form-row {
  margin-top: 16px;
}
.form-row input[type=text], .form-row input[type=email] {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
  font-weight: 100;
  border: 1px solid #888888;
  padding: 0 10px;
}
.form-row input[type=text]:-ms-input-placeholder, .form-row input[type=email]:-ms-input-placeholder {
  color: #888888;
}
.form-row input[type=text]::placeholder, .form-row input[type=email]::placeholder {
  color: #888888;
}
.form-row button[type=submit] {
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  line-height: inherit;
  padding: 0;
  box-sizing: content-box;
  margin-top: 30px;
  background: #6496C1;
  color: #ffffff;
  font-family: "Palatino", "Georgia", serif;
  width: 100%;
  font-size: 18px;
  height: 40px;
  border: 0px solid #6496C1;
  border-top: 3px solid transparent;
  font-weight: bold;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  transition: border 0.2s, transform 0.2s, box-shadow 0.2s, margin 0.2s;
}
.form-row button[type=submit]:hover:not(:active) {
  border-bottom: 3px solid #376388;
  transform: translateY(-3px);
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: -3px;
}
.form-row button[type=submit]:active {
  transition-duration: 0.05s, 0.05s, 0.05s, 0.05s;
  background: #376388;
}
@media (min-width: 520px) {
  .form-row button[type=submit] {
    max-width: 180px;
  }
}
.form-row p {
  margin: 16px 0;
  font-size: 16px;
  font-style: italic;
}
.form-row.hidden {
  display: none;
}
.form-row.fixed input {
  color: black;
}
.form-row.file h4 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

header {
  background: #6496C1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-bottom: 1vw solid #FFFFCB;
}
header .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 824px;
  margin: 0 auto;
}
@media (max-width: 519px) {
  header .inner {
    height: 46px;
    width: 100%;
  }
}
@media (min-width: 520px) {
  header .inner {
    padding: 6px 20px;
    height: 46px;
  }
}
@media (min-width: 768px) {
  header .inner {
    padding: 10px;
    height: 77px;
  }
}
header .blue-block {
  background: #6496C1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  z-index: 2;
}
@media (max-width: 519px) {
  header .blue-block {
    width: 100%;
    padding: 6px 20px;
    height: 46px;
    padding-right: 10px;
  }
}
header h1 {
  margin: 0;
  position: relative;
}
header h1 a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  header h1 .logo {
    max-height: 32px;
  }
}
@media (min-width: 768px) {
  header h1 .logo {
    max-height: 55px;
  }
}
header h1 .decal {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  transform: translate(60%, -12px);
  z-index: 0;
}
@media (max-width: 767px) {
  header h1 .decal {
    display: none;
  }
}
header nav {
  font-weight: bold;
  font-family: "Palatino", "Georgia", serif;
  transform: translateY(3px);
}
@media (max-width: 519px) {
  header nav {
    font-size: 22px;
    z-index: 1;
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #FFFFCB;
    transition: box-shadow 0.3s, transform 0.3s;
    transform: translateY(-100%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  }
  header nav a {
    display: block;
    margin: 0;
    transition: transform 0.3s;
  }
  header nav a:before {
    content: "";
    display: inline-block;
    width: 1em;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px;
    text-decoration: none !important;
  }
  header nav a:hover {
    transform: translateX(8px);
  }
  header nav a.active:before {
    content: "▶";
  }
  header nav a + a {
    margin-top: 0em;
  }
  header nav.is-active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: block;
  }
}
@media (min-width: 520px) {
  header nav {
    font-size: 22px;
  }
  header nav a {
    color: #ffffff;
    text-shadow: 2px 2px 0px #376388;
  }
  header nav a.active {
    text-decoration: underline;
    text-underline-position: under;
  }
  header nav a + a {
    margin-left: 1em;
  }
}
@media (min-width: 520px) and (max-width: 767px) {
  header nav {
    font-size: 18px;
    transform: translateY(0px);
  }
  header nav a + a {
    margin-left: 0.3em;
  }
}

.navicon {
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  line-height: inherit;
  padding: 0;
  width: 46px;
  height: 46px;
  position: relative;
  font-size: 0;
  color: transparent;
}
.navicon:before, .navicon:after {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 60%;
  height: 10%;
  left: 4%;
  transform-origin: 50% 50%;
  top: 50%;
  transition: all 0.1s;
}
.navicon:before {
  transform: rotate(45deg);
}
.navicon:after {
  transform: translateX(57%) rotate(-45deg);
}
@media (min-width: 520px) {
  .navicon {
    display: none;
  }
}
.navicon.is-active:before, .navicon.is-active:after {
  left: 1%;
  width: 100%;
  top: 45%;
}
.navicon.is-active:after {
  transform: translateX(0) rotate(-45deg);
}

.order-list {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.order-list thead tr {
  background: #6496C1;
  font-family: "Palatino", "Georgia", serif;
  color: #ffffff;
}
.order-list tr:nth-child(2n) {
  background: #eeeeee;
}
.order-list th, .order-list td {
  padding: 6px;
  border: 1px solid #888888;
}
.order-list tbody tr {
  opacity: 1;
  transition: background 0.8s, opacity 0.8s;
}
.order-list tbody tr.is-flashed {
  background: #d1f5d5;
  transition: background 0s, opacity 0.8s;
}
.order-list tbody tr.is-cancelled {
  background: #ffd2cf;
  opacity: 0;
  transition: background 0s, opacity 0.8s;
}
.order-list tbody tr.is-completed {
  background: #d1f5d5;
  opacity: 0;
  transition: background 0s, opacity 0.8s;
}
.order-list th:last-child {
  font-size: 12px;
}
.order-list button {
  background: none;
  border: none;
  cursor: pointer;
}
.order-list button:hover {
  transform: scale(1.3);
}
.order-list [data-completed=true] {
  background: #d1f5d5 !important;
}
.order-list [data-cancelled=true] {
  background: #ffd2cf !important;
}
.order-list .is-highlighted {
  background: #FFFFCB;
}

.radio-selector .radio-selector-option + .radio-selector-option {
  margin-top: 10px;
}
.radio-selector .radio-selector-option-text {
  text-align: center;
  margin-top: 10px;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.5em;
}
.radio-selector .radio-selector-option-text span {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.radio-selector-option {
  display: block;
}
.radio-selector-option input {
  display: none;
}
.radio-selector-option label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  cursor: pointer;
}
.radio-selector-option label:before {
  margin-right: 10px;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  font-size: 27px;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #888888 inset;
}
.radio-selector-option input:checked + label canvas, .radio-selector-option input:checked + label img {
  border: 2px solid #000000;
  box-shadow: 0px 10px 13px -5px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
}
.radio-selector-option input:checked + label:before {
  content: "";
  display: block;
  background: #6496C1;
  box-shadow: none;
  background: #6496C1;
  border-radius: 50%;
  background: url("/assets/img/checkmark.svg") center center no-repeat #6496C1;
  background-size: 60% auto;
}
.radio-selector-option span + span {
  font-weight: normal;
  font-style: italic;
  margin-left: 1em;
}

.status-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 3px;
  transform: translateY(-1px);
  background: black;
  transition: background 0.3s;
}
.status-icon[data-value=true] {
  background: #2ECC40;
}
.status-icon[data-value=false] {
  background: #ff4136;
}
.status-icon[data-value=new] {
  background: #ff4136;
}
.status-icon[data-value=negotiating] {
  background: #ffdc00;
}
.status-icon[data-value=started] {
  background: #ffdc00;
}
.status-icon[data-value=completed] {
  background: #2ECC40;
}

[data-view~=admin] section {
  max-width: none !important;
  margin: 0 auto;
  padding: 0 30px;
}
[data-view~=admin] .page-title {
  text-align: center;
}
[data-view~=admin] .admin-actions {
  margin: 1em;
  text-align: center;
}
[data-view~=admin] .hide-completed-rows [data-completed=true],
[data-view~=admin] .hide-completed-rows [data-cancelled=true] {
  display: none;
}

[data-view~=commissions] span[data-price] {
  font-weight: bold;
}
[data-view~=commissions] form {
  max-width: 400px;
}

[data-view~=for-sale] .page-title {
  margin-bottom: -0.5em;
}
[data-view~=for-sale] .page-subtitle {
  margin-bottom: 5vw;
  font-size: 16px;
  font-style: italic;
}

@media (min-width: 768px) {
  [data-view~=global] header {
    margin-bottom: 5vw;
  }
}
[data-view~=global] section {
  max-width: 824px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  [data-view~=global] section {
    padding: 30px;
  }
}
@media (max-width: 519px) {
  [data-view~=global] section {
    padding: 20px;
  }
  [data-view~=global] section > p:last-child {
    margin-bottom: 0;
  }
}
[data-view~=global] section + section {
  margin-top: 5vw;
}
@media (max-width: 519px) {
  [data-view~=global] section + section {
    margin-top: 0;
  }
}
[data-view~=global] .page-title {
  margin-top: 0;
  font-size: 28px;
}
[data-view~=global] .section-title {
  margin-top: 0;
  font-size: 21px;
}

[data-view~=home] section[data-view=extra] {
  margin-top: 0;
  padding-top: 0;
}