 /* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    float: none;
    z-index: -1;
    border-radius: 50px;
    overflow: hidden;
    width: 69em;
}
body {
    color: #FFFFFF;
    background-color: #626262;
    float: left;
    width: 100vw;
    margin-left: -33px;
    visibility: inherit;
    font-size: medium;
}
body table {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 20px;
    clear: both;
    float: none;
    width: 100%;
}
tbody tr th {
    text-align: center;
    color: #FB9728;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 38px;
    text-shadow: 2px 2px 2px #373737;
    letter-spacing: 13px;
    opacity: 1;
}
tbody tr td {
    text-align: center;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #D0D0D0;
    text-shadow: 1px 5px 3px #3E3E3E;
    font-size: 25px;
    opacity: 1;
}
th .container-fluid #AA {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #D1D1D1;
    word-wrap: break-word;
    font-size: 15px;
    text-shadow: 0 0 0px #171717;
    text-align: left;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    letter-spacing: 1px;
    font-weight: normal;
    overflow-x: hidden;
}
th .container-fluid #BB {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #D1D1D1;
    word-wrap: break-word;
    font-size: 15px;
    text-shadow: 1px 1px 1px #171717;
    text-align: center;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    letter-spacing: 1px;
    font-weight: normal;
    overflow-x: hidden;
    border-radius: 10px;
    background-color: #494949;
    margin-top: -38px;
    text-indent: 0;
    background-position: 0 0%;
    padding-top: 13px;
    text-transform: none;
}
