/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*	--------------------------------------------------
=Navigation
-------------------------------------------------- */
div#navigation {
  position:relative;
  background: #70A032;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

div#navigation div#nav-menu {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

div#navigation div#search {
  float: right;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

div#navigation ul,
div#navtrader ul {
  list-style:none;
  margin:0;
  padding:0;
  }

div#navigation ul li,
div#navtrader ul li {
  /*
  display:inline-block;
  display:-moz-inline-box;
  */
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  position:relative;
  border-right:solid 1px #5b7e22;
  padding-top:5px;
  padding-bottom: 7px;
}

div#navigation ul#nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: unset;
}

div#navigation ul#nav-ul>li:last-of-type {
  border-right: none;
}

div#navigation ul#nav-ul>li {
  border-top: 3px solid #0000;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

div#navigation ul#nav-ul>li:hover {
  border-top: 3px solid white;
}

/* div#navigation ul li.has_dropdown { padding-right:38px; } */
div#navigation ul li a,
div#navtrader ul li a {
  font-size:12px;
  font-weight:bold;
  color:#fff;
  text-transform:uppercase;
  text-decoration:none;
  }

div#navigation ul li span {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    cursor: default;
}

div#navigation ul li a.drop_down {
  margin-left:8px;
  position:absolute;
  top:9px;
  right:10px;
  display:block;
  width:18px;
  height:18px;
  background:url(/images/drop_down.gif) no-repeat;
  }
div#navigation ul li a.drop_down:hover { background:url(/images/drop_down_hover.gif) no-repeat; }

div#navigation form#search-form {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}

div#navigation form#search-form input#search-criteria {
  border: 1px solid white;
  z-index: 10;
  width: 175px;
  height: 14px;
  font-size: 10px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-style: italic;
  color: #AAA;
}

div#navigation form#search-form input#search-criteria:focus {
  font-size: 11px;
  color: black;
  outline:none;
  -webkit-filter: drop-shadow(1px 1px 2px #333);
          filter: drop-shadow(1px 1px 2px #333);
  font-style: normal;
  border: 1px solid black;
}

div#navigation form#search-form input#search-submit {
  position:absolute;
  z-index:15;
  right:0px;
  top:0px;
  }

div#navigation a.search-advanced {
  font-size: 0.9em;
  color: #fff;
  text-decoration: underline;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 7px;
  margin-left: 10px;
}

div#navigation div.sub_nav_canvas {
  display:none;
  position:absolute;
  top:30px;
  left:0px;
  z-index:20;
  width:-webkit-max-content;
  width:-moz-max-content;
  width:max-content;
  background:#fff;
  z-index:100;
  -webkit-box-shadow: 2px 3px 5px 1px rgba(50, 50, 50, 0.75);
  box-shadow:         2px 3px 5px 1px rgba(50, 50, 50, 0.75);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div#navigation div.sub_nav_canvas.showing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div#navigation ul#nav-ul>li.has_dropdown:last-of-type div.sub_nav_canvas {
  left: -50%;
}

div#navigation div.sub_nav_canvas ul.primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}


div#navigation div.sub_nav_canvas div.close-menu {
  display: none;
  text-align: center;
  cursor: pointer;
  background: #eee;
}

@media (hover: none) {
  div#navigation div.sub_nav_canvas div.close-menu {
    display: block;
  }
}

div#navigation div.sub_nav_canvas div.close-menu span.up-arrow {
  cursor: pointer;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid black;
  display: inline-block;
}

div#navigation ul li ul.primary li {
  float:none;
  border:none;
  display:block;
  padding:none;
  margin:0;
  border-bottom:solid 1px #cfe5ad;
  }
div#navigation ul li ul.primary li a {
  display:block;
  float:none;
  color:#3597b2;
  border:none;
  padding:5px 0 5px 10px;
  }
div#navigation ul li ul.primary li:hover { background:#eee; }
div#navigation ul li ul.primary li:hover a { color:#3597b2; }


div#navigation ul li ul.secondary {
  display:block;
  float:left;
  height:100%;
  width: 100%;
  background:#cfe5ad;
  position:relative;
  }

  /*
div#navigation ul li ul.secondary.long {
  height: 245px;
}
*/

div#navigation ul li ul.secondary li {
  float:none;
  border:none;
  display:block;
  padding:none;
  margin:0;
  height:auto;
  }
div#navigation ul li ul.secondary li a {
  float:none;
  color:#1b1b1b;
  padding:0 0 0 8px;
  font-size:11px;
  text-decoration:underline;
  }
div#navigation ul li ul.secondary li p {
  color:#405919;
  font-size:11px;
  line-height:1.1;
  margin:0;
  padding:0 0 0 8px;
  }

div#navigation ul li div.secondary {
  display:block;
  float:left;
  height:140px;
  width:200px;
  background:#464646;
  }
div#navigation div.primary-only div.secondary { display:none; }

div#navtrader {
  border-bottom:0px;
  position:fixed;
  margin:0;
  white-space:nowrap;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  z-index: 99;
}

div#navigation div#navtrader {
  position:absolute;
  }
div#navtrader form {
  margin:0;
  }
div#navtrader ul {
  margin:0;
  list-style:none;
  }

  div#navtrader ul.navtrader {
  overflow:hidden;
  white-space:nowrap;
  padding:0;
  margin:0;
}

div#navtrader ul.navtrader li {
  float:left;
  border:none;
  padding:0;
  margin:0;
  height:auto;
  }
div#navtrader label {
  display:block;
  color:#fff;
  font-weight:bold;
  text-transform:uppercase;
  font-size:9px;
  line-height:1;
  }
div#navtrader input {
  display:inline;
  float:none;
  }
div#navtrader #navtrader-symbol { text-transform:uppercase; }
div#navtrader #navtrader-symbol.popped { color:#3597b2; }
div#navtrader select {
  display:inline;
  float:none;
}
div#navtrader input.short { width:95px; }
div#navtrader input.tiny { width:60px; border:none; }
div#navtrader input.medium { width:80px; }
div#navtrader input.dim { background:#bbb; }
div#navtrader ul.broker_actions {
  clear:left;
  list-style:none;
  display:inline-table;
  float:left;
  width:auto;
  margin:0;
  padding:0;
  background:none;
  }

.ff2 div#navtrader ul.broker_actions {
  margin:20px 0 0;
  bottom:14px;
  }
.ff2 div#navtrader input { margin-bottom:0; }

div#navtrader ul.broker_actions li {
  border:none;
  display:inherit;
  margin:0;
  padding:0;
  float:left;
  }

div#navtrader #navtrader-advanced {
  display:block;
  clear:left;
  float:left;
  padding:1em 0 0 0;
  text-transform:lowercase;
  white-space:nowrap;
  font-weight:normal;
  color:#ccc;
  font-size:9px;
}
div#navtrader #navtrader-advanced:hover {
  color:#84B84B;
  text-decoration:underline;
  }

div#navtrader #navtrader-or {
  color:#fff;
  font-size:9px;
  font-weight:normal;
  text-transform:lowercase;
  letter-spacing:3px;
  text-align:center;
  margin:-1em 0 0 0;
}


div#navtrader div.detachable-ui {
  display:block;
  position:absolute;
  bottom:1px; right:1px;
  height:20px; width:20px;
  background:#464646 url('/images/detach-grabber.gif') center center no-repeat;
  cursor:move;
  }

@media (hover: none) {
  div#navtrader.attached div.detachable-ui {
    display: none;
  }
}

div#navtrader.attached div.grabber {
  right:-1px;
  }
div#navtrader div.detachable-ui:hover {
  background-color:#545751;
  border:1px solid #6b7a5b;
  margin:-1px;
  }
div#navtrader div.close-this:hover {
  background-color:#464a46;
  }
div#navtrader.ui-draggable-dragging div.grabber {
  cursor:-webkit-grabbing;
  cursor:grabbing;
  }
div#navtrader div.detach-this {
  background-image:url('/images/detach-down-right.gif');
  }
div#navtrader div.close-this {
  bottom:auto; top:0;
  height:15px; width:15px;
  background:transparent url('/images/detach-close.gif') center center no-repeat;
  cursor:pointer;
  }

div#navtrader.detached div.detach-this,
div#navtrader.attached div.move-this,
div#navtrader.attached div.close-this { display:none; }

div#navtrader div.detachable-ui strong { display:none; }
div#navtrader div.detachable-ui:hover strong {
  display:block;
  position:absolute;
  top:50%; right:100%;
  margin:-0.625em 0.5em 0 0;
  line-height:1;
  font-size:9px;
  font-weight:normal;
  color:#84b84b;
  text-transform:lowercase;
}


  /*

  HOMEPAGE

  */

div#opening {
  min-width: 315px;
}

div#features {
  min-width: 315px;
  max-width: 100%;
}

div#hot-properties {
  min-width: 315px;
}

#claim-btn-home {
  float: right;
  white-space: nowrap;
}

div#new-users-mobile {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .top-traders {
      display: none;
  }
}

div.top-traders table tr {
  line-height: 1.2em;
}

div.top-traders table tr td {
  line-height: 1.2em;
}


div.top-traders table tr td.member-avatar {
  width: 16px;
  height: 16px;
}

img.member-avatar {
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/*	--------------------------------------------------
=Security Listing
-------------------------------------------------- */

ul.securities {
  list-style:none;
  margin:0;
  padding:0;
  }

  ul.securities li {
  list-style:none;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom:solid 1px #ccc;
  min-width: 260px;
  max-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.securities li:last-child {
  border-bottom:none;
  margin-bottom:0;
  }
ul.securities li span.security {
  float:left;
  margin-right:10px;
  position:relative;
  }
ul.securities li h5 { font-size:14px; }
ul.securities li p {
  font-size:11px;
  margin-bottom:5px;
  color:#555;
  position:relative;
  }

ul.securities li p.byline {
  white-space: nowrap;
  margin-bottom: 0px;
  line-height: 1.1em;
}

ul.securities li p.byline a {
  color:#555;
  border-bottom:dotted 1px #333;;
  text-decoration:none;
}

ul.securities li p.trade_info {
  font-size:12px;
  color:#333;
  font-weight:bold;
  min-width: 100%;
  margin-bottom: 0px;
  white-space: nowrap;
  line-height: 1.3em;
  margin-top: 3px;
}

ul.securities li p.trade_info a {
  font-size:10px;
  font-weight:normal;
  text-decoration:none;
  }
ul.securities li p.trade_info span.positive { color:#3da72e; }
ul.securities li p.trade_info span.negative { color:#bf1f11; }
ul.securities li p.trade_info span.date {
  font-size:10px;
  color:#999;
  font-weight:normal;
  position:absolute;
  right:0;
  bottom:0;
  }


span.security.star.sml img,
span.security.movie.sml img {
  height: 50px;
}

span.security.star img.icon,
span.security.movie img.icon {
  position:absolute;
  left: 0px;
  bottom: 0px;
  height: unset;
}

span.security.star.sml img.icon,
span.security.movie.sml img.icon {
  position:absolute;
  left:0px;
  bottom:4px;
  height: 12px;
}



/*	--------------------------------------------------
=Credit Listing
-------------------------------------------------- */

ul.credit {
  list-style:none;
  margin:0;
  padding:0;
  }

ul.credit li {
  list-style:none;
  margin-bottom:5px;
  padding:0;
  border-bottom:solid 1px #ccc;
  min-width: 100%
}

ul.credit li:last-child {
  border-bottom:none;
  margin-bottom:0;
  }
ul.credit li span.security {
  float:left;
  margin-right:10px;
  position:relative;
  }
ul.credit li h5 { font-size:14px; }

ul.credit li p {
  font-size:11px;
  margin-bottom:3px;
  color:#555;
  position:relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

ul.credit li p strong {
  min-width: 80px;
  font-size: 10px;
}

ul.credit li p.byline { margin-top:5px; }
ul.credit li p.byline a {
  color:#555;
  border-bottom:dotted 1px #333;;
  text-decoration:none;
  }
ul.credit li p.trade_info {
  font-size:12px;
  color:#333;
  font-weight:bold;
  }
ul.credit li p.trade_info a {
  font-size:10px;
  font-weight:normal;
  text-decoration:none;
  }
ul.credit li p.trade_info span.positive { color:#3da72e; }
ul.credit li p.trade_info span.negative { color:#bf1f11; }
ul.credit li p.trade_info span.date {
  font-size:10px;
  color:#999;
  font-weight:normal;
  position:absolute;
  right:0;
  bottom:0;
  }

/*	--------------------------------------------------
=Features Listing
-------------------------------------------------- */
/* <li>
  <span class="security movie"><img src="images/movie_thumb.gif" /></span>
  <h5><a href="">Valkyrie</a></h5>
  <p class="abstract">A proud military man, Colonel Claus von Stauffenberg is a loyal officer... <a href=""><div class="more-hack">More »</div></a></p>
  <p class="date">12:45pm, December 12, 2008</p>
</li> */

ul.features {
  list-style:none;
  margin:0;
  padding:0;
  }

ul.features li {
  list-style:none;
  margin-bottom: 7px;
  padding:0;
  border-bottom:solid 1px #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
}

ul.features li:last-child {
  border-bottom:none;
  margin-bottom:0;
  }
ul.features li span.security {
  float:left;
  margin-right:10px;
  position:relative;
  }
ul.features li h5 { font-size:14px; }
ul.features li p {
  font-size:11px;
  margin-bottom: 3px;
  color:#555;
  position:relative;
  line-height:1.2;
  }

ul.features li p.date {
  color:#999;
  font-style:italic;
  margin-bottom: 5px;
  max-width: unset;
}

/*	--------------------------------------------------
=Forums Listing
-------------------------------------------------- */

ul.forums {
  list-style:none;
  margin:0;
  padding:0;
  }
ul.forums li {
  list-style:none;
  margin-bottom:12px;
  padding:0;
  border-bottom:solid 1px #ccc;
  max-width: unset;
  }
ul.forums li:last-child {
  border-bottom:none;
  margin-bottom:0;
  }
ul.forums li h5 {
  font-size:14px;
  margin-bottom:5px;
  }
ul.forums li p {
  font-size:12px;
  color:#555;
  position:relative;
  line-height:1.2;
  }
ul.forums li p.byline {
  color:#999;
  font-weight:bold;
  font-style:italic;
  margin-bottom:12px;
  }

div#threads {
  width:100%;
  margin:20px 0;
  }

  div#threads p {
  font-size:14px;
  margin:0px 0px 3px 0px;
  max-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div#threads p a { text-decoration:none; }
div#threads p a:hover { text-decoration:underline; }
div#threads p a:visited { color: #8dadb6; text-decoration:none; }

div#threads p.topic a.topic-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

div#threads p.topic a.topic-title::before {
  content: '✉';
  color: #70A032;
  margin: 0px 3px 0px 3px;
  font-weight: bold;
  -webkit-text-fill-color: #70A032;
  -webkit-text-stroke-width: 0.05em;
  -webkit-text-stroke-color: #70A032;
}

div#threads p.topic a.topic-title:visited::before {
  color: lightgrey;
  font-weight: normal;
  -webkit-text-stroke-width: 0.05em;
  -webkit-text-fill-color: lightgray;
  -webkit-text-stroke-color: lightgray;
}

div#threads .topic-title::before
{
  content: '⤷';
  margin-left: -12px;
  margin-right: 3px;
  font-weight: bold;
  color: #70A032;
}

div#threads .topic-title:visited::before
{
  color: lightgrey;
}


div#threads p.indent0 {
  padding-left: 0px;
  padding-top: 8px;
  margin-top: 7px;
  border-top: 1px solid #ccc;
}

div#threads p.indent1 { padding-left:2em; }
div#threads p.indent2 { padding-left:3em; }
div#threads p.indent3 { padding-left:4em; }
div#threads p.indent4 { padding-left:5em; }
div#threads p.indent5 { padding-left:6em; }
div#threads p.indent6 { padding-left:7em; }
div#threads p.indent7 { padding-left:8em; }
div#threads p.indent8 { padding-left:9em; }
div#threads p.indent9 { padding-left:10em; }

div#threads p.indent0:hover,
div#threads p.indent1:hover,
div#threads p.indent2:hover,
div#threads p.indent3:hover,
div#threads p.indent4:hover,
div#threads p.indent5:hover,
div#threads p.indent6:hover,
div#threads p.indent7:hover,
div#threads p.indent8:hover,
div#threads p.indent9:hover {
  background: #eee;
}

div#threads p.topic {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div#threads p span {
  font-size:10px;
  color:#666;
  font-weight:normal;
  }

div#threads p span.topic-being-viewed:before {
  content: '⟶';
  margin-left: -12px;
  margin-right: 3px;
}

div#threads p span.topic-being-viewed {
  font-weight: bold;
  color: black;
  font-size: 12px;
}

div#threads p span.attribution-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-item-align: center;
      align-self: center;
}

div#threads p.indent0 span.attribution-container {
  padding-left: 15px;
}


div#threads p span.author {
  color:#444;
  font-weight:bold;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-left: 5px;
}

div#threads p span.posted-date {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-left: 5px;
}

div.post_message {
  padding:10px;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  background:#eee;
  }
div.post_message p.subject {
  padding:0;
  font-size:18px;
  color:#333;
  font-weight:bold;
  background:none;
  line-height:110%;
  }
div.post_message p {
  font-size:14px;
  color:#555;
  }
div.post_message p.author {
  font-size:14px;
  font-style:italic;
  color:#999;
  }

  #post-message-body {
    margin-top: 10px;
  }

#forum-jump-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

#forum-jump-links div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

#forum-jump-links form {
  margin: 0px;
}

#forum-jump-links a {
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
  font-weight: bold;
}


/*	--------------------------------------------------
=New Users Intro
-------------------------------------------------- */

div#new-user-intro {
  background: rgb(217,217,217);
  background: -o-linear-gradient(left, rgba(217,217,217,1) 0%, rgba(242,242,242,1) 50%, rgba(217,217,217,1) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(217,217,217,1)), color-stop(50%, rgba(242,242,242,1)), to(rgba(217,217,217,1)));
  background: linear-gradient(90deg, rgba(217,217,217,1) 0%, rgba(242,242,242,1) 50%, rgba(217,217,217,1) 100%);
  padding:20px;
  z-index:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

div#new-user-intro div#clapperboard-icon {
  margin-right: 5px;
  max-width: 48px;
  max-height: 48px;
}

div#new-user-intro div#new-user-text {
  max-width: 700px;
  margin-right: 20px;
  margin-right: 20px;
}

div#new-user-intro div#register-block {
  margin-right:  auto;
  margin-top: auto;
  margin-bottom: auto;
}

div#new-user-intro h2 {
  font-size:26px;
  color:#0076a3;
  font-weight:normal;
  margin:0;
  }
div#new-user-intro h2 a {
  font-size:10px;
  color:#999;
  font-weight:normal;
  text-decoration:none;
  margin-left:14px;
  }
div#new-user-intro p {
  margin:0;
  line-height:1.2;
  }


div#new-user-intro a#learn-more-link {
  text-align: center;
  display: block;
  position: relative;
  top: 5px;
}

div#new-users-holder {
  height:61px;
}

/*

*/

#main-content-block div:not(:last-of-type) {
  margin-right: 10px;
}


/*	--------------------------------------------------
=IPO of the Day
-------------------------------------------------- */

div#ipo-of-the-day {
  float: left;
  height: 250px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  /*
  margin-right: 10px;
  position: relative;
  min-width: 420px;
  */

  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

div#ipo-of-the-day img#ipo-img {
  min-height: 100%;
  min-width: 100%;
}

div#ipo-of-the-day div#ipo-info {
  background: #3338;
  padding: 10px;
}

div#ipo-of-the-day div#ipo-info div#ipo-stats-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div#ipo-of-the-day div#ipo-info p#ipo-header {
  color:#44bcdd;
  margin:0;
  padding:0;
  font-size:14px;
  position:relative;
  top:3px;
  text-shadow:0 0 1px #98d3ff;
}

div#ipo-of-the-day div#ipo-info h2 {
  color:#fff;
  margin:0;
  padding:0;
  font-weight:bold;
  font-size:20px;
  text-transform:uppercase;
  text-shadow:1px 1px 2px #333;
  }

  div#ipo-of-the-day div#ipo-info p#ipo-stats {
  color:#fff;
  font-size:13px;
  margin-top:4px;
  text-shadow:0 0 2px #000;
  margin-bottom: 0px;
}

div#ipo-of-the-day div#ipo-info p#ipo-stats img {
  vertical-align:middle;
  margin-right:4px;
  }
div#ipo-of-the-day div#ipo-info p#ipo-stats img#hbuck { margin-left:18px; }

/*
div#ipo-of-the-day div#ipo-info #ipo-trade-button {
  bottom: 10px;
  right: 10px;
  position: absolute;
  }
  */

div#ipo-of-the-day p#ipo-stats {
  width: 420px;
}

/*	--------------------------------------------------

ADJUST FOR SCREEN LAYOUTS

-------------------------------------------------- */

@media only screen and (max-width: 1000px) {
  div#msn-news {
    margin-right: 0px !important;
  }

  /* hide the block ad when the screen is too thin */
  div#adspace {
      display: none;
  }
  div.adspace {
    display: none;
  }

  /* Only display banner ad if the screen is < 1000px (block ads displayed in wider views) */
  div#adspace-banner {
      display: inline !important;
  }

  .forum-list-container {
    width: 100%;
  }

}

@media only screen and (max-width: 700px) {

  /* NAVIGATION / THIN */

  div#navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  div#navigation div#search {
    margin-left: unset;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #header #tagline {
    display: none;
  }
}

@media only screen and (max-width: 680px) {

  /* HEADER / THIN */

  div#header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    background: black !important;
  }
  div#header div#top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  div#header div#top a {
    height: 50px;
  }
  div#header div#actions {
    margin-left: auto;
    margin-right: auto;
  }
  div#header #actions #account-actions {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  div#header div#tagline {
    display: none;
  }
}

@media only screen and (max-width: 600px) {

  /*   */

  div#new-user-intro h3 {
    font-size: 16px;
    padding-bottom: 3px;
  }
  div#msn-news {
    display: none !important;
  }
  div#ipo-of-the-day {
    width: 100%;
    margin-right: 0px !important;
  }
  div#new-user-intro {
    padding: 10px;
  }

  div#adspace-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  #claim-btn-home {
    float: unset;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    white-space: nowrap;
  }

  div#new-users {
    display: none;
  }
  div#new-users-mobile {
    display: flex;
  }

  div#hot-properties {
    order: 1;
  }

  div#features {
    order: 2;
  }

  div#opening {
    order: 3;
  }


}

@media screen and (min-width: 1000px) {

}

/*	--------------------------------------------------
=AD Space
-------------------------------------------------- */

div#adspace-mobile,
div#adspace-sticky,
div#adspace {
  width:300px;
  height:250px;
  min-width:300px;
  min-height:250px;
  overflow: hidden;
  background: none;
  margin-left: auto;
  margin-right: auto;
}

div#adspace-mobile {
  display: none;
}

div#adspace-banner{
  display: none;
  height: 90px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

/*	--------------------------------------------------
=MSN News
-------------------------------------------------- */

div#msn-news {
  float:left;
  min-width:200px;
  height:250px;
  overflow-y: scroll;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
}

/*
div#msn-news:not(:last-child) {
  margin-right: 10px;
}
*/

ul.msn_news {
  margin:0;
  padding:0;
  }
ul.msn_news li {
  list-style:none;
  margin:0 0 7px 0;
  padding:0 0 0 25px;
  background:url(/images/msn_icon.png) no-repeat 0 0;
  }
ul.msn_news li a {
  font-size:12px;
  text-decoration:none;
  }

/* Stand-alone MSN link */
a.msn {
  padding-left:25px;
  background:url(/images/msn_icon.png) no-repeat top left;
  }

div#msn-news ul.the-box-score {
  list-style: none;
  margin-left: 0px;
}

div#msn-news ul.the-box-score li {
  max-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 5px;
}

div#msn-news .byline {
  font-weight: bold;
  margin-bottom: 0px;
}

div#msn-news .trade-info {
  margin-bottom: 0px;
  display: contents;;
}

div#msn-news ul.the-box-score li {
  margin-bottom: 5px;
}

/*	--------------------------------------------------
=HSX Blog Bost
-------------------------------------------------- */

div.blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

div.blog-post-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

div.blog-post-body h2 {
  max-width: 100vw;
  min-width: 100%;;
}

div.blog-post-body p {
  max-width: 100vw;
  min-width: 100%;
}

div.blog-post-body iframe {
  width: 100% !important;
  min-height: 250px !important;
}

div#hsx-blog {
  float:left;
  display:inline;
  width:200px;
  height:240px;
  margin-left:10px;
  position:relative;
  }
ul.hsx_blog {
  margin:0;
  padding:0;
  }
ul.hsx_blog li {
  list-style:none;
  margin:0 0 7px 0;
  padding:0 0 0 25px;
  background:url(/images/bullet.png) no-repeat 0 0;
  }
ul.hsx_blog li a {
  font-size:12px;
  text-decoration:none;
  }

/* Stand-alone MSN link */
a.msn {
  padding-left:25px;
  background:url(/images/msn_icon.png) no-repeat top left;
  }

/*	--------------------------------------------------
=Leaderboard
-------------------------------------------------- */

div#leaderboard {
  clear:left;
  padding:0px 0 0 0;
  height:0px;
  }
div#leaderboard img#leaderboard-header {
  float:left;
  margin-right:20px;
  }
div#leaderboard div.leaderboard {
  margin:0;
  padding:0;
  }
div#leaderboard div.leaderboard div {
  float:left;
  width:185px;
  margin:0;
  padding:0;
  position:relative;
  top:5px;
  }
div#leaderboard div.leaderboard div img.leader_avatar {
  float:left;
  margin-right:10px;
  }

div#leaderboard div.leaderboard div p {
  margin:0;
  padding:0;
  }
div#leaderboard div.leaderboard div p.leader_name {
  margin-top:10px;
  font-weight:bold;
  font-size:13px;
  }
div#leaderboard div.leaderboard div p.leader_stats { font-size:11px; }
div#leaderboard div.leaderboard div div.leader_change {
  position:absolute;
  width:27px;
  left:140px;
  top:10px;
  text-align:center;
  }
div#leaderboard div.leaderboard div div.leader_change p {
  font-weight:bold;
  color:#3da72e;
  }


/*	--------------------------------------------------
=Market Overview
-------------------------------------------------- */

div#market-overview {
  position:absolute;
  top:10px;
  right:10px;
  }

/*	--------------------------------------------------
=Box Office
-------------------------------------------------- */

div#weekend-box-office {
  float:left;
  display:inline;
  width:285px;
  height:240px;
  margin-left:10px;
  position:relative;
}
table.weekend-box-office {
  border: none;
}
table.weekend-box-office col, table.weekend-box-office tr, table.weekend-box-office td {
  border: none;
  padding: 0 0 3px 0;
}


span.weekend-box-office-rank {
  width: 10px;
  height: 10px;
  padding: 2px 4px 2px 4px;
  margin-right: 7px;
  background: #e0ebd0;
  font-size:10px;
  text-decoration:none;
  }

span.weekend-gross {
  color: #555;
}


/*	--------------------------------------------------

HEADER

-------------------------------------------------- */

/*
Logo has baked in gradient which is hard to exactly match,
this is trying to smooth the transition between the logo edges and background
*/
div#header {
  background: black;
}

div#header div#top {
  color: #333;
  padding-left: 10px;
}

div#header div#top div#logo-text {
  color: white;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.15em;
  -webkit-transform: scale(1.05, 1.0);
  -moz-transform: scale(1.05, 1.0);
  -ms-transform: scale(1.05, 1.0);
  -o-transform: scale(1.05, 1.0);
  transform: scale(1.05,1.0);
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
}

img#logo3 {
  max-width: 100%;
  max-height: 100%;
  margin-left: -100px;
  margin-bottom: -10px;
}

img#logo4 {
  max-width: 100%;
  max-height: 100%;
}

div#header div#actions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

div#header div#actions div {
  margin-top: 15px;
}

div#header div#account-actions {
  font-weight: bold;
}

div#header div#account-actions a {
  color:#bebebe;
  text-decoration:none;
  font-size:11px;
  padding: 3px;
}

div#header div#account-actions a:hover {
  border-bottom: 2px solid white;
}

div#header div#account-actions span {
  padding: 3px;
}

div#header div#tagline {
  font-size: 11px;
  color: #aaa;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*	--------------------------------------------------
=Footer
-------------------------------------------------- */
div#footer {
  padding-top: 10px;
  background: black;
  margin-top: 5px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 75px;
}

div#footer div.columns {
  margin-top: 15px;
}

div#footer h4 {
  background:none;
  padding:0;
  margin:0 0 10px;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  }
div#footer ul {
  list-style:none;
  margin:0;
  padding:0;
  }
div#footer ul li {
  list-style:none;
  color:#eee;
  margin:0 0 5px;
  padding:0;
  }
div#footer ul li a {
  color:#ddd;
  text-decoration:none;
  }
div#footer ul li a:hover { text-decoration:underline; }
div#footer p { color:#ddd; }
div#footer p a {
  color:#fff;
  font-weight:bold;
  }


/*	--------------------------------------------------
=Security Detail Page
-------------------------------------------------- */

/*
Applied to the whitebox_content ection because I cannot determine what
element witin it is causing layout issues. It should be on the column
div not the whitebox ... but that's a problem for later...
*/
div#security-info {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}


div#security-info p {
  max-width: 100%
}

div#security-info div#description {
  margin-top: 15px;
}

div#security-info  div#description iframe {
  width: 100% !important;
  min-height: 250px !important;
}

div#security-info div#credits {
  -webkit-box-flex:1;
      -ms-flex:auto;
          flex:auto;
}

div#security-info #credits h3, h4, h5,
div#security-info #related-posts h3, h4, h5 {
  max-width: none;
}

div#security-info div#related-posts {
  -webkit-box-flex:1;
      -ms-flex:auto;
          flex:auto;
}

span.security {
  float:left;
  margin-right:10px;
  position:relative;
  }

td.tabled-thumb span.security {
  float:none;
  margin-right:3px;
  display: block;
}

div.security_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.security_data div.data_column {
  display:block;
  float:left;
  padding-top:10px;
  position:relative;
  min-width:210px;
}

div.security_data div.data_column table {
  border: none;
  font-size: 10px;
  padding: 0px;
  }

div.security_data div.data_column table tr {
  border: none;
  margin: 0px;
  padding: 0px;
  }

div.security_data div.data_column table td {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  }

div.security_data div.data_column table td {
  color: #333;
  font-weight: bold;
  }

div.security_data div.data_column table td.label {
  color: #999;
  font-weight: normal;
  width: 100px;
  }

div.security_data:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  }


div.security_summary p {
  max-width: 100%
}

div.security_summary .security_name {
  font-weight: bold;
  font-size: 15px;
}

div.security_summary p.value {
  font-size:1.8em;
  font-weight:bold;
  margin:0;
  padding:0;
  text-align:left;
  position:relative;
}

div.security_summary p.labels {
  text-align:left;
  font-size:9px;
  color:#aaa;
  margin:0;
  position:relative;
  text-transform:uppercase;
}

div.security_summary p span {
  position:absolute;
  right:0px;
}


div.holdings_summary p {
  max-width: 100%
}

div.holdings_summary {
  border-top:1px solid #dddddd;
  padding:7px 0px 2px 0px;
  }

  div.holdings_summary p {
  font-size:1.1em;
  margin:0;
  padding:0;
  text-align:left;
  position:relative;
}

div.holdings_summary p span {
  position:absolute;
  right:0px;
}
div#no_chart {
  background:#FFF;
  text-align:center;
  padding-top:10px;
}

div#no_chart span {
  font-size:1.1em;
  padding-left:20px;
  position:relative;
  bottom:3px;
}

div.trade_box {
  background: -o-linear-gradient(bottom, rgba(88,88,88,1) 0%, rgba(46,46,46,1) 61%, rgba(25,25,25,1) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(88,88,88,1)), color-stop(61%, rgba(46,46,46,1)), to(rgba(25,25,25,1)));
  background: linear-gradient(0deg, rgba(88,88,88,1) 0%, rgba(46,46,46,1) 61%, rgba(25,25,25,1) 100%);
  padding: 10px 10px;
  position: relative;
  z-index: 1;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -10px;
  margin-bottom: -15px;
  -webkit-box-shadow: 3px 3px 9px -1px #333;
  box-shadow: 3px 3px 9px -1px #333;
  border-radius: 3px;
  min-width: 295px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

div.trade_box p {
  font-size:1.6em;
  font-weight:bold;
  margin:0;
  padding:0;
  position:relative;
  color:#fff;
  text-transform:uppercase;
  }
div.trade_box p a {
  font-size:11px;
  font-weight:normal;
  margin-left:4px;
  color:#666;
  text-transform:none;
  }
div.trade_box p select {
  position:absolute;
  right:0px;
  text-transform:none;
}
div.trade_box form { margin:10px 0 0 0; }
div.trade_box form input.short {
  width:60px;
  float:none;
  display:inline;
  border:none;
  margin-right:4px;
}

img.security_detail_chart {
  margin-top:10px;
}

p.chart_volume {
  color:#bbb;
  font-size:11px;
  margin-bottom:0;
  }
p.chart_volume span {
  color:#555;
  margin-right:12px;
  font-weight:bold;
  }

ul.broker_actions {
  list-style:none;
  display:inline-table;
  margin:0;
  padding:0;
  position:relative;
  bottom:1px;
  height:20px;
  width:218px;
  background:white;
  border-radius: 5px;
  }

.ff2 ul.broker_actions { bottom:14px; }
ul.broker_actions li {
  border-right:solid 1px #ccc;
  display:inline;
  }
ul.broker_actions li a {
  display:inherit;
  list-style:none;
  margin:0;
  padding:0 12px;
  height:16px;
  font-weight:bold;
  text-decoration:none;
  position:relative;
  font-size:12px;
  }
ul.broker_actions li:last-child { border-right:none; }

div.inner_columns {
  padding:0 0 2em;
  margin-top:12px;
}
div.inner_columns div.column {
  display:block;
  width:295px;
  float:left;
  }
div.inner_columns div.column.last { margin-left:16px; }
div.inner_columns:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  }

ul.discussions {
  list-style:none;
  margin:0;
  padding:0;
  }
ul.discussions li {
  list-style:none;
  margin:0 0 10px 0;
  padding:0;
  max-width: none;;
  }
ul.discussions li p {
  margin:0;
  padding:0;
  }
ul.discussions li p.poster {
  font-size:11px;
  color:#aaa;
  max-width: none;
  }

  ul.discussions li p.comment {
    max-width: none;
  }

  ul.discussions li p.poster a { color:#aaa; }

td.trade_button_cell {
  position:relative;
  min-height: 15px;
  }

div.list_trade_dropdown {
  display: none;
  position: fixed;
  bottom: 80px;
  left: calc(50% - 150px);

  width:300px;
  background: -o-linear-gradient(bottom, rgba(88,88,88,1) 0%, rgba(46,46,46,1) 61%, rgba(25,25,25,1) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(88,88,88,1)), color-stop(61%, rgba(46,46,46,1)), to(rgba(25,25,25,1)));
  background: linear-gradient(0deg, rgba(88,88,88,1) 0%, rgba(46,46,46,1) 61%, rgba(25,25,25,1) 100%);
  border:solid 1px #333;
  z-index: 9999;
  -webkit-animation-name: animatebottom;
          animation-name: animatebottom;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;

  -webkit-box-shadow: 3px 3px 14px -3px #000000;
  box-shadow: 3px 3px 14px -3px #000000;
  padding: 10px;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -500px;
    opacity: 0;
  }
  to {
    bottom: 80px;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    bottom: -500px;
    opacity: 0;
  }
  to {
    bottom: 80px;
    opacity: 1;
  }
}

div.list_trade_dropdown form { margin-bottom:4px; }
div.list_trade_dropdown form input.short {
  width:60px;
  }
div.list_trade_dropdown form input.tiny {
  width:40px;
  }
div.list_trade_dropdown form input.medium {
  width:80px;
}
div.list_trade_dropdown p {
  margin:0;
  padding:0;
}
div.list_trade_dropdown p#advanced-trader-link {
  margin:0;
  padding:0;
  text-align:right;
  position:relative;
  bottom:14px;
}

div.list_trade_dropdown h2 {
  text-align: left;
  color:white;
}
div.list_trade_dropdown img.close {
  position:absolute;
  top:10px;
  right:10px;
  }

div.list_trade_dropdown p.default-quick-trader-link,
div.list_trade_dropdown p.quick-trader-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

div.ipo-info {
  display: flex;
  align-items: stretch;
  margin: 0 0 20px 0;
}

div.ipo-info.pre-ipo {
  border: 2px solid #e38902;
  background-color: #e38902;
}

div.ipo-info.active {
  border: 2px solid #70A032;
  background-color: #70A032;
}

div.ipo-info .info-icon {
  padding: 10px 10px;
  font-size: 24px;
  color: white;
  font-weight: normal;
  align-self: center;
  align-self: stretch;
}


/*	--------------------------------------------------
=Portfolio Page
-------------------------------------------------- */

h4.inactivity-warning {
  text-align: center;
  background: #ffe692;
  color: black
}

h4.inactivity-warning a {
  color: black !important;
  font-weight: 700
}

h4.inactivity-fee {
  text-align: center;
  background: #a20404;
  color: white;
  font-weight: 700;
}

h4.inactivity-fee a {
  color: white !important;
  font-weight: 700
}

div.getting-started-help-footer {
  background-color: #70A032;
  font-weight: bold;
  color:  white;
  margin-top: -6px;
  border-radius: 0px 0px 5px 5px;
  padding-top: 0px;
  padding-bottom: 3px;
  border-bottom: 3px solid #70A032;
  display: flex;
}

div.getting-started-help-footer a {
  font-weight: bold;
  color: white;
  white-space: nowrap;
  margin-top: 4px;
}

div.getting-started-help-footer a:not(:first-of-type) {
  padding-left: 4px;
}

div.getting-started-help-footer a:not(:last-of-type) {
  padding-right: 4px;
  border-right: 1px solid white;
}


div#portfolio-summary-row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div.portfolio_header {
  overflow:hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 340px;
}

div.portfolio_header div {
  margin-top: 3px;
  margin-bottom: 3px;
}

div.portfolio_header h4 {
  max-width: none;
}

div.portfolio_header h4 span {
  font-weight: bold;
  }

div.avatar {
  display:block;
  float:left;
  margin-right:10px;
  width:80px;
  height:90px;
  position:relative;
  }
div.avatar div.frame {
  position:relative;
  display:block;
  width:80px;
  height:90px;
  z-index:5;
  background:url(/images/avatar_frame.gif) no-repeat;
  }
div.avatar img {
  position:absolute;
  top:0;
  left:0;
  z-index:4;
  }

div.user_data {
  text-transform: uppercase;
  color: #aaa;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

div.user_data p {
  margin:0;
  font-size:11px;
  line-height:1.4;
  color:#aaa;
  float:left;
  width:140px;
  height:31px;
  text-align:center;
  }
div.user_data p span {
  font-weight:bold;
  color:#999;
  }

div.user_data #cash-on-hand, #investments {
  text-transform:uppercase;
  color:#aaa;
  font-size:11px;
  width: 100%;
  text-align: center;
}

div.user_data #cash-on-hand span {
  font-size:1.5em;
  color:#333;
  font-weight: bold;
  line-height: 1.3em;
}

div.user_data #investments span {
  font-size:1.5em;
  color:#333;
  font-weight: bold;
  line-height: 1.3em;
}

div.user_data #interest span {
  font-size:13px;
  color:#333;
  font-weight: bold;
  line-height: 1.3em;
}

div.user_data #user-name {
  margin-top: 1em;
  margin-bottom: 1em;
}


div.portfolio_header #links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

div.portfolio_header #links a {
  font-size:13px;
}

div.net_worth {
  margin-bottom: 10px;
  }

div.net_worth #net-worth {
  background: #E0EBD0;
  font-size:13px;
  color:#777;
  margin-top:15px;
  margin-bottom:10px;
  vertical-align:middle;
  text-align:center;
  max-width: none;
}

div.net_worth p#net-worth span {
  font-size:22px;
  color:#333;
  font-weight:bold;
  padding-left: 10px;
}


/*
div#milestones {
  clear:left;
  padding-top:9px;
  }
div#milestones div#milestone-bar {
  display:block;
  width:295px;
  height:20px;
  background:url(/images/milestones_bg.gif) no-repeat;
}
div#milestones div#milestone-bar div#completed-bar {
  display:block;
  background:url(/images/milestones-complete-bg.gif) no-repeat top left;
  height:18px;
  position:relative;
  left:1px;
  top:1px;
  overflow:hidden;
  }
div#milestones div#milestone-bar div#completed-bar span {
  display:block;
  height:18px;
  background:url(/images/milestones-complete-bg.gif) top right no-repeat;
  width:20px;
  float:right;
  color:#333;
  font-weight:bold;
  font-size:11px;
  padding:4px 8px 0 0;
  }
div#milestones p {
  font-size:12px;
  margin:0;
  }
div#milestones p.next {
  font-size:11px;
  width:100%;
  }
div#milestones a { display:inline; }
*/


div.portfolio_change h2 {
  position:relative;
  left:70px;
  font-size:2em;
  margin-bottom:6px;
  }
div.portfolio_change span { font-size:12px; }
div.portfolio_change .label {
  position:relative;
  left:70px;
  text-transform:uppercase;
  color:#aaa;
  font-size:11px;
  }

  div.portfolio_change .rank {
  position:relative;
  left:70px;
  color:#555;
  margin-bottom: 10px;
}

div.todate_changes span.sublabel {
  text-transform:uppercase;
  color:#aaa;
  font-size:11px;
  }

div.todate_changes span.up,
div.todate_changes span.down,
div.todate_changes span.no_change {
  font-size: 1.5em;
}


div.portfolio_change {
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
}
div.portfolio_change.up { background:url(/images/stock_up_large.gif) 12px 12px no-repeat; }
div.portfolio_change.down { background:url(/images/stock_down_large.gif) 12px 12px no-repeat; }
div.portfolio_change.up h2 { color:#3da72e; }
div.portfolio_change.down h2 { color:#Bf1f11; }

table#portfolio-changes {
  border:none;
  margin-bottom:4px;
  width: 100%;
}

table#portfolio-changes tr { border:none; }
table#portfolio-changes tr td {
  border:none;
  text-align:center;
  padding:0;
  }



div.port_change #user-name {
  margin-top: 1em;
  margin-bottom: 1em;
}

div.port_change #links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

div.port_change #links a {
  font-size: 13px;
}


ul.range {
  list-style:none;
  margin:5px 0 0 0;
  padding:0;
  }
ul.range li {
  list-style:none;
  display:inline;
  margin-right:10px;
  }
ul.range li a {
  text-decoration:none;
  color:#bbb;
  }
ul.range li.active a {
  color:#555;
  font-weight:bold;
  }


div.navbox_content dl {
  margin:0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

div.navbox_content dl dt {
  display:inline;
  margin-right:8px;
  font-size:11px;
  color:#fff;
  }
div.navbox_content dl dd {
  display:inline;
  margin:0 8px 0 0;
  padding:0;
  }
div.navbox_content dl dd a,
div.navbox_content dl dd a:visited {
  color:#ddd !important;
  text-decoration:none;
  font-size:11px;
  border-bottom:dotted 1px #ddd;
  }
div.navbox_content dl dd a:hover {
  color:#fff;
  border-bottom:dotted 1px #fff;
  }

div.table_label {
  display:block;
  position:relative;
  width:100%;
  margin-bottom:8px;
  }
div.table_label h3 {
  display:inline;
  margin-right:12px;
  }

div.table_label p {
   color:#999;
   margin-bottom: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   min-width: 100%;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
}

div.table_label p span { margin-right:12px; }

div.table-container,
div.portfolio-table-container {
  max-width: calc(100vw - 30px);
  min-width: 100%;
  overflow-x: scroll;
}

/*
div.table_label span.summary_stocks {
  position:absolute;
  left:150px;
  }
div.table_label span.summary_shares {
  position:absolute;
  left:250px;
  }
div.table_label span.summary_value {
  position:absolute;
  left:375px;
  }
div.table_label span.summary_change {
  position:absolute;
  left:540px;
  }
  */

  div.table_label span.sort {
  /*
  position:absolute;
  left:750px;
  */
  white-space: nowrap;
}

col.percent_gain { border-right:none; }

table col.symbol { width:70px; }
table col.quantity_held { width:60px; }
table col.trade_transaction_type_id { width:50px; }
table col.price { width:80px; }
table col.price_change { width:110px; }
table col.pct_price_change { width:70px; }
table col.avg_price_paid { width:80px; }
table col.tot_worth { width:130px; }
table col.worth_change { width:140px; }
table col.pct_worth_change { width:70px; }
table col.trade_button { width:70px; }

a.list_trade_button {
  display: none;
  margin-right: auto;
  margin-left: auto;
  background: rgb(255,255,255);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(228,228,228,1) 55%, rgba(228,228,228,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), color-stop(55%, rgba(228,228,228,1)), to(rgba(228,228,228,1)));
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(228,228,228,1) 55%, rgba(228,228,228,1) 100%);
  min-width: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 9px;
  color: #2D9FBE;
  -webkit-text-fill-color: #2D9FBE;
  -webkit-text-stroke-width: 0.05em;
  -webkit-text-stroke-color: #2D9FBE;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  cursor: pointer;
}

a.list_trade_button:hover {
  background: rgb(255,255,255);
}

a.list_trade_button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}


a.list_trade_button__clicked,
tr:hover a.list_trade_button { display:-webkit-box; display:-ms-flexbox; display:flex; }
td.trade_button_cell:hover a.list_trade_button { display:-webkit-box; display:-ms-flexbox; display:flex; }

img.close { cursor:pointer; }

p.top {
  text-align:right;
  margin-bottom:15px;
}

/*	--------------------------------------------------
=Listing Page
-------------------------------------------------- */
ul.letter_filter {
  list-style:none;
  margin:8px 0;
  padding:0;
  min-width: 100%;
}

ul.letter_filter li {
  list-style:none;
  margin:0 4px 0 0;
  padding:0;
  display:inline;
  }
ul.letter_filter li a {
  text-transform:uppercase;
  text-decoration:none;
  }
ul.letter_filter li.active a {
  padding:3px 6px;;
  background:#eee;
  font-style:bold;
  }

div.table_label p { margin-bottom:0; }
div.table_label p span a.filter_go {
  display:inline-block;
  display:-moz-inline-box;
  width:34px;
  height:21px;
  background:url(/images/filter_go.gif) no-repeat;
  position:absolute;
  left:190px;
  top:0px;
  }
div.table_label p span strong { color:#333; }
div.table_label p span.right {
  position:absolute;
  right:0px;
  top:5px;
  }
div.table_label p span.right a { text-decoration:none; }
div.table_label p input.short {
  display:inline;
  width:30px;
  height:12px;
  margin:0 8px 0 0;
  font-size:11px;
  }

col.change { border-right:none; }

/*	--------------------------------------------------
=Movies Page
-------------------------------------------------- */
/*
div#top-story {
  float:left;
  width:430px;
  height:240px;
  background:url(/images/top-story.jpg) no-repeat;
  position:relative;
  overflow:hidden;
  }
div#top-story img#top-story-img {
  position:absolute;
  top:0; left:0;
  }
div#top-story div#top-story-info {
  position:absolute;
  bottom:0;
  left:0;
  width:440px;
  height:80px;
  padding-left:10px;
}

div#top-story div#top-story-info h2 {
  color:#fff;
  margin:10px 0 0 0;
  padding:0;
  font-weight:bold;
  font-size:20px;
  text-transform:uppercase;
  }
div#top-story div#top-story-info p {
  color:#ddd;
  width:80%;
  }
div#top-story div#top-story-info p a em { color:#fff; }
*/

div#box-office,
div#weekend-openers {
  float:left;
  display:inline;
  width:240px;
  height:240px;
  margin-left:15px;
  position:relative;
  }
div#moviesHeader ul.features {
  list-style:none;
  margin:-15px 0 -18px;
  padding:0;
  }
div#moviesHeader ul.features li {
  list-style:none;
  margin:0;
  padding:8px 0 0;
  border:0;
  border-bottom:solid 1px #ccc;
  }
div#moviesHeader ul.features li h5 { font-size:14px; }
div#moviesHeader ul.features li p {
  font-size:12px;
  margin-bottom:4px;
  color:#555;
  position:relative;
  line-height:1.2;
  font-weight:bold;
  }
div#moviesHeader ul.features li p.trade_info {
  color:#999;
  font-style:italic;
  margin-bottom:12px;
  font-weight:normal;
  font-weight:normal;
  }
div#moviesHeader ul.features li p.trade_info a {
  font-style:normal;
  position:absolute;
  right:10px;
  }

table.styleless {
  border:none;
  margin:0;
  position:relative;
  }
table.styleless col { border:none; }
table.styleless tr {
  border:none;
  margin:0;
  padding:0;
  }
table.styleless tr td {
  border:none;
  vertical-align:top;
  font-size:11px;
  margin:0;
  padding:1px 1px 8px 1px;
  }

td span.name a { font-weight:bold; }

table col.thumb { width:30px; }
table span.subinfo { color:#bbb; }
div.feature_thumb {
  float:left;
  display:block;
  position:relative;
  width:90px;
  height:130px;
  overflow:hidden;
  margin-right:10px;
  }
div.feature_thumb img {
  position:absolute;
  top:-5px;
  left:-5px;
  }

ul.now_trading {
  list-style:none;
  margin:0;
  padding:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: unset;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

ul.now_trading li {
  list-style:none;
  margin:0 10px 8px 0;
  padding:0;
  float:left;
  display:block;
  width:295px;
  height:auto;
  position:relative;
  max-width: unset;;
}

ul.now_trading li.even { clear:left; }
ul.now_trading li a.feature {
  font-size:13px;
  font-weight:bold;
  background:none;
  padding:0;
  margin-bottom:5px;
  }
ul.now_trading li div.now_trading_thumb {
  float:left;
  margin-right:10px;
  }

div.clearing_block {
  clear:left;
  display:block;
  height:0px;
  margin:0;
  }

/*	--------------------------------------------------
=Registration Page
-------------------------------------------------- */
div#reg-container p { margin-bottom:4px; }

div#reg-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 20px 20px;
}

#reg-container form input[type=text],
#reg-container form input[type=password] {
  width: unset;
  min-width: 200px;
  margin-right:10px;
}


div.privacy_warning {
  display:block;
  width:320px;
  padding:10px;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  background:#eee;
  margin-bottom: 10px;
}

div.privacy_warning h4 {
  padding:0;
  font-size:12px;
  color:#333;
  font-weight:bold;
  background:none;
  }
div.privacy_warning p {
  font-size:11px;
  color:#777;
  }
div.privacy_warning.top {
  position: relative;
  left: 0px;
  margin-bottom: 10px;
}

div.privacy_warning ul {
  margin: 0 0 0 1.0em;
}

/*	--------------------------------------------------
=Login Page
-------------------------------------------------- */
div.login h1 { margin-bottom:10px; }
div.login p {
  font-size:14px;
  color:#777;
  }

div.login.left {
  margin: 30px;
}

div.login.right {
  min-width: 250px;
  margin: 30px 30px 30px 0px;
  padding-left: 30px;
  border-left: 1px solid #ccc;
}

/*	--------------------------------------------------
=Refer a friend
-------------------------------------------------- */
div.refer_privacy {
  position:absolute;
  left:320px;
  display:block;
  width:270px;
  padding:10px 10px 0px 10px;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  background:#eee;
  }

/*	--------------------------------------------------
=Advanced Trader Page
-------------------------------------------------- */
form#advanced-trader-form {
  background: -o-linear-gradient(bottom, rgba(88,88,88,1) 0%, rgba(46,46,46,1) 61%, rgba(25,25,25,1) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(88,88,88,1)), color-stop(61%, rgba(46,46,46,1)), to(rgba(25,25,25,1)));
  background: linear-gradient(0deg, rgba(88,88,88,1) 0%, rgba(46,46,46,1) 61%, rgba(25,25,25,1) 100%);
  display:block;
  width:582px;
  height:125px;
  position:relative;
  }
form#advanced-trader-form div#required {
  position:absolute;
  top:30px;
  left:20px;
  }
form#advanced-trader-form div#optional {
  position:absolute;
  top:80px;
  left:20px;
  }
form#advanced-trader-form input { width:80px; }
form#advanced-trader-form input#limit-price { background:#ddd; }
form#advanced-trader-form select {
  margin:0 12px 0 0;
  }
form#advanced-trader-form a#submit {
  position:absolute;
  right:20px;
  bottom:16px;
  }
form#advanced-trader-form label {
  position:absolute;
  color:#fff;
  top:-25px;
  }
form#advanced-trader-form label#symbol-label { left:0px; }
form#advanced-trader-form label#quantity-label { left:100px; }
form#advanced-trader-form label#limit-label { left:0px; }

/*	--------------------------------------------------
=Trade History Page
-------------------------------------------------- */
div.table_label p span a.filter_hist_go {
  display:inline-block;
  display:-moz-inline-box;
  width:34px;
  height:21px;
  background:url(/images/filter_go.gif) no-repeat;
  position:absolute;
  left:230px;
  top:0px;
  }
div.table_label p input.short_filter {
  display:inline;
  width:60px;
  height:12px;
  margin:0 8px 0 0;
  font-size:11px;
  }

/*	--------------------------------------------------
=Twitter Feed
-------------------------------------------------- */


div#twitter_update_list {
  float:left;
  display:inline;
  width:200px;
  height:240px;
  margin-left:10px;
  position:relative;
}
ul#twitter_update_list {
  margin:0;
  padding:0;
  }
ul#twitter_update_list li {
  list-style:none;
  margin:0 0 7px 0;
  padding:0 0 0 25px;
  background:url(/images/twitter_bullet.png) no-repeat 0 0;
  }
ul#twitter_update_list li a {
  font-size:12px;
  text-decoration:none;
  }

/*	--------------------------------------------------
=Style Guide (you can ignore this section)
-------------------------------------------------- */

h6 {
  font-size:24px;
  font-weight:bold;
  display:block;
  border-bottom:solid 1px #555;
  margin:20px 0 15px;
  }
h7 {
  font-size:14px;
  color:#85ae43;
  }

div#blog_byline {
  border-width: 0px 0 1px 0;
  border-style: solid;
  border-color: #b6b6b6;
  padding: 5px 5px 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div#blog_byline span {
  margin-bottom: 4px;
}

.sorttable_sorted {
  background:url(/images/column_sort_up.gif) no-repeat right #222;
  }
.sorttable_sorted_reverse {
  background:url(/images/column_sort_down.gif) no-repeat right #222;
  }

#overlay {
  visibility: visible;
  position: absolute;
  left: 0px;
  top: 0px;
  width:100%;
  height:100%;
  text-align:center;
  z-index: 1000;
  background-image:url(/images/background_trans.png);
}

#overlay div {
  width:300px;
  margin: 200px auto;
  background-color: #fff;
  border:3px solid #74a731;
  padding:15px;
  text-align:center;
}

div#social-share-tab {
  position: absolute;
  background-color: #eee;
  text-align: center;
  width: 55px;
  height: 205px;
  padding: 10px;
  left: -75px;
  top: 45px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-topleft:4px;
  -webkit-border-top-left-radius:4px;
  -moz-border-radius-bottomleft:4px;
  -webkit-border-bottom-left-radius:4px;
}

/**

Order Ticket (after submitting a trade)

*/

div#order-ticket {
  background: white;
  width:  -webkit-min-content;
  width:  -moz-min-content;
  width:  min-content;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #aaa;
  -webkit-box-shadow: 2px 2px 10px -6px #000000;
  box-shadow: 3px 3px 11px -5px #000000;

  display:none;
  position: fixed;
  right: 10px;
  bottom: 57px;
  -webkit-animation-name: animatebottom;
          animation-name: animatebottom;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s
}

@keyframes animatebottom {
  from {
    bottom: -500px;
    opacity: 0;
  }
  to {
    bottom: 57px;
    opacity: 1;
  }
}

@media only screen and (max-width: 700px) {
  div#order-ticket {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

div#order-ticket div.header {
  text-align: center;
  padding: 8px;
}

div#order-ticket div.success {
  background: #c9ff73;
}

div#order-ticket div.header-container {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

div#order-ticket div.header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

div#order-ticket div#order-summary {
  text-align: center;
  background: #eee;
  padding: 8px;
}

div#order-ticket div#order-summary div.order-summary-row {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

div#order-ticket div#order-summary div.order-summary-properties-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div#order-ticket div#order-summary div.trade-property-container {
  display: -ms-grid;
  display: grid;
}

div#order-ticket div#order-summary div.trade-property-container:not(:last-of-type) {
  margin-right: 10px;
}

div#order-ticket div#order-summary div.trade-property-container:not(:first-of-type) {
  margin-left: 10px;
}

div#order-ticket div#order-summary span.trade-property-label {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 1px;
}

div#order-ticket div#order-summary span.trade-property {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

div#order-ticket div#security-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 7px 7px 9px;
}

div#order-ticket div#security-summary div.poster {
  display: block;
}

div#order-ticket div#security-summary div.poster span.security.movie {
  margin-right: 10px;
  padding-top: 3px;
}

div#order-ticket div#security-summary div.security-details {
  display: block;
  min-width: 280px;
}

div#order-ticket div#security-summary div.security-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}

div#order-ticket div#security-summary div.security-price-change-row {
  display: block;
  margin-left: 0px;
  width: 60%;
}

div#order-ticket div#security-summary div.security-value div.security-price-row {
  display: -ms-grid;
  display: grid;
  margin-right: 15px;
  width: 40%;
}

div#order-ticket div#security-summary #security-price {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2px;
}

div#order-ticket div#security-summary #security-price-change {
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2px;
  float: right;
}

div#order-ticket div#security-summary .security-price-label {
  text-transform: uppercase;
  font-size: 9px;
}

div#order-ticket div#security-summary .security-price-label.right {
  text-align: right;
  float: right;
}

div#order-ticket div#security-summary .holdings_summary {
  display: -ms-grid;
  display: grid;
  font-size: 12px;
}

div#order-ticket div#security-summary .holdings_summary div.label {
  float: left;
}

div#order-ticket div#security-summary .holdings_summary div.value {
  float: right;
  color: #333;
}


div#order-ticket div#order-tracker {
  text-align: center;
  color: #777;
  display: block;
  font-size: 8px;
  padding: 5px 7px 12px 7px;
  margin: 0 auto;
  border-top: 1px solid #eee;
}

div#order-ticket div#order-tracker div#submit-code {
  float: left;
}

div#order-ticket div#order-tracker div#server-date {
  float: right;
}

/*

PROFILE

*/
.fit-wide h4, h5, p.abstract {
  max-width: none !important;
}


/* SPARKLINES */
.sparkline-container {
  margin-left: 20px;
  align-self: center;
  flex-grow: 1;
  display: none;
  flex-direction: column;
}

.sparkline-container[style*='display: block']{
  display: flex !important;
}

.sparkline-label-container {
  font-size: 8px;
  color: #999;
  align-self: center;
  flex-grow: 1;
  text-align: center;
}

span.sparkline-label {
  /* top: -5px; */
  position: relative;
}

.sparkline {
  height: 40px;
  align-self: center;
  flex-grow: 1;
  border-bottom: 1px solid #ddd;
  /*
  width: 100%;
  min-width: 150px;
  */
}

/*

Hot Property - Component

*/

div.hotproperty-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

div.hotproperty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  width: 250px;
  transition: box-shadow .2s;
  padding-right: 3px;
  /* padding-bottom: 3px; */
  flex-grow: 1;
  /* border: 1px solid rgb(0,0,0,0) */
}

div.hotproperty.border {
  border-radius:3px;
  border: 1px solid #ccc;
}

div.hotproperty.separator:not(:last-of-type) {
  margin-bottom: 8px;
}

div.hotproperty.shadow:hover {
  box-shadow: 0 0 15px rgba(33,33,33,.5);
  /* border-bottom: 1px solid white; */
}

div.hotproperty .security-image {
  display: flex;
  overflow: hidden;
  min-width: 50px;
}

div.hotproperty .security-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

div.hotproperty .security-image.starbond {
  margin-top: -1px;
  margin-left: -1px;
}

div.hotproperty .security-info {
  min-width: inherit;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  display: flex;
  flex-direction: column;
}

div.hotproperty .security-info h5.security-title {
  font-size: 14px;
}

div.hotproperty .security-info .security-content {
  display: flex;
}

div.hotproperty .security-info .security-content .security-meta {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

div.hotproperty .security-info .security-content .security-meta .byline {
  white-space: nowrap;
  margin-bottom: 0px;
  font-size: 10px;
  line-height: 1.1em;
}

div.hotproperty .security-info .security-content .security-meta .trade_info {
  font-size:12px;
  color:#333;
  font-weight:bold;
  min-width: 100%;
  margin-bottom: 2px;
  margin-top: 2px;
  white-space: nowrap;
}

div.hotproperty .security-info .security-content .security-meta .trade_info .today-value-labels {
  text-transform: uppercase;
  font-size: 0.7em;
  color: #999;
  margin-top: 2px;
}

div.hotproperty .security-info .security-content .security-meta .trade_info div span:last-of-type {
  float: right;
  margin-left: 5px;
}

/*
  'tall' style Hot Property is designed to be usedin a grid style vs a list so the sparkline
   drops down vs being fixed horizontally beside the security-info
*/
div.hotproperty.tall {
  margin: 2px;
}

div.hotproperty.tall .security-image img {
  height: unset;
}

div.hotproperty.tall .security-info .security-content {
  flex-direction: column;
}

div.hotproperty.tall .security-info .security-content .sparkline-container {
  margin-left: 0px;
  align-self: flex-start;
}

div.hotproperty.tall .security-info .security-content .sparkline-container .sparkline {
  border-top: 1px solid #ddd;
  border-bottom: none;
}

/* END: 'tall' style Hot Property */

/* Hot Property: IPO Layout */

div.hotproperty div.ipo-info-container {
  align-self: flex-end;
  flex-grow: 1;
  flex-direction: column;
  text-align: right;
  padding-right: 10px;
}

div.hotproperty div.ipo-info-container .ipo-shares-remaining {
  font-size: 2.0em;
}

/* END: IPO layout for Hot Property */

@media only screen and (max-width: 700px) {
  div.hotproperty {
    width: 100%;
    box-shadow: 1px 1px 5px rgba(33,33,33,.2);
    margin-bottom: 5px;
  }
}

.poster-background {
  opacity: 0.5;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}

.poster-background.star {
  box-shadow: inset 0 0 0 2px #ffc343;
  background-image: url(/images/icons/star_security_icon.gif);
}

.poster-background.movie {
  box-shadow: inset 0 0 0 2px #aaa;
  background-image: url(/images/icons/movie_security_icon.gif);
}

.poster-background.sml {
  width: 47px;
  height: 68px;
}

.poster-background.lrg {
  width: 90px;
  height: 130px;
}


span.registered-symbol::after {
  content: '\00ae';
  font-size: 0.7em;
  vertical-align: super;
  padding-left: 1px;
}

span.trademarked::after {
  content: '\2122';
  font-size: 0.7em;
  vertical-align: super;
  padding-left: 1px;
}

span.currency::before {
  content: 'H$';
}

/*	--------------------------------------------------
=Mobile Trade Confirmation Button - specific styling to prevent double-tap issues
-------------------------------------------------- */

form[name="trade-review-mobile"] .mobile-trade-confirm-button {
  border: 0;
  cursor: pointer;
  padding: 0 20px 0 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  background: rgb(255,255,255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), color-stop(55%, rgba(228,228,228,1)), to(rgba(228,228,228,1)));
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(228,228,228,1) 55%, rgba(228,228,228,1) 100%);
}

form[name="trade-review-mobile"] .mobile-trade-confirm-button span {
  display: block;
  padding: 8px 0 7px 20px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  color: #2D9FBE;
}

/* When disabled (during submission) */
form[name="trade-review-mobile"] .mobile-trade-confirm-button:disabled {
  opacity: 0.7;
  cursor: default;
}

form[name="trade-review-mobile"] .mobile-trade-confirm-button:disabled span {
  color: #666;
}

/* -------------------------------------------- */