table.webinar-table {
	width:100%
}

 table.webinar-table a {
    	color: inherit;
    	text-decoration: none;
 }


table.webinar-table td.webinar-title {
		background-color: #f8b133;
    	font-size:20px;
    	font-weight: bold;
    	color:#fff;
    	text-transform: uppercase;
    	padding:10px;
    	border-radius: 3px;
    	border-top:3px #fff solid;
}

table.webinar-table td.webinar-text-descr {
	padding-left:10px;padding-top:10px;padding-bottom:10px;
}

table.webinar-table td.webinar-title img {
    	padding-right:15px;
} 


table.webinar-table td.price-row-title {
		background-color: #e5e5e5;
    	font-size:18px;
    	font-weight: bold;
    	color:#000;
    	text-transform: uppercase;
    	padding:10px;
    	border-radius: 3px;
    	border-top:3px #fff solid;
    	padding-right:15px;
    	padding-left:50px;
}

table.webinar-table td.price-row-packet-container {
	text-align:center;display:flex;padding-top:10px;padding-bottom:20px;
	flex-wrap:wrap;
	justify-content:center;
}

table.webinar-table td.price-row-packet-container div.plan-box {
	width:150px;border:1px solid #f8b133;border-radius:5px;
	margin-left:20px;
	margin-top:20px;	
}

table.webinar-table td.price-row-packet-container div.plan-box:first-child {
/*	margin-left:0;*/
}

table.webinar-table td.price-row-packet-container div.plan-box div.plan-name {
	width:100%;font-size:18px;margin-top:5px;
	height:60px;
	display:inline-block;
	text-align:center;
	vertical-align:bottom;
}

table.webinar-table td.price-row-packet-container div.plan-box div.plan-price {
	text-align:center;padding-right:10px;
}

table.webinar-table td.price-row-packet-container div.plan-box div.plan-price span {
	font-size:20px;color:#f8b133;font-weight:bold
}

table.webinar-table td.price-row-packet-container div.plan-box div.plan-descr {
	text-align:justify;padding:3px;font-size:12px;
	height:54px;
	overflow:hidden;
}

table.webinar-table td.price-row-packet-container div.plan-box div.plan-btn {
	height:40px;margin-top:10px;background-color:#f8b133
}

table.webinar-table td.price-row-packet-container div.plan-box div.plan-btn a.btn {
	background-color:#f8b133;color:#fff;font-weight:normal;font-size:16px !important;width:100%
}

table.webinar-table table.calendar-table td.calendar-cell-left {
	width:45%;text-align:center;vertical-align:top;
}

table.webinar-table table.calendar-table td.calendar-cell-left span.title {
	font-size:18px;
}

table.webinar-table table.calendar-table td.calendar-cell-left table.calendar-dates {
	width:100%;
}

table.webinar-table table.calendar-table td.calendar-cell-left table.calendar-dates td.date {
	width:14%;padding:5px;
}

table.webinar-table table.calendar-table td.calendar-cell-left table.calendar-dates td.date div.date-title {
	border:0px solid #f8b133;border-radius:5px;line-height:30px;background-color:#eee;
}

table.webinar-table table.calendar-table td.calendar-cell-left table.calendar-dates td.date div.day {
	border:1px solid #f8b133;border-radius:5px;line-height:30px;
	cursor:pointer;
}

table.webinar-table table.calendar-table td.calendar-cell-left table.calendar-dates td.date div.day-disabled {
	background-color:#eee;
	cursor:default;
}

table.webinar-table table.calendar-table td.calendar-cell-left table.calendar-dates td.date div.day-current { 
	background-color:#f8b133;
	color:#fff;
}

table.webinar-table table.calendar-table td.calendar-cell-left table.calendar-dates tr.paginator td.pg-left {
	text-align:left;padding-top:20px;
}

table.webinar-table table.calendar-table td.calendar-cell-left table.calendar-dates tr.paginator a.pg {
	color:#5386c8;border-bottom:1px dotted
}

table.webinar-table table.calendar-table td.calendar-cell-left table.calendar-dates tr.paginator td.pg-right {
	text-align:right;padding-top:20px;
}


table.webinar-table table.calendar-table td.calendar-cell-separator {
	width:10%
}


table.webinar-table table.calendar-table td.calendar-cell-right {
	width:45%;text-align:center;vertical-align:top;
}


table.webinar-table table.calendar-table td.calendar-cell-right span.title {
	font-size:18px;
}


table.webinar-table table.calendar-table td.calendar-cell-right span.title a {
	border-bottom:1px dotted #333;
}

table.webinar-table table.calendar-table table.table-times {
	width:100%;
}

table.webinar-table table.calendar-table table.table-times td.time-cell {
	width:25%;padding:5px;
}


table.webinar-table table.calendar-table table.table-times td.time-cell div.time {
	border:1px solid #f8b133;border-radius:5px;line-height:30px;
	cursor:pointer;
}

table.webinar-table table.calendar-table table.table-times td.time-cell div.time-disabled {
	background-color:#eee;
	cursor:default;
}

table.webinar-table table.calendar-table table.table-times td.time-cell div.time-current { 
	background-color:#f8b133;
	color:#fff;
}

table.webinar-table table.calendar-table table.table-times button.btn-sign-up {
	border-color:#f8b133;width:200px;font-size:20px;background-color:#f8b133;
}


table.webinar-table tr.plan-separator {
	height:40px;
}


table.webinar-table tr.plan-separator:first-child {
	display:none;
}

table.webinar-list {
	width:100%;
}

table.webinar-list  a {
    color: inherit;
    text-decoration: none;
}

table.webinar-list td.webinar-title {
		background-color: #f8b133;
    	font-size:20px;
    	font-weight: bold;
    	color:#fff;
    	text-transform: uppercase;
    	padding:10px;
    	border-radius: 3px;
    	border-top:3px #fff solid;
}

table.webinar-list td.webinar-title a {
	color:#fff;
	text-decoration:none;
}

table.webinar-list td.webinar-title img {
    	padding-right:15px;
} 

table.webinar-list td.webinar-item {
background-color: #e5e5e5;
font-size: 18px;
font-weight: bold;
color: #000;
text-transform: uppercase;
padding: 10px;
border-radius: 3px;
border-top: 3px #fff solid;
padding-left:50px;
}

table.webinar-list td.webinar-item  img {
    padding-right: 15px;
    padding-left: 20px;
}