/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

@media only screen and (min-width: 768px) {

#main {
  width: 63.83%;
}

#sidebar {
  width: 33%;
}

}

.greenButton {
   border-top: 1px solid #124d0e;
   background: #3c7d37;
   background: -webkit-gradient(linear, left top, left bottom, from(#156910), to(#3c7d37));
   background: -webkit-linear-gradient(top, #156910, #3c7d37);
   background: -moz-linear-gradient(top, #156910, #3c7d37);
   background: -ms-linear-gradient(top, #156910, #3c7d37);
   background: -o-linear-gradient(top, #156910, #3c7d37);
   padding: 7px 14px;
   -webkit-border-radius: 11px;
   -moz-border-radius: 11px;
   border-radius: 11px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 18px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.greenButton:hover {
   border-top-color: #156910;
   background: #156910;
   color: #ffffff;
   }
.greenButton:active {
   border-top-color: #156910;
   background: #156910;
   }

<!--

.entry table {
	border: 1px solid #ffffff;

}

.entry table td {
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #ffffff;
}

.tsGrid {
	width: 960px;
	border: 1px solid #b72020;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	border-collapse:separate;
	border-spacing:1px;
}

.tsGridRowClear {
 
}

.tsGrid a:link,a:visited {
	color:#B72020;
	font-weight:bold;
	text-decoration:none;
}

.tsGrid a:hover,a:active {
	color:#b72020;
	font-weight:bold;
	text-decoration:underline;
}

.tsGridSingle {
	width: 120px;
}

.tsGridDay {
	background-color: #921A1A;
	color: white;
	font-weight: bold;
	font-size:12px;
	text-transform: uppercase;
	padding: 3px;
}

.tsGridBreakTime {
	background-color: #F7E4E4;
	color: #000;
	font-size: 11px;
	width: 115px;
	font-weight: bold;
	padding: 3px;
}

.tsGridBreak {
	background-color: #F7E4E4;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
}

.tsGridPlenaryTime {
	background-color: #F1D2D2;
	color: #000;
	font-size: 11px;
	width: 115px;
	font-weight: bold;
	padding: 3px;
}

.tsGridPlenary {
	background-color: #F1D2D2;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
}

.tsGridKeynoteTime {
	background-color: #F1D2D2;
	color: #000;
	font-size: 11px;
	width: 115px;
	font-weight: bold;
	padding: 3px;
	border: 3px solid #377a9d;

}

.tsGridKeynote {
	background-color: #F1D2D2;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	height: 30px;
	text-transform: uppercase;
	border: 3px solid #08253b;
}

.tsGridSessionHead {
	background-color: #b72020;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	width: 115px;
	padding: 3px;
	text-transform:uppercase;
        vertical-align:top !important;
}

.tsGridSession {
	background-color: #ffffff;
	color: #000000;
	font-size: 11px;
	width: 115px;
	padding: 3px;
	padding-left: 0px;
	border-left: 1px solid #eeeeee !important;
}

.tsGridEmpty {
	background-image:url(http://www.techshow.com/wp-content/uploads/2012/12/tsGridEmpty.png);
	background-repeat:repeat;
}

.tsTOT {
  background-color: #ffffff;
}

@media only screen and (max-width: 600px) {
.collapseTsTOT {font-size: 65%;}
}
@media only screen and (max-width: 400px) {
.collapseTsTOT {font-size: 48%;}
}
@media only screen and (max-width: 320px) {
.collapseTsTOT {font-size: 39%;}
}


iframe[id^='twitter-widget-']{ width:100%;}
