.FrameSource .Title {
        font: bold 10pt Tahoma;
        margin: 10px 0;
        margin-top: 5px
}
.FrameSource .Header {
    background: #2a58a0;
    border-radius: 3px 3px 0 0;
    height: 32px;
}
.FrameSource .Header {
        color: #fff;
        padding-left: 15px;
        text-shadow: 0 1px 0 #000;
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 600;
        line-height: 32px;
}
.FrameSource iframe {
        width: 100% !important;
}
@media only screen and (max-width: 1023px){
        div.FrameSource {
                padding: 0 10px;
                margin-bottom: 10px;
        }
}
