.cont {
  max-width: 550px;
  margin: 20px auto;
}
h2.qmod-heading {
  display: none;
}
.qmod-mini-tool .qmod-heading {
  font-size: 20px;
  padding: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.qmod-mini-tool .qmod-heading-title {
  font-weight: normal;
}
.qmod-mini-tool .qmod-topChart-head {
  margin-top: 15px;
  padding: 15px;
  font-size: 16px;
}

.qmod-button-group li:not(:empty) button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.qmod-button-group li:last-child button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.qmod-btn {
  background: #eee;
  border: 0;
}
.qmod-button-group li {
  border-right: 1px solid #fff;
}
.qmod-mini-tool .qmod-btn {
  padding: 8px 0;
}
.qmod-mini-tool .qmod-tr-active {
  background-color: #daf0ff !important;
}
.qmod-mini-tool .qmod-table-row:hover {
  cursor: pointer;
  background-color: #eee;
}
.qmod-mini-tool
  table.dataTable.qmod-minimarketindices-table.no-footer
  tbody
  td {
  padding: 10px 5px;
}
.qmod-btn.qmod-btn-active {
  background-color: #0477d1;
  border-color: #0477d1;
  color: #fff;
}
.qmod-btn.qmod-btn-active:hover {
  background-color: #0286ef;
  border-color: #0286ef;
  color: #fff;
}
.qmod-btn:hover {
  background-color: #ddd;
  border-color: #ddd;
  color: #000;
}
.qmod-mini-tool .qmod-topChart-head {
  padding: 10px 0;
  font-size: 18px;
}
.qmod-minimarketcurrencies-table td .fa {
  font-size: 20px;
}
.qmod-mini-tool
  table.dataTable.qmod-minimarketindices-table.no-footer
  tbody
  tr {
  height: auto;
  font-size: 1em;
}
.qmod-mini-tool table.dataTable.qmod-minimarketindices-table.no-footer th {
  padding: 10px 12px 10px 4px;
  border-bottom: 1px solid #ccc;
}
.qmod-mini-tool
  table.dataTable.qmod-minimarketindices-table.no-footer
  th.sorting::after,
.qmod-mini-tool
  table.dataTable.qmod-minimarketindices-table.no-footer
  th.sorting_asc:after,
.qmod-mini-tool
  table.dataTable.qmod-minimarketindices-table.no-footer
  th.sorting_desc:after {
  top: 11px;
}
.qmod-mini-tool .qmod-mrktime {
  font-size: 12px;
}
.qmod-tab-container
  .qmod-tab-list
  .qmod-tab-item
  .qmod-tab-item-link
  .qmod-tab-text {
  padding: 6px 8px;
  min-width: auto;
}
.qmod-topChart-head span {
  display: inline-block;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 20px;
}
.qmod-mini-tool .qmod-topChart-change {
  line-height: 20px;
}
.qmod-btn:focus {
  border: 0 !important;
}

/* tabs */
.qmod-tab-container {
  top: 0;
}
.qmod-tab-container .qmod-tab-list .qmod-tab-item.qmod-active {
  font-weight: normal;
}
.qmod-tab-container .qmod-tab-list .qmod-tab-item {
  list-style: none;
  display: inline-block;
  padding: 8px;
  border-color: transparent;
  border-width: 0px;
  border-style: solid;
  border-radius: 0;
  border-bottom: 0;
  margin: 5px 0 0 0px;
  text-align: center;
  background-color: transparent;
  position: relative;
}

li.qmod-tab-item.qmod-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #0477d1;
}

.qmod-tab-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 3px;
  background: transparent;
  transition: all 0.3s;
}

li.qmod-tab-item.qmod-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #0477d1;
}
.qmod-tab-container
  .qmod-tab-list
  .qmod-tab-item
  .qmod-tab-item-link
  .qmod-tab-text {
  padding: 6px 17px 6px 24px;
}
.qmod-tab-text i {
  display: none !important;
  width: 0;
  opacity: 0;
  overflow: hidden;
}
.qmod-mini-tool table.qmod-table.dataTable th:focus,
.qmod-mini-tool table.qmod-table.dataTable td:focus {
  border: 0 !important;
}
.qmod-minimarketindices-table-con {
  margin-top: 15px;
}
.qmod-mini-tool
  table.dataTable.qmod-minimarketindices-table.no-footer
  tbody
  tr:hover {
  background-color: #eee;
}

/* tabs */
.qmod-ui-tool .qmod-tab-container .qmod-tab-list .qmod-tab-item {
  background: none;
  border: none;
}
.qmod-ui-tool .qmod-tab-container .qmod-tab-list .qmod-tab-item.qmod-active {
  font-weight: normal;
}
