html {
	height:100%;
}

img {
	max-width:100%;
}

body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#000;
	font-family: monospace;
	color: #fff;
}

div{
	padding-top: 5px;
}

div#logo {
	align: center;

	margin: auto;
	font-size: 7px;
}

header {
	width=100%;text-align:center;text-align:-webkit-center;text-align:-moz-center;text-align:-khtml-center;
}

#menu {
	text-align: center;
	vertical-align: middle;
	font-size: 17px;
}


a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	outline: 0;
	border-bottom:1px dotted;
}

.black a{
	color: #fff;
}

.white a{
	color: #000;
}

.grey a{
	color: #000;
}

#menu a{
	border: 0 none;
	color: #ccc;
}


a:hover {
	background-color: #ccc;
}

#zenconfcounter a{
	background-color: transparent;
	border: 0 none;
}

#menu a:hover{
	color: #000;
}

a.top {
	border: 0 none;
}

 td a {
	border: 0 none;
}

td a img{
	height:10px;
}

.black {
	background-color: #000;
	max-width: 100%;
	min-height: 100%;
	color: #fff;
	padding-left:10px;
	padding-right:10px;
}

section.white {
	min-height: 100%
	max-width: 100%;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	padding-left:10px;
	padding-right:10px;

}

section.press {
	max-width: 100%;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	padding-left:10px;
	padding-right:10px;

}

section.gray {
	max-width: 100%;
	min-height: 100%;
	background-color: #eee;
	color: #000;
	font-size: 14px;
	padding-left:10px;
	padding-right:10px;

}

.container {
	max-width: 720px;
	margin: auto;
	border: 1;
	padding-bottom: 40px;
}

.container h1{
	padding-top: 10px;
}

td, th
{
text-align:left;
vertical-align: top;
padding: 3px;
}

tr:nth-child(even) {
    background-color: #222222;
}

#share-buttons img {
	width: 16px;
	/*padding: 5px;*/
	border: 0;
	box-shadow: 0;
	display: inline;
}



/**responsive**/
@media screen and (min-width: 0px) and (max-width: 375px) {
    #menu {
		font-size: 14px;
	}
	div#logo {
		font-size: 5px;
	}
	
	header h1{
		margin: 0px;
		padding: 0px;
	}
}

@media screen and (min-width: 0px) and (max-width: 720px) {
  .mobile-hide{ display: none; }
}




/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px) {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	/*tr { border: 1px solid #ccc; }*/
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #000; 
		position: relative;
		padding-left: 30%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		/*top: 6px;*/
		left: 6px;
		width: 65%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "Start"; }
	td:nth-of-type(2):before { content: "End"; }
	td:nth-of-type(3):before { content: "Speaker"; }
	td:nth-of-type(4):before { content: "Talk"; }
}


/*responsive video*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.columnsContainer {
	max-width: 950px;
	margin: auto;

}

.leftColumn {   
	float: left;
	text-align: left;
	padding: 0 1%;
	width: 70%; 
}

.rightColumn {  	
	float: left;
	text-align: left;
	padding: 0 1%;
	width: 25%;

}

#twitter-widget-0{
	width: 100% !important;

}

@media only screen and (max-width: 767px) {
 
	.leftColumn  {
		width: 100%;
	}
 
	.rightColumn  {
		width: 100%;
	}
 
}
