
blockquote {
  border-left: 4px solid #ddd;
  margin-left: 0;
  margin-right: 20px;
  padding: 0 20px;
}
div.wrapper {
  width: 568px;
  margin: 30px auto;
}
body div.wrapper > ul {
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #666;
  overflow: hidden;
}
div.wrapper > ul li a{
  font-family: fpyekan !important;
  text-decoration:none !important;
}
div.wrapper > ul li.active a{
  color:#fff !important;
}

div.wrapper > ul li {
  list-style: none;
  float: right;
  margin-left: 4px;
}
div.wrapper > ul > li.controls {
  float: left;
  margin-left: -4px !important;
}
div.wrapper > ul > li a {
  font-weight: bold;
  display: inline-block;
  padding: 6px 12px;
  color: #676767 !important;
  outline: 0;
  text-decoration: none;
  background: #f3f3f3;
  background: -webkit-linear-gradient(#CBCBCB,#D7D5D5);
  background: -moz-linear-gradient(#eee,#e4e4e4);
  background: linear-gradient(#CBCBCB,#D7D5D5);
  -pie-background: linear-gradient(#CBCBCB,#D7D5D5);
}

div.wrapper > ul > li.active a {
  pointer-events: none;
  color: white;
  background: #666;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#888),to(#666));
  background: -moz-linear-gradient(#888,#666);
  background: linear-gradient(#888,#666);
  -pie-background: linear-gradient(#888,#666);
}
div.tabscontent > div {
  padding: 0 15px;
}
div.controls {
  float: right;
}
div.controls a {
  margin-left: 5px;
}
.lorem {
  font-style: italic;
}
