#osm-signup-page{
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.osm-container h2.osm-item-title {
  background-color:#000000;
  text-align:center;
}

h2.osm-title a{
  color:#ffffff;
}

.osm-container .osm-item-heading-box {
  border-radius: 5px 5px 0 0;
  padding: 1px 2px 1px 2px;
  background: #000000;
  border: 1px solid;
}

.osm-container .osm-item-description {
  background: #000000;
  margin: 0;
  border: 1px solid #8300E9;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  color:white;
}

.table > :not(caption) > * > * {
  color:white;
}

.osm-container .osm-item-heading-box {
  color: #8300E9;
}

.osm-plan-header{
  background-color: #8300E9!important;
}

.osm-plan-price{
  background-color: #001A34 !important;
border-bottom: 1px solid #8300E9;
}

.osm-plan-price .price{
  color:#fff;
}

.osm-plan-short-description{
  background-color:#001A34!important;
}

.osm-pricing-table .osm-plan ul.osm-signup-container {
  background-color: #001A34;
  border-top: 1px solid #8300E9;
  list-style-type:none;
}

.osm-pricing-table .osm-plan ul{
  list-style:disc;
  padding:25px;
}

.osm-pricing-table .osm-plan ul .btn{
  text-align:center;
  margin-bottom:10px;
}

#osm-plans-list-columns .osm-plan-price .price span sub {
font-size: 20px;
top: -22px;
}