/** Shopify CDN: Minification failed

Line 75:1 Expected "}" to go with "{"

**/
#content-desktop {display: block;}
#content-mobile {display: none;}

@media screen and (max-width: 1000px) {

#content-desktop {display: none;}
#content-mobile {display: block;}



/* (A) CONTAINER */
.test, .test ul, .test ol {
  list-style-type: none;
  padding-left: 0px;
}

/* (B) LIST ITEMS */
.test li { padding: 2px; }

/* (C) TOGGLE */
.toggle { padding: 10px; }
.toggle::before { content: "+ "; }
.toggle.show::before { content: "- "; }

/* (D) SHOW/HIDE */
.test ul, .test ol { display: none; }
.toggle.show + ul, .toggle.show + ol { display: block; }

/* (X) NOT IMPORTANT */
* {
   box-sizing: border-box;
}
  
.body
  {
    margin-left: 15px;
    margin-right: 15px;
  }

.head
{
   font-size: 25px;
   font-weight: bold;
   text-align: center;
   font-family: "Times New Roman", Times, serif;
}
.subhead
{
   font-size: 15px;
   text-align: center;
   font-family: "Oxygen";
   font-style: italic;
}
.ll
{ font-size: 22px
}
.ml
{
  font-weight: bold;
  font-size: 15px;
}
.nl
{ 
  font-weight: normal;
  font-size: 15px;
}
ul > li {
    margin-left: 15px;
    margin-right: 15px;
}