      .easel {
	display: flex;
        width: 90%;
        height: auto;
        margin: 0 8% 0 8%;
	/* flex-flow: row nowrap;
	flex-wrap: row nowrap;
	white-space: nowrap;
	display: inline-block; */
      }
      .easel:before,
      .easel:after {
        content: "";
        display: table;
      }
/*
      .easel div {
        width: 26.5%;
        height: auto;
      }
*/
      .midimg {
	display: block;
	margin: auto;
      }
      #sidewalk {
        background-color: #ffffff;
        width: 27%;
        margin: 1% 0.5% 1% 1%;
      }
      #street {
        background-color: #ffffff;
        width: 73%;
        margin: 1% 1% 1% 2.5%;
      }
      p {
        color: #246598;
        padding: 1%;
        text-align: center;
      }
      #skyline {

      }

      .inf {
        font-family: Roboto;
        font-size: 1.25rem;
        color: #246598;
        font-weight: bold;
        font-style: italic;
        text-align: left;
        height: 3.5rem;
      }
      .dbt {
        padding: 0.5rem 0 0 1%;
        border: none;
	text-align: left;
	font-family: Roboto;
	font-size: 1rem;
	font-style: normal;
	font-weight: bold;
        color: #ffffff;
	background-color: #246598;
      }
      .lbb {
        width: 100%;
	background-color: #81c2ea;
	border-width: 2px;
        border-color: #81c2ea;
        border-style: solid;
        margin-bottom: 1%;
      }
      .lbt {
        padding: 0.5rem 0 0 1%;
        border: none;
	text-align: left;
	font-family: Roboto;
	font-size: 1rem;
	font-style: normal;
	font-weight: bold;
        color: #ffffff;
	background-color: #81c2ea;
      }
      .dbb {
        width: 100%;
	background-color: #246598;
	border-width: 2px;
        border-color: #246598;
        border-style: solid;
        margin-bottom: 1%;
      }
      .pn {
        margin: 0 0 0.5% 0.5%;
      }