h1, h3{
	color:#333333;
}

button.btn{
	background-color:#333333;
	padding:10px 40px;
	color:#ffffff;
	width:150px;
	font-weight:400;
	text-transform: uppercase;
}
button.btn:hover{
	background-color:#999999;
	color:#ffffff;
}

button.regBtn{
	width:200px;
}
.col-md-3 {
    width: 25%;
    float:left;
}
.col-md-4 {
    width: 33.333333%;
    float:left;
}
.col-md-6 {
    width: 50%;
    float:left;
}
.col-md-7 {
    width: 58.33333333%;
    float:left;
}

.col-md-8{
    width: 66.66666667%;
}

.webcast-logo{
    min-width:200px;
}

.display-speaker-image{

    width:100px;
    float: left;
    margin-right: 10px;;
}

.sponsor-image{
    
}

.sponsor-image img{
    width: 100%;
    float: left;
    padding: 20px 0;
}
.content-image img{
    width: 100%;
    margin:auto;
    padding: 10px 0px;
}

div.webcast-timing{
    background-color: #f4f4f4;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.tabs{
    float:left;
    text-align:center;
    background-color: #f4f4f4;
    color:#333333;
    
    cursor: pointer;
}

.tabs p{
    margin: 5px;
    font-size: 14px;
}

.tabs:hover{
    background-color: #ffffff;
    color: #333333;
}

.tabs.active:hover{
    background-color: #ffffff;
    color: #333333;
}

.tabs.active{
    background-color: #ffffff;
    color: #333333;
}

.details-block p, .details-block ul.learning_objectives_ul li, .speakers-block p {
    font-size: 14px;
    color: #333333;
    font-weight: 200;
}

.generate-webinar-iframe-jumbotron .col-md-12 .generate-webinar-iframe-h1 {
    font-size: 36px;
}

.display-speaker-image{

    width:100px;
    float: left;
    margin-right: 10px;;
}

div.webcast-timing{
    background-color: #f4f4f4;
    padding: 10px 0;
    margin-bottom: 10px;
}
div.blocks-container-padding{
    padding-left: 15px;
    padding-right: 15px;
}
div.blocks-container{
    border-left: 2px solid #f4f4f4;
    border-right: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    border-top: 1px solid #ffffff;
    
}

.btn-primary {
    background-color: #c24848;
    color: #ffffff;
    border: 0px;
    border-radius: 0;
    float: right;
    margin-top: 10px;
    width: 51%;
    margin-right: 90px;
}

.btn-primary:hover,
.btn-primary:visited,
.btn-primary:focus,
.btn-primary:active {
    background: #a13636;
    color: #ffffff;
}

img.sponsor-image{
    width:50%;
    float:left;
    max-width: 300px;
}
#block1 .col-md-12 ul.learning_objectives_ul
{
    padding-left: 25px;
}
#block1 .col-md-12 ul.learning_objectives_ul li {
	font-weight:300;
	font-size:16px;
	padding:3px 0; 
}

.landing-page-container {
    max-width: 630px;
    
}

.btn {
    margin-bottom: 20px;
    
}