.wrapper-qtquotes{
	font-size: 14px;
}
table.qtquotes {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
table.qtquotes caption {
	text-align: left;
	font-weight: bold;
}
.qtquotes td, .qtquotes th {
    border: 1px solid #000000;
    text-align: left;
    padding: 8px !important;
}

.qtquotes tr:nth-child(even) {
    background-color: #dddddd;
}
/*.wrap, .content-area {
    width: 100% !important;
    max-width: 100% !important;
}
*/
table.qtquotes tbody td.negative, table.qtquotes tbody td.negative *{ 
	color: red !important; 
} 
table.qtquotes tbody td.positive, table.qtquotes tbody td.positive *{ 
	color: green !important; 
}
.wrapper-qtquotes > div.refresh {
    float: right;
    margin-bottom: 10px;
}
#parent {
  display: flex;
}
#narrow {
  width: 65px;
  background: none;
  /* Just so it's visible */
}
#wide {
  flex: 1;
  /* Grow to rest of container */
  background: none;
  text-align: right;
  /* Just so it's visible */
}
#refresh{
	text-decoration: none !important;
	box-shadow: none !important;
}
#refresh img {
	text-align: left;
	box-shadow: none;
}
.quote-footer {
	text-align: center;
}
/*
 * jQuery Basic Table
 * Author: Jerry Low
 */

table.bt thead {
  display: none;
}

table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
}

table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}

table.bt tbody td.bt-hide {
  display: none;
}

table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}