@import url(../css/font-awesome.css);
@import url("https://fonts.googleapis.com/css?family=Roboto");


body, html {
	margin:0;
  padding:0;
background: #fff;
font-family: 'Roboto', sans-serif;
}
	
.content {
    /*width: 75%;*/
	width:81%;
    margin: 0px auto;
	min-width: 800px;	
}

.nav {
	padding-left: 20px;
	padding-right: 20px;
	height:50px;
	background-color: #222222;
	
}

.embed-container {
    height: 0px;
    width: 100%;
    /*padding-bottom: 62.50%;*/
	padding-bottom: 56.25%;
    overflow: hidden;
	
    position: relative;
}
			
.embed-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background-color: #000000;
	
}

.button {
    background-color: #222222; /* Green */
    border: none;
    color: #b4b4b4;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}

.goleft {
	font-family: 'Roboto', sans-serif;
	float: left;
	padding-top: 15px;
	font-weight: bold;
	font-size: 14pt;
	}
	
	
.goright {
	font-family: 'Roboto', sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	float: right;
	font-weight: bold;
	}

.white {
	font-family: 'Roboto', sans-serif;
	
	
	color: #b4b4b4;
	font-weight: bold;
}






	
		
