.cont {
  max-width: 1180px;
  margin: 20px auto;
}
h2.qmod-heading .qmod-heading-text {
  display: none;
}
.qmod-ui-tool .qmod-hbg {
  background-color: transparent;
}
.qmod-heading {
  padding: 8px 20px;
  margin-bottom: 15px;
}
.qmod-watchlist .qmod-tool-wrap {
  margin: 0px 15px;
}

.qmod-watchlist table.qmod-table.dataTable.dtr-column > thead > tr > th {
  padding: 10px 12px 10px 5px;
}
.qmod-watchlist table.dataTable.qmod-table.no-footer tbody td {
  padding: 10px 0px 10px 10px;
}
.qmod-watchlist table.dataTable.qmod-table.no-footer thead th.sorting:after,
.qmod-watchlist table.dataTable.qmod-table.no-footer thead th.sorting_asc:after,
.qmod-watchlist
  table.dataTable.qmod-table.no-footer
  thead
  th.sorting_desc:after {
  top: 11px;
}
.qmod-watchlist table.dataTable thead th.sorting:after {
  color: #eee;
}
.qmod-watchlist
  table.qmod-table.dataTable.dtr-column
  > thead
  > tr
  > th.qmod-symbol {
  padding-left: 0;
  text-align: left;
}
.qmod-watchlist table.dataTable.qmod-table.no-footer tbody td.qmod-symbol {
  padding-left: 0;
}

.qmod-watchlist table.dataTable.qmod-table.no-footer tbody td.qmod-change,
.qmod-watchlist
  table.dataTable.qmod-table.no-footer
  tbody
  td.qmod-changepercent,
.qmod-watchlist table.dataTable.qmod-table.no-footer tbody td.qmod-tradevolume,
.qmod-watchlist table.dataTable.qmod-table.no-footer tbody td.qmod-sharevolume,
.qmod-watchlist table.dataTable.qmod-table.no-footer tbody td.qmod-bidsize,
.qmod-watchlist table.dataTable.qmod-table.no-footer tbody td.qmod-asksize {
  text-align: right;
}

.qmod-watchlist table.dataTable.qmod-table.no-footer tbody td.qmod-name,
.qmod-watchlist
  table.qmod-table.dataTable.dtr-column
  > thead
  > tr
  > th.qmod-name {
  text-align: left;
}
.qmod-watchlist table.qmod-table.dataTable .qmod-resp-table {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.qmod-watchlist table.qmod-table.dataTable.dtr-column > tbody > tr > td.control,
.qmod-watchlist
  table.qmod-table.dataTable.dtr-column
  > tbody
  > tr
  > th.control {
  width: 25px;
}
.qmod-watchlist table.qmod-table.dataTable .qmod-resp-table tr td:first-child {
  font-weight: bold;
  padding-left: 30px;
  width: 120px;
}
.qmod-watchlist .qmod-inline-ul {
  padding-top: 0;
  padding-bottom: 5px;
}
.qmod-watchlist .qmod-inline-ul li {
  padding: 0;
}
.qmod-btn.qmod-btn-link i {
  font-size: 20px;
  vertical-align: -3px;
}
.qmod-btn.qmod-btn-link {
  color: #333;
  margin-left: 10px;
  padding: 6px 12px;
  border-radius: 4px;
}
.qmod-watchlist .fa-gear:before,
.qmod-watchlist .fa-cog:before {
  content: "\f040";
}
.qmod-btn.qmod-btn-link:hover {
  color: #111;
  background: #f5f5f5;
}
