.wallstreet{
  background: #000;
  padding: 5px 2px 5px 2px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-clip: padding-box;
  margin-top: 5px;
}
.chart{
  padding: 2px;
  display: block;
  color: black;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-clip: padding-box;
  border: 2px solid black;
  &.highlight{
    border: 2px solid #f00;
  }
  &.header{
    color: white;
  }
  &.out{
    opacity: 0.3;
  }
}
.companyname{
  font-weight: bold;
  width: 240px;
  float: left;
  text-align: center;
  h1{
    margin: 5px 0 0 0;
    padding: 0px;
  }
}
.companybar{
  width: 240px;
  float:left;
  .down, .up{
    display: block;
    height: 30px;
    margin-top: 5px;
    line-height: 30px;
    float: left;
    width: 30px;
    text-align: center;
  }
  .bar{
    display: block;
    height: 30px;
    margin-top: 5px;
    line-height: 30px;
    float: left;
    width: 120px;
    text-align: center;
    font-weight: bold;
    background: white;
  }
}
.stockprice{
  font-size: 15px;
  font-weight: bold;
  width: 75px;
  float: left;
  line-height: 12px;
  &.list{
    margin-top: 13px;
  }
}
.cardtext{
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  height: 42px;
  border: 1px solid black;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-clip: padding-box;
  margin-bottom: 5px;
  color: white;
  &.down{
    border-color: red;
    color: red;
    background: #FFCCCC;
  }
  &.up{
    border-color: green;
    color: green;
    background: #CCE6CC;
  }
  &.start{
    background: orange;
    padding-top: 10px;
    height: 32px;
  }
}
.mn{
  color: red;
}
.ws{
  background: yellow;
  padding: 2px 5px 2px 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-clip: padding-box;
  margin-left: 50px;
  margin-right: 50px;
  color: #000
}
fieldset{
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-clip: padding-box;
  margin-bottom: 5px;
  padding: 5px;
  color: lightseagreen;
}
