body #adviserScheduler {
  font-size: 0.8rem; }
  body #adviserScheduler #dropDownButtonContainer label {
    text-align: right; }
    @media screen and (max-width: 40em) {
      body #adviserScheduler #dropDownButtonContainer label {
        text-align: center; } }
  body #adviserScheduler #dropDownButtonContainer select {
    padding: 0.25rem;
    width: 90%; }
    @media screen and (min-width: 40.063em) {
      body #adviserScheduler #dropDownButtonContainer select {
        float: left;
        width: 60%; } }
  body #adviserScheduler #dropDownButtonContainer .button {
    background-color: #877148;
    border: 0px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Helvetica Neue LT W01_57 Cond", "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.2rem;
    letter-spacing: 0.04rem;
    text-decoration: none;
    margin-top: 2rem;
    margin-bottom: 2.5rem; }
    @media screen and (max-width: 40em) {
      body #adviserScheduler #dropDownButtonContainer .button {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 50%; } }
  body #adviserScheduler #dropDownButtonContainer .button:hover, body #adviserScheduler #dropDownButtonContainer .button:focus {
    background-color: #7a6641; }
  body #adviserScheduler #mainContentContainer #mainContent {
    background: url("/Assets/apps/adviser-scheduler/images/loading.gif") no-repeat center center;
    min-height: 70px; }
    body #adviserScheduler #mainContentContainer #mainContent #headerRow {
      background-color: #000;
      padding: 0.5rem; }
      body #adviserScheduler #mainContentContainer #mainContent #headerRow .colLabel {
        font-weight: bold;
        color: #fff; }
    body #adviserScheduler #mainContentContainer #mainContent .noResults {
      display: none;
      margin-top: 1rem;
      margin-left: 0.5rem; }
    body #adviserScheduler #mainContentContainer #mainContent #entries .entry {
      background-color: #fff;
      padding: 1rem 0.5rem; }
      @media screen and (max-width: 40em) {
        body #adviserScheduler #mainContentContainer #mainContent #entries .entry {
          background-color: #ccc; } }
      body #adviserScheduler #mainContentContainer #mainContent #entries .entry .data {
        margin-bottom: 0.25rem;
        line-height: 0.9rem; }
        @media screen and (min-width: 40.063em) {
          body #adviserScheduler #mainContentContainer #mainContent #entries .entry .data {
            display: table;
            table-layout: fixed; } }
        body #adviserScheduler #mainContentContainer #mainContent #entries .entry .data span {
          padding-right: 0.75rem;
          font-size: 0.77rem;
          line-height: 0.9rem;
          word-break: break-word;
          word-wrap: break-word;
          -ms-hyphens: auto;
          -moz-hyphens: auto;
          -webkit-hyphens: auto;
          hyphens: auto; }
          @media screen and (min-width: 40.063em) {
            body #adviserScheduler #mainContentContainer #mainContent #entries .entry .data span {
              display: table-cell;
              vertical-align: middle; } }
          body #adviserScheduler #mainContentContainer #mainContent #entries .entry .data span a {
            font-size: 0.77rem;
            line-height: 0.9rem; }
      body #adviserScheduler #mainContentContainer #mainContent #entries .entry .resultsLabel .labelData {
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 0.9rem; }
    body #adviserScheduler #mainContentContainer #mainContent #entries .even {
      background-color: #ccc; }
      @media screen and (max-width: 40em) {
        body #adviserScheduler #mainContentContainer #mainContent #entries .even {
          background-color: #fff; } }
  body #adviserScheduler #mainContentContainer #pagination {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    body #adviserScheduler #mainContentContainer #pagination span {
      padding-left: 0.5rem; }
    body #adviserScheduler #mainContentContainer #pagination a {
      margin-right: 0.3rem;
      color: #877148;
      font-weight: bold;
      text-decoration: underline; }
    body #adviserScheduler #mainContentContainer #pagination a:hover {
      color: #000; }
    body #adviserScheduler #mainContentContainer #pagination a.active {
      color: #000;
      text-decoration: none; }
