.table-responsive {
   margin-bottom: 20px;
}
table.table thead tr th {
border-bottom: 0px;
padding-bottom: 0px;
}
table.table tbody tr {
position:relative;
}

table.table tr th{
font-size: 16px;
font-weight: 600;
white-space: nowrap;
}
table.table tr td {
font-size: 16px;
font-weight: 400;
vertical-align: middle;
white-space: nowrap;
}
table.table tbody tr td:first-child {
   padding-left: 15px;
}
table.table tbody tr td:last-child {
   padding-right: 10px;
}
.tickername {
max-width: 160px;
white-space: inherit !important;
}
.tickername a {
font-size: 15px;
font-weight: 600;
text-decoration: none;
width: 100%;
float: left;
cursor: default;
}
td.tickername span {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
float: left;
width: 100%;
}
td span.positive {
   color: #559600;
   font-weight: 700;
}
span.positive .fa {
   margin-right: 5px;
}
td span.negative {
   color: #EF0000;
   font-weight: 700;
}
span.negative .fa {
   margin-right: 5px;
}
.tickerstatus span{
width: 100%;
float: left;
text-align: center;
color: #fff;
border-radius: 5px;
padding: 5px;
font-size: 14px;
font-weight: 600;
}
span.green {
background-color: #559600;
margin: 1px 0px;
}
span.orange{
background-color: #E26B00;
margin: 1px 0px;
}
span.red{
background-color: #C60021;
margin: 1px 0px;
}
a.viewreport {
border: 0.65px solid #555555;
padding: 8px 10px;
border-radius: 5px;
text-decoration: none;
font-weight: 600;
font-size: 14px;
color: #0354D6;
cursor: pointer;
}
