/* this is the css for the expression box */

.iframe-block {
  width: 95%;
  min-height: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: auto;
}

.iframe-embed {

}