html {
    min-height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    vertical-align:top;
}

body,
.outer-container {
    min-height: inherit;
    background-color: #1e1e1e;
    color: #ffffff;
}

.outer-container {
    background-color: #1e1e1e;
    color: #ffffff;
}

.outer-container iframe {
    border: none;
}

.outer-container,
.inner-container {
    align-items: left;
    display: flex;
    flex-direction: row;
    height: inherit;
    align-items:top;
    justify-content: left;
}

.inner-container {
    flex-wrap: wrap;
    background-color: #1e1e1e;
    color: #ffffff;
    align-items:top;
}

.inner-container>div {
    box-sizing: border-box;
    max-width: 720px;
    min-height: calc(608px + 1rem);
    min-width: 410px;
    padding: 1rem;
    vertical-align:top;
}

.inner-container iframe {
    border: none;
    vertical-align:top;
}