﻿body {
    background-color: #f2f2f2;
    padding: 5px;
    padding-top: 70px;
}

.Black {
    color: black;
}

.Fixed {
    position: fixed;
}

p {
    margin-bottom: 0px;
}

li {
}

h3 {
    color: red;
    font-weight: bold;
    text-align: center;
}

.container {
    max-width: 800px;
    margin-top: 0px;
    font-size: 130%;
}

.Content {
    background-color: #fff;
    border: solid 1px #dadada;
    border-radius: 5px;
    padding: 10px;
}

    .Content li {
        margin-bottom: 8pt;
    }

.vidMax {
    max-width: 760px;
    max-height: 427px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
    width: 100% !important;
}

        .btn-xl,
        .btn-group-lg > .btn {
            padding: 10px 16px;
            font-size: 24px;
            line-height: 1.4;
            border-radius: 6px;
        }

        .btn-xxl,
        .btn-group-lg > .btn {
            padding: 10px 16px;
            font-size: 30px;
            line-height: 1.6;
            border-radius: 6px;
        }
                .TextAlignCenter {
            text-align: center;
        }