h1 {
  text-align: center;
  padding: 5px 30px 10px 30px;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
  text-shadow: -1px 1px 1px rgba(255,255,255,0.7);
}
body {
  padding-top:64px;
}
.plans {
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.plan-group {
  text-align: center;
}
.plan-group h2 {
  text-shadow: -1px 1px 1px rgba(255,255,255,0.7);
}
.plan {
  margin-top: 20px;
  text-align: center;
  box-shadow: -2px 0px 3px rgba(0, 0, 0, 0.2);
}
.plan-name {
  background-color: #463C5A;
  color: white;
  padding: 10px;
}
.advance .plan-name {
  background-color: #262039;
}
.plan-image {
  height: 260px;
}
.plan-name p {
  color: white;
}
.price {
  font-size: 60px;
  line-height: 60px;
}
.plan-features {
  background-color: #FCFAFF;
  margin-top: 0px;
  padding: 10px 20px;
}
.plan-features h4 {
  padding: 20px 8px;
}
.plan-features p {
  border-top: 1px solid #e7e7e7;
  padding: 20px 8px;
  min-height: 40px;
}
p.plan-free {
  margin: 0;
  padding-bottom: 8px;
}
th.empty, td.empty {
  width:1px;
  border-width: 0;
}

.question {
  padding: 10px 20px 10px 0;
}
.question p {
  color: #888;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}

th, td {
  border-bottom: 0 solid;
  width: auto;
  height: auto;
}
td {
  font-size: 14px;
  color: #555;
}
.table td.column-title, .table th.column-title {
  /*width: 140px;*/
  background-color: #262039;
  color: white;
  height: 80px;
  text-align: center;
}
.column-title h3,.column-title p {
}
.table td.column-info {
  background-color: white;
  text-align: center;
  /*width: 190px;*/
}
.table th.column-title.light {
  background-color: #463C5A;
}
.icon {
  width: 25px;
}
.table td.column-popover {
  cursor:help;
}
.myicon-question {
  float:right;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("https://pt-br.dakwak.com/assets/icon_info.png") no-repeat scroll 0 0 transparent;
  opacity: 0.4;
}
#footer-main {
  margin-top: 0;
}

.nav-tabs {
  border-bottom: 1px solid #bcb5c8;
}
.nav-tabs > .active > a, 
.nav-tabs > .active > a:hover, 
.nav-tabs > .active > a:focus {
  background: transparent;
  font-weight: bold;
  border-color: #bcb5c8;
  border-bottom-color: transparent;
}
.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus {
  border-color: #bcb5c8;
  background-color: transparent;
  border-bottom: 0px;
}

.nav > li > a:hover,
.nav > li > a:focus {
}
@media (max-width: 979px) {
  body .navbar-fixed-top {
    margin-bottom: 0px;
  }
}