﻿body {
    padding-top: 10px;
    padding-bottom: 20px;
    overflow: hidden;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.container {
    width: 80%;
    height: 200px;
    background: aqua;
    margin: auto;
    padding: 10px;
}

.one {
    width: 200px;
    height: 98vh;
    float: left;
}

.two {
    margin-left: 210px;
    height: 98vh;
}

.iframe-container {
    overflow: hidden;
    /*padding-top: 56.25%;*/
    position: relative;
}

    .iframe-container iframe {
        border: 0;
        height: 85%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

.k-panelbar-item-text {
    font-size: 0.9rem;
}