﻿
.form-control {
    padding: 6px 3px !important;
}
.col-form-label {
    padding: 7px 3px;
}

.form-horizontal {
    background-color: #fff;
    padding: 15px 15px;
}

.hidden {
    display: none !important;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }