div.iframe-switcher div.btns-container {
  text-align: center; }
  div.iframe-switcher div.btns-container div.btn {
    display: inline-block;
    background-color: grey;
    color: white;
    margin: 5px;
    width: 25%;
    border-radius: 5px;
    text-align: center;
    padding: 5px 15px;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap; }
  div.iframe-switcher div.btns-container div.btn:hover {
    cursor: pointer;
    opacity: 0.5; }
div.iframe-switcher iframe {
  width: 100%;
  height: 500px; }

/*# sourceMappingURL=style.css.map */
