#container {
    width: 100%
}
#tab-wrapper {
    margin-bottom: 2em
}
#content {
	margin-top: 30px;
	line-height: 1.7em;
	text-align: justify
}
#content p {
	text-indent: 15px
}
#content h1 {
	margin-bottom: 20px
}
#content h1,
#content h2 {
    text-align: left;
    margin-top: -5px;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -1px
}
#content li {
    line-height: 1.7em
}
.tabbable {
    float: left
}
blockquote p {
    font-size: 15px !important;
    line-height: 1.5em !important;
    color: #555
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
    background-color: #f5f5f5 !important
}
#subscribe {
    background: #212B2E;
    margin: 40px 0 70px;
    padding: 15px 0;
    font-size: 14px;
    border-bottom: 3px #ff9c00 solid;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
}
#subscribe .block {
    display: inline-block;
    margin-left: 15px;
    padding: 5px
}
#subscribe button {
    display: inline-block !important;
    background: #ff9c00;
    border: 0;
    height: 26px;
    color: #ffffff;
    line-height: 26px;
    font-size: 14px;
    padding: 0 10px;
}
#subscribe input {
    display: inline-block !important;
    width: 230px;
    border: 0 !important;
    outline: none;
    background: #ffffff;
    line-height: 26px;
    font-size: 14px;
    height: 26px;
    margin: 0 !important;
    padding: 0px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}
