
nav.tabs.primary>a.active{
	border-bottom:0 none!important;
}
.dashboard-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  background-color: white;
  /* the following are required to fix iOS bug http://stackoverflow.com/questions/6139564/iframe-size-on-ipad/6721310#6721310 */
  overflow: auto;
  -webkit-overflow-scrolling:touch;
}

.dashboard-frame {
  width: 100%;
  border: none;
  float: none;
  background: transparent;
  z-index: 1000;
}

@media screen and (min-width: 1200px) {
  .dashboard-frame {
    min-height: 630px;
  }
}

@media screen and (max-width: 1199px) {
  .dashboard-frame {
    min-height: 50vw;
  }
}

@media screen and (max-width: 767px) {
  .dashboard-frame {
    min-height: 55vw;
  }
}
