@import "simple.css";

/*
ul.horizontal {
    list-style-type:none;
}

li.horizontal {
    display: inline;
}

@media screen and (min-device-width:700px) and (max-device-width:1100px) {
body {
  font-size: 2em;
  }
}

@media screen and (min-device-width:1101px) {
body {
  font-size: 1.2em;
  margin-left: 50px;
  max-width: 850px;
  }
}

ol {padding-left: 10%;}
ul {padding-left: 10%;}
*/
ul.contents {list-style: none; margin-top: 0px;}

ul.sticky {list-style: none; margin-bottom: 0px;}
ul.sticky li:before {content: '\2733\00a0'; }

.hide {display: none;}
.right {float:right; max-width: 35%; margin: 5%; }
