.admin-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-left: 1px solid #ddd;
}

.admin-grid h1 {
  font-size: 30px;
}
.admin-grid h2 {
  font-size: 24px;
}
.admin-grid h3 {
  font-size: 18px;
}
.admin-grid h4 {
  font-size: 14px;
}
.admin-grid h5 {
  font-size: 12px;
}
.admin-grid h6 {
  font-size: 10px;
}

.admin h1 {
  font-size: 24px;
}
.admin h2 {
  font-size: 18px;
}
.admin h3 {
  font-size: 14px;
}
.admin h4 {
  font-size: 12px;
}
.admin h5 {
  font-size: 10px;
}
.admin h6 {
  font-size: 10px;
}

.price-decimals {
  font-size: 12px;
}

.list-inactive {
  text-decoration: line-through;
}

/* my account */
.my-account-options h4 {
  background: #10283f;
  color: #ffffff;
  text-transform: none;
  font-size: 1em;
  line-height: 1em;
}
.my-account-options ul {
  list-style: none;
}
.my-account-options dl,
.my-account-options > ul {
  margin-top: 0;
  border: 1px solid #D8D8D8;
  background: #F2F2F2;
}
.my-account-options > ul {
  margin-left: 0;
  margin-bottom: 20px;
}
.my-account-options > ul ul {
  margin: 0;
}
.my-account-options ul a {
  display: block;
}
.my-account-options ul a:hover {
  background: #bdbca4;
  color: #ffffff;
}
.my-account-options .active a {
  background: #13A085;
  color: #ffffff;
}
.my-account-options ul a:hover i,
.my-account-options .active a i {
  display: inline-block;
}
.my-account-options dt,
.my-account-options > ul > li {
  border-top: 1px solid #D8D8D8;
}
.my-account-options dt:first-child,
.my-account-options > ul > li:first-child {
  border-top: 0;
}
.my-account-options dt,
.my-account-options dd,
.my-account-options li {
  position: relative;
}
.my-account-options dt,
.my-account-options dd,
.my-account-options h4,
.my-account-options ul a {
  padding: 15px;
  margin: 0;
}
.my-account-options dd,
.my-account-options ul ul a {
  padding-left: 30px;
}
.my-account-options ul ul ul a {
  padding-left: 45px;
}
.my-account-options ul ul ul ul a {
  padding-left: 60px;
}
.my-account-options i {
  position: absolute;
  right: 10px;
  top: 18px;
}
.my-account-options .logout {
  background: #E6E6E6;
}

