/* line 31, ../../../../../opt/c2/preview/www/css/dev/v2/sass-src/__c2p-adWidget.scss */
.c2g-adWidget {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  min-height: 125px;
  border-radius: 5px; }
  /* line 42, ../../../../../opt/c2/preview/www/css/dev/v2/sass-src/__c2p-adWidget.scss */
  .c2g-adWidget__header {
    margin-top: 10px; }
    @media only screen and (min-width: 1055px) and (max-width: 1220px) {
      /* line 45, ../../../../../opt/c2/preview/www/css/dev/v2/sass-src/__c2p-adWidget.scss */
      .sideNavHidden .c2g-adWidget__header {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
        width: 330px; } }
    @media only screen and (min-width: 1221px) {
      /* line 42, ../../../../../opt/c2/preview/www/css/dev/v2/sass-src/__c2p-adWidget.scss */
      .c2g-adWidget__header {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
        width: 330px; } }
    @media only screen and (min-width: 1359px) {
      /* line 42, ../../../../../opt/c2/preview/www/css/dev/v2/sass-src/__c2p-adWidget.scss */
      .c2g-adWidget__header {
        width: 380px; } }

@media only screen and (min-width: 1024px) {
  /* line 12, stdin */
  .c2g-table-body__td {
    vertical-align: top; }
    /* line 15, stdin */
    .c2g-table-body__td.review_date, .c2g-table-body__td.review_stars {
      padding-top: 32px;
      vertical-align: top; } }

/* line 29, stdin */
.c2-reviews__stars, .c2-reviews__date {
  white-space: nowrap; }

/* line 39, stdin */
.c2-reviews__stratName {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 560px) {
    /* line 39, stdin */
    .c2-reviews__stratName {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap; } }
  /* line 47, stdin */
  .c2-reviews__stratName__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
    @media only screen and (min-width: 560px) {
      /* line 47, stdin */
      .c2-reviews__stratName__text {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }
  /* line 56, stdin */
  .c2g .c2-reviews__stratName .review_strategy_name {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
    @media only screen and (min-width: 560px) {
      /* line 56, stdin */
      .c2g .c2-reviews__stratName .review_strategy_name {
        margin-right: 10px; } }
    /* line 64, stdin */
    .c2g .c2-reviews__stratName .review_strategy_name span {
      color: #222; }
  /* line 70, stdin */
  .c2-reviews__stratName .review_strategy_name .c2g-label-helper {
    display: -webkit-inline-flex;
    display: -webkit-inline-box;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-right: 10px;
    width: 30px;
    font-size: 14px; }
    /* line 78, stdin */
    .c2-reviews__stratName .review_strategy_name .c2g-label-helper:before {
      top: 15px;
      left: 15px; }
    /* line 83, stdin */
    .c2-reviews__stratName .review_strategy_name .c2g-label-helper .icon-external-link {
      margin-top: 3px; }

/* line 90, stdin */
.c2-reviews__currStatus {
  font-size: 13px;
  margin-right: 8px;
  padding-top: 1px; }
  /* line 95, stdin */
  .c2-reviews__currStatus:before {
    margin: 18px 0 0 5px; }
  /* line 99, stdin */
  .c2-reviews__currStatus--autotrade {
    color: #669C01; }
  /* line 100, stdin */
  .c2-reviews__currStatus--subscribed {
    color: #FE9D18; }

/* line 105, stdin */
.c2-reviews__chart {
  display: none; }
  @media only screen and (min-width: 560px) {
    /* line 105, stdin */
    .c2-reviews__chart {
      display: block;
      margin-left: auto;
      border: 1px solid #ddd; } }

/* line 119, stdin */
.c2-reviews__date + .label_review_is_new {
  font-size: 9px;
  text-shadow: none;
  background-color: #669C01; }

/* line 128, stdin */
.c2-reviews__stars {
  display: table;
  margin: 0; }
  /* line 132, stdin */
  .c2-reviews__stars:hover {
    cursor: pointer; }
  /* line 134, stdin */
  .c2-reviews__stars .reviewStarRating_no_click.icon-star {
    margin: 0 2px 0 0;
    color: #FE9D18; }

/* line 144, stdin */
.c2-reviews__review {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  /* line 149, stdin */
  .c2g-table .c2-reviews__review {
    font-weight: normal; }
  /* line 153, stdin */
  .c2-reviews__review__label {
    display: none; }
  /* line 155, stdin */
  .c2-reviews__review p {
    padding-right: 50px; }
  /* line 160, stdin */
  .c2-reviews__review--collapsed p {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: calc(15px * 1.4 * 2);
    overflow: hidden;
    font-size: 15px;
    line-height: 1.4;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; }
  /* line 164, stdin */
  .c2-reviews__review--collapsed .c2-reviews__review__label {
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -moz-order: 99;
    -ms-flex-order: 99;
    order: 99;
    display: block;
    margin-top: 5px; }
    /* line 169, stdin */
    .c2-reviews__review--collapsed .c2-reviews__review__label span {
      text-decoration: underline; }
      /* line 172, stdin */
      .c2-reviews__review--collapsed .c2-reviews__review__label span:hover {
        cursor: pointer; }
    /* line 176, stdin */
    .c2-reviews__review--collapsed .c2-reviews__review__label--show {
      display: inline; }
    /* line 177, stdin */
    .c2-reviews__review--collapsed .c2-reviews__review__label--hide {
      display: none; }
  /* line 184, stdin */
  .c2-reviews__review--collapsed .c2-reviews__review__expand:checked ~ .c2-reviews__review__label .c2-reviews__review__label--show {
    display: none; }
  /* line 185, stdin */
  .c2-reviews__review--collapsed .c2-reviews__review__expand:checked ~ .c2-reviews__review__label .c2-reviews__review__label--hide {
    display: inline; }
  /* line 188, stdin */
  .c2-reviews__review--collapsed .c2-reviews__review__expand:checked ~ p {
    height: auto;
    overflow: visible;
    -webkit-line-clamp: initial; }

/* line 202, stdin */
.review_text {
  position: relative; }

/* line 204, stdin */
.c2g-label-helper.review_strategy_filter_by_this {
  position: absolute;
  top: 8px;
  right: 10px; }
  /* line 209, stdin */
  .c2g-label-helper.review_strategy_filter_by_this:before {
    top: 25px;
    right: 25px; }
