﻿body {
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0 0 2px 0;
    border: 0;
    width: 100%;
    height: 100%;
    color: #289343;
    line-height: 1px;
}

span {
    font-style: italic;
    font-size: smaller;
}

.centerVid {
    margin: 0 auto;
    width: 480px;
    height: 320px;
}

.centerZeroBg {
    margin: 0 auto;
    width: 720px;
    height: auto;
}

.bgPic {
    width: 100%;
    height: 100%;
    text-align: center;
    display:block;
}

.emailPic {
    position: fixed;
    bottom: 16px;
    left: 18px;
}

.showPic {
    position: fixed;
    bottom: 1px;
    right: 20px;
}

.vidDiv {
    width: 100%;
	margin:0 auto;
    padding:0; 
	font-size: 0;
    text-align:center;
    position: fixed;
    bottom: 1px;
    line-height: 0;
    vertical-align: middle;
}

.video-js {
    vertical-align: middle;
}

.vjs-has-started .vjs-control-bar {
    font-size: x-large;
}

.vjs-remaining-time-display {
    display: none;
}

a h5 {
    line-height: 15px;
    font-size: 14px;
    margin-top: 2px;
}

div {
    display: block;
}

a {
    line-height: 0;
    margin: 0;
    padding: 0;
}