<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* LESS Mixin for CSS arrow
 *
 * http://codepen.io/jasondavis/pen/dHLwv
 *
 * Usage:
 * .arrow(size, color, direction, offset(optional), border-size(optional), border-color(optional));
 *
 * 1. size: you can set pretty much whatever you want. Further tests required for em unit.
 * 2. color: sadly, no way to inherit. Use the same color as the background of your element.
 * 3. direction: the direction of the arrow (top, right, bottom, left).
 * 4. offset (optional): the position on the side (20px, 50%, etc.).
 * 5. border-size (optional): you may have to set it 1px thinner than the actual border to smooth the rendering.
 * 6. border-color (optional): "inherit" as a default value.
 *
 *
 * Still many things to do and edge cases to fix.
 * It uses the :after pseudo-element to create the arrow. If there is a border, it uses the :before pseudo-element
 *
 * Changelog:
 * - now handles border
 * - "inherit" now supported as a @border-color value
 * - "inherit" now supported as a @color value as long as there is no border involved
 * - dramatically simplified the position
 * - drop-shadow enabled
 * - GitHub repo: https://github.com/HugoGiraudel/LESS-Mixin-for-CSS-arrows
 */
#header-banner {
  padding: 0 15px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  #header-banner {
    text-align: center;
  }
}
#header-banner .college-box {
  padding: 0;
}
#header-banner .college-box:first-child {
  border-left: none;
}
#header-banner .college-box .content {
  padding: 0 15px;
}
#header-banner .college-box .header {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  color: #000000;
  height: 45px;
}
#header-banner .college-box.college-brand {
  background: #FFFFFF;
}
#header-banner .college-box.college-brand .logo,
#header-banner .college-box.college-brand .name,
#header-banner .college-box.college-brand .status {
  padding: 0 15px;
}
#header-banner .college-box.college-brand .logo {
  text-align: center;
  background: #FFFFFF;
  padding-top: 8px;
}
#header-banner .college-box.college-brand .logo img {
  max-width: 120px;
  max-height: 120px;
}
#header-banner .college-box.college-brand .name {
  font-size: 18px;
  margin: 18px 0 11px 0;
}
#header-banner .college-box.college-brand .status {
  text-align: center;
}
#header-banner .college-box.college-about {
  white-space: nowrap;
}
#header-banner .college-box.college-about .content {
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #header-banner .college-box.college-about .content .tuition {
    white-space: initial;
  }
}
#header-banner .college-box.college-about .bottom-section img {
  max-width: 100px;
  max-height: 100px;
}
#header-banner .college-box.college-about .fa {
  padding: 0 2px;
  line-height: inherit;
  margin-right: 10px;
}
#header-banner .college-box.college-about span &gt; .fa {
  font-size: 14px;
}
@media screen and (max-width: 666px) {
  #header-banner .college-box.college-fit .content p {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 666px) {
  #header-banner .college-box.college-fit .content p {
    margin-bottom: 35px;
  }
}
#header-banner .college-box.college-fit .status {
  white-space: nowrap;
}
#header-banner .college-box.college-fit .title {
  font-size: 24px;
  font-weight: 600;
}
#header-banner .college-box.college-fit .col-sm-12 {
  padding-left: 0;
  font-weight: 600;
}
#header-banner .college-box.college-fit .col-sm-12 a:visited {
  color: #FFFFFF;
}
#secondary-navigation {
  margin-bottom: 50px;
  padding: 0;
  background: #E3E3E3;
}
#secondary-navigation .navbar-nav &gt; li {
  border-left: none;
  height: auto;
}
@media (min-width: 768px) {
  #secondary-navigation .icon-wrapper {
    margin: 15px 0 5px;
  }
  #secondary-navigation .navbar-nav &gt; li {
    width: auto;
    min-width: 8.33333333%;
  }
  #secondary-navigation .navbar-nav &gt; li &gt; a {
    padding-left: 25px;
    padding-right: 25px;
  }
  #secondary-navigation .nav-marker {
    border-left-width: 15px;
    border-right-width: 15px;
    border-top-width: 15px;
    border-top: 20px solid #E3E3E3;
  }
}
#content-partials .partial {
  background: #FFFFFF;
}
#admission-results .nav-tabs,
#basic-info .nav-tabs,
#chances .nav-tabs,
#scatterplots .nav-tabs,
#college-recommendations .nav-tabs {
  margin-bottom: 15px;
}
#admission-results .nav-tabs li &gt; a:hover,
#basic-info .nav-tabs li &gt; a:hover,
#chances .nav-tabs li &gt; a:hover,
#scatterplots .nav-tabs li &gt; a:hover,
#college-recommendations .nav-tabs li &gt; a:hover {
  border: 4px solid transparent;
}
#admission-results .nav-tabs li.active &gt; a:hover,
#basic-info .nav-tabs li.active &gt; a:hover,
#chances .nav-tabs li.active &gt; a:hover,
#scatterplots .nav-tabs li.active &gt; a:hover,
#college-recommendations .nav-tabs li.active &gt; a:hover {
  border: 4px solid #004166;
  border-bottom: none;
}
#admission-results .section-block,
#basic-info .section-block,
#chances .section-block,
#scatterplots .section-block,
#college-recommendations .section-block {
  margin-bottom: 15px;
}
#admission-results .section-block:after,
#basic-info .section-block:after,
#chances .section-block:after,
#scatterplots .section-block:after,
#college-recommendations .section-block:after {
  content: '';
  display: block;
  clear: both;
}
#admission-results .section-block ul.top-list,
#basic-info .section-block ul.top-list,
#chances .section-block ul.top-list,
#scatterplots .section-block ul.top-list,
#college-recommendations .section-block ul.top-list,
#admission-results .section-block ul.info-list,
#basic-info .section-block ul.info-list,
#chances .section-block ul.info-list,
#scatterplots .section-block ul.info-list,
#college-recommendations .section-block ul.info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#admission-results .section-block ul.top-list.with-percentage &gt; li,
#basic-info .section-block ul.top-list.with-percentage &gt; li,
#chances .section-block ul.top-list.with-percentage &gt; li,
#scatterplots .section-block ul.top-list.with-percentage &gt; li,
#college-recommendations .section-block ul.top-list.with-percentage &gt; li,
#admission-results .section-block ul.info-list.with-percentage &gt; li,
#basic-info .section-block ul.info-list.with-percentage &gt; li,
#chances .section-block ul.info-list.with-percentage &gt; li,
#scatterplots .section-block ul.info-list.with-percentage &gt; li,
#college-recommendations .section-block ul.info-list.with-percentage &gt; li {
  border-left: 8px solid;
}
#admission-results .section-block ul.top-list.with-percentage &gt; li:nth-child(1),
#basic-info .section-block ul.top-list.with-percentage &gt; li:nth-child(1),
#chances .section-block ul.top-list.with-percentage &gt; li:nth-child(1),
#scatterplots .section-block ul.top-list.with-percentage &gt; li:nth-child(1),
#college-recommendations .section-block ul.top-list.with-percentage &gt; li:nth-child(1),
#admission-results .section-block ul.info-list.with-percentage &gt; li:nth-child(1),
#basic-info .section-block ul.info-list.with-percentage &gt; li:nth-child(1),
#chances .section-block ul.info-list.with-percentage &gt; li:nth-child(1),
#scatterplots .section-block ul.info-list.with-percentage &gt; li:nth-child(1),
#college-recommendations .section-block ul.info-list.with-percentage &gt; li:nth-child(1) {
  border-left-color: #004166;
}
#admission-results .section-block ul.top-list.with-percentage &gt; li:nth-child(2),
#basic-info .section-block ul.top-list.with-percentage &gt; li:nth-child(2),
#chances .section-block ul.top-list.with-percentage &gt; li:nth-child(2),
#scatterplots .section-block ul.top-list.with-percentage &gt; li:nth-child(2),
#college-recommendations .section-block ul.top-list.with-percentage &gt; li:nth-child(2),
#admission-results .section-block ul.info-list.with-percentage &gt; li:nth-child(2),
#basic-info .section-block ul.info-list.with-percentage &gt; li:nth-child(2),
#chances .section-block ul.info-list.with-percentage &gt; li:nth-child(2),
#scatterplots .section-block ul.info-list.with-percentage &gt; li:nth-child(2),
#college-recommendations .section-block ul.info-list.with-percentage &gt; li:nth-child(2) {
  border-left-color: #006098;
}
#admission-results .section-block ul.top-list.with-percentage &gt; li:nth-child(3),
#basic-info .section-block ul.top-list.with-percentage &gt; li:nth-child(3),
#chances .section-block ul.top-list.with-percentage &gt; li:nth-child(3),
#scatterplots .section-block ul.top-list.with-percentage &gt; li:nth-child(3),
#college-recommendations .section-block ul.top-list.with-percentage &gt; li:nth-child(3),
#admission-results .section-block ul.info-list.with-percentage &gt; li:nth-child(3),
#basic-info .section-block ul.info-list.with-percentage &gt; li:nth-child(3),
#chances .section-block ul.info-list.with-percentage &gt; li:nth-child(3),
#scatterplots .section-block ul.info-list.with-percentage &gt; li:nth-child(3),
#college-recommendations .section-block ul.info-list.with-percentage &gt; li:nth-child(3) {
  border-left-color: #4081A7;
}
#admission-results .section-block ul.top-list.with-percentage &gt; li:nth-child(4),
#basic-info .section-block ul.top-list.with-percentage &gt; li:nth-child(4),
#chances .section-block ul.top-list.with-percentage &gt; li:nth-child(4),
#scatterplots .section-block ul.top-list.with-percentage &gt; li:nth-child(4),
#college-recommendations .section-block ul.top-list.with-percentage &gt; li:nth-child(4),
#admission-results .section-block ul.info-list.with-percentage &gt; li:nth-child(4),
#basic-info .section-block ul.info-list.with-percentage &gt; li:nth-child(4),
#chances .section-block ul.info-list.with-percentage &gt; li:nth-child(4),
#scatterplots .section-block ul.info-list.with-percentage &gt; li:nth-child(4),
#college-recommendations .section-block ul.info-list.with-percentage &gt; li:nth-child(4) {
  border-left-color: #7FABC4;
}
#admission-results .section-block ul.top-list.with-percentage &gt; li:nth-child(5),
#basic-info .section-block ul.top-list.with-percentage &gt; li:nth-child(5),
#chances .section-block ul.top-list.with-percentage &gt; li:nth-child(5),
#scatterplots .section-block ul.top-list.with-percentage &gt; li:nth-child(5),
#college-recommendations .section-block ul.top-list.with-percentage &gt; li:nth-child(5),
#admission-results .section-block ul.info-list.with-percentage &gt; li:nth-child(5),
#basic-info .section-block ul.info-list.with-percentage &gt; li:nth-child(5),
#chances .section-block ul.info-list.with-percentage &gt; li:nth-child(5),
#scatterplots .section-block ul.info-list.with-percentage &gt; li:nth-child(5),
#college-recommendations .section-block ul.info-list.with-percentage &gt; li:nth-child(5) {
  border-left-color: #E3E3E3;
}
#admission-results .section-block ul.top-list.with-percentage &gt; li span,
#basic-info .section-block ul.top-list.with-percentage &gt; li span,
#chances .section-block ul.top-list.with-percentage &gt; li span,
#scatterplots .section-block ul.top-list.with-percentage &gt; li span,
#college-recommendations .section-block ul.top-list.with-percentage &gt; li span,
#admission-results .section-block ul.info-list.with-percentage &gt; li span,
#basic-info .section-block ul.info-list.with-percentage &gt; li span,
#chances .section-block ul.info-list.with-percentage &gt; li span,
#scatterplots .section-block ul.info-list.with-percentage &gt; li span,
#college-recommendations .section-block ul.info-list.with-percentage &gt; li span {
  padding-left: 20px;
}
#admission-results .section-block ul.top-list &gt; li,
#basic-info .section-block ul.top-list &gt; li,
#chances .section-block ul.top-list &gt; li,
#scatterplots .section-block ul.top-list &gt; li,
#college-recommendations .section-block ul.top-list &gt; li,
#admission-results .section-block ul.info-list &gt; li,
#basic-info .section-block ul.info-list &gt; li,
#chances .section-block ul.info-list &gt; li,
#scatterplots .section-block ul.info-list &gt; li,
#college-recommendations .section-block ul.info-list &gt; li {
  min-height: 32px;
  line-height: 32px;
  margin-bottom: 7.5px;
  margin-top: 7.5px;
}
#admission-results .section-block ul.top-list &gt; li:after,
#basic-info .section-block ul.top-list &gt; li:after,
#chances .section-block ul.top-list &gt; li:after,
#scatterplots .section-block ul.top-list &gt; li:after,
#college-recommendations .section-block ul.top-list &gt; li:after,
#admission-results .section-block ul.info-list &gt; li:after,
#basic-info .section-block ul.info-list &gt; li:after,
#chances .section-block ul.info-list &gt; li:after,
#scatterplots .section-block ul.info-list &gt; li:after,
#college-recommendations .section-block ul.info-list &gt; li:after {
  content: "";
  display: block;
  clear: both;
}
#admission-results .section-block .stat-value,
#basic-info .section-block .stat-value,
#chances .section-block .stat-value,
#scatterplots .section-block .stat-value,
#college-recommendations .section-block .stat-value {
  font-size: 28px;
  line-height: 25px;
  font-weight: 600;
}
#admission-results .section-block .stat-block,
#basic-info .section-block .stat-block,
#chances .section-block .stat-block,
#scatterplots .section-block .stat-block,
#college-recommendations .section-block .stat-block {
  margin-top: 40px;
}
#admission-results .pull-right button[data-major-id],
#basic-info .pull-right button[data-major-id],
#chances .pull-right button[data-major-id],
#scatterplots .pull-right button[data-major-id],
#college-recommendations .pull-right button[data-major-id] {
  width: 100px;
  text-align: center;
  margin-left: 5px;
}
#admission-results .pull-right select[data-school-id],
#basic-info .pull-right select[data-school-id],
#chances .pull-right select[data-school-id],
#scatterplots .pull-right select[data-school-id],
#college-recommendations .pull-right select[data-school-id] {
  margin-left: 5px;
}
#admission-results .male-female-bar,
#basic-info .male-female-bar,
#chances .male-female-bar,
#scatterplots .male-female-bar,
#college-recommendations .male-female-bar {
  margin-bottom: 15px;
}
#admission-results .male-female-bar .stat-value,
#basic-info .male-female-bar .stat-value,
#chances .male-female-bar .stat-value,
#scatterplots .male-female-bar .stat-value,
#college-recommendations .male-female-bar .stat-value {
  padding: 5px;
  font-size: inherit;
}
#admission-results .year-select-tab,
#basic-info .year-select-tab,
#chances .year-select-tab,
#scatterplots .year-select-tab,
#college-recommendations .year-select-tab {
  padding-top: 7px;
  float: right;
}
#admission-results .results-info,
#basic-info .results-info,
#chances .results-info,
#scatterplots .results-info,
#college-recommendations .results-info {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
#basic-info {
  padding-top: 20px;
}
#basic-info .regular-deadline-icon {
  color: #C4151C;
}
#basic-info .priority-deadline-icon {
  color: #A8A9A4;
}
#basic-info .section-block ul li i {
  margin-right: 10px;
}
#basic-info .section-block span.phone-number {
  margin-right: 10px;
}
#basic-info .contact-info i.fa {
  color: #1BA4BF;
}
#chances {
  color: #555555;
  font-weight: 600;
}
#chances .chance-label,
#chances .chance-bar-label {
  font-size: 18px;
}
#chances .pad-right-none {
  padding-right: 0;
}
#chances .pad-left-none {
  padding-left: 0;
}
#chances .progress {
  margin-bottom: 0;
  border: none;
  background: #E3E3E3;
  webkit-box-shadow: none;
  box-shadow: none;
  height: 21px;
}
#chances .progress .progress-bar {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#chances .statistic-label {
  font-size: 18px;
}
#chances .chance-statistic {
  font-size: 22px;
}
#scatterplots .fa.fa-plus,
#scatterplots .fa.fa-minus {
  font-size: 16px;
  padding-top: 5px;
}
#college-recommendations .school-tile {
  border-top: 5px solid #E3E3E3;
  margin: 10px 5px;
  width: 200px;
  height: 190px;
  float: left;
}
#college-recommendations .school-tile &gt; label.input-select {
  width: 90%;
}
#college-recommendations .school-tile .school-logo {
  height: 110px;
  line-height: 110px;
  margin-top: 5px;
}
#college-recommendations .school-tile .school-logo &gt; img {
  max-height: 95px;
  max-width: 100px;
}
#college-recommendations .school-tile .school-name {
  font-size: 14px;
  font-weight: 600;
  height: 35px;
}
#college-recommendations .school-tile .school-name &gt; div {
  line-height: 16px;
}
#college-recommendations .school-tile .school-name &gt; div &gt; a {
  color: #1BA4BF;
}
#college-recommendations .school-tile .school-name &gt; div &gt; a:hover {
  color: #006098;
  text-decoration: none;
}
#college-recommendations .school-tile.success {
  border-top: 5px solid #6CC15D;
}
#college-recommendations .school-tile.warning {
  border-top: 5px solid #FEE35F;
}
#college-recommendations .school-tile.danger {
  border-top: 5px solid #C4151C;
}
.news-feed .feed-container .feed-page {
  display: none;
}
.news-feed .feed-container .feed-page.active {
  display: block;
}
.news-feed .feed-container .feed-page .feed-item {
  margin-bottom: 20px;
}
.news-feed .feed-container .feed-page .feed-item a:hover {
  text-decoration: none;
}
.news-feed .feed-container .feed-page .feed-item.first {
  /*11 items per row; so need 0.5 column offset*/
  margin-left: 4.15%;
}
.news-feed .feed-container .feed-page .feed-item .avatar {
  width: 60px;
}
.news-feed .feed-container .feed-page .feed-item .description {
  font-size: 12px;
}
.news-feed .feed-container .feed-page .feed-item .user-info {
  padding-left: 5px;
  padding-right: 0px;
}
.news-feed .feed-container .feed-page .feed-item .user-info .user-name {
  height: 15px;
  word-wrap: break-word;
}
.news-feed .feed-container .feed-page .feed-item .default-img {
  font-size: 32px;
  font-weight: 600;
  color: #FFFFFF;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.news-feed,
.academic-performance {
  height: 200px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news-feed,
  .academic-performance {
    height: auto;
  }
}
.content-partial {
  background: #FFFFFF;
}
.nav-tabs-primary {
  border-bottom-color: #004166;
  border-bottom-width: 4px;
}
.nav-tabs-primary &gt; li {
  margin-bottom: -4px;
}
.nav-tabs-primary &gt; li &gt; a {
  color: #65645A;
  border-width: 4px;
  border-bottom-width: 0;
  padding: 10px 15px 14px;
}
.nav-tabs-primary &gt; li &gt; a:hover,
.nav-tabs-primary &gt; li &gt; a:focus {
  border-color: transparent transparent #004166;
  background: none;
  color: #004166;
}
.nav-tabs-primary &gt; li.active &gt; a,
.nav-tabs-primary &gt; li.active &gt; a:hover,
.nav-tabs-primary &gt; li.active &gt; a:focus {
  border-width: 4px;
  border-color: #004166;
  border-bottom-color: transparent;
  border-bottom-width: 0;
  color: #004166;
  background: #FFFFFF;
}
hr.blue-thick {
  margin: 0 0 20px;
  border-top: 4px solid #004166;
}
.scatter-y-selector {
  margin-top: 110px;
}
.scatter-x-selector {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .scatter-y-selector {
    margin-top: 140px;
  }
}
@media (min-width: 992px) {
  .scatter-y-selector {
    margin-top: 150px;
  }
}
@media (min-width: 1200px) {
  .scatter-y-selector {
    margin-top: 170px;
  }
}
.scatter-legend {
  list-style: none;
  margin: 0;
  padding: 0;
}
.scatter-legend &gt; li {
  padding: 10px 0;
}
.scatter-legend &gt; li .fa {
  margin-right: 5px;
}
.flot-tooltip {
  background: #FFFFFF;
  border: 1px solid #65645A;
  padding: 15px;
  text-align: center;
  position: relative;
}
.flot-tooltip:after,
.flot-tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.flot-tooltip:after {
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #FFFFFF;
}
.flot-tooltip:before {
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
  border-top-color: #65645A;
}
.flot-tooltip &gt; div {
  padding: 5px 0;
}
.loader-lg {
  text-align: center;
}
div.input-select.similar:before {
  top: 3px;
}
div.input-select.similar:after {
  top: 4px;
}
a.completeProfile {
  position: relative;
  left: 200px;
  color: #999;
  text-decoration: underline;
}
.qq-label {
  color: #C4151C;
  cursor: pointer;
  text-transform: capitalize;
  text-decoration: underline;
  font-size: 16px;
}
.qq-label i {
  color: #555555;
  margin-left: 10px;
}
ul.token-input-list-facebook {
  border: none;
  outline: 1px solid #CCC;
  font-size: 13px;
  font-family: Open Sans;
  background: #FFF;
  height: 32px !important;
  padding: 4px 0;
  margin: 0;
  max-width: none;
}
li.token-input-token-facebook {
  margin: 0 0 0 3px;
  background-color: #339ED8;
  font-size: 16px;
  font-family: Open Sans;
}
li.token-input-selected-token-facebook {
  background-color: #339ED8;
}
div.token-input-dropdown-facebook {
  border: none;
  font-size: 16px;
  font-family: Open Sans;
  outline: 1px solid #CCC;
  overflow: inherit;
}
div.token-input-dropdown-facebook p {
  color: #999;
}
div.token-input-dropdown-facebook ul li {
  color: #999;
}
div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
  background-color: #339ED8;
}
#section-majors ul.token-input-list-facebook {
  max-width: 100% !important;
}
.btn-zoom-in {
  margin-top: 10px;
}
.zoom-container {
  width: 5%;
  float: left;
  padding-left: 15px;
}
.zoom-container #zoom-slider {
  width: 2px;
  left: 9px;
}
.zoom-container #zoom-slider .ui-slider-range {
  background-color: #E3E3E3;
}
.zoom-container #zoom-slider a.ui-slider-handle {
  height: 6px;
  background-color: #E3E3E3;
  left: -7px;
  border-color: #E3E3E3;
}
.zoom-container #zoom-slider a.ui-slider-handle:hover {
  cursor: pointer;
  border: 0;
  text-decoration: none;
  color: #E3E3E3;
}
.ui-widget-overlay {
  background: #000000;
}
#seeMoreUsersModal {
  padding: 0;
}
#seeMoreUsersModal .modal-header {
  padding: 15px 0;
}
#seeMoreUsersModal .modal-header &gt; div {
  padding-right: 0;
}
#seeMoreUsersModal .modal-header &gt; div:nth-child(1) {
  width: 30%;
}
#seeMoreUsersModal .modal-header &gt; div:nth-child(2) {
  width: 18%;
}
#seeMoreUsersModal .modal-header &gt; div:nth-child(3) {
  width: 27%;
}
#seeMoreUsersModal .modal-header ul.dropdown-menu-state {
  height: 180px;
  overflow-y: scroll;
  width: 100%;
}
#seeMoreUsersModal .modal-header ul.dropdown-menu-state li &gt; label {
  padding-left: 15px;
}
#seeMoreUsersModal .modal-header ul.dropdown-menu-state li &gt; label span:before {
  margin-bottom: 2px;
}
#seeMoreUsersModal .modal-header ul.dropdown-menu-state li &gt; a {
  color: #1BA4BF;
}
#seeMoreUsersModal .modal-header ul.dropdown-menu-state li &gt; a:hover,
#seeMoreUsersModal .modal-header ul.dropdown-menu-state li &gt; a:focus {
  color: #006E85;
  background-color: #FFFFFF;
}
#seeMoreUsersModal .modal-header .show-states {
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  z-index: 1;
  width: 100%;
  line-height: 30px;
  padding-left: 10px;
  cursor: pointer;
}
#seeMoreUsersModal .modal-header select {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
}
#seeMoreUsersModal .modal-body {
  max-height: 415px;
  width: 100%;
  overflow-y: scroll;
  padding: 5px 0 15px 0;
}
#seeMoreUsersModal .modal-body .user-page .username {
  font-size: 15px;
  font-weight: 600;
  word-wrap: break-word;
  color: #1BA4BF;
}
#seeMoreUsersModal .modal-body div.default-img {
  height: 120px;
  width: 120px;
  font-size: 65px;
  color: #FFFFFF;
  line-height: 120px;
}
#seeMoreUsersModal .modal-body div.default-img:hover {
  text-decoration: none;
}
#seeMoreUsersModal .modal-body img.avatar {
  width: 120px;
}
#seeMoreUsersModal ul.pagination li.disabled a:hover {
  color: #7D7E78;
  background-color: #FFFFFF;
}
#seeMoreUsersModal ul.pagination li.active a:hover {
  color: #FFFFFF;
  background-color: #004166;
}
#seeMoreUsersModal ul.pagination li a:hover,
#seeMoreUsersModal ul.pagination li a:focus {
  color: #006E85;
  background-color: #A8A9A4;
}
</pre></body></html>