.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-minimarketrates-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-minimarketrates-table td .fa {
  font-size: 20px;
}
.qmod-mini-tool table.dataTable.qmod-minimarketrates-table.no-footer tbody tr {
  height: auto;
  font-size: 1em;
}
.qmod-mini-tool table.dataTable.qmod-minimarketrates-table.no-footer th {
  padding: 10px 12px 10px 4px;
}
.qmod-mini-tool table.dataTable thead th.sorting:after,
.qmod-mini-tool table.dataTable thead th.sorting_asc:after,
.qmod-mini-tool table.dataTable thead th.sorting_desc:after {
  top: 11px;
}
.qmod-mini-tool .qmod-mrktime {
  font-size: 12px;
}
.qmod-mini-tool .qmod-topChart-change {
  line-height: 20px;
}
.qmod-topChart-change.fa {
  padding: 1px; /* fixes cut off icon in some sizes*/
  margin-top: -1px;
}
.qmod-mini-tool .flag {
  background-color: #ddd;
  width: 36px;
  height: 27px;
}
.qmod-mini-tool .qmod-flag-active {
  box-shadow: inset 0 0 0 2px #cecece;
  background-color: #ffffff;
  border: 0;
}

.qmod-mini-tool .USD,
.qmod-mini-tool .USA,
.qmod-mini-tool .US,
.qmod-mini-tool .United.States {
  background-size: 25px 15px;
  background-position: center;
}
.qmod-mini-tool .CAD,
.qmod-mini-tool .CAN,
.qmod-mini-tool .CA,
.qmod-mini-tool .CND {
  background-size: 25px 15px;
  background-position: center;
}
.qmod-mini-tool .qmod-read-more,
.qmod-mini-tool .qmod-read-less {
  background: #eee;
  color: #111;
  margin-top: 20px;
}
.qmod-mini-tool .qmod-read-more:hover,
.qmod-mini-tool .qmod-read-less:hover {
  background: #ddd;
  color: #111;
}
.qmod-btn:focus {
  border: 0 !important;
}
.qmod-mini-tool table.qmod-table.dataTable th:focus,
.qmod-mini-tool table.qmod-table.dataTable td:focus {
  border: 0;
}
