.target-host dt, .target-person dt {
    color: #224192;
  font-weight: 600;
  font-size: 18px; }

.target-person dd, .target-host dd {
  font: normal 16px/1.4em 'source sans pro', Arial, sans-serif; }

.target-host dd span, .target-person dd span {
  display: block; }

.options-module h2 {
  margin: 10px 0; }

.options-module h3 {
  background: #00a651;
  color: #fff !important;
  text-align: center;
  height: 50px;
  text-transform: uppercase;
  margin: 0;
  font: 600 14px/50px 'source sans pro', Arial, sans-serif; }

.options-module .holder-table {
  border: 1px solid #eee;
  margin-bottom: 30px; }

.options-module .holder-table .black-button {
  margin-right: 10px; }

.options-module .rate-code {
  background: #fdfdfd;
  padding: 25px 10px;
  border-bottom: 1px solid #eee; }

.options-module .rate-code input[type="text"] {
  float: right;
  width: 120px;
  height: 38px;
  padding: 0 20px;
  margin: 0 20px 0 0;
  background: #fff; }

.options-module .rate-code .button-styled-short {
  float: right; }

.options-module .rate-code p {
  margin: 5px 0; }

.options-module table.rate-code {
  table-layout: fixed; }

.options-module table.rate-code td:first-child {
  width: 60%;
  vertical-align: middle; }

.options-module table.rate-code td + td {
  width: 40%;
  vertical-align: middle; }

.options-module .rate-code div {
  display: table; }

.options-module .rate-code div input, .options-module .rate-code div a {
  display: table-cell; }

.options-module .title {
  color: #00a651;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px;
  margin: 0; }

.badge-text {
  position: relative;
  z-index: 5; }

.options-module table {
  width: 100%;
  margin: 0; }

.options-module table label {
  display: block;
  line-height: 32px;
  font-size: 1em;
  font-weight: normal; }

.options-module table label input[type="checkbox"] {
  float: left; }

.options-module table input[type="radio"] + div, .options-module table label input[type="checkbox"] + div {
  overflow: hidden;
  display: block;
  line-height: 1.2em; }

.options-module table input[type="radio"] + div label {
  line-height: inherit; }

.options-module table input[type="text"] {
  display: inline-block;
  vertical-align: middle; }

.options-module .table-view {
  display: table;
  width: 100%;
  table-layout: fixed; }

.options-module .table-view span {
  width: 30%; }

.options-module .table-view span, .options-module .table-view input {
  display: table-cell;
  vertical-align: middle; }

.options-module .table-view input {
  margin: 10px 0 10px 10px;
  width: 70%; }

.options-module table tr.alt {
  border-bottom: none; }

.options-module table tr {
  border-bottom: 1px solid #eee; }

.options-module table tr.single {
  border-bottom: none; }

.options-module table td {
  border: none;
  padding: 10px; }

.options-module table td:first-child {
  text-align: left;
  width: 80%; }

.options-module table td + td {
  vertical-align: top;
  text-align: center;
  width: 20%; }

.options-module table td span b {
  position: relative;
  text-transform: uppercase;
  padding: 0 0 0 20px; }

.options-module .title-cell {
  padding: 0; }

.options-module table td span b:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin: -6px 0 0;
  width: 12px;
  height: 12px;
  background: url(/images/ico-arrow-learnmore.svg) no-repeat;
  background-size: 12px 12px; }

.options-module table thead {
  background: #fdfdfd;
  color: #00a651;
  text-transform: uppercase;
  border: none; }

.options-module table thead td {
  line-height: 1; }

.options-module table .total {
  border-bottom: none; }

.options-module table .total-price b, .options-module table .total strong {
  font-weight: 800; }

.agenda-post h3 {
  width: 100%;
  background: #00a651;
  color: #fff !important;
  text-align: center;
  height: 50px;
  text-transform: uppercase;
  margin: 0 !important;
  font: 600 14px/50px 'source sans pro', Arial, sans-serif; }

.agenda-post .holder {
  background: #fdfdfd;
  padding: 20px 10px;
  border: 1px solid #eee; }

.confirmed-post h3 {
  font-weight: 400;
  font-size: 22px; }

.agenda-post .author, .confirmed-post .author {
  color: #111111;
  margin-bottom: 20px;
  display: block; }

.agenda-post .author span, .confirmed-post .author span, .confirmed-post .author em, .agenda-post .author em {
  display: block;
  font-size: 14px; }

.author em {
  color: #00a651; }

@media screen and (max-width: 977px) {
  .options-module .rate-code div {
    display: table;
    width: 100%; }

  .options-module .rate-code input[type="text"] {
    display: table-header-group;
    float: none; }

  .options-module .rate-code .button-styled-short {
    margin: 0 0 10px;
    display: table-footer-group;
    float: none;
    line-height: 38px; }

  .options-module .rate-code input[type="text"] {
    width: 100%;
    float: none;
    margin: 10px 0; } }
@media screen and (max-width: 1218px) {
  .options-module table td + td {
    vertical-align: top;
    text-align: center;
    width: 40%; }

  .options-module table.rate-code td:first-child {
    width: 40%; }

  .options-module table.rate-code td + td {
    width: 60%; } }
@media screen and (max-width: 977px) {
  .options-module table.rate-code {
    padding: 25px 0; }

  .options-module table.rate-code tr {
    border-bottom: none; }

  .options-module table.rate-code td {
    padding: 0 10px; }

  .options-module table.rate-code, .options-module table.rate-code tbody, .options-module table.rate-code tr, .options-module table.rate-code td {
    display: block;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }
@media screen and (max-width: 747px) {
  .options-module h3 {
    line-height: 1.2em;
    padding: 10px;
    margin-bottom: 0 !important;
    height: auto; }

  .options-module .title-cell {
    border-bottom: none !important; }

  .options-module table, .options-module tbody, .options-module thead, .options-module tr {
    display: block;
    width: 100%; }

  .options-module thead td:first-child {
    text-align: center;
    border: none  !important; }

  .options-module thead td + td {
    display: none; }

  .options-module table td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

  .options-module table td:first-child {
    border-right: none;
    border-bottom: 1px solid #eee; }

  .options-module .table-view {
    display: block;
    padding-top: 10px; }

  .options-module table input[type="text"] {
    width: 100%;
    margin: 0; }

  .event_register .black-button {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

  .agenda-post .author span, .agenda-post .author em {
    font-size: 13px; }

  .event_register .full {
    width: 100%;
    padding: 16px 30px;
    max-width: none;
    float: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .target-host dd, .target-person dd {
    font: normal 14px/1.4em 'source sans pro', Arial, sans-serif; }

  .options-module .holder-table .black-button {
    margin-right: 0; }

  .options-module table tr.alt {
    border-bottom: 1px solid #eee; } }
