div.qtypeindex {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px 10px;
  }

div.qtypepage {
  width: 900px:
  background-color: #fff;
  }

p.example-imgs {
  display: block;
  text-align:center;
  }

p.type-title {
  margin: 5px 0px;
  text-align: center;
  font-weight: bold;
  }

p.type-title-link {
  margin: 5px 0px;
  text-align: center;
  font-weight: bold;
  }

p.type-title-link>a::after {
  content: url("./arrow-up-right-from-square-solid-linkblue.svg");
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  }

p.thumbprev {
  padding: 5px;
  border: 1px solid;
  border-color: darkgray;
  border-radius: 3px;
  margin-bottom: 20px;
  background-color: white;
  box-shadow: 3px 3px 8px 1px #8883;
  }

img.modalborder {
  padding: 3px;
  border: 1px solid;
  border-color: lightgray;
  border-radius: 3px;
  }

p.image-dbl-indent {
  margin-left: 2em;
  }

p.example-video {
  border: solid 1px darkgray;
  border-radius: 3px;
  overflow:hidden;
  height:auto;
  box-shadow: 3px 3px 8px 1px #8883;
  background-color: white;
  }

div.refblock {
  display:flex;
  justify-content: space-between
  }

p.examples-line {
  text-align: left;
  margin: 10px 0px;
  display: inline;
  }

p.examples-links {
  text-align: right;
  margin: 10px 0px;
  display: inline;
  }

div.floated {
  text-align: center;
  margin: 5px 0px;
  }

div.previews {
  display: flex;
  justify-content: space-evenly;
  border: 1px solid darkgray;
  border-radius: 3px;
  box-shadow: 3px 3px 8px 1px #8883;
  background-color: #f1fbff;
  margin: 20px 0px;
  }

div.previewheader {
  }

div.sidebyside {
  display: flex;
  justify-content: space-evenly;
  margin: 0px 10px;
  }

div.prevrow {
  display: flex;
  justify-content: space-evenly;
  background-color: #f1fbff;
  }

div.previewstwo {
  border: 1px solid darkgray;
  border-radius: 3px;
  box-shadow: 3px 3px 8px 1px #8883;
  background-color: #f1fbff;
  margin: 20px 0px;
  }

div.floattwo {
  text-align: center;
  margin: 5px 10px;
  width: 400px;
  }


div.floatthree {
  text-align: center;
  margin: 5px 10px;
  width: 290px;
  }

div.floatfour {
  text-align: center;
  margin: 5px 10px;
  width: 300px;
  }
