﻿body {
    color: #2c3340;
    background-color: #e6e6e6;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    overflow-x: hidden;
}

.main-content {
    max-width: 850px;
    background-color: #ffffff;
    margin: auto;
    box-shadow: 0 0 5px #333;
}

.container {
    padding-top: 30px;
    padding-bottom: 20px;
}

h1 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #2c3340;
}

h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #2c3340;
}

a:link {
    color: #2c3340;
    text-decoration: none;
}

a:visited {
    color: #2c3340;
    text-decoration: none;
}

a:hover {
    color: #2c3340;
    text-decoration: none!important;
}

a:active {
    color: #2c3340;
    text-decoration: none;
}

.disclaimer-footer {
    margin: auto;
    max-width: 800px;
    font-size: 10px;
    margin-top: 20px;
    margin-bottom: 60px;
    color: #2c3340;
    text-align: justify;
}

.video-container {
}

    .video-container h1 {
        margin-bottom: 0;
        font-size: 16px;
        text-transform: none;
        color: #2c3340;
    }

.video-heading {
}

.video-content {
    margin-top: 10px;
}

.video-listing {
    background-color: #272e39;
    margin-bottom: 10px;
}

    .video-listing a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #90fbfe;
    }

        .video-listing a:hover {
            text-decoration: underline;
        }