/* bs3 */
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
}

a {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999
}
h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}
h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px
}
h1,.h1 {
    font-size: 36px
}
h2,.h2 {
    font-size: 30px
}
h3,.h3 {
    font-size: 24px
}
h4,.h4 {
    font-size: 18px
}
h5,.h5 {
    font-size: 14px
}
h6,.h6 {
    font-size: 12px
}
h1 small,.h1 small {
    font-size: 24px
}
h2 small,.h2 small {
    font-size: 18px
}
h3 small,.h3 small,h4 small,.h4 small {
    font-size: 14px
}

.row>* {
	padding-left: 0px;
	padding-right: 0px;
}
.col-md-12 {
	padding-right: 15px;
	padding-left: 15px;
}

.nav-pills>li+li {
	margin-left: 2px
}
.nav-pills>li>a {
	border-radius: 5px;
}

.navbar {
	border: 1px solid transparent;
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
	min-height: 50px;
}
