.test-border {border: 1px solid red;}
.condesed-text {line-height: 150%;}
.section-title {text-align: center; border-top: 6px solid #00e0ff;  
	border-bottom: 1px dashed #80f0ff; margin-bottom: 20px;}
ul.square {list-style-type: square;  margin-left: 40px;}

#register { background-color: #ffd000; }
#register form input.error {border: 1px solid red;}
#register form label.error {color: red; font-size: 14px; margin-bottom: -1px; 
	text-align: right; padding-right: 30px;}

#agenda h5.schedule-day-info {margin-top: 20px;}

#agenda th.time-column {width: 2%;}
#agenda th.track-column {width: 99%;}
#agenda th.track-column {width: 99%;}
#agenda thead th {text-align: center; font-size: 20px;}
#agenda thead th .fa {color:white;}
#agenda tbody tr {border-bottom: 2px solid #a0e0ff;}
#agenda tbody td {background-color: white;  border-bottom: 2px solid #a0e0ff; 
	vertical-align: top;}
#agenda tbody td {vertical-align: top;}
#agenda th.time-column {padding-left: 5px; padding-right: 5px;}
#agenda td.time-column {padding-left: 15px; padding-right: 15px; 
	vertical-align: middle;  text-align: center;}
#agenda .title {font-size: 16px;}

#agenda .description {line-height: 130%;}
/*
#agenda .speaker-photo img {padding-right: 10px; display: block; margin: 0 auto;}
*/
#agenda .speaker-name {line-height: 130%;}
#agenda .speaker-company {line-height: 130%;}
#agenda .speaker-bio {line-height: 130%; color: #909090; font-style: italic;}

@media only screen and (min-width: 701px) {
	.speaker-photo {width: 100px; float: left;  margin-right: 10px;}
	.speaker-bio {margin-left: 110px;}
}
@media only screen and (max-width: 700px) {
	#agenda .speaker-photo {padding: 0; margin:0;}
	#agenda .speaker-photo img {width: 130px; margin:0 auto; padding: 0;}
	#agenda .speaker-name {text-align: center; margin-top: 5px; margin-bottom: 0px;}
	#agenda .speaker-company {text-align: center;  margin-top: 0px; margin-bottom: 0px;}
	#agenda .speaker-bio {margin-top: 5px;}
}

#agenda .joined-session-title {text-align: center;}
#agenda .joined-session-title h5 span.ainfo {margin-left: 5px;}
#agenda .joined-session-title div {}

#price .package-disabled {background-color: #f0f0ff;}
.package-disabled .package-title {color: #a0a0b0; font-weight: normal; text-decoration: line-through;}
.package-disabled .package-price {color: #d0d0e0; font-weight: normal;}
.package-disabled .package-price .currency {color: #d0d0e0;}
.package-disabled .package-detail ul li {color: #a0a0b0;}
.package-disabled .package-detail ul li .fa {color: #a0a0b0;}


#accomodation .hotel-contact {text-align: center;  line-height: 125%; 
	margin-bottom: 20px;  background-color: #f8f8f8; padding: 15px 0px 15px;}
#accomodation .hotel-contact p {margin-bottom: 0px;  padding-bottom: 0px;}
#accomodation .hotel-contact h6 {margin-bottom: 0px;	}
#accomodation .highlight {color:#e04000;}
#accomodation a {text-decoration: underline; }
#accomodation span.fa {font-size: 30px; margin-right: 10px;}
