* {
  box-sizing: border-box;
  font-family: Roboto, Arial, sans-serif;
}

body {
  margin: 0;
}

/* Style the header */
.header {
  background-color: #f1f1f1;
  padding: 1px;
  text-align: center;
  margin: 0px;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #315967;
}

.topnav-top {
  overflow: hidden;
  background-color: #00a4af;
}

.topnav-top a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 13px;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.row {
  margin: 0 auto;
  max-width: 1480px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: calc(100% - 350px);
  max-width: 1130px;
  padding: 15px 0px 15px 15px;
}

.column2 {
  float: left;
  width: 350px;
  padding: 15px 0px 15px 15px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.pigeonhole-widget {
}

.pigeonhole-reactions-widget {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 1;
  height: calc(100% - 30px);
  width: 200px;
}

.pigeonhole-reactions-widget > div {
  height: 100%;
}

.iframe-wrap {
  height: 100%;
}

.iframe_wrapper {
  padding-top:0px;
}

.interprefyiFrame {
  width: calc(100% - 15px);
  border: 1px solid gray;
  height: 400px; 
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .column {
    width: 100%;
    padding: 15px;
  }
  .column2 {
    width: 100%;
    padding: 15px;
  }

  .pigeonhole-widget,
  .pigeonhole-widget .iframe-wrap  {
    width: 100% !important;
  }
  .pigeonhole-reactions-widget {
    width: 160px;
    right: 10px;
  }
  .interprefyiFrame {
  width: calc(100% - 0px);
}