#demo-page {
    width: 960px;
    margin: 16px auto 0;
    text-align: left;
    padding: 16px;
    background: #FFF;
    border: 2px solid #DDD;
    border-bottom: 0;
    min-height: 100%;
}

#content h2 {
    font-size: 21px;
    letter-spacing: -1px;
    margin-bottom: 16px;
}
#content p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 9px;
    text-align: justify;
}
#content .wrap-center {
    text-align: center;
    padding: 30px;
}
#content .btn {
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: -1px;
    line-height: 21px;
    background: #CCC;
    color: #05818B;
    padding: 8px 10px;
    border: 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.08);
    -moz-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.08);
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.08);
    cursor: pointer;
}
#content .btn:hover {
    text-decoration: none;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.08);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.08);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.08);
}
#content .btn-primary {
    color: #FFF;
    background: #05818B;
}
#content .btn-primary:hover {
    background: #096b72;
}
#content .btn-purple {
    color: #fff;
    background: #4f1f77;
}
#content .btn-purple:hover {
    background: #2B014C;
}
#content .list-samples,
#content .list-samples li {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 7px;
    line-height: 21px;
}

.text-fly {
    background: #FFF;
    padding: 24px;
    text-align: left;
}
.text-fly p {
    margin-bottom: 9px;
    text-align: justify;
}
