.event-dash-main-events.info-wrapper {
  margin-top:20px;
  height: auto;
  min-height: 700px;
  width: 100%;
  margin-left: 30px;
  padding-right: 40px;
}

.event-type-logo {
  /* top: -25px; */
  position: relative;
  z-index: 1;
}

.orange-box {
  position: relative;
  height: 50px;
  background-color: F8631A;
  top: 38px;
}

.product-bar {
  /* margin-top: 20px; */
  height: 50px;
  width:99%;
  background-color: #F8631A;
}

.product-bar p{
  color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
}

.product-info-container,
.services-info-container,
.get-paid-info-container {
  /* padding: 10px; */
  margin: 40px auto;
  justify-content: center;
  /* margin-top: 20px; */
  border: 5px solid #F8631A;
  border-radius: 20px;
  height: auto;
  width: 80%;
}

.product-info-container table,
.services-info-container table,
.get-paid-info-container table {
  border: #FFF;
}


td{
  border: 2px solid #F8631A;
}

.p-6 {
  padding: 6px;
}

.get-started {
  border-radius: 10px;
  font-size: 20px;
  margin-top: 47px;
  background-color: #F8631A;
  width: auto;
}

th{
  border-right: 2px solid #F8631A;
}

tr.heading {
  height: 35px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #F8631A;
  color: #FFF;
}

.product-info-table,
.services-info-table,
.get-paid-info-table {
  width: 100%;
  border: none;
}

.create-freecamp,
.create-quickcamp,
.create-campfire,
.create-bonfire,
.create-aurora {
  margin: 0 auto;
  background-color: #F8631A;
  border-radius: 10px;
  width: 100%;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 700;
}

.create-aurora {
  color: #000000;
}

.create-aurora{
  pointer-events: none;
  background-color: #ccc;
}

.product-info-table ul,
.services-info-table ul,
.get-paid-info-table ul {
  list-style: none;
}

.product-info-table ul li:before,
.services-info-table ul li:before,
.get-paid-info-table ul li:before{
  font-weight: 700;
  content: '✓';
  margin-right: 12px;
}

.product-info-table ul li,
.services-info-table ul li,
.get-paid-info-table ul li{
 margin: 10px 5px;
}

.bg-1 {
  background-color: #ffffff;
}

.bg-2 {
  background-color: #eeeeee;
} 

.bg-3 {
 background-color:  #dddddd;
}

.bg-4 {
  background-color: #cccccc;
}

.bg-5 {
  background-color: #bbbbbb;
}

.br-20-left-top {
  border-radius: 20px 0 0 0 !important;
}

.br-20-right-top {
  border-radius: 0 14px 0 0 !important;
}

.br-20-left-bottom {
  border-radius: 0 0 0 20px !important;
}

.br-20-right-bottom {
  border-radius: 0 0 14px 0  !important;
}

.fs-20 {
  color: #000;
  font-size: 20px;
}

th a.btn{
  top: -41px;
  position: relative;
  z-index: 1;
  border-radius: 88px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.top-0 {
  top: 0px;
}

.product-info-table img:hover {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.pointer-event-none {
  pointer-events: none;
}

.bg-gray {
  background-color: #bbbbbb;
}

td {
  vertical-align: baseline;
}