/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
 
 .container {
	margin:0 auto;
 }
 
/*
http://edge.org/event/the-edge-dinner-2015
*/
.edge-list {
	list-style:none;
	margin:0!important;
	padding:0!important;	
}

.edge-list li{
	float:left;
	width:45%;
	margin:0!important;	
}

.edge-list li:nth-child(even){
	padding-left:4%!important;	
}

.edge-list li:nth-child(odd){
	padding-right:4%!important;
	clear:both;	
}

.edge-list:after {
  content: "";
  display: table;
  clear: both;
}


