.hero-unit {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}

.mark h2, .mark h3 {
    padding-left: 60px;
}

.row.mark {
    padding: 10px 0;
}

img.center {
    display: block;
    margin: 0 auto;
}

img.icon {
    float:left;
}

a.img {
    float:left;
}

.navbar .brand {
    background: url('../images/logo.png') no-repeat #222222;
    width: 160px;
    height: 40px;
    padding: 0;
}

.markq {
    vertical-align: middle;
    height: 48px;
    padding-bottom: 10px;
}

.table td, .table th {
    text-align: center;
    vertical-align: middle;
}

.table td .label {
    display: block;
}

.table.pricing td .ok {
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    padding: 1px 4px 2px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    white-space: nowrap;
    display: block;
}

.row.greater p, .row.greater ul li {
    font-size: 18px;
    line-height: 27px;
}

.row.greater h4 {
    font-size: 18px;
    line-height: 27px;
}

.hero-unit.postit {
    background: url('../images/back.png') no-repeat #f5f5f5;
}

.row.postit {
    background: url('../images/back.png') no-repeat transparent;
    padding-bottom: 40px;
}

body {
    padding-top: 40px;
}

.mark {
    padding-top: 40px;
}
