﻿/* sidebar */
#sideBarContainer {
  margin-bottom: 20px;
  max-width:300px;
  width:300px;
}

.h3pricing {
  text-transform: none;
}

/* thumbnail image */
.webinarThumb {
  margin-bottom: 20px;
  margin-right: 45px;
  width: 88px;
  float: left;
}

/* register button */
.coursesButton {
  margin-bottom: 5px;
  text-decoration: none;
}

.coursesButton a {
  text-decoration: none;
}

/* presenter and moderator div */
.pmDiv {
  width: 285px;
  float: left;
  padding-right:5px;
}

/* originally presented div */
.opDiv {
  font-size: 13px;
  float: left;
}

/* presenter and moderator links */
.nav-tabs.presenterTabs {
  border: 0;
  display: inline;
  text-align: center;
}

.nav-tabs.presenterTabs li {
  margin: 0;
  border: 0;
  text-transform: none;
  padding: 0;
  background: none;
  text-align: left;
}

.nav-tabs.presenterTabs li > a {
  font-size: 1em;
  color: #e47816;
  text-decoration: none;
  background: none;
  border: 0;
}

.nav-tabs.presenterTabs li > a:hover {
  text-decoration: none;
  background: none;
  border: 0;
}
.nav-tabs.presenterTabs li > a:visited {
  text-decoration: none;
  background: none;
}

.nav-tabs.presenterTabs > li.active {
  background: none;
  border: 0;
}

.nav-tabs.presenterTabs > li.active a {
  font-weight: normal;
  border: 0;
  background: none;
}

.nav-tabs.presenterTabs > li.active a:hover {
  background: none;
  border: 0;
}

.nav.presenterTabs > li a {
  display: inline;
  padding: 0;
  font-weight: normal;
}

