

p {
  margin: 0 0 10px;
}
p small,
p .small {
  font-size: 10px;
  color: #999;
}
.lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #444;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1 {
  font-size: 30px;
  line-height: 40px;
}
h1 small {
  font-size: 24px;
}
h2 {
  font-size: 24px;
  line-height: 40px;
}
h2 small {
  font-size: 18px;
}
h3 {
  font-size: 18px;
  line-height: 40px;
}
h3 small {
  font-size: 14px;
}
h4 {
  font-size: 14px;
  line-height: 20px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 13px;
  line-height: 20px;
}
h5 small {
  font-size: 10px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}
.page-header {
  margin: 0 0 10px;
}
.page-header h2 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  color: #666;
  margin: 0;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
h1.ja-typo-title {
  border-bottom: 8px solid #ddd;
  font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 5px 0;
  color: #666;
  font-size: 20px;
  text-transform: uppercase;
}
h2.ja-typo-title {
  font-weight: normal;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
}
h2.ja-typo-title span {
  display: inline-block;
  background: #f2f2f2;
  padding: 3px 10px;
}
.page-subheader {
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
  *zoom: 1;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 10px 0;
  line-height: 1;
  font-size: 24px;
  font-weight: normal;
}
.article-title a,
.article-header h1 a {
  color: #222;
}
.item-title {
  font-weight: bold;
}
#ja-typo ul,
#ja-typo ol {
  margin: 0 0 10px 25px !important;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 5px;
}
.dl-horizontal dd {
  margin-left: 0px;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.label {
  background: #999;
}
.label-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.label:hover,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #c00;
}
.label-important[href],
.badge-important[href] {
  background-color: #990000;
}
.label-warning,
.badge-warning {
  background-color: #f80;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #cc6d00;
}
.label-success,
.badge-success {
  background-color: #690;
}
.label-success[href],
.badge-success[href] {
  background-color: #446600;
}
.label-info,
.badge-info {
  background-color: #07b;
}
.label-info[href],
.badge-info[href] {
  background-color: #005788;
}
.label-inverse,
.badge-inverse {
  background-color: #444;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #2b2b2b;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 0;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  font-size: 12px;
}
.ja-typo-blockswrap {
  padding-top: 20px;
}
.ja-typo-blockswrap .ja-typo-blockrow {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 20px;
}
.ja-typo-blockswrap .ja-typo-blockct {
  padding-top: 10px;
}
.ja-typo-blockswrap:hover > h1.ja-typo-title {
  border-color: #333333;
  color: #333;
}
.ja-typo-blockswrap:hover h2.ja-typo-title > span {
  background-color: #ddd;
}
.text-warning {
  color: #C09853;
}
.text-error {
  color: #B94A48;
}
.text-info {
  color: #3A87AD;
}
.text-success {
  color: #468847;
}
.muted {
  color: #999;
}
.text-warning,
.text-error,
.text-info,
.text-success,
.muted,
.text-normal {
  padding-left: 20px;
}
.text-warning i[class^="icon-"],
.text-error i[class^="icon-"],
.text-info i[class^="icon-"],
.text-success i[class^="icon-"],
.muted i[class^="icon-"],
.text-normal i[class^="icon-"] {
  float: left;
  font-size: 13px;
  margin: 3px 0 0 -20px;
}
.dropcap {
  display: block;
  float: left;
  font-family: Georgia, Times, serif;
  font-size: 60px;
  line-height: 40px;
  padding: 5px 8px 0 0;
}
#ja-typo .ja-typo-list {
  margin: 0 !important;
}
#ja-typo .ja-typo-list li {
  list-style: none;
  padding-left: 20px;
  margin: 0 0 5px 10px;
}
#ja-typo .ja-typo-list li i[class^="icon-"] {
  float: left;
  font-size: 13px;
  margin: 3px 0 0 -20px;
}
.blocknumber {
  min-height: 44px;
  padding: 5px 0 5px 55px;
}
.bignumber {
  background-image: url("../../../templates/ja_nex_t3/images/blocknumber-bg.png");
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 44px;
  float: left;
  margin-left: -55px;
}
.blocknumber-1 .bignumber {
  background-position: 0 0;
}
.blocknumber-2 .bignumber {
  background-position: 0 -44px;
}
.blocknumber-3 .bignumber {
  background-position: 0 -88px;
}
.ja-typo-bubble {
  margin-bottom: 20px;
  position: relative;
}
.ja-typo-bubblect {
  border: 3px solid #ddd;
  padding: 15px;
}
.ja-typo-bubble-meta {
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.bubble-2 .ja-typo-bubblect {
  background: #DDDDDD;
  border: none;
}
.bubble-3 .ja-typo-bubblect {
  border: 3px solid #CC3333;
}
.bubble-4 .ja-typo-bubblect {
  background: #CC3333;
  border: none;
  color: #fff;
}
.bubble-5 .ja-typo-bubblect {
  border: 3px solid #333333;
}
.bubble-6 .ja-typo-bubblect {
  background: #333333;
  border: none;
  color: #fff;
}
.bubble-rounded .ja-typo-bubblect {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ja-typo-box {
  border: 3px solid #ddd;
  padding: 10px 15px;
}
.typo-box-icon {
  padding-left: 50px;
}
.typo-box-icon i[class^="icon-"] {
  float: left;
  font-size: 30px;
  margin: 5px 0 0 -40px;
}
.box-grey-1 {
  background: #f7f7f7;
}
.box-grey-2 {
  background: #F7F7F7;
  border-style: dotted;
}
.box-hilite-1 {
  background: #FFFFDD;
  border-color: #D2D2B6;
}
.box-hilite-2 {
  background: #FFFFDD;
  border-color: #D2D2B6;
  border-style: dotted;
}
.box-rounded {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.ja-typo-legend {
  border: 3px solid #ddd;
  padding: 20px 15px 15px;
  position: relative;
  margin-top: 10px;
}
.ja-typo-legend .legend-title {
  background: #fff;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  left: 10px;
  line-height: normal;
  margin: 0 !important;
  padding: 5px !important;
  position: absolute;
  top: -17px;
}
.legend-2 {
  border: 3px solid #CC3333;
}
.legend-2 .legend-title {
  color: #CC3333;
}
.legend-rounded {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#ja-typo .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 10px 10px 0;
}
#ja-typo .btn-primary {
  background-image: linear-gradient(to bottom,#0088CC,#0044CC);
  background-color: #006DCC;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
#ja-typo .btn-primary:hover,
#ja-typo .btn-primary:focus {
  background: #0044CC;
}
#ja-typo .btn.btn-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#ja-typo .btn-small.btn-rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#ja-typo .btn-large.btn-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#ja-typo .t3-module {
  background: #fff;
  border: 1px solid #E5E5E5;
  color: inherit;
  margin-top: 20px;
  position: relative;
}
.badge-new .badge {
  background-position: 0 -40px;
}
.badge-top .badge {
  background-position: 0 -80px;
}
.badge-vote .badge {
  background-position: 0 -120px;
}
fieldset legend {
  border-bottom: none;
  margin-bottom: 0;
  background: #fff;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 0 5px;
  width: auto;
}
fieldset.ja-typo-fieldset {
  border: 3px solid #DDDDDD;
  padding: 10px 15px;
}
fieldset.fieldset-2 {
  border: 3px solid #CC3333;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
fieldset.fieldset-2 legend {
  color: #CC3333;
}
input[type^="radio"],
input[type^="checkbox"] {
  margin: 0 5px 0 0;
}
label[for^="radio"],
label[for^="checkbox"] {
  display: inline-block;
}

