.profitly-tradeInfo {
  max-width             : 500px !important;
  background-color      : #ffffff !important;
}

.profitly-tradeInfo-header {
  position: relative;
  padding: 10px;
  border: 1px solid #49a53d;
}

.profitly-tradeInfo-header span,
.profitly-tradeInfo .profitly-tradeInfo-header a
{
  font-weight: bold;
  color: white;
  vertical-align: middle;
}

.profitly-tradeInfo-header .summary {
  font-weight: 700;

}

.profitly-tradeInfo-header .ticker {
  margin-right: 5px;
}

.profitly-tradeInfo-header.profit {
  background-color: #49a53d;
  border-color: #49a53d;
}
.profitly-tradeInfo-header.open {
  background-color: #1fa2e1;
  border-color: #1fa2e1

}
.profitly-tradeInfo-header.loss {
  background-color: #dc3545;
  border-color: #dc3545
}

.profitly-tradeInfo-body {
  padding: 10px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.profitly-tradeInfo-footer {
  padding: 10px;
  border: 1px solid #e5e5e5;
  height: 60px;
}

.profitly-tradeInfo .profitly-tools img {
  margin-right : 6px !important;
}

.profitly-tradeInfo .profitly-title, .profitly-tradeInfo {
  font-size   : 20px !important;
  line-height : 24px !important;
}

.profitly-tools {
  font-size   : 16px !important;
  line-height : 24px !important;
}

.profitly-tradeInfo .profitly-entryLinks, .profitly-tradeInfo .profitly-entrySmallInfo {
  color : #999999 !important;
}

.profitly-smallText {
  font-size : 14px !important;
}

.profitly-tradeInfo .profitly-entryText {
  display : block !important;
  color   : #797979 !important;
}

.profitly-tradeInfo {
  font-family : Arial, Helvetica, sans-serif !important;
  font-size   : 16px !important;
}

.profitly-tradeInfo a {
  text-decoration : none !important;
  color           : #1fa2e1;
}

.profitly-tradeInfo a:hover {
  text-decoration : underline !important;
}

.profitly-tradeInfo a:focus {
  outline-width : medium !important;
  outline-style : none !important;
  outline-color : -moz-use-text-color !important;
}

.clear {
  clear : both;
}

.profitly-tradeInfo .float-right {
  float: right !important;
}
