/* General Predifined classes, read more in lesscss.org */
/* Variables for Colors*/
/* Variables for fonts*/
/* General styles for gradients */
/* Receive exactly positions for background Sprite  */
/* CSS3 Elements */
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Library of predifined less functions styles */
/* ----- General HTML Styles----- */
body {
  background: #FFF;
  font-size: 105%;
  line-height: 150%;
  margin: 0;
  padding: 0;
  color: #666;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
div {
  margin: 0 auto;
  padding: 0;
}
img {
  max-width:645px;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form,
img,
p {
  margin: 0;
  padding: 0;
  border: none;
}
label {
  vertical-align: middle;
}
hr {
  border: none;
  border-top: 1px dashed #ccccce;
}
input,
select,
textarea {
  vertical-align: middle;
  /*font-family: Trebuchet MS, "segoe ui", Helvetica, Tahoma, Verdana, MingLiu, PMingLiu, Arial, sans-serif;*/
  margin-left: 0px;
  -webkit-appearance: none;
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
}
input[type="radio"] {
  margin: 2px 3px 0 0;
  -webkit-appearance: radio;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="number"] {
  padding-right: 0 !important;
}
select {
  width: 100%;
  -webkit-appearance: menulist-button;
}
input[type="email"].prompt,
input[type="text"].prompt,
input[type="password"].prompt,
input.tipped-input.blank {
  color: #707070;
}
textarea:focus,
input:focus {
  outline: none;
}
input[type="email"],
input[type="text"],
input[type="password"],
input[type="number"],
select,
textarea,
#askFormBar .questionTitleInput,
.wmd-container,
.js-simple-editor,
.folded-editor,
.mock-editor {
  border: #cce6ec 3px solid;
  height: 22px;
  /*font-size: 90%;*/
  padding: 0 5px;
}
textarea {
  padding: 5px;
}
.js-editable .wmd-container {
  height: auto;
  background: white;
  padding: 0;
  margin-bottom: 8px;
}
.js-editable textarea {
  width: 100% !important;
  box-sizing: border-box;
}
.js-editable img {
  max-width: 100%;
}
.wmd-container textarea {
  width: 100% !important;
  box-sizing: border-box;
}
.wmd-container img {
  max-width: 100%;
}
.tos {
  margin: 20px 0 10px 0;
}
.tos .tos-content {
  background: #f0f0f0;
  border: #cce6ec 3px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin: 0;
  overflow-y: auto;
  padding: 3px 5px;
  width: 398px;
}
iframe {
  border: none;
}
p {
  /*font-size: 100% !important;*/
  line-height: 140%;
  margin-bottom: 6px;
}
a {
  color: #1b79bd;
  text-decoration: none;
  cursor: pointer;
}
h2 {
  font-size: 150%;
  padding: 3px 0 3px 5px;
}
h3 {
  font-size: 125%;
  /*padding: 3px 0 3px 5px; */
}
ul {
  list-style: disc;
  margin-left: 20px;
  padding-left: 0px;
  margin-bottom: 1em;
}
ol {
  list-style: decimal;
  margin-left: 30px;
  margin-bottom: 1em;
  padding-left: 0px;
}
td ul {
  vertical-align: middle;
}
li input {
  margin: 3px 3px 4px 3px;
}
pre {
  /*font-family: Consolas, Monaco, Liberation Mono, Lucida Console, Monospace;*/
  font-size: 100%;
  margin-bottom: 10px;
  background-color: #F5F5F5;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 20px ! ie7;
}
code {
  /*font-family: Consolas, Monaco, Liberation Mono, Lucida Console, Monospace;*/
  font-size: 100%;
}
blockquote {
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 10px 0px 1px 10px;
  background-color: #F5F5F5;
}
html {
  overflow-y: scroll;
}
/* http://pathfindersoftware.com/2007/09/developers-note-2/ */
* html .clearfix,
* * html .paginator {
*   height: 1;
*     overflow: visible;
*     }
*      + html .clearfix,
*       + html .paginator {
*         min-height: 1%;
*         }
*         .clearfix:after,
*         .paginator:after {
*           clear: both;
*             content: ".";
*               display: block;
*                 height: 0;
*                   visibility: hidden;
*                   }
*                   .invisible {
*                     margin: -1px 0 0 -1px;
*                       height: 1px;
*                         overflow: hidden;
*                           width: 1px;
*                           }
*                           .badges a {
*                             color: #763333;
*                               text-decoration: underline;
*                               }
*                               a:hover {
*                                 text-decoration: underline;
*                                 }
*                                 .js-avatar-box {
*                                   text-decoration: none;
*                                     width: 32px;
*                                       height: 32px;
*                                       }
*                                       .box .js-avatar {
*                                         height: 48px;
*                                           width: 48px;
*                                           }
*                                           .user-card .js-avatar {
*                                             height: 32px !important;
*                                               width: 32px;
*                                               }
*                                               .comment-controls .js-avatar,
*                                               .message .js-avatar {
*                                                 height: 16px;
*                                                   width: 16px;
*                                                   }
*                                                   .user-info-table .js-avatar {
*                                                     height: 128px;
*                                                       width: 128px;
*                                                       }
*                                                       .user-memo {
*                                                         /*font-size: 90%;*/
  /*font-weight: bold;*/
  padding-top: 5px;
}
.badge-context-toggle.active {
  cursor: pointer;
  text-decoration: underline;
}
h1 {
  /*font-size: 175%;*/
  padding: 0px 0 5px 0px;
}
/* ----- Extra space above for messages ----- */
body.user-messages {
  margin-top: 2.4em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* ----- Custom positions ----- */
.left {
  float: left;
}
.right {
  float: right;
}
.clean {
  clear: both;
}
.center {
  margin: 0 auto;
  padding: 0;
}
.sr-only {
  display: none;
}
/* ----- Notify message bar , check blocks/system_messages.html ----- */
.notify {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100000;
  padding: 0;
  text-align: center;
  background-color: #f5dd69;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
}
.notify .notification {
  color: #424242;
  /*font-size: 100%;*/
  line-height: 34px;
  margin: 0 !important;
}
.wait-icon-box {
  text-align: center;
  margin: 5px 0 8px;
}
.hovercard {
  background: white;
  -webkit-box-shadow: 0 0 5px #929292;
  -moz-box-shadow: 0 0 5px #929292;
  box-shadow: 0 0 5px #929292;
  /*font-size: 90%;*/
  display: block;
  max-width: 250px;
  padding: 10px;
  position: absolute;
  z-index: 1001;
}
.hovercard p:last-child {
  margin-bottom: 0;
}
.hovercard ul {
  margin-bottom: 0;
}
.hovercard ul li {
  /*font-size: 90%;*/
  line-height: 16px;
  margin: 5px 0;
}
.hovercard .triangle {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid white;
  height: 0;
  margin: -20px 0 10px 0;
  width: 0;
}
#closeNotify {
  position: absolute;
  right: 5px;
  top: 7px;
  color: #735005;
  text-decoration: none;
  line-height: 18px;
  background: -6px -5px url(/nanobell/m/default/media/images/sprites.png?deca2919b2e0) no-repeat;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#closeNotify:hover {
  background: -26px -5px url(/nanobell/m/default/media/images/sprites.png?deca2919b2e0) no-repeat;
}
/* ----- Header, check blocks/header.html ----- */
#header {
  margin-top: 0px;
  background: #16160f;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
}
.content-wrapper {
  /* wrapper positioning class */
  width: 960px;
  margin: auto;
  position: relative;
  margin-top: 6px;
}
#logo img {
  padding: 5px 0px 5px 0px;
  height: 75px;
  width: auto;
  float: left;
}
.lang-nav {
  position: relative;
  text-align: right;
  margin-left: 20px;
  text-transform: lowercase;
  color: #d0e296;
}
.lang-nav .curr-lang {
  text-decoration: underline;
}
.lang-nav .toggle {
  /*font-size: 80%;*/
  vertical-align: middle;
}
.lang-nav .fa {
  /*font-size: 100%;*/
  vertical-align: middle;
}
.lang-nav a:hover {
  background: #666 !important;
}
.lang-nav a {
  background: grey;
  height: 22px !important;
  text-align: left !important;
}
.lang-nav ul {
  background: grey;
  display: none;
  list-style: none;
  margin: 0;
  min-width: initial !important;
  z-index: 10000;
}
.lang-nav:hover ul,
.lang-nav ul:hover {
  display: block;
  position: absolute;
}
.lang-nav li {
  background: grey;
  color: #707070;
  display: block;
}
.lang-de .lang-nav {
  text-transform: capitalize;
}
.select-language {
  margin-top: 6px;
}
.user-lang-selector ul {
  list-style: none;
  margin: 0;
}
.user-lang-selector ul input {
  display: inline-block;
}
.user-lang-selector label {
  margin-right: 8px;
}
.user-profile-page .message:first-child {
  margin-top: 12px;
}
#userToolsNav {
  /* Navigation bar containing login link or user information, check widgets/user_navigation.html*/
  height: 20px;
  padding-bottom: 5px;
  white-space: nowrap;
  /*font-size: 100%;*/
}
#userToolsNav a {
  height: 35px;
  text-align: right;
  margin-left: 20px;
  text-decoration: underline;
  color: #d0e296;
}
#userToolsNav a:first-child {
  margin-left: 0;
}
#userToolsNav a#ab-responses {
  margin-left: 3px;
}
#userToolsNav .user-info,
#userToolsNav .user-micro-info {
  color: #b5b593;
}
#userToolsNav a img {
  vertical-align: middle;
  margin-bottom: 2px;
}
#userToolsNav .user-info a {
  margin: 0;
  text-decoration: none;
}
#userToolsNav #signin-form {
  display: inline-block;
  margin: 0;
}
#userToolsNav #signin-form input {
  background: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #d0e296;
  /*font-size: 100%;*/
  height: 21px;
  line-height: 21px;
  margin: 0;
  outline: none;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-decoration: underline;
  vertical-align: text-top;
}
#userToolsNav #signin-form input:hover {
  color: #ebff88;
}
#metaNav {
  /* Top Navigation bar containing links for tags, people and badges, check widgets/header.html */
  float: right;
  /* for #header.with-logo it is modified */
  margin-right: 7px;
}
#metaNav a {
  color: #e2e2ae;
  padding: 0px 0px 0px 35px;
  height: 35px;
  line-height: 25px;
  margin: 5px 0px 0px 10px;
  /*font-size: 100%;*/
  font-weight: 100;
  text-decoration: none;
  display: block;
  float: left;
}
#metaNav a:hover {
  text-decoration: underline;
}
#metaNav a.on {
  /*font-weight: bold;*/
  color: #FFF;
  text-decoration: none;
}
#metaNav a.special {
  /*font-size: 100%;*/
  color: #B02B2C;
  /*font-weight: bold;*/
  text-decoration: none;
}
#metaNav a.special:hover {
  text-decoration: underline;
}
#metaNav #navTags {
  background: 0px -95px url(/nanobell/m/default/media/images/sprites.png?deca2919b2e0) no-repeat;
}
#metaNav #navUsers,
#metaNav #navGroups {
  background: 3px -133px url(/nanobell/m/default/media/images/sprites.png?deca2919b2e0) no-repeat;
}
#metaNav #navBadges {
  background: 3px -170px url(/nanobell/m/default/media/images/sprites.png?deca2919b2e0) no-repeat;
}
#metaNav a.group-name {
  margin: 0px;
  float: none;
  padding: 5px 10px;
}
#metaNav input.group-name {
  border: 1px solid #c9c9b5;
  color: #464646;
  display: block;
  /*font-size: 100%;*/
  height: 25px;
  margin: 0px 10px 5px 10px;
  padding: 0 5px;
}
#metaNav a.group-name:hover {
  background-color: transparent;
}
#metaNav span.dropdown:hover ul.dropdown-menu {
  display: block;
}
#metaNav div.dropdown-container:hover ul.dropdown-menu {
  display: block;
}
#metaNav .dropdown {
  float: left;
}
#metaNav .dropdown-menu {
  border-top: none;
  left: 33px;
  z-index: 10100;
}
#metaNav .dropdown-menu a {
  color: #666;
  height: 25px;
}
#userToolsNav a:hover,
#metaNav a:hover {
  color: #ebff88;
}
#userToolsNav .dropdown-menu a:hover,
#metaNav .dropdown-menu a:hover {
  color: white;
  background: #aaa;
  text-decoration: none;
}
#header.with-logo #userToolsNav {
  position: absolute;
  bottom: 0;
  right: 0px;
}
#header.without-logo #userToolsNav {
  float: left;
  margin-top: 9px;
}
#secondaryHeader {
  /* Div containing Home button, scope navigation, search form and ask button, check blocks/secondary_header.html */
  height: 40px;
  /*background: #e9e9e1;
  border-bottom: #d3d3c2 1px solid;
  */
  border-bottom: #62c462 1px solid;
  border-top: #fcfcfc 1px solid;
  margin-bottom: 10px;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#secondaryHeader td {
  padding: 0;
}
#secondaryHeader td.search-bar {
  padding: 0 10px 0 10px;
  position: relative;
}
.second-header-btn {
  color: #7a7a7b;
  /*height: 32px;  */
  display: block;
  padding-right: 10px;
  float: left;
}
.second-header-btn i{
  /*height: 32px;*/
  color: #7a7a7b;
  display: block;
  float: left;
}
.on i {
  color: #145bff;
}
.second-header-btn i:hover {
  color: #444;
}
/*.second-header-btn:hover:after {
 *   content: attr(title);
 *   }
 *   */
#refreshButton,
#followedQestButton{
  border-right: #afaf9e 1px solid;
}
#faqButton {
  border-left: #afaf9e 1px solid;
}
#faqButton,
#allQuestButton {
  padding-left: 10px;
}
#badgeButton  {
  padding-right: 0px !important;
}

/*
 * #homeButton {
 *   border-right: #afaf9e 1px solid;
 *     height: 54px;
 *       width: 43px;
 *         display: block;
 *           float: left;
 *           }
 *           #homeButton i {
 *             color: #7a7a7b;
 *               font-size: 100%;
 *                 line-height: 54px;
 *                   margin-left: 5px;
 *                   }
 *
 *                   #homeButton i:hover {
 *                     color: #444;
 *                     }
 *                     */
.scope-selector {
  display: inline-block;
  /*font-size: 100%;*/
  color: #7a7a6b;
  /*line-height: 55px;
 *   margin-left: 16px;
 *     */
  border-right: 1px solid #c9c9b5;
  padding: 0 5px 0 5px;
}
.scope-selector.on {
  /*background: url(/nanobell/m/default/media/images/scopearrow.png?deca2919b2e0) no-repeat center 41px;*/
  background-color: #eee;
}
.scope-selector.ask-message {
  /*font-size: 100%;*/
}
.validate-email-page label {
  color: #707070;
  line-height: 1.35;
  display: block;
  margin: 10px 0;
}
.validate-email-page #validation-code {
  padding-left: 5px;
  height: 25px;
  /*font-size: 100%;*/
  width: 200px;
}
.validate-email-page form {
  margin-bottom: 30px;
}
#searchBar {
  /* Main search form , check widgets/search_bar.html */
  border: 1px solid #c9c9b5;
  background:#ddd;
  height: 24px;
  z-index: 1000;
  position: relative;
  width: 100%;
  /* the guts are absolute-positioned */
}
#searchBar input.searchInput,
#searchBar div.input-tool-tip,
#searchBar input[type="submit"].searchBtn,
#searchBar input[type="button"].cancelSearchBtn {
  position: absolute;
  z-index: 100;
}
#searchBar input.searchInput {
  z-index: 99;
  /* just below the buttons and the hint */
}
#searchBar input.searchInput {
  font-size: 100%;
  height: 16px;
  line-height: 16px;
  font-weight: 300;
  background: transparent;
  border: 0px;
  color: #484848;
  /*font-family: Arial;*/
  width: calc(100% - 40px);
  margin: 4px 0 4px 0;
  padding: 0 80px 0 8px;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 0 #929292;
  -moz-box-shadow: 0 0 0 #929292;
  box-shadow: 0 0 0 #929292;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#searchBar div.input-tool-tip {
  padding: 0 0 0 10px;
  height: 41px;
  line-height: 41px;
  /*font-size: 100%;*/
  font-style: italic;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}
/*
 * #searchBar input[type="submit"].searchBtn {
 *   background-color: transparent;
 *     border: 0px;
 *       position: absolute;
 *         margin: 0px;
 *           right: 0;
 *             top: 0;
 *             }
 *             */
#searchBar .searchBtn {
  background-color: transparent;
  border: 0px;
  position: absolute;
  margin: 0px;
  right: 0;
  top: 0;
}
#searchBar .searchBtn i{
  color: #7a7a7b;
  height: 54px;
  display: block;
  margin-top: 5px;
}
#searchBar .searchBtn i:hover {
  color: rgb(51, 32, 121);
}
#searchBar .searchBtn i:hover:after {
  content: attr(title);
}
#searchBar input[type="button"].cancelSearchBtn {
  right: 39px;
  top: 0;
}
.search-drop-menu {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: whitesmoke;
  border-top: none;
  top: 42px;
  margin: 0;
  outline: 1px solid #dadad4;
  position: absolute;
  z-index: 10000;
}
.search-drop-menu ul {
  list-style: none;
  overflow: auto;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
}
.search-drop-menu ul li {
  padding: 5px 10px;
  position: relative;
}
.search-drop-menu ul li a {
  text-decoration: none;
}
.search-drop-menu ul li.selected {
  background: #08c;
}
.search-drop-menu ul li.selected a {
  color: whitesmoke;
}
.search-drop-menu .footer {
  text-align: center;
  margin: 0 0 1px 0;
  padding: 4px 0 10px 0;
}
.search-drop-menu.empty .footer {
  padding-top: 9px;
}
.search-drop-menu.empty ul {
  padding: 1px;
  margin: 0;
}
.input-tool-tip {
  color: #999;
}
.input-tool-tip.dimmed {
  color: #ccc;
}
input[type="submit"].searchBtn {
  /*font-size: 80%;*/
  color: #666;
  /*background-color: #eee;*/
  height: 24px;
  /*border: #FFF 1px solid;*/
  line-height: 22px;
  text-align: center;
  margin: 0;
  width: 48px;
  /*background: -98px -37px url(/nanobell/m/default/media/images/sprites.png?deca2919b2e0) no-repeat; */
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-box-shadow: 0 0 0 #929292;
  -moz-box-shadow: 0 0 0 #929292;
  box-shadow: 0 0 0 #929292;
  cursor: pointer;
  z-index: 10001;
}
.badge-list .placeholder {
  background: #aaa;
  height: 5px;
  list-style: none;
}
.badge-ctnr {
  clear: both;
  line-height: 30px;
}
.badge-awarded {
  color: #5b9058;
  /*font-size: 175%;*/
  height: 30px;
  min-width: 30px;
  padding-right: 5px;
  text-align: left;
}
.badge-item {
  width: 230px;
}
.badge-description {
  margin-top: 8px;
}
.badge-awarded,
.badge-item,
.badge-description {
  display: inline-block;
}
.ask-page input[type="submit"].searchBtn {
  display: none;
}
.ask-page .input-tool-tip {
  color: white;
  height: 0;
  z-index: 0;
  position: absolute;
  left: -1000px;
  /* hide away */
}
.ask-page .search-drop-menu {
  top: 37px;
}
.ask-page .search-drop-menu.empty {
  border: none;
  outline: none;
  padding: 0 !important;
}
.ask-page .search-drop-menu.empty ul {
  padding: 0 !important;
}
input[type="submit"].searchBtn:hover {
  background-image: none;
  background: #ddd url(/nanobell/m/default/media/images/sprites.png?deca2919b2e0) no-repeat -146px -37px !important;
}
input[type="button"].cancelSearchBtn {
  /*font-size: 100% !important;*/
  color: #aaa;
  background: #fff !important;
  height: 24px !important;
  /*line-height: 37px;*/
  border: 0px;
  -webkit-box-shadow: 0 0 0 #929292;
  -moz-box-shadow: 0 0 0 #929292;
  box-shadow: 0 0 0 #929292;
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  text-align: center;
  width: 35px !important;
  cursor: pointer;
  z-index: 10001;
}
.cancelSearchBtn:hover {
  color: #d84040;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.button,
.btn {
  /*border: 0 !important;*/
  border: #aaa 1px solid;
  /*border-top: #eaf2f3 1px solid;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  color: #4a757f;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
  font-size: 80%;
  /*font-weight: bold;*/
  height: 27px;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
  /*
 *   text-shadow: 0px 1px 0px #c6d9dd;
 *     -moz-text-shadow: 0px 1px 0px #c6d9dd;
 *       -webkit-text-shadow: 0px 1px 0px #c6d9dd;
 *         */
 /*
 *  *   background-color: #d1e2e5;
 *   *   background-repeat: no-repeat;
 *    *   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d1e2e5), color-stop(25%, #d1e2e5), to(#a9c2c7));
 *     *   background-image: -webkit-linear-gradient(#d1e2e5, #d1e2e5 25%, #a9c2c7);
 *      *   background-image: -moz-linear-gradient(top, #d1e2e5, #d1e2e5 25%, #a9c2c7);
 *       *   background-image: -ms-linear-gradient(#d1e2e5, #d1e2e5 25%, #a9c2c7);
 *        *   background-image: -o-linear-gradient(#d1e2e5, #d1e2e5 25%, #a9c2c7);
 *         *   background-image: linear-gradient(#d1e2e5, #d1e2e5 25%, #a9c2c7);
 *          */
  border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  /*
 *   -webkit-box-shadow: 1px 1px 1px #aaa;
 *     -moz-box-shadow: 1px 1px 1px #aaa;
 *       box-shadow: 1px 1px 2px #aaa;
 *         */
  background-color: #93a8eb;
}
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
.button:focus,
.btn:focus {
  outline: none !important;
}
button.large,
input[type="submit"].large,
input[type="button"].large,
input[type="reset"].large,
.button.large {
  font-size: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}
.nav-to-all {
  margin-top: -32px;
}
button:hover,
input[type="submit"]:hover,
.button:hover,
.btn:hover {
  background-position: 0 0 !important;
  background-color: #1B79BD;
  color: white;
/*
 *   background-color: #cde5e9;
 *     background-repeat: no-repeat;
 *       
 *         background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cde5e9), color-stop(25%, #cde5e9), to(#94b3ba));
 *           background-image: -webkit-linear-gradient(#cde5e9, #cde5e9 25%, #94b3ba);
 *             background-image: -moz-linear-gradient(top, #cde5e9, #cde5e9 25%, #94b3ba);
 *               background-image: -ms-linear-gradient(#cde5e9, #cde5e9 25%, #94b3ba);
 *                 background-image: -o-linear-gradient(#cde5e9, #cde5e9 25%, #94b3ba);
 *                   background-image: linear-gradient(#cde5e9, #cde5e9 25%, #94b3ba);
 *                     text-decoration: none;
 *                       text-shadow: 0px 1px 0px #c6d9dd;
 *                         -moz-text-shadow: 0px 1px 0px #c6d9dd;
 *                           -webkit-text-shadow: 0px 1px 0px #c6d9dd;
 *                             */
}
.user-profile-page input[name="send_message"] {
  margin: 10px 0 20px;
}
input[type="submit"].link {
  -webkit-box-shadow: 0 0 0 #929292;
  -moz-box-shadow: 0 0 0 #929292;
  box-shadow: 0 0 0 #929292;
  text-shadow: 0 0 0 #929292;
  -moz-text-shadow: 0 0 0 #929292;
  -webkit-text-shadow: 0 0 0 #929292;
  font-weight: normal;
}
input[type="submit"].link:hover {
  text-decoration: underline;
}
form.ajax-file-upload {
  height: 60px;
  position: relative;
}
form.ajax-file-upload input[type="file"],
form.ajax-file-upload input.fake-file-input {
  cursor: pointer;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
form.ajax-file-upload input[type="file"] {
  z-index: 2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
form.ajax-file-upload input.fake-file-input {
  z-index: 1;
}
form.ajax-file-upload label,
form.ajax-file-upload img.spinner {
  bottom: 0;
  left: 3px;
  position: absolute;
}
form.ajax-file-upload img.spinner {
  bottom: 6px;
  left: 10px;
}
#askButton {
  /* check blocks/secondary_header.html and widgets/ask_button.html*/
  float: right;
  font-size: 100%;
  height: 24px;
  line-height: 24px;
  margin: -1px 0 0 0;
  text-transform: uppercase;
  width: 80px;  /* to match width of sidebar */
}
.search-drop-menu {
  width: 100%;
}
.ask-page .search-drop-menu,
body.anon.ask-page .search-drop-menu {
  padding: 5px 10px 6px 0;
}
#scopeNav {
  /*height: 54px;*/
  display: inline-block;
  white-space: nowrap;
  border-top: 1px solid #c9c9b5;
  border-bottom: 1px solid #c9c9b5;
  border-left: 1px solid #c9c9b5;
}
#scopeNav a:hover {
  color: #5a5a5a;
}
/* ----- Content layout, check two_column_body.html or one_column_body.html ----- */
#ContentLeft,
#ContentRight,
#ContentFull {
  padding-bottom: 20px;
}
#ContentLeft {
  width: 730px;
  float: left;
  position: relative;
}
#ContentRight {
  width: 200px;
  float: right;
}
#ContentFull {
  float: left;
  width: 960px;
}
/* ----- Sidebar Widgets Box, check main_page/sidebar.html or question/sidebar.html ----- */
.box {
  background: #fff;
  padding: 4px 2px 10px 2px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* widgets for question template */
  /* notify by email box */
}
.box p {
  margin-bottom: 4px;
  color: #707070;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
  /*font-size: 100%;*/
}
.box p.info-box-follow-up-links {
  text-align: right;
  margin: 0;
}
.box h2 {
  padding-left: 0;
  line-height: 30px;
  /*text-align: right;
 *   background: #eceeeb;*/
  font-size: 125% !important;
  font-weight: normal;
  color: #656565;
  padding-right: 10px;
  margin-bottom: 10px;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
  width: 190px;
}
.box h3 {
  color: #4a757f;
  font-size: 100%;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
  padding-left: 0px;
  margin-bottom: 5px;
}
/*
 * .box .contributorback {
 *   background: #eceeeb url(/nanobell/m/default/media/images/contributorsback.png?deca2919b2e0) no-repeat center left;
 *   }
 *   */
.box form {
  margin: 0px;
}
.box label {
  color: #707070;
  font-size: 100%;
  vertical-align: bottom;
  display: inline;
  text-align: left;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
}
.box #displayTagFilterControl label,
.box #emailTagFilterControl label {
  /*Especial width just for the tag filter boxes in index page*/
  width: 160px;
}
.box ul {
  margin-left: 22px;
}
.box li {
  list-style-type: disc;
  font-size: 100%;
  line-height: 20px;
  margin-bottom: 10px;
  color: #707070;
}
.box ul.tags {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 170%;
  display: block;
}
.box #displayTagFilterControl p label {
  color: #707070;
  font-size: 90%;
}
.box .inputs #interestingTagInput,
.box .inputs #ignoredTagInput,
.box .inputs #subscribedTagInput,
.box .inputs #ab-tag-search {
  width: 145px;
  padding-left: 5px;
  border: #c9c9b5 1px solid;
  height: 25px;
  line-height: 25px;
  font-size: 100%;
}
.box .inputs #ab-tag-search {
  width: 132px;
}
.box .inputs #interestingTagAdd,
.box .inputs #ignoredTagAdd,
.box .inputs #subscribedTagAdd,
.box .inputs #ab-tag-search-add {
  border: 0;
  margin: -2px 0 0 0;
}
.box .inputs #ab-tag-search-add {
  width: 47px;
}
.box img.gravatar {
  margin: 1px 1px 0 0;
}
.box .js-question-follower-count {
  padding: 5px 0 0 5px;
  font-size: 100%;
  /*font-family: Arial;*/
  /*font-weight: bold; */
  color: #777;
  text-align: center;
}
.box .notify-sidebar #question-subscribe-sidebar {
  margin: 0 0 0 3px;
}
.users-page .box label {
  display: inline;
  float: none;
}
.statsWidget p {
  color: #707070;
  font-size: 90%;
  border-bottom: #f0f0f0 1px solid;
}
.statsWidget p strong {
  float: right;
  padding-right: 10px;
  font-weight: normal !important;
}
.questions-related {
  word-wrap: break-word;
}
.questions-related p {
  line-height: 20px;
  padding: 4px 0px 9px 0px;
  font-size: 100%;
  font-weight: normal;
  border-bottom: #cccccc 1px solid;
}
.questions-related p:first-child {
  margin-top: -4px;
}
.questions-related p:last-child {
  border: none;
}
.questions-related a {
  font-size: 100%;
  line-height: 1.3;
}
/* tips and markdown help are widgets for ask template */
.question-instructions,
.instructions-message {
  background: #e9e9e1;
  box-sizing: border-box;
  padding: 7px 10px 9px 10px;
  margin-bottom: 10px;
  width: 100%;
}
.question-instructions ul,
.instructions-message ul {
  margin: 0 0 0 17px;
}
.openid-signin .instructions-message {
  margin: 10px 0;
  padding: 10px;
}
.openid-signin .instructions-message p {
  color: #666;
}
#markdownHelp li {
  color: #707070;
  font-size: 100%;
}
#markdownHelp a {
  font-size: 100%;
}
/* ----- Sorting top Tab, check main_page/tab_bar.html ------*/
.tabBar {
  background-color: #eff5f6;
  height: 30px;
  margin-bottom: 3px;
  margin-top: 3px;
  float: right;
  /*font-family: Georgia, serif;*/
  font-size: 100%;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}
.tabBar h2 {
  float: left;
}
.tabsA,
.tabsC {
  float: right;
  position: relative;
  display: block;
  height: 20px;
}
/* tabsA - used for sorting */
.tabsA {
  float: right;
}
.tabsC {
  float: left;
}
.tabsA a,
.tabsC a {
  border-left: 1px solid #d0e1e4;
  color: #7ea9b3;
  display: block;
  float: left;
  height: 20px;
  line-height: 20px;
  padding: 4px 7px 4px 7px;
  text-decoration: none;
}
.tabsA a.on,
.tabsC a.on,
.tabsA a:hover,
.tabsC a:hover {
  color: #4a757f;
}
.tabsA .label,
.tabsC .label {
  float: left;
  color: #646464;
  margin: 4px 5px 0px 8px;
}
.main-page .tabsA .label {
  margin-left: 8px;
}
.tabsB a {
  background: #eee;
  border: 1px solid #eee;
  color: #777;
  display: block;
  float: left;
  height: 22px;
  line-height: 28px;
  margin: 5px 0px 0 4px;
  padding: 0 11px 0 11px;
  text-decoration: none;
}
.tabsC .first {
  border: none;
}
.rss {
  color: #f57900;
  margin: 5px 0px 3px 7px;
  width: 52px;
  padding-left: 2px;
  padding-top: 3px;
  background: url(/nanobell/m/default/media/images/feed-icon-small.png?deca2919b2e0) no-repeat center right;
  float: right;
  /*font-family: Georgia, serif;*/
  font-size: 100%;
}
.rss:hover {
  color: #F4A731 !important;
}
/* ----- Headline, containing number of questions and tags selected, check main_page/headline.html ----- */
#questionCount {
  /*font-weight: bold;*/
  font-size: 100%;
  color: #7ea9b3;
  float: left;
  margin-bottom: 6px;
  padding-top: 6px;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
}
#questionCount .count {
  font-weight: bold;
  font-size: 125%;
  color: #7ea9b3;
  margin-bottom: 0;
  padding-top: 0;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
}
#listSearchTags {
  margin: 5px 0px 3px 0px;
  color: #707070;
  font-size: 100%;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
}
#listSearchTags ul.tags li {
  margin: 0 5px 0 0;
  padding: 0;
  float: none;
  display: inline-block;
}
ul#searchTags {
  display: inline-block;
  margin-left: 6px;
  min-width: 43px;
}
.search-tips {
  font-size: 100%;
  line-height: 17px;
  color: #707070;
  margin: 5px 0 10px 0;
  padding: 0px;
  float: left;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
}
.search-tips a {
  text-decoration: underline;
  color: #1b79bd;
}
/* ----- Question list , check main_page/content.html and macros/macros.html----- */
#question-list {
  float: left;
  position: relative;
  padding: 0;
  width: 100%;
}
.short-summary {
  position: relative;
  filter: inherit;
  padding: 5px 0 5px 0;
  border-bottom: 0.8px solid #dddddd;
  margin-bottom: 1px;
  overflow: hidden;
  width: 733px;
  min-height: 110px;
  float: left;
  /*background: url(/nanobell/m/default/media/images/summary-background.png?deca2919b2e0) repeat-x;*/
}
.short-summary h2 {
  font-size: 150%;
  font-weight: normal;
  line-height: 26px;
  padding-left: 0;
  margin-bottom: 7px;
  display: block;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
}
/*
 * .short-summary a {
 *   color: #464646;
 *   }
 *   */
.short-summary .userinfo {
  text-align: right;
  line-height: 16px;
  /*font-family: Arial;*/
  padding-right: 4px;
}
.question-summary-title{
  color: #0064db;
}
.short-summary .userinfo .timeago,
.short-summary span.anonymous {
  font-size: 90%;
  clear: both;
  font-weight: normal;
  color: #555;
}
.short-summary .userinfo a {
  /*font-weight: bold;*/
  font-size: 90%;
}
.short-summary .counts {
  /*float: right;
 *   margin: 4px 0 0 5px; 
 *     font-family: 'Open Sans Condensed', Arial, sans-serif;
 *       */
  width: 60px;
  position: absolute;
}
.short-summary .counts .item-count {
  padding: 0px 2px 0px 2px;
  font-size: 90%;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
}
.short-summary .counts .votes div,
.short-summary .counts .views div,
.short-summary .counts .answers div,
.short-summary .counts .favorites div {
  margin-top: 0px;
  font-size: 80%;
  line-height: 11px;
  color: #646464;
  margin-top:-5px;
}
.short-summary .tags {
  margin: 0 0 0 1px;
}
.short-summary .votes,
.short-summary .answers,
.short-summary .favorites,
.short-summary .views {
  text-align: center;
  margin: 0 3px;
  width: 51px;
  float: right;
  height: 36px;
/*  padding: 8px 2px 0px 2px;
 *    border: #dbdbd4 1px solid;*/
}
/*
 * .short-summary .votes {
 *   background: url(/nanobell/m/default/media/images/vote-background.png?deca2919b2e0) repeat-x;
 *   }
 *   .short-summary .answers {
 *     background: url(/nanobell/m/default/media/images/answers-background.png?deca2919b2e0) repeat-x;
 *     }
 *     .short-summary .views {
 *       background: url(/nanobell/m/default/media/images/view-background.png?deca2919b2e0) repeat-x;
 *       }
 *       */
.short-summary .no-votes .item-count {
  color: #b1b5b6; 
}
.short-summary .some-votes .item-count {
  color: #4a757f;
}
.short-summary .no-answers .item-count {
  color: #b1b5b6;
}
.short-summary .some-answers .item-count {
  color: #eab243;
}
.short-summary .no-views .item-count {
  color: #b1b5b6;
}
.short-summary .some-views .item-count {
  color: #d33f00;
}
.short-summary .some-answers {
  border-radius: 2px;
  border-color:  #5eba7d;
  border-width: thin;
  border-style: solid;
}
.short-summary .accepted {
  background-color: #5eba7d;
  border-radius: 2px;
}
.short-summary .accepted .item-count {
  /*background: url(/nanobell/m/default/media/images/accept.png?deca2919b2e0) no-repeat top right;*/
  border-radius: 2px;  
  /*border: 1px solid transparent;*/
  background-color: var(--green-400);  
  display: block;
  text-align: center;
  color: #eab243;
}
.short-summary .some-favorites .item-count {
  background: #338333;
  color: #d0f5a9;
}
.short-summary .no-favorites .item-count {
  background: #eab243;
  color: yellow;
}
/* ----- Question list Paginator , check main_content/pager.html and macros/utils_macros.html----- */
.evenMore {
  font-size: 100%;
  color: #707070;
  padding: 15px 0px 10px 0px;
  clear: both;
}
.evenMore a {
  text-decoration: underline;
  color: #1b79bd;
}
.pager {
  margin: 10px 0;
}
.main-page .pager {
  margin-bottom: 0;
}
.pagesize {
  margin-top: 10px;
  margin-bottom: 16px;
  float: right;
}
.paginator {
  padding-top: 5px;
  font-size: 100%;
}
.paginator .prev a,
.paginator .prev a:visited,
.paginator .next a,
.paginator .next a:visited {
  background-color: #fff;
  color: #777;
  padding: 0 0.25em;
}
.paginator a {
  color: #7ea9b3;
}
.paginator .prev,
.paginator .next {
  margin-right: .5em;
}
.paginator .page a,
.paginator .page a:visited,
.paginator .curr {
  padding: 0 .25em;
  margin: 0em .15em 0 0;
}
.paginator .curr {
  /*background-color: #8ebcc7;*/
  color: #fff;
  /*font-weight: bold;*/
}
.paginator .curr a {
  background: #8ebcc7;
  color: white;
  /*padding: 0;*/
}
.paginator .curr.page a:hover {
  background: #8ebcc7;
  color: white;
  padding: 0 0.25em;
}
.paginator .page a:hover,
.paginator .prev a:hover,
.paginator .next a:hover {
  color: #8C8C8C;
  background-color: #E1E1E1;
  text-decoration: none;
}
.paginator .text {
  color: #777;
  padding: .3em;
}
.paginator .paginator-container-left {
  padding: 5px 0 10px 0;
}
/* ----- Tags Styles ----- */
/* tag formatting is also copy-pasted in template
 *    because it must be the same in the emails
 *       askbot/models/__init__.py:format_instant_notification_email()
 *       */
/* tag cloud */
.tag-size-1 {
  font-size: 85%;
}
.tag-size-2 {
  font-size: 90%;
}
.tag-size-3 {
  font-size: 100%;
}
.tag-size-4 {
  font-size: 105%;
}
.tag-size-5 {
  font-size: 110%;
}
.tag-size-6 {
  font-size: 115%;
}
.tag-size-7 {
  font-size: 120%;
}
.tag-size-8 {
  font-size: 125%;
}
.tag-size-9 {
  font-size: 130%;
}
.tag-size-10 {
  font-size: 135%;
}
ul.tags,
ul.tags.marked-tags,
ul.js-related-tags {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1px;
  line-height: 170%;
  display: block;
}
ul.tags li {
  float: left;
  display: block;
  margin: 0 8px 8px 0;
  padding: 0;
  height: 20px;
}
.wildcard-tags {
  clear: both;
}
.wildcard-tags ul {
  margin-left: 1px;
}
ul.tags.marked-tags li,
.wildcard-tags ul.tags li {
  margin-bottom: 5px;
}
#tagSelector div.inputs {
  margin: 6px 0 12px 0;
}
.tags-page ul.tags li,
ul#ab-user-tags li {
  width: 160px;
  margin: 5px;
  margin-left: 0;
}
.tags-page ul.tags {
  margin-left: 5px;
}
ul.js-related-tags li {
  margin: 0 5px 8px 0;
  float: left;
  clear: left;
}
.js-tag {
  display: block;
  height: 17px;
  margin: 0 5px 0 0;
  padding: 0;
}
.js-tag .js-delete-icon {
  -webkit-box-shadow: 0px 0px 5px #d3d6d7;
  -moz-box-shadow: 0px 0px 5px #d3d6d7;
  box-shadow: 0px 0px 5px #d3d6d7;
  border-top: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}
.js-tag .tag-number {
  float: none;
}
.merge-questions .js-tag {
  display: inline-block;
}
.js-tag-extra-content {
  padding-left: 4px;
  vertical-align: text-top;
}
.js-tag-name {
  cursor: pointer;
  /*
 *   background: #f3f6f6;
 *     border: #fff 0.5px dashed ;
 *       border-top: #fff 2px solid;
 *         -webkit-box-shadow: 0px 0px 5px #d3d6d7;
 *           -moz-box-shadow: 0px 0px 5px #d3d6d7;
 *             box-shadow: 0px 0px 5px #d3d6d7;
 *               */
  outline:#cfdbdb 0.5px dashed!important;
  display: inline-block;
  height: 17px;
  line-height: 17px;
  font-weight: normal;
  font-size: 80%;
  padding: 0px 8px 0px 8px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  /*font-family: Arial;*/
  color: #717179;
}
.js-deletable-tag {
  margin-right: 3px;
  white-space: nowrap;
}
.tags a.js-tag-name,
.tags span.js-tag-name {
  color: #585858;
  text-decoration: none;
}
.tags a:hover {
  color: #1A1A1A;
}
.users-page th,
.tags-page th,
.groups-page th,
.moderate-tags-page th {
  padding-bottom: 5px;
  font-weight: normal;
}
.users-page h1,
.tags-page h1,
.groups-page h1,
.moderate-tags-page h1 {
  float: left;
}
.mod-queue-info {
  margin: 12px 0 12px 20px;
}
.moderate-tags-page button {
  line-height: 18px;
}
.moderate-tags-page table {
  border-spacing: 0;
}
.moderate-tags-page table.suggested-tags-table {
  width: 100%;
}
.moderate-tags-page th {
  font-style: italic;
}
.moderate-tags-page th,
.moderate-tags-page tr {
  vertical-align: top;
  text-align: left;
  padding-right: 20px;
}
.moderate-tags-page td.per-thread-controls {
  width: 160px;
  /* 20px more to compensate for the padding */
  height: 30px;
}
.moderate-tags-page td.per-thread-controls button {
  display: none;
}
.moderate-tags-page th.tags-col,
.moderate-tags-page th.users-col {
  width: 100px;
}
.moderate-tags-page th.decision-col {
  width: 140px;
}
.moderate-tags-page tr.per-tag-controls {
  height: 30px;
  text-align: center;
}
.moderate-tags-page tr.thread-info a {
  line-height: 18px;
}
.moderate-tags-page tr.thread-info td {
  padding-bottom: 5px;
}
.moderate-tags-page td.tags-col,
.moderate-tags-page td.users-col {
  padding-top: 7px;
}
.moderate-tags-page td.thread-links-col {
  padding-top: 5px;
}
.main-page h1 {
  margin-right: 5px;
}
.js-delete-icon {
  height: 22px;
  width: 18px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  background: #bbcdcd;
  cursor: default;
  color: #fff;
  border-top: #cfdbdb 1px solid;
  /*font-family: Arial;*/
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  text-shadow: 0px 1px 0px #7ea0a0;
  -moz-text-shadow: 0px 1px 0px #7ea0a0;
  -webkit-text-shadow: 0px 1px 0px #7ea0a0;
}
.js-delete-icon:hover {
  background: #b32f2f;
}
.expander .wait-icon-box {
  display: inline-block;
  margin: 0;
}
.snippet:hover .expander a {
  text-decoration: underline;
}
.tag-number {
  font-weight: normal;
  float: left;
  font-size: 80%;
  color: #5d5d5d;
}
.badges .tag-number {
  float: none;
  display: inline;
  padding-right: 15px;
}
/* ----- Ask and Edit Question Form template----- */
.section-title {
  color: #7ea9b3;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
  /*font-weight: bold;*/
  font-size: 125%;
}
.js-ask-form {
  margin-bottom: 30px;
  width: 100%;
}
#askFormBar {
  display: inline-block;
  padding: 4px 0 0 0;
  margin-top: 0px;
  width: 100%;
  position: relative;
}
#askFormBar p {
  margin: 0 0 5px 0;
  font-size: 100%;
  color: #525252;
  line-height: 1.4;
}
#askFormBar .questionTitleInput {
  font-size: 150%;
  height: 36px;
  line-height: 36px;
  margin: 0;
  padding-left: 5px;
  width: 100%;
  /*719px;*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ask-page #askFormBar {
  padding: 0 0 6px 0;
}
.ask-page .checkbox {
  margin: 0;
}
.ask-page div#question-list,
.edit-question-page div#question-list {
  border-bottom: #f0f0ec 1px solid;
  float: none;
}
.ask-page div#question-list a,
.edit-question-page div#question-list a {
  line-height: 30px;
}
.ask-page div#question-list h2,
.edit-question-page div#question-list h2 {
  font-size: 100%;
  padding-bottom: 0;
  color: #1b79bd;
  border-top: #f0f0ec 1px solid;
  border-left: #f0f0ec 1px solid;
  min-height: 30px;
  line-height: 30px;
  font-weight: normal;
}
.ask-page div#question-list span,
.edit-question-page div#question-list span {
  width: 28px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 10px;
  float: left;
  display: block;
  color: #fff;
  background: #b8d0d5;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}
.ask-page label[for="editor"],
.edit-question-page label[for="editor"],
.ask-page label[for="id_title"],
.edit-question-page label[for="id_title"],
.ask-page label[for="id_tags"],
.edit-question-page label[for="id_tags"],
.ask-page .form-error,
.edit-question-page .form-error {
  font-size: 100%;
  font-style: italic;
}
.ask-page label,
.edit-question-page label {
  color: #525252;
  font-size: 100%;
}
.ask-page #id_tags,
.edit-question-page #id_tags {
  box-sizing: border-box;
  height: 31px;
  padding-left: 5px;
  font-size: 100%;
  width: 100%;
  max-width: 395px;
}
.ask-page .lang-selector,
.edit-question-page .lang-selector {
  margin: 9px 0 0 0;
}
.ask-page .lang-selector select,
.edit-question-page .lang-selector select {
  margin: 3px 0;
}
.ask-page #id_post_author_username,
.question-page #id_post_author_username,
.edit-question-page #id_post_author_username,
.edit-answer-page #id_post_author_username,
.ask-page #id_post_author_email,
.question-page #id_post_author_email,
.edit-question-page #id_post_author_email,
.edit-answer-page #id_post_author_email {
  height: 25px;
  line-height: 25px;
  padding-left: 5px;
  font-size: 100%;
  width: 186px;
}
.ask-page #id_post_author_email,
.question-page #id_post_author_email,
.edit-question-page #id_post_author_email,
.edit-answer-page #id_post_author_email {
  margin-left: 10px;
}
.ask-page table.proxy-user-info,
.question-page table.proxy-user-info,
.edit-question-page table.proxy-user-info,
.edit-answer-page table.proxy-user-info {
  border-spacing: 0px;
  margin-bottom: 12px;
  width: 100%;
}
.ask-page table.proxy-user-info .form-item,
.question-page table.proxy-user-info .form-item,
.edit-question-page table.proxy-user-info .form-item,
.edit-answer-page table.proxy-user-info .form-item {
  float: left;
}
.groups-input,
.users-input {
  width: 140px;
  padding-left: 5px;
  border: #c9c9b5 1px solid;
  height: 25px;
  font-size: 100%;
}
.add-groups,
.add-users {
  border: 0;
  margin: -2px 0 0 0 !important;
}
.share-input-col {
  width: 160px;
  text-align: center;
}
.add-everyone-group {
  text-align: center;
  margin: auto;
  display: block;
  padding: 0 10px;
  height: 25px;
}
#id_user,
#id_user_author {
  height: 25px;
  padding-left: 5px;
  width: 395px;
  font-size: 100%;
}
.title-desc {
  color: #707070;
  font-size: 100%;
  margin-bottom: 5px;
}
.ask-page .title-desc,
.question-page .title-desc,
.ask-page .tags-desc,
.question-page .tags-desc {
  color: #707070;
  font-style: italic;
  font-size: 100%;
}
#fmanswer input.submit,
.ask-page input.submit,
.edit-question-page input.submit {
  float: left;
  font-weight: normal;
  height: 35px;
  font-size: 125%;
  margin-top: 3px;
  margin-right: 7px;
}
.folded-editor,
.mock-editor {
  box-shadow: inset 0 0 3px 1px #aaa;
  -moz-box-shadow: inset 0 0 3px 1px #aaa;
  -webkit-box-shadow: inset 0 0 3px 1px #aaa;
  cursor: text;
  height: 100px;
  outline: none;
  width: 100%;
}
.folded-editor .editor-proper,
.mock-editor .editor-proper {
  display: none;
}
.folded-editor.unfolded,
.mock-editor.unfolded {
  cursor: default;
  box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
}
.folded-editor .js-folded-editor-trigger,
.mock-editor .js-folded-editor-trigger {
  margin: 5px 4px;
  display: block;
}
.ask-page .folded-editor {
  border: none;
  padding: 0;
  height: 0;
  overflow: hidden;
}
.folded-editor.unfolded {
  border: none;
  height: auto;
  overflow: initial;
}
.folded-editor.unfolded .editor-proper {
  display: block;
}
a.js-question-body-trigger {
  color: #525252;
  display: block;
  margin-bottom: 8px;
  text-decoration: underline;
}
.wmd-container textarea,
.js-simple-editor textarea {
  border: none;
  overflow: hidden;
}
.users-page .wmd-container,
.users-page .js-simple-editor {
  height: 120px;
  padding: 0;
  width: auto;
}
.users-page .wmd-container textarea,
.users-page .js-simple-editor textarea {
  box-sizing: border-box;
  height: 90px;
  width: 100%;
}
.ask-page .wmd-container,
.question-page .wmd-container,
.edit-question-page .wmd-container,
.edit-answer-page .wmd-container,
.ask-page .js-simple-editor,
.question-page .js-simple-editor,
.edit-question-page .js-simple-editor,
.edit-answer-page .js-simple-editor {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: auto;
  padding: 0;
  width: 723px;
  width: 100%;
}
.ask-page .post-comments .wmd-container,
.question-page .post-comments .wmd-container,
.edit-question-page .post-comments .wmd-container,
.edit-answer-page .post-comments .wmd-container,
.ask-page .post-comments .js-simple-editor,
.question-page .post-comments .js-simple-editor,
.edit-question-page .post-comments .js-simple-editor,
.edit-answer-page .post-comments .js-simple-editor {
  margin-bottom: 8px;
  margin-left: -2px;
}
.ask-page #editor,
.question-page #editor,
.edit-question-page #editor,
.edit-answer-page #editor {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 6px;
}
.ask-page .retagger-buttons button,
.question-page .retagger-buttons button,
.edit-question-page .retagger-buttons button,
.edit-answer-page .retagger-buttons button {
  margin: 8px 10px 5px 0;
}
#editor {
  /* adjustment for editor preview */
  display: block;
  font-size: 100%;
  min-height: 210px;
  line-height: 18px;
  margin: 0;
  border: 0;
}
.users-page #editor {
  width: 187px;
}
#id_title {
  width: 100%;
}
.wmd-preview {
  color: #525252;
  margin: 0 0 8px 0;
  padding: 5px;
  background-color: #F5F5F5;
  min-height: 20px;
  overflow: auto;
  font-size: 90%;
  /*font-family: Arial;*/
}
.wmd-preview p {
  margin-bottom: 14px;
  line-height: 1.4;
  font-size: 100%;
}
.wmd-preview p:last-child {
  margin-bottom: 0;
}
.wmd-preview pre {
  background-color: #E7F1F8;
}
.wmd-preview blockquote {
  background-color: #eee;
}
.wmd-preview img {
  max-width: 600px;
}
.wmd-preview a {
  color: #1b79bd;
}
.wmd-preview li {
  margin-bottom: 7px;
  font-size: 100%;
}
.folded-editor .wmd-container {
  margin-bottom: 10px;
}
.wmd-container .wmd-preview {
  margin: 0;
  border-top: 3px solid #cecece;
  padding-top: 28px;
}
.wmd-container.wmd-previewer-collapsed {
  margin-bottom: 28px !important;
}
.wmd-previewer-toggle {
  cursor: pointer;
  background: #cce6ec;
  display: inline-block;
  float: left;
  padding: 0 8px 0 5px;
  margin: 0 0 -25px 0;
  border-top: 3px solid #cecece;
}
.wmd-previewer-toggle.off-state,
.wmd-previewer-toggle.on-prompt {
  padding: 0 8px 0 8px;
  margin: 0 0 -25px -3px;
  border-top: 3px solid #cce6ec;
}
.defaultSkin table.mceLayout,
.defaultSkin table.mceLayout tr.mceFirst td {
  border: none;
}
.defaultSkin table.mceLayout tr.mceLast td {
  border-bottom: none;
}
.mceStatusbar {
  height: 5px;
  background: #fff;
}
tr.mceLast {
  height: 0;
}
.defaultSkin td.mceIframeContainer {
  vertical-align: top;
}
.defaultSkin span.mce_askbot_imageuploader {
  background-position: -380px 0px;
}
.defaultSkin span.mce_askbot_attachment {
  background-image: url(/nanobell/m/default/media/images/attachment.png?deca2919b2e0);
  background-position: 0px 0px;
}
.user-page .wmd-buttons {
  width: 725px;
}
.preview-toggle {
  color: #b6a475;
  /*letter-spacing:1px;*/
  line-height: 28px;
  text-align: left;
  width: 100%;
}
.preview-toggle span:hover {
  cursor: pointer;
}
.checkbox {
  margin-left: 5px;
  font-weight: normal;
  cursor: help;
}
.question-options {
  margin-top: 1px;
  color: #666;
  line-height: 13px;
  margin-bottom: 5px;
}
.edit-content-html {
  border-top: 1px dotted #D8D2A9;
  border-bottom: 1px dotted #D8D2A9;
  margin: 5px 0 5px 0;
}
.edit-question-page,
#fmedit,
.wmd-preview {
  color: #525252;
}
.edit-question-page #id_revision,
#fmedit #id_revision,
.wmd-preview #id_revision {
  font-size: 100%;
  margin: 12px 0 5px 0;
  width: 100%;
}
.edit-question-page #id_title,
#fmedit #id_title,
.wmd-preview #id_title {
  font-size: 150%;
  line-height: 24px;
  height: 36px;
  margin: 0px;
  padding: 0px 0 0 5px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.edit-question-page #id_summary,
#fmedit #id_summary,
.wmd-preview #id_summary {
  height: 25px;
  padding-left: 5px;
  width: 395px;
  font-size: 100%;
}
.edit-question-page .title-desc,
#fmedit .title-desc,
.wmd-preview .title-desc {
  margin-bottom: 10px;
}
/* ----- Question template ----- */
.moderated-item {
  background: #ccc;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  padding: 3px;
}
.moderated-item .fa {
  color: brown;
}
.answer .moderated,
.js-question .moderated {
  /*font-weight: bold;*/
  background: url(/nanobell/m/default/media/images/dialog-warning.png?deca2919b2e0) 2px 0 no-repeat;
  line-height: 16px !important;
  padding-left: 24px !important;
  margin-bottom: 1rem !important;
}
.answer .comment .moderated,
.js-question .comment .moderated {
  background-position: 4px 0;
  margin-bottom: -5px !important;
  padding-left: 24px !important;
}
.question-page .js-text-error {
  margin-bottom: 4px;
}
.question-page h3 {
  display: inline-block;
  padding-top: 0px;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
  /*width: 100%; */
}
.question-page .box h3 {
  width: 100%;
}

.question-page h3 a {
  color: #464646;
  font-size: 150%;
  font-weight: normal;
  line-height: 1;
}
.question-page h3 .js-editable-controls,
.question-page h3 .js-editable-content {
  display: inline;
}
.question-page h3 .btn-link {
  background-image: none;
  background-color: transparent;
  border: none !important;
  box-shadow: none;
  /*font-family: arial;*/
  font-weight: normal;
  height: 16px;
  text-shadow: none;
  line-height: 16px;
  color: #888;
  padding: 0;
}
.question-page h3 .btn-link:hover {
  text-decoration: underline;
}
.question-page h3 .js-simple-editor {
  margin-bottom: 8px;
}
.question-page h3 .js-simple-editor textarea {
  color: #666;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
  font-size: 100%;
  line-height: 36px;
  height: 66px;
  width: 100% !important;
}
.question-page h3 .js-error {
  font-size: 100%;
  /*font-family: Arial;*/
}
.question-page p.rss {
  float: none;
  clear: both;
  display: inline-block;
  padding: 3px 0 3px 20px;
  font-size: 100%;
  width: auto;
  background-position: center left;
}
.question-page p.rss a {
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
  vertical-align: top;
}
.question-page .post {
  display: table;
  padding: 3px;
  margin-bottom: 16px;
  width: 100%;
}
.question-page .post .mceEditor td {
  width: auto;
}
.question-page .post pre,
.question-page .post code {
  clear: both;
}
.question-page .post-content {
  display: table-cell;
  border-spacing: 0px;
  padding-left: 14px;
  vertical-align: top;
  width: auto;
}
.question-page .js-question .post-content {
  margin-bottom: 10px;
}
.question-page .answer .post-content {
  border-bottom: 1px solid #D4D4D4;
}
.question-page .post-body {
  overflow: auto;
  /*font-family: Arial;*/
  color: #4b4b4b;
  word-wrap: break-word;
  max-width: 683px;
  margin: 8px 0 0 0;
  padding-bottom: 5px;
}
.question-page .post-body a {
  color: #1b79bd;
}
.question-page .post-body img {
  max-width: 645px;
}
.question-page .post-body li {
  margin-bottom: 7px;
}
.question-page .post-body p {
  margin-bottom: 14px;
  line-height: 1.4;
  font-size: 100%;
  padding: 0px 5px 5px 0px;
}
.question-page .post-body p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.question-page .post-body #previewer-2 {
  white-space: break-spaces;
}

.question-page .js-question .post-body {
  margin-top: 8px;
  border-top: #f0f0f0 1px solid;
  padding-top: 10px;
}
.question-page .post-update-info-container {
  float: right;
  width: 175px;
}
.question-page .post-update-info {
  background: #fff url(/nanobell/m/default/media/images/background-user-info.png?deca2919b2e0) repeat-x bottom;
  float: right;
  font-size: 80%;
  /*font-family: Arial;*/
  line-height: 12px;
  margin: 0px 0px 5px 5px;
  padding: 2px;
  width: 166px;
  border: #ddd 1px solid;
  border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  /*
 *   -webkit-box-shadow: 0px 2px 1px #bfbfbf;
 *     -moz-box-shadow: 0px 2px 1px #bfbfbf;
 *       box-shadow: 0px 2px 1px #bfbfbf;
 *         */
}
.question-page .post-update-info p {
  line-height: 13px;
  font-size: 80%;
  margin: 0 0 2px 1px;
  padding: 0;
}
.question-page .post-update-info a {
  color: #444;
}
.question-page .post-update-info .gravatar {
  float: left;
  margin-right: 4px;
}
.question-page .post-update-info p.tip {
  color: #444;
  line-height: 13px;
  font-size: 80%;
}
.question-page .post-controls {
  clear: left;
  float: right;
  font-size: 80%;
  height: 18px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 8px;
  min-width: 200px;
  padding-left: 5px;
  text-align: right;
}
.question-page .post-controls a,
.question-page .post-controls span.dropdown-toggle {
  color: #777;
  padding: 0px 7px 3px 18px;
  cursor: pointer;
  border: none;
  font-size: 80%;
  /*font-family: Arial;*/
  text-decoration: none;
  height: 18px;
  line-height: 18px;
  margin-top: -2px;
  margin-left: 4px;
}
.question-page .post-controls a:hover,
.question-page .post-controls span.dropdown-toggle:hover {
  background-color: #f5f0c9;
}
.question-page .post-controls span.dropdown-toggle {
  background: url(/nanobell/m/default/media/images/sprites.png?deca2919b2e0) no-repeat -7px -242px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  position: relative;
}
.question-page .post-controls span.dropdown-toggle:hover {
  padding-right: 0;
  background: url(/nanobell/m/default/media/images/sprites.png?deca2919b2e0) no-repeat -7px -274px;
}
.question-page .post-controls span.dropdown-toggle:hover form {
  margin: 0;
}
.question-page .post-controls span.dropdown-toggle:hover input {
  display: block !important;
  height: 20px !important;
  line-height: 20px !important;
  margin: 0;
  padding: 0 5px;
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  width: 100% !important;
}
.question-page .post-controls span.dropdown-toggle:hover .dropdown-menu {
  display: block;
  padding: 5px 0;
  right: -5px !important;
  left: auto;
}
.question-page .post-controls span.dropdown-toggle:hover .dropdown-menu li,
.question-page .post-controls span.dropdown-toggle:hover .dropdown-menu li:hover {
  display: block !important;
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.question-page .post-controls span.dropdown-toggle:hover .dropdown-menu li:hover {
  background-color: #f5f0c9;
}
.question-page .post-controls .sep {
  color: #ccc;
  float: right;
  height: 18px;
  font-size: 125%;
}
.question-page .post-controls .question-delete,
.question-page .answer-controls .question-delete {
  background: url(/nanobell/m/default/media/images/delete.png?deca2919b2e0) no-repeat left -1px;
  padding-left: 11px;
}
.question-page .post-controls .question-flag,
.question-page .answer-controls .question-flag {
  background: url(/nanobell/m/default/media/images/flag.png?deca2919b2e0) no-repeat 2px 0;
}
.question-page .post-controls .answer-publish,
.question-page .answer-controls .answer-publish {
  background: url(/nanobell/m/default/media/images/publish.png?deca2919b2e0) no-repeat center left;
}
.question-page .post-controls .answer-unpublish,
.question-page .answer-controls .answer-unpublish {
  background: url(/nanobell/m/default/media/images/unpublish.png?deca2919b2e0) no-repeat 2px center;
}
.question-page .post-controls .question-edit,
.question-page .answer-controls .question-edit {
  background: url(/nanobell/m/default/media/images/edit2.png?deca2919b2e0) no-repeat 3px 1px;
}
.question-page .post-controls .question-retag,
.question-page .answer-controls .question-retag {
  background: url(/nanobell/m/default/media/images/retag.png?deca2919b2e0) no-repeat center left;
}
.question-page .post-controls .question-close,
.question-page .answer-controls .question-close {
  background: url(/nanobell/m/default/media/images/close.png?deca2919b2e0) no-repeat center left;
}
.question-page .post-controls .question-merge,
.question-page .answer-controls .question-merge {
  background: url(/nanobell/m/default/media/images/merge.png?deca2919b2e0) no-repeat;
}
.question-page .post-controls .permant-link,
.question-page .answer-controls .permant-link {
  background: url(/nanobell/m/default/media/images/link.png?deca2919b2e0) no-repeat 2px 1px;
}
.question-page .post-controls .answer-convert,
.question-page .answer-controls .answer-convert {
  float: right;
  clear: left;
  /*background: url(/nanobell/m/default/media/images/link.png?deca2919b2e0) no-repeat center left;*/
}
.question-page .post-controls .answer-convert input,
.question-page .answer-controls .answer-convert input {
  font-size: 80%;
  color: #777;
  /*font-family: Arial;*/
  text-decoration: none;
  display: inline;
  white-space: nowrap;
  padding-left: 0px;
  background: none;
  border: none;
  padding: 0px 7px 3px 18px;
  float: right;
  height: 18px;
  line-height: 18px;
  margin-top: -2px;
  margin-left: 4px;
  -webkit-box-shadow: 0 0 0 #929292;
  -moz-box-shadow: 0 0 0 #929292;
  box-shadow: 0 0 0 #929292;
}
.question-page .post-controls .answer-convert input:hover,
.question-page .answer-controls .answer-convert input:hover {
  background-color: #f5f0c9;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}
.question-page .tabBar {
  width: 100%;
}
.question-page #questionCount {
  float: left;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
  line-height: 15px;
}
.question-page #fmanswer_button {
  margin: 8px 0px;
}
.question-page .question-img-favorite:hover {
  background: url(/nanobell/m/default/media/images/vote-favorite-on.png?deca2919b2e0);
}
.question-page h3.comment-title {
  color: #7ea9b3;
  /*font-weight: bold;*/
  font-size: 150%;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
  float: left;
  padding-left: 0;
  width: 200px;
}
.question-page .comments.empty.ordering-forward {
  margin-top: -35px;
  float: left;
}
.question-page .comments {
  font-size: 90%;
  clear: both;
  padding: 0;
}
.question-page .comments .truncated-post:nth-last-child(3) {
  float: left;
}
.question-page .comments div.controls {
  width: 100%;
  margin: 3px 0 20px 5px;
  padding-left: 30px;
}
.question-page .comments .edit-comment-buttons {
  margin-left: -2px;
}
.question-page .comments .edit-comment-buttons .checkbox {
  margin: 8px 0 0 0;
}
.question-page .comments .controls a {
  border: none;
  color: #988e4c;
  padding: 0 3px 5px 22px;
  /*font-family: Arial;*/
  font-size: 90%;
  font-weight: normal;
  background: url(/nanobell/m/default/media/images/comment.png?deca2919b2e0) no-repeat center left;
  -webkit-box-shadow: 0 0 0 #929292;
  -moz-box-shadow: 0 0 0 #929292;
  box-shadow: 0 0 0 #929292;
  text-shadow: 0 0 0 #929292;
  -moz-text-shadow: 0 0 0 #929292;
  -webkit-text-shadow: 0 0 0 #929292;
}
.question-page .comments .controls a:hover {
  text-decoration: none;
}
.question-page .comments .js-open-editor-btn,
.question-page .comments .js-load-comments-btn {
  color: #988e4c;
  font-size: 80%;
  padding: 3px;
  cursor: pointer;
}
.question-page .comments .js-open-editor-btn.new-comment-box {
  padding: 0 14px 0 29px;
}
.question-page .comments .js-open-editor-btn.new-comment-box .mock-editor {
  height: 50px;
}
.question-page .comments a {
  background-color: inherit;
  color: #1b79bd;
  padding: 0;
}
.question-page .comments form.post-comments {
  padding: 1px 6px 7px 31px;
  border-bottom: 1px solid #edeeeb;
  margin-bottom: 0;
}
.question-page .comments textarea {
  box-sizing: border-box;
  color: #666;
  /*font-family: Arial;*/
  font-size: 90%;
  height: 54px;
  line-height: 1.3;
  margin: 0;
  outline: none;
  overflow: auto;
  padding: 5px 19px 2px 6px;
  width: 100%;
}
.question-page .comments .wmd-container textarea,
.question-page .comments .js-simple-editor textarea {
  border: none;
}
.question-page .comments input {
  margin-left: 10px;
  margin-top: 1px;
  vertical-align: top;
  width: 100px;
}
.question-page .comments input[name="suppress_email"] {
  margin: 4px 5px 0 0;
  width: auto;
}
.question-page .comments label[for="suppress_email"] {
  vertical-align: top;
}
.question-page .comments button.submit {
  margin-right: 6px;
}
.question-page .comments .counter {
  display: inline-block;
  width: auto;
  vertical-align: top;
  /*font-family: Arial;*/
  float: right;
  text-align: right;
}
.question-page .comments .comment {
  border-bottom: 1px solid #edeeeb;
  display: table;
  /*font-family: Arial;*/
  font-size: 80%;
  margin: 0;
  min-height: 25px;
  overflow: auto;
  padding-bottom: 4px;
  width: 100%;
}
.question-page .comments .comment .comment-votes,
.question-page .comments .comment .comment-content {
  display: table-cell;
  vertical-align: top;
}
.question-page .comments .comment .comment-content {
  width: auto;
}
.question-page .comments .comment .comment-votes {
  width: 25px;
}
.question-page .comments .comment:last-child {
  border-bottom: none;
}
.question-page .comments div.comment:hover {
  background-color: #efefef;
}
.question-page .comments a.author {
  background-color: inherit;
  color: #1b79bd;
  padding: 0;
}
.question-page .comments a.author:hover {
  text-decoration: underline;
}
.question-page .comments span.js-delete-icon {
  background: url(/nanobell/m/default/media/images/close-small.png?deca2919b2e0) no-repeat;
  border: 0;
  width: 14px;
  height: 14px;
}
.question-page .comments span.js-delete-icon:hover {
  border: #BC564B 2px solid;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  margin: -3px 0px 0px -2px;
}
.question-page .comments .content {
  margin-bottom: 7px;
}
.question-page .comments .comment-votes {
  line-height: 130%;
  padding: 6px 5px 6px 3px;
}
.question-page .comments .comment-body {
  line-height: 1.3;
  margin: 3px 26px 0 0;
  padding: 5px 3px 0;
  color: #666;
  font-size: 90%;
}
.question-page .comments .comment-body p {
  font-size: 130%;
  line-height: 1.3;
  margin-bottom: 3px;
  padding: 0;
}
.question-page .comments .comment-body p:last-child {
  margin-bottom: 0;
}
.question-page .comments .comment-controls {
  padding-left: 3px;
}
.question-page .comments .comment-controls .js-avatar-box {
  margin-right: 4px;
}
.question-page .comments .js-edit {
  padding-left: 6px;
}
.question-page .comments .convert-comment {
  display: inline;
  white-space: nowrap;
  padding-left: 0px;
}
.question-page .comments .convert-comment input {
  background: none;
  padding: 0px;
  color: #1B79BD;
  border: none;
  height: 13px;
  width: auto;
  /*font-family: Arial;*/
  font-size: 80%;
  font-weight: normal;
  line-height: 15px;
  margin: 0 0 3px 8px;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 0 #929292;
  -moz-box-shadow: 0 0 0 #929292;
  box-shadow: 0 0 0 #929292;
  text-shadow: 0 0 0 #929292;
  -moz-text-shadow: 0 0 0 #929292;
  -webkit-text-shadow: 0 0 0 #929292;
}
.question-page .comments .convert-comment input:hover {
  text-decoration: underline;
  cursor: pointer;
}
.question-page .comments .comment-delete {
  float: right;
  width: 14px;
  line-height: 130%;
  padding: 8px 0px;
}
.question-page .comments .upvote {
  margin: 0px;
  padding-right: 11px;
  padding-top: 2px;
  text-align: left;
  height: 20px;
  font-size: 90%;
  /*font-weight: bold;*/
  color: #777;
}
.question-page .comments .upvote.upvoted {
  color: #d64000;
}
.question-page .comments .upvote.hover {
  background: url(/nanobell/m/default/media/images/go-up-grey.png?deca2919b2e0) no-repeat;
  background-position: right 1px;
}
.question-page .comments .upvote:hover {
  background: url(/nanobell/m/default/media/images/go-up-orange.png?deca2919b2e0) no-repeat;
  background-position: right 1px;
}
.question-page .comments .help-text {
  float: right;
  text-align: right;
  color: gray;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 50%;
}
.question-page #questionTools {
  font-size: 100%;
  margin-top: 11px;
  text-align: left;
}
.question-page .question-status {
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 20px;
  background-color: #fef7cc;
  text-align: center;
  border: #e1c04a 1px solid;
}
.question-page .question-status h3 {
  font-size: 100%;
  color: #707070;
  font-weight: normal;
}
.question-page .vote-buttons .notify-sidebar {
  text-align: center;
  margin: 6px auto 0;
}
.question-page .vote-buttons .notify-sidebar label {
  vertical-align: top;
}
.question-page .tabBar-answer {
  padding-left: 7px;
  width: 723px;
  margin-top: 10px;
}
.question-page .accepted-answer {
  background-color: #f7fecc;
  border-bottom-color: #9BD59B;
}
.question-page .answer .post-update-info a {
  color: #444444;
}
.question-page .answered {
  background: #CCC;
  color: #999;
}
.question-page .answered-accepted {
  background: #DCDCDC;
  color: #763333;
}
.question-page .answered-accepted strong {
  color: #E1E818;
}
.question-page .answered-by-owner {
  background: #F1F1FF;
}
.question-page .answered-by-owner .comments {
  background-color: #E6ECFF;
}
.question-page .answered-by-owner .comments .js-load-comments-btn,
.question-page .answered-by-owner .comments .js-open-editor-btn {
  background-color: #E6ECFF;
}
.question-page .answer-img-accept {
  background: url(/nanobell/m/default/media/images/vote-accepted.png?deca2919b2e0);
  width: 23px;
  height: 23px;
}
.question-page .accepted-answer .answer-img-accept,
.question-page .answer-img-accept:hover {
  background: url(/nanobell/m/default/media/images/vote-accepted-on.png?deca2919b2e0);
}
.question-page #fmanswer {
  color: #707070;
  line-height: 1.2;
  margin-top: 10px;
}
.question-page #fmanswer h2 {
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
  color: #7ea9b3;
  font-size: 100%;
}
.question-page #fmanswer label {
  font-size: 90%;
}
.question-page .message {
  padding: 5px;
  margin: 0px 0 10px 0;
}
.vote-buttons {
  display: table-cell;
  text-align: center;
  padding-top: 2px;
  width: 25px;
  margin-right: 13px;
  /* small IE fixes */
  *margin: 0;
  *height: 210px;
  *width: 30px;
}
.vote-buttons * {
  margin: 0;
}
.box.vote-buttons {
  display: block;
  width: 100% !important;
}
.question-img-upvote,
.question-img-downvote,
.answer-img-upvote,
.answer-img-downvote {
  width: 25px;
  height: 20px;
  cursor: pointer;
}
.question-img-upvote,
.answer-img-upvote {
  background: url(/nanobell/m/default/media/images/vote-arrow-up-new.png?deca2919b2e0) no-repeat;
}
.question-img-downvote,
.answer-img-downvote {
  background: url(/nanobell/m/default/media/images/vote-arrow-down-new.png?deca2919b2e0) no-repeat;
}
.question-img-upvote:hover,
.question-img-upvote.on,
.answer-img-upvote:hover,
.answer-img-upvote.on {
  background: url(/nanobell/m/default/media/images/vote-arrow-up-on-new.png?deca2919b2e0) no-repeat;
}
.question-img-downvote:hover,
.question-img-downvote.on,
.answer-img-downvote:hover,
.answer-img-downvote.on {
  background: url(/nanobell/m/default/media/images/vote-arrow-down-on-new.png?deca2919b2e0) no-repeat;
}
.vote-number {
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
  padding: 2px 0 5px 0;
  font-size: 100%;
  /*font-weight: bold;*/
  color: #777;
}
.facebook-share.icon,
.twitter-share.icon,
.linkedin-share.icon,
.identica-share.icon {
  background: url(/nanobell/m/default/media/images/socialsprite.png?deca2919b2e0) no-repeat;
  display: block;
  text-indent: -100em;
  height: 25px;
  width: 25px;
  margin-bottom: 3px;
}
.facebook-share.icon:hover,
.twitter-share.icon:hover,
.linkedin-share.icon:hover,
.identica-share.icon:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.facebook-share.icon {
  background-position: -26px 0px;
}
.identica-share.icon {
  background-position: -78px 0px;
}
.twitter-share.icon {
  margin-top: 10px;
  background-position: 0px 0px;
}
.linkedin-share.icon {
  background-position: -52px 0px;
}
/* -----Content pages, Login, About, FAQ, Users----- */
.openid-signin input[type="email"],
.openid-signin input[type="text"],
.openid-signin input[type="password"] {
  color: #525252;
  font-size: 80%;
  line-height: 25px;
  height: 25px;
  margin: 0px;
  padding: 0 5px;
  width: 200px;
}
.openid-signin .form-group,
.registration-page .form-group {
  margin-bottom: 10px;
}
.form-group .error {
  display: block;
}
.registration-page .login input[type="email"],
.registration-page .login input[type="password"],
.registration-page .login input[type="text"] {
  height: 22px;
  font-size: 80%;
  line-height: 22px;
  color: #525252;
  padding: 0 5px;
  width: 200px;
}
.registration-page .submit-row {
  padding: 0;
}
.openid-signin,
.meta,
.user-profile-edit-page {
  font-size: 90%;
  line-height: 1.3;
  color: #525252;
}
.openid-signin p,
.meta p,
.user-profile-edit-page p {
  font-size: 90%;
  color: #707070;
  line-height: 1.3;
  /*font-family: Arial;*/
  color: #525252;
  margin-bottom: 12px;
}
.openid-signin h2,
.meta h2,
.user-profile-edit-page h2 {
  color: #525252;
  padding-left: 0px;
  font-size: 100%;
}
.meta form,
.users-page form,
.user-profile-edit-page form,
.user-profile-page form {
  margin-bottom: 15px;
}
.meta input[type="email"],
.users-page input[type="email"],
.user-profile-edit-page input[type="email"],
.user-profile-page input[type="email"],
.meta input[type="text"],
.users-page input[type="text"],
.user-profile-edit-page input[type="text"],
.user-profile-page input[type="text"],
.meta input[type="password"],
.users-page input[type="password"],
.user-profile-edit-page input[type="password"],
.user-profile-page input[type="password"],
.meta input[type="number"],
.users-page input[type="number"],
.user-profile-edit-page input[type="number"],
.user-profile-page input[type="number"],
.meta select,
.users-page select,
.user-profile-edit-page select,
.user-profile-page select {
  height: 25px;
  line-height: 25px;
  padding-left: 5px;
  width: 395px;
  font-size: 100%;
}
.meta select,
.users-page select,
.user-profile-edit-page select,
.user-profile-page select {
  width: 405px;
  height: 30px;
}
.meta textarea,
.users-page textarea,
.user-profile-edit-page textarea,
.user-profile-page textarea {
  padding-left: 5px;
  padding-top: 5px;
  font-size: 100%;
}
.meta input.submit,
.users-page input.submit,
.user-profile-edit-page input.submit,
.user-profile-page input.submit {
  font-weight: normal;
  margin: 5px 0px;
}
.meta .cancel,
.users-page .cancel,
.user-profile-edit-page .cancel,
.user-profile-page .cancel {
  background: url(/nanobell/m/default/media/images/small-button-cancel.png?deca2919b2e0) repeat-x top !important;
  color: #525252 !important;
}
.meta .cancel:hover,
.users-page .cancel:hover,
.user-profile-edit-page .cancel:hover,
.user-profile-page .cancel:hover {
  background: url(/nanobell/m/default/media/images/small-button-cancel.png?deca2919b2e0) repeat-x bottom !important;
}
.meta .re,
.users-page .re,
.user-profile-edit-page .re,
.user-profile-page .re {
  float: left;
  width: 960px;
}
.user-profile-edit-page td {
  padding: 3px 5px 3px 0;
}
.user-profile-edit-page select {
  width: 100%;
}
.user-profile-edit-page .user-details input[type="text"],
.user-profile-edit-page .user-details textarea {
  width: 100%;
}
.user-profile-edit-page .user-details input[type="checkbox"],
.user-profile-edit-page .user-details input[type="submit"],
.user-profile-edit-page .user-details input[type="button"] {
  margin: 10px 0;
}
.user-profile-edit-page label {
  line-height: 31px;
}
.user-profile-page.inbox-group-join-requests form {
  margin-bottom: 0;
}
.user-profile-page.inbox-group-join-requests table {
  margin-bottom: 13px;
}
.user-profile-page.inbox-group-join-requests td {
  padding-right: 10px;
}
.user-profile-page.inbox-forum h2,
.user-profile-page.inbox-flags h2 {
  line-height: 24px;
  padding: 6px;
}
.user-profile-page.inbox-forum .message,
.user-profile-page.inbox-flags .message {
  border-bottom: 1px solid #ccc;
  padding: 6px;
}
.user-profile-page.inbox-forum .message:last-child,
.user-profile-page.inbox-flags .message:last-child {
  border: none;
}
.user-profile-page ul.avatars {
  list-style: none;
  margin-left: 0;
}
.user-profile-page ul.avatars li {
  display: inline-block;
  max-width: 128px;
  position: relative;
  vertical-align: top;
}
.user-profile-page ul.avatars img {
  height: 128px;
  width: 128px;
}
.user-profile-page ul.avatars .avatar-delete {
  margin-right: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
.user-profile-page ul.avatars form {
  text-align: center;
}
.user-profile-page ul.avatars label[for="id_avatar"] {
  display: none;
}
.avatar-label {
  background: black;
  color: white !important;
  cursor: help;
  padding: 5px;
  position: absolute;
}
.avatar-primary-label {
  height: 28px;
  line-height: 28px !important;
  margin: 3px 0 0 0;
  text-align: center;
}
.user-profile-page.inbox-forum .new {
  background: #FFF8C6;
}
.user-profile-page.inbox-forum .js-delete {
  margin-right: 12px;
}
.reject-reason-title {
  margin-bottom: 12px;
}
.moderation-queue-page .re {
  width: 810px;
}
.moderation-queue-page .post-moderation-controls {
  float: left;
  width: 150px;
  margin-top: 23px;
  text-align: right;
}
.moderation-queue-page .dropdown {
  display: -moz-inline-stack;
  display: inline-block;
  height: 17px;
}
.moderation-queue-page .dropdown:hover ul.dropdown-menu {
  display: block;
  margin-top: 9px;
}
.moderation-queue-page .highlight {
  background: transparent;
}
.moderation-queue-page .messages {
  margin-bottom: 14px;
}
.moderation-queue-page .message {
  margin: 12px 0;
}
.moderation-queue-page .select-items {
  margin-bottom: 10px;
}
.moderation-queue-page #responses div.face {
  display: none;
}
.openid-signin form {
  margin-bottom: 5px;
}
#local_login_buttons input[type="email"],
#password-fs input[type="email"],
#openid-fs input[type="email"],
#signup-form input[type="email"],
#local_login_buttons input[type="text"],
#password-fs input[type="text"],
#openid-fs input[type="text"],
#signup-form input[type="text"],
#local_login_buttons input[type="password"],
#password-fs input[type="password"],
#openid-fs input[type="password"],
#signup-form input[type="password"] {
  color: #525252;
  font-size: 80%;
  line-height: 25px;
  height: 25px;
  margin: 0px;
  padding: 0 5px;
  width: 200px;
}
#email-input-fs,
#password-fs,
#openid-fs {
  margin-top: 10px;
}
.openid-input {
  background: url(/nanobell/m/default/media/images/openid.gif?deca2919b2e0) no-repeat;
  padding-left: 15px;
  cursor: pointer;
}
.openid-login-input {
  background-position: center left;
  background: url(/nanobell/m/default/media/images/openid.gif?deca2919b2e0) no-repeat 0% 50%;
  padding: 5px 5px 5px 15px;
  cursor: pointer;
  /*font-family: Trebuchet MS;*/
  font-weight: 300;
  font-size: 150%;
  width: 500px;
}
.openid-login-submit {
  height: 40px;
  width: 80px;
  line-height: 40px;
  cursor: pointer;
  border: 1px solid #777;
  /*font-weight: bold;*/
  font-size: 120%;
}
/* People page */
/*.users-page .tabBar{
 *     width:375px;
 *     }*/
.users-page #group-openness-selector {
  width: 100%;
}
.user {
  padding: 5px 10px 5px 0;
  line-height: 140%;
  width: 166px;
  height: 32px;
  margin-bottom: 5px;
}
.user .user-micro-info {
  color: #525252;
}
.user ul {
  margin: 0;
  list-style-type: none;
}
.user .thumb {
  clear: both;
  float: left;
  margin-right: 4px;
  display: inline;
}
/* tags page */
.tabBar-tags {
  margin-bottom: 15px;
}
/* badges page */
a.medal {
  font-size: 100%;
  line-height: 250%;
  margin-right: 5px;
  color: #333;
  text-decoration: none;
  background: url(/nanobell/m/default/media/images/medala.gif?deca2919b2e0) no-repeat;
  border-left: 1px solid #EEE;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 4px 12px 4px 6px;
  white-space: nowrap;
}
a:hover.medal {
  color: #333;
  text-decoration: none;
  background: url(/nanobell/m/default/media/images/medala_on.gif?deca2919b2e0) no-repeat;
  border-left: 1px solid #E7E296;
  border-top: 1px solid #E7E296;
  border-bottom: 1px solid #D1CA3D;
  border-right: 1px solid #D1CA3D;
}
#award-list .user {
  float: left;
  margin: 5px;
}
/* profile page */
.tabBar-profile {
  width: 100%;
  margin-bottom: 5px;
  float: left;
}
.user-profile-page p {
  font-size: 90%;
  line-height: 1.3;
  color: #525252;
}
.user-profile-page .avatar img {
  border: #eee 1px solid;
  padding: 5px;
}
.user-profile-page form {
  margin-bottom: 0;
}
.user-profile-page h2 {
  padding: 4px 0px 10px 0px;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
}
.user-profile-page h3 {
  padding: 0;
  margin-top: -3px;
}
.user-profile-page table.form-as-table {
  margin: 5px 0 12px;
}
.user-profile-page .submit-row {
  margin-bottom: 0;
}
.user-profile-page .user-stats-table h2 {
  padding-top: 10px;
}
.user-profile-page .user-stats-table.badges {
  margin-bottom: 30px;
}
.user-profile-page .up-votes,
.user-profile-page .down-votes {
  display: inline-block;
  font-size: 100%;
  /*font-weight: bold;*/
  height: 30px;
  padding-left: 27px;
  line-height: 22px;
  margin: 0 15px 0 2px;
}
.user-profile-page .up-votes {
  background: url(/nanobell/m/default/media/images/vote-arrow-up-on.png?deca2919b2e0) no-repeat;
}
.user-profile-page .down-votes {
  background: url(/nanobell/m/default/media/images/vote-arrow-down-on.png?deca2919b2e0) no-repeat;
}
.user-profile-page .inputs {
  margin-top: 10px;
  margin-bottom: 10px;
}
.user-profile-page .pager {
  margin-bottom: 0;
}
.user-profile-page .paginator {
  margin-bottom: 0;
  padding-bottom: 0;
}
.user-profile-page .users-questions {
  margin-top: -10px;
}
.user-profile-page .avatar p {
  margin-bottom: 0px;
}
.user-profile-page .tabBar a#stats {
  margin-left: 0;
}
.user-profile-page img.gravatar {
  margin: 2px 0 3px 0;
}
.user-profile-page .vote-notification h3 {
  padding: 10px;
}
.user-profile-page .js-editable .wmd-container textarea {
  min-height: 135px;
}
.user-profile-page .js-editable .js-editable-content {
  margin-bottom: 8px;
}
.js-editable-content {
  white-space: pre-line;
}
.user-details {
  font-size: 90%;
}
.user-details h3 {
  font-size: 100%;
}
.user-details td {
  padding-right: 10px;
  vertical-align: top;
}
.user-about {
  background-color: #EEEEEE;
  height: 200px;
  line-height: 20px;
  overflow: auto;
  padding: 10px;
  width: 90%;
}
.user-about p {
  font-size: 90%;
}
.submit {
  /*font-weight: bold;*/
  line-height: 26px;
  margin-top: -2px;
}
.submit:hover {
  text-decoration: none !important;
}
.count {
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
  font-size: 100%;
  font-weight: 700;
  color: #777;
}
.scoreNumber {
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
  font-size: 18px;
  font-weight: 800;
  color: #777;
  /*letter-spacing:0px*/
}
.vote-count {
  /*font-family: Arial;*/
  font-size: 160%;
  font-weight: 700;
  color: #777;
}
.answer-summary {
  display: block;
  clear: both;
  padding: 3px;
}
.answer-votes {
  background-color: #EEEEEE;
  color: #555555;
  float: left;
  /*font-family: Arial;*/
  font-size: 100%;
  /*font-weight: bold;*/
  height: 17px;
  padding: 2px 4px 5px;
  text-align: center;
  text-decoration: none;
  width: 20px;
  margin-right: 10px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}
.karma-summary {
  padding: 5px;
  font-size: 90%;
}
.karma-summary h3 {
  text-align: center;
  /*font-weight: bold;*/
  padding: 5px;
}
.karma-diagram {
  width: 477px;
  height: 300px;
  float: left;
  margin-right: 10px;
}
.karma-details {
  float: right;
  width: 450px;
  height: 250px;
  overflow-y: auto;
  word-wrap: break-word;
}
.karma-details p {
  margin-bottom: 10px;
}
.karma-gained {
  /*font-weight: bold;*/
  background: #eee;
  width: 25px;
  margin-right: 5px;
  color: green;
  padding: 3px;
  display: block;
  float: left;
  text-align: center;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}
.karma-lost {
  /*font-weight: bold;*/
  background: #eee;
  width: 25px;
  color: red;
  padding: 3px;
  display: block;
  margin-right: 5px;
  float: left;
  text-align: center;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}
.submit-row {
  margin-bottom: 10px;
}
/*-----  Revision pages ----- */
.revision {
  margin: 10px 0 10px 0;
  font-size: 90%;
  color: #525252;
}
.revision p {
  font-size: 90%;
  line-height: 1.3;
  color: #525252;
}
.revision h3 {
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
  font-size: 100%;
  padding-left: 0px;
}
.revision .header {
  background-color: #F5F5F5;
  padding: 5px;
  cursor: pointer;
}
.revision .author {
  background-color: #e9f3f5;
}
.revision .summary {
  padding: 5px 0 10px 0;
}
.revision .summary span {
  background-color: #fde785;
  padding: 6px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  display: inline;
  -webkit-box-shadow: 1px 1px 4px #cfb852;
  -moz-box-shadow: 1px 1px 4px #cfb852;
  box-shadow: 1px 1px 4px #cfb852;
}
.revision .answerbody {
  padding: 10px 0 5px 10px;
}
.revision .revision-mark {
  width: 150px;
  text-align: left;
  display: inline-block;
  font-size: 80%;
  overflow: hidden;
}
.revision .revision-mark .gravatar {
  float: left;
  margin-right: 4px;
  padding-top: 5px;
}
.revision .revision-number {
  font-size: 300%;
  /*font-weight: bold;*/
  /*font-family: sans-serif;*/
}
del,
del .post-tag {
  color: #C34719;
}
ins .post-tag,
ins p,
ins {
  background-color: #E6F0A2;
}
body.question-page ins,
body.main-page ins {
  /* a hack for google adwords
 *      * todo: make rule above more specific
 *           * and remove this one */
  background: transparent;
}
/* ----- Red Popup notification ----- */
.vote-notification {
  z-index: 1;
  background-color: #aaa;
  color: white;
  cursor: pointer;
  display: none;
  /*font-family: Arial;*/
  font-size: 100%;
  font-weight: normal;
  min-width: 200px;
  padding-bottom: 10px;
  position: absolute;
  text-align: center;
  -webkit-box-shadow: 0px 2px 4px #370000;
  -moz-box-shadow: 0px 2px 4px #370000;
  box-shadow: 0px 2px 4px #370000;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}
.vote-notification h3 {
  background: url(/nanobell/m/default/media/images/notification.png?deca2919b2e0) repeat-x top;
  padding: 25px;
  font-size: 90%;
  margin-bottom: 5px;
  border-top: #8e0000 1px solid;
  color: #fff;
  line-height: 20px;
  font-weight: normal;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}
.vote-notification a {
  color: #fb7321;
  text-decoration: underline;
  /*font-weight: bold;*/
}
/* ----- Footer links , check blocks/footer.html----- */
#ground {
  width: 100%;
  clear: both;
  border-top: 1px solid #dddddd;
  padding: 16px 0 0 0;
  background: #eeeeee;
  font-size: 100%;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
}
#ground a:hover {
  color: #ebff88;
}
#ground p {
  margin-bottom: 0;
}
.footer-links {
  color: #EEE;
  text-align: left;
  width: 450px;
  float: left;
}
.footer-links a {
  color: #e7e8a8;
}
.powered-link {
  width: 450px;
  float: left;
  text-align: left;
}
.powered-link a {
  color: #8ebcc7;
}
.copyright {
  color: #616161;
  width: 500px;
  float: right;
  text-align: right;
}
.copyright a {
  color: #8ebcc7;
}
.copyright img.license-logo {
  margin: 6px 0px 20px 10px;
  float: right;
}
.notify-me {
  float: left;
}
span.text-counter {
  margin-right: 20px;
}
.checkbox .errorlist {
  margin-bottom: -5px;
}
ul.errorlist {
  margin: 0;
  list-style: none;
  font-size: 80%;
  color: darkred;
}
ul.errorlist li {
  line-height: 16px;
}
.js-error,
.form-error {
  color: #900;
  font-weight: normal;
  vertical-align: bottom;
}
.ask-page .js-error ul.errorlist {
  font-size: 100%;
}
label + .form-error {
  padding-left: 8px;
}
.ask-page label + .form-error ul.errorlist,
.edit-question-page label + .form-error ul.errorlist,
.edit-answer-page label + .form-error ul.errorlist {
  color: #900;
  display: inline-block;
  font-size: 100%;
  margin-left: 0;
  padding-bottom: 2px;
  vertical-align: bottom;
}
p.form-item {
  margin: 0px;
}
.deleted {
  background: #F4E7E7 none repeat scroll 0 0;
}
/* openid styles */
.form-row {
  line-height: 25px;
}
table.form-as-table {
  margin-top: 5px;
}
table.form-as-table ul {
  list-style-type: none;
  display: inline;
}
table.form-as-table li {
  display: inline;
  margin-right: 12px;
}
table.form-as-table td {
  text-align: right;
}
table.form-as-table th {
  text-align: left;
  font-weight: normal;
}
table.form-as-table.ab-subscr-form td {
  padding: 0 6px;
  text-align: center;
}
.submit-row {
  line-height: 30px;
  padding-top: 10px;
  display: block;
  clear: both;
}
.errors {
  line-height: 20px;
  color: #990000;
}
.error,
.openid-signin p.error {
  color: darkred;
  margin: 0;
  font-size: 80%;
  /*font-weight: bold;*/
  text-align: left;
}
label.retag-error {
  color: darkred;
  padding-left: 5px;
  font-size: 80%;
}
.fieldset {
  border: none;
  margin-top: 10px;
  padding: 10px;
}
/*
 * .favorites-count-off {
 *     color: #919191;
 *         float: left;
 *             text-align: center;
 *             }
 *
 *             .favorites-count {
 *                 color: #D4A849;
 *                     float: left;
 *                         text-align: center;
 *                         }
 *                         */
/* todo: get rid of this in html */
.favorites-empty {
  width: 32px;
  height: 45px;
  float: left;
}
.user-info-table {
  margin: 10px 0;
  border-spacing: 0;
  display: table;
}
.user-info-table .col1,
.user-info-table .col2,
.user-info-table .col3 {
  display: table-cell;
  vertical-align: top;
}
.user-info-table .col1 {
  width: 140px;
  text-align: center;
}
.user-info-table .col2 {
  padding: 0 0 0 10px;
  width: 400px;
}
.user-info-table .col3 {
  width: 460px;
}
.user-info-table .gravatar {
  margin: 0;
}
/* todo: remove this hack? */
.user-stats-table .narrow {
  width: 660px;
}
.narrow .summary h3 {
  padding: 0px;
  margin: 0px;
}
.timeago {
  /*font-weight: bold;*/
  text-decoration: none;
  display: none;
}
.narrow .tags {
  float: left;
}
.user-activity {
  margin-top: 12px;
  width: 100%;
}
.user-activity td {
  padding: 3px 11px;
  vertical-align: top;
}
.user-activity .timestamp {
  width: 93px;
}
.user-activity .action-type {
  width: 150px;
  font-size: 90%;
}
.user-activity .description {
  width: auto;
}
.question-title-link a {
  /*font-weight: bold;*/
  color: #0077CC;
}
.answer-title-link a {
  color: #333;
}
.hilite {
  background-color: #ff0;
}
.hilite1 {
  background-color: #ff0;
}
.hilite2 {
  background-color: #f0f;
}
.hilite3 {
  background-color: #0ff;
}
.gold,
.badge1 {
  color: #FFCC00;
}
.silver,
.badge2 {
  color: #CCCCCC;
}
.bronze,
.badge3 {
  color: #CC9933;
}
.score {
  font-weight: 800;
  color: #333;
}
a.comment {
  background: #EEE;
  color: #993300;
  padding: 5px;
}
a.offensive {
  color: #999;
}
.message h1 {
  padding-top: 0px;
  font-size: 100%;
}
.message p {
  margin-bottom: 0px;
}
.system-messages {
  color: red;
  background: yellow;
  font-size: 100%;
  /*font-weight: bold;*/
  line-height: 25px;
  padding: 0 5px;
}
p.space-above {
  margin-top: 10px;
}
.warning {
  color: red;
}
button::-moz-focus-inner {
  padding: 0;
  border: none;
}
.submit {
  cursor: pointer;
  /*letter-spacing:1px;*/
  /*background-color: #D4D0C8;*/
  height: 30px;
  border: 1px solid #777777;
  /*	width:100px; */
  /*font-weight: bold;*/
  font-size: 100%;
  padding: 1px 5px;
}
.submit:hover {
  text-decoration: underline;
}
.submit.small {
  margin-right: 5px;
  height: 20px;
  font-weight: normal;
  font-size: 80%;
  padding: 1px 5px;
}
.submit.small:hover {
  text-decoration: none;
}
.question-page a.submit {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 30px;
  padding: 0 5px;
  *display: inline;
}
.noscript {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  padding: 5px 0;
  text-align: center;
  /*font-family: sans-serif;*/
  font-size: 120%;
  /*font-weight: bold;*/
  color: #FFFFFF;
  background-color: #AE0000;
}
.big {
  font-size: 100%;
}
.strong {
  /*font-weight: bold;*/
}
.orange {
  /* used in django.po */
  color: #d64000;
  /*font-weight: bold;*/
}
.grey {
  color: #808080;
}
.about div {
  padding: 10px 5px 10px 5px;
  border-top: 1px dashed #aaaaaa;
}
.highlight {
  background-color: #FFF8C6;
}
.nomargin {
  margin: 0;
}
.margin-bottom {
  margin-bottom: 10px;
}
.margin-top {
  margin-top: 10px;
}
.inline-block {
  display: inline-block;
}
.action-status {
  margin: 0;
  border: none;
  display: none;
  text-align: center;
  line-height: 10px;
  font-size: 80%;
  padding: 0;
}
.action-status a {
  /*font-weight: bold;*/
}
.inbox-flags .action-status {
  line-height: 38px;
  height: 24px;
}
.action-status span {
  padding: 3px 5px 3px 5px;
  background-color: #fff380;
  /* nice yellow */
  font-weight: normal;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.list-table {
  border-spacing: 0;
}
.list-table td {
  vertical-align: top;
}
/* these need to go */
table.form-as-table .errorlist {
  display: block;
  margin: 0;
  padding: 0 0 0 5px;
  text-align: left;
  font-size: 80%;
  color: darkred;
}
table.form-as-table input {
  display: inline;
  margin-left: 4px;
}
table.form-as-table th {
  vertical-align: bottom;
  padding-bottom: 4px;
}
.form-row-vertical {
  display: block;
}
.form-row-vertical label {
  display: block;
}
/* above stuff needs to go */
.text-align-right {
  text-align: center;
}
ul.form-horizontal-rows {
  list-style: none;
  margin: 0;
}
ul.form-horizontal-rows li {
  position: relative;
  height: 40px;
}
ul.form-horizontal-rows label {
  display: inline-block;
}
ul.form-horizontal-rows ul.errorlist {
  list-style: none;
  color: darkred;
  font-size: 80%;
  line-height: 10px;
  position: absolute;
  top: -4px;
  left: 180px;
  text-align: left;
  margin: 0;
}
ul.form-horizontal-rows ul.errorlist li {
  height: 10px;
}
ul.form-horizontal-rows label {
  position: absolute;
  left: 0px;
  bottom: 6px;
  margin: 0px;
  line-height: 12px;
  font-size: 80%;
}
ul.form-horizontal-rows li input {
  position: absolute;
  bottom: 0px;
  left: 180px;
  margin: 0px;
}
.narrow .summary {
  float: left;
}
.user-profile-tool-links {
  /*font-weight: bold;*/
  vertical-align: top;
}
ul.post-tags {
  margin: 2px 0 0 3px;
}
ul.post-tags li {
  margin-top: 4px;
  margin-bottom: 3px;
}
ul.post-retag {
  margin-bottom: 0px;
  margin-left: 5px;
}
ul.post-retag input {
  width: 400px;
  height: 22px;
  margin: 3px 0 0 -5px;
  padding: 0 5px;
}
#question-controls .tags {
  margin: 0 0 3px 0;
}
#tagSelector {
  padding-bottom: 2px;
  margin-bottom: 0;
}
.js-related-tags {
  padding-left: 3px;
}
#hideIgnoredTagsControl {
  margin: 5px 0 0 0;
}
#hideIgnoredTagsControl label {
  font-size: 80%;
  color: #666;
}
#hideIgnoredTagsCb {
  margin: 0 2px 0 1px;
}
.g-recaptcha {
  margin: 10px 0;
}
.g-recaptcha div {
  margin: 0;
}
#recaptcha_widget_div {
  width: 318px;
  float: left;
  clear: both;
}
p.signup_p {
  margin: 20px 0px 0px 0px;
}
.simple-subscribe-options ul {
  list-style: none;
  list-style-position: outside;
  margin: 0;
}
.simple-subscribe-options input {
  display: inline;
}
.search-result-summary {
  /*font-weight: bold;*/
  font-size: 100%;
  line-height: 22px;
  margin: 0px 0px 0px 0px;
  padding: 2px 0 0 0;
  float: left;
}
.faq-rep-item {
  text-align: right;
  padding-right: 5px;
}
#responses {
  clear: both;
  line-height: 18px;
  margin-bottom: 15px;
}
#responses h2 {
  line-height: 24px;
  margin: 0;
  padding: 0;
}
#responses div.face {
  float: left;
  text-align: center;
  width: 54px;
  padding: 3px;
  overflow: hidden;
}
.response-parent {
  margin-top: 8px;
}
.response-parent strong {
  font-size: 100%;
}
.re {
  min-height: 57px;
  clear: both;
  margin-top: 10px;
}
#responses input {
  float: left;
}
#re_sections {
  margin-bottom: 6px;
}
#re_sections .on {
  /*font-weight: bold;*/
}
.avatar-page ul {
  list-style: none;
}
.avatar-page li {
  display: inline;
}
.userList {
  font-size: 90%;
}
.user-list {
  margin: 0;
  list-style: none;
}
.user-list li {
  margin: 5px 10px 15px 0;
  display: inline-block;
}
.user-card {
  display: inline-block;
  height: 35px;
  width: 166px;
  overflow: hidden;
}
.user-card .js-avatar-box {
  float: left;
  margin: 0px 6px 0 2px;
}
.user-card .info {
  height: 32px;
  width: 134px;
}
img.flag {
  border: 1px solid #eee;
  vertical-align: text-top;
}
.main-page img.flag {
  vertical-align: text-bottom;
}
a.edit {
  padding-left: 3px;
  color: #145bff;
}
/* Pretty printing styles. Used with prettify.js. minified in one line */
.pln {
  color: #000;
}
@media screen {
  .str {
    color: #080;
  }
  .kwd {
    color: #008;
  }
  .com {
    color: #800;
  }
  .typ {
    color: #606;
  }
  .lit {
    color: #066;
  }
  .pun,
  .opn,
  .clo {
    color: #660;
  }
  .tag {
    color: #008;
  }
  .atn {
    color: #606;
  }
  .atv {
    color: #080;
  }
  .dec,
  .var {
    color: #606;
  }
  .fun {
    color: red;
  }
}
@media print, projection {
  .str {
    color: #060;
  }
  .kwd {
    color: #006;
    /*font-weight: bold;*/
  }
  .com {
    color: #600;
    font-style: italic;
  }
  .typ {
    color: #404;
    /*font-weight: bold;*/
  }
  .lit {
    color: #044;
  }
  .pun,
  .opn,
  .clo {
    color: #440;
  }
  .tag {
    color: #006;
    /*font-weight: bold;*/
  }
  .atn {
    color: #404;
  }
  .atv {
    color: #060;
  }
}
pre.prettyprint {
  padding: 2px;
  border: 1px solid #888;
}
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eee;
}
#leading-sidebar {
  float: left;
}
/* user groups */
#user-groups input[type="text"] {
  height: 21px;
  width: 100px;
}
#user-groups ul {
  margin-bottom: 0px;
}
#user-groups .js-delete-icon {
  background: url(/nanobell/m/default/media/images/close-small.png?deca2919b2e0) no-repeat;
  border: none;
  display: inline-block;
  height: 14px;
  margin-top: 4px;
  width: 14px;
}
#user-groups .js-delete-icon:hover {
  background: url(/nanobell/m/default/media/images/close-small-hover.png?deca2919b2e0) no-repeat;
}
.question-page .post-update-info a.primary-group-name,
a.primary-group-name {
  color: #990E08;
  /*font-weight: bold;*/
}
.post-update-info .user-info {
  margin-top: 2px;
}
.users-page .wmd-prompt-dialog {
  background: #ccc;
}
.group-wiki .content > p:last-child {
  margin-bottom: 5px;
}
.group-wiki .group-logo {
  float: left;
  margin: 0 5px 3px 0;
}
.group-wiki .controls {
  margin: 0 0 10px 0;
}
img.group-logo {
  height: 60px;
  /* important to align with the line spacing */
}
#groups-list {
  margin-left: 0px;
}
#groups-list .group-name {
  padding-right: 20px;
}
.groups-page #groups-list th,
.groups-page #groups-list td {
  padding-right: 20px;
}
.groups-page #groups-list th {
  /*font-weight: bold;*/
}
.groups-page #groups-list th:nth-child(2),
.groups-page #groups-list td:nth-child(2) {
  text-align: center;
}
#reject-edit-modal input,
#reject-edit-modal textarea {
  width: 514px;
}
input.tipped-input,
textarea.tipped-input {
  padding-left: 5px;
}
.tipped-input.blank {
  color: #707070;
}
.select-box {
  margin: 0;
}
.select-box li {
  list-style-type: none;
  list-style-position: inside;
  padding-left: 7px;
  font-size: 100%;
  line-height: 30px;
}
.select-box li input {
  margin: 0 0 2px -5px;
  font-size: 100%;
  line-height: 14px;
  vertical-align: middle;
  color: #707070;
}
.select-box li.selected,
.select-box li.selected:hover,
.select-box li:hover {
  background-color: #999;
  color: white;
  -webkit-transition: background ease 0.2s;
  -moz-transition: background ease 0.2s;
  -ms-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.select-box li:hover a {
  color: white;
}
/* category selector */
.category-selector {
  border-spacing: 0;
  width: 100%;
}
.category-selector button {
  margin: 3px 0 0 7px;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
}
.category-selector input[type="text"] {
  width: calc(30%);
  padding: 0 5px;
  margin: 3px 0 3px -3px;
  height: 24px;
  border: none;
  -webkit-box-shadow: none 0px 5px #929292;
  -moz-box-shadow: none 0px 5px #929292;
  box-shadow: none 0px 5px #929292;
}
.category-selector ul.select-box {
  height: 150px;
  width: 100%;
  overflow: auto;
  border: #ccc 3px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.category-selector td {
  vertical-align: top;
  width: 33.333%;
}
.category-selector li {
  position: relative;
  color: #707070;
}
.category-selector li.tree:after {
  content: ">>";
  position: absolute;
  right: 5px;
  /*font-weight: bold;*/
}
.category-selector li.selected.tree:after {
  color: #C09853;
}
.category-selector th {
  color: #707070;
  font-style: italic;
  font-size: 100%;
  font-weight: normal;
  padding-top: 5px;
  text-align: left;
}
.question-page .category-selector ul.select-box {
  width: 217px;
}
.question-page .category-selector ul.select-box input {
  width: 95px;
}
.question-page .tag-editor {
  width: 660px;
  margin-left: 0;
}
.editor-status {
  float: right;
  margin: 8px 350px 0 0;
  /*font-weight: bold;*/
}
.editor-status span {
  display: none;
}
/* tag editor */
.tag-editor {
  height: 32px;
  border: #cce6ec 3px solid;
  padding-left: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tag-editor ul.tags {
  margin: 0;
}
.tag-editor ul.tags li {
  margin-top: 6px;
  height: 13px;
}
.tag-editor input.new-tags-input,
.tag-editor input.new-tags-input:focus {
  border: none;
  box-shadow: none;
  font-size: 100%;
  font-color: #707070;
  height: 16px;
  line-height: 16px;
  margin: 9px 0 0 -6px;
  -webkit-box-shadow: none;
  /* undo bootstrap glow */
  -moz-box-shadow: none;
  padding: 0 0 0 6px;
}
/* fixes for bootstrap */
.caret {
  margin-bottom: 7px;
}
.btn-group {
  text-align: left;
}
.btn-toolbar {
  margin: 0;
}
.modal-footer {
  text-align: left;
}
.modal h3 {
  padding: 0;
}
.modal p {
  font-size: 100%;
}
.modal.merge-questions .modal-body label {
  padding-right: 8px;
}
.modal.merge-questions .modal-body .body,
.modal.merge-questions .modal-body .tags {
  clear: both;
}
.modal.merge-questions .modal-body h3 {
  line-height: 22px;
  margin-top: 12px;
}
.modal.merge-questions .modal-body .tags {
  margin-top: 12px;
}
.modal.merge-questions .modal-body .body {
  margin-top: 16px;
}
.modal-body > textarea {
  width: 515px;
  margin-bottom: 0px;
}
.modal-body > input[type="text"] {
  width: 515px;
  font-style: normal;
}
.alert .close {
  right: -38px;
}
.flip-content,
.flip-tab {
  display: none;
}
.flip-content-active,
.flip-tab-active {
  display: block;
}
.complete-registration form,
.recover-account form {
  margin: 0 0 10px;
}
.tag-subscriptions {
  border-spacing: 10px;
  border-collapse: separate;
}
.tag-subscriptions form {
  display: inline-block;
  margin-bottom: 0;
}
.tag-subscriptions td {
  vertical-align: middle;
}
.tag-subscriptions .action {
  cursor: pointer;
  color: #4A757F;
  /*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
  text-decoration: none;
}
.tag-subscriptions ul.tags li {
  margin: 2px 5px;
}
.auto-tweeting select {
  width: auto;
  margin-bottom: 0;
}
.settings-nav,
.settings-main {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 6px 0 10px;
}
.settings-nav *,
.settings-main * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.settings-main {
  float: right;
  padding: 11px 0 11px 15px;
  width: 80%;
}
.settings-main .help {
  font-size: 80%;
  line-height: 1.3;
  margin: 10px 0;
}
.settings-main label {
  /*font-weight: bold;*/
  line-height: 1.2;
}
.settings-main img {
  margin: 0 0 10px 0;
}
.settings-nav {
  background: #e9e9e1;
  border: 1px solid #d3d3c2;
  float: left;
  padding: 0;
  width: 20%;
}
.settings-nav h2 {
  background: #777;
  color: #eaeaea;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.35;
  padding: 10px;
}
.settings-nav ul {
  list-style: none;
  margin: 10px 0;
}
.settings-nav li {
  line-height: 1.45;
  padding: 0 10px;
}
.settings-nav li.on,
.settings-nav li:hover {
  background: white;
}
.settings-nav li.on a,
.settings-nav li:hover a {
  text-decoration: none;
}
table.settings {
  width: 100%;
}
table.settings td {
  vertical-align: top;
  padding-bottom: 10px;
}
td.setting-label {
  width: 30%;
}
td.setting-label span.lang {
  color: #ff4747;
}
td.setting-input {
  padding-left: 10px;
  width: 70%;
}
td.setting-input input[type="text"],
td.setting-input input[type="number"] {
  font-size: 90%;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  width: 50%;
  border: #cce6ec 3px solid;
}
td.setting-input input[type="number"]::-webkit-inner-spin-button,
td.setting-input input[type="number"]:hover::-webkit-inner-spin-button {
  height: 25px;
}
td.setting-input select {
  width: 50%;
}
td.setting-input textarea {
  padding: 3px 2px;
  width: 100%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
#recaptcha_area,
#recaptcha_table {
  line-height: 0!important;
}
.acInput {
  width: 200px;
}
.acResults {
  padding: 0px;
  border: 1px solid WindowFrame;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px  1px 1px #A7A7A7;
  -moz-box-shadow: 0px  1px 1px #BFBFBF;
  box-shadow: 0px  1px 1px #BFBFBF;
}
.acResults ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.acResults li {
  margin: 0px;
  padding: 2px 5px;
  cursor: pointer;
  display: block;
  width: 100%;
  font: menu;
  font-size: 100%;
  overflow: hidden;
}
.acLoading {
  background: url('/nanobell/m/default/media/images/indicator.gif?deca2919b2e0') right center no-repeat;
}
.acSelect {
  background-color: Highlight;
  color: HighlightText;
}
.gd-question-summary{
  margin-left: 70px; width: 663px;
}
#gdSecondaryHeaderLeft{
  width:730px; 
}
#gdSecondaryHeaderRight{
  width:230px; 
}
/* modifications for small screens */
@media screen and (max-width: 960px) {
  body, .content-wrapper, .short-summary {
    /* wrapper positioning class */
    width: 100%;
  }
  .gd-question-summary{
    width: auto;word-break: break-all;
  }
  #gdSecondaryHeaderLeft{
    width: 100%;
  }
  #gdSecondaryHeaderRight{
    width: 100%;
  }
  #ContentLeft {
    width: 100%;
  }
  #ContentRight {
    width: 100%;
  }
  #ContentFull {
    width: 100%;
  }
  #searchBar input.searchInput{
    padding: 0 8px 0 8px;
  }

  .question-page .post{
    max-width: calc(100% - 6px);
  }

  .question-page .tabBar-answer {
    width: calc(100% - 7px);
  }
  /* content margins touch viewport */
  * {
  *     box-sizing: border-box;
  *         -webkit-box-sizing: border-box;
  *             -moz-box-sizing: border-box;
  *               }
  *                 #ContentLeft,
  *                   #ContentFull {
  *                       padding: 0 6px 20px 6px;
  *                           width: 100%;
  *                             }
  *                               #userToolsNav {
  *                                   padding-left: 8px;
  *                                       margin-right: 20px;
  *                                         }
  *                                           .answer-votes {
  *                                               height: 24px;
  *                                                 }
  *                                                   .short-summary {
  *                                                       width: 100%;
  *                                                         }
  *                                                           .short-summary .answers,
  *                                                             .short-summary .views,
  *                                                               .short-summary .votes {
  *                                                                   height: 51px;
  *                                                                     }
  *                                                                       .question-page .vote-buttons {
  *                                                                           margin-right: 2px;
  *                                                                             }
  *                                                                               .js-tag-name {
  *                                                                                   height: 20px;
  *                                                                                     }
  *                                                                                       .question-page .comments .comment-controls {
  *                                                                                           padding-left: 8px;
  *                                                                                             }
  *                                                                                               .question-page .comments div.controls {
  *                                                                                                   margin-left: 2px;
  *                                                                                                     }
  *                                                                                                       .meta input[type="email"],
  *                                                                                                         .users-page input[type="email"],
  *                                                                                                           .user-profile-edit-page input[type="email"],
  *                                                                                                             .user-profile-page input[type="email"],
  *                                                                                                               .meta input[type="text"],
  *                                                                                                                 .users-page input[type="text"],
  *                                                                                                                   .user-profile-edit-page input[type="text"],
  *                                                                                                                     .user-profile-page input[type="text"],
  *                                                                                                                       .meta input[type="password"],
  *                                                                                                                         .users-page input[type="password"],
  *                                                                                                                           .user-profile-edit-page input[type="password"],
  *                                                                                                                             .user-profile-page input[type="password"],
  *                                                                                                                               .meta select,
  *                                                                                                                                 .users-page select,
  *                                                                                                                                   .user-profile-edit-page select,
  *                                                                                                                                     .user-profile-page select {
  *                                                                                                                                         height: 32px;
  *                                                                                                                                             line-height: 32px;
  *                                                                                                                                               }
  *                                                                                                                                               }
  *                                                                                                                                               @media screen and (max-width: 800px) {
  *                                                                                                                                                 body {
  *                                                                                                                                                     padding: 0;
  *                                                                                                                                                       }
  *                                                                                                                                                         input[type="submit"].searchBtn {
  *                                                                                                                                                             margin-right: 0;
  *                                                                                                                                                               }
  *                                                                                                                                                                 .content-wrapper {
  *                                                                                                                                                                     width: 100%;
  *                                                                                                                                                                       }
  *                                                                                                                                                                         #ContentRight {
  *                                                                                                                                                                             display: none;
  *                                                                                                                                                                               }
  *                                                                                                                                                                                 .edit-question-page #ContentLeft,
  *                                                                                                                                                                                   .edit-answer-page #ContentLeft,
  *                                                                                                                                                                                     .openid-signin #ContentLeft,
  *                                                                                                                                                                                       .meta #ContentLeft {
  *                                                                                                                                                                                           padding: 0 10px;
  *                                                                                                                                                                                             }
  *                                                                                                                                                                                               .main-page h1,
  *                                                                                                                                                                                                 #askButton,
  *                                                                                                                                                                                                   #metaNav #navBadges,
  *                                                                                                                                                                                                     .copyright,
  *                                                                                                                                                                                                       .counts .views,
  *                                                                                                                                                                                                         .counts .votes,
  *                                                                                                                                                                                                           .help,
  *                                                                                                                                                                                                             .rss,
  *                                                                                                                                                                                                               .scope-selector,
  *                                                                                                                                                                                                                 .settings,
  *                                                                                                                                                                                                                   .tabBar,
  *                                                                                                                                                                                                                     .tags,
  *                                                                                                                                                                                                                       .userinfo,
  *                                                                                                                                                                                                                         .widgets {
  *                                                                                                                                                                                                                             display: none;
  *                                                                                                                                                                                                                               }
  *                                                                                                                                                                                                                                 .ask-page input[type="submit"].searchBtn,
  *                                                                                                                                                                                                                                   .edit-question-page input[type="submit"].searchBtn {
  *                                                                                                                                                                                                                                       display: none;
  *                                                                                                                                                                                                                                         }
  *                                                                                                                                                                                                                                           .ask-page .preview-toggle,
  *                                                                                                                                                                                                                                             .edit-answer-page .preview-toggle,
  *                                                                                                                                                                                                                                               .edit-question-page .preview-toggle,
  *                                                                                                                                                                                                                                                 .ask-page .proxy-user-info,
  *                                                                                                                                                                                                                                                   .edit-answer-page .proxy-user-info,
  *                                                                                                                                                                                                                                                     .edit-question-page .proxy-user-info,
  *                                                                                                                                                                                                                                                       .ask-page .answer-options,
  *                                                                                                                                                                                                                                                         .edit-answer-page .answer-options,
  *                                                                                                                                                                                                                                                           .edit-question-page .answer-options,
  *                                                                                                                                                                                                                                                             .ask-page .question-options,
  *                                                                                                                                                                                                                                                               .edit-answer-page .question-options,
  *                                                                                                                                                                                                                                                                 .edit-question-page .question-options,
  *                                                                                                                                                                                                                                                                   .ask-page .revision-comment,
  *                                                                                                                                                                                                                                                                     .edit-answer-page .revision-comment,
  *                                                                                                                                                                                                                                                                       .edit-question-page .revision-comment,
  *                                                                                                                                                                                                                                                                         .ask-page .wmd-preview,
  *                                                                                                                                                                                                                                                                           .edit-answer-page .wmd-preview,
  *                                                                                                                                                                                                                                                                             .edit-question-page .wmd-preview,
  *                                                                                                                                                                                                                                                                               .ask-page #wmd-hr-button,
  *                                                                                                                                                                                                                                                                                 .edit-answer-page #wmd-hr-button,
  *                                                                                                                                                                                                                                                                                   .edit-question-page #wmd-hr-button,
  *                                                                                                                                                                                                                                                                                     .ask-page #wmd-heading-button,
  *                                                                                                                                                                                                                                                                                       .edit-answer-page #wmd-heading-button,
  *                                                                                                                                                                                                                                                                                         .edit-question-page #wmd-heading-button {
  *                                                                                                                                                                                                                                                                                             display: none;
  *                                                                                                                                                                                                                                                                                               }
  *                                                                                                                                                                                                                                                                                                 .edit-answer-page label[for="id_title"],
  *                                                                                                                                                                                                                                                                                                   .edit-question-page label[for="id_title"],
  *                                                                                                                                                                                                                                                                                                     .edit-answer-page label[for="id_revision"],
  *                                                                                                                                                                                                                                                                                                       .edit-question-page label[for="id_revision"],
  *                                                                                                                                                                                                                                                                                                         .edit-answer-page #id_revision,
  *                                                                                                                                                                                                                                                                                                           .edit-question-page #id_revision {
  *                                                                                                                                                                                                                                                                                                               display: none;
  *                                                                                                                                                                                                                                                                                                                 }
  *                                                                                                                                                                                                                                                                                                                   .edit-answer-page #fmedit #id_title,
  *                                                                                                                                                                                                                                                                                                                     .edit-question-page #fmedit #id_title {
  *                                                                                                                                                                                                                                                                                                                         margin: 15px 0 0 0;
  *                                                                                                                                                                                                                                                                                                                           }
  *                                                                                                                                                                                                                                                                                                                             .question-page .comment-votes {
  *                                                                                                                                                                                                                                                                                                                                 display: none;
  *                                                                                                                                                                                                                                                                                                                                   }
  *                                                                                                                                                                                                                                                                                                                                     .question-page .comments form.post-comments {
  *                                                                                                                                                                                                                                                                                                                                         margin: 0 10px 0 0;
  *                                                                                                                                                                                                                                                                                                                                           }
  *                                                                                                                                                                                                                                                                                                                                             .question-page .comments .comment .comment-body {
  *                                                                                                                                                                                                                                                                                                                                                 margin-left: 5px;
  *                                                                                                                                                                                                                                                                                                                                                   }
  *                                                                                                                                                                                                                                                                                                                                                     .question-page .post-update-info-container {
  *                                                                                                                                                                                                                                                                                                                                                         float: none;
  *                                                                                                                                                                                                                                                                                                                                                             width: 100%;
  *                                                                                                                                                                                                                                                                                                                                                               }
  *                                                                                                                                                                                                                                                                                                                                                                 .question-page .post-update-info {
  *                                                                                                                                                                                                                                                                                                                                                                     float: none;
  *                                                                                                                                                                                                                                                                                                                                                                         margin-left: 0;
  *                                                                                                                                                                                                                                                                                                                                                                             width: auto;
  *                                                                                                                                                                                                                                                                                                                                                                               }
  *                                                                                                                                                                                                                                                                                                                                                                                 .question-page .post-update-info br,
  *                                                                                                                                                                                                                                                                                                                                                                                   .question-page .post-update-info .badge1,
  *                                                                                                                                                                                                                                                                                                                                                                                     .question-page .post-update-info .badge2,
  *                                                                                                                                                                                                                                                                                                                                                                                       .question-page .post-update-info .badge3,
  *                                                                                                                                                                                                                                                                                                                                                                                         .question-page .post-update-info .gravatar,
  *                                                                                                                                                                                                                                                                                                                                                                                           .question-page .post-update-info .reputation-score,
  *                                                                                                                                                                                                                                                                                                                                                                                             .question-page .post-update-info .user-card,
  *                                                                                                                                                                                                                                                                                                                                                                                               .question-page .post-update-info .badge-count {
  *                                                                                                                                                                                                                                                                                                                                                                                                   display: none;
  *                                                                                                                                                                                                                                                                                                                                                                                                     }
  *                                                                                                                                                                                                                                                                                                                                                                                                       .footer-links,
  *                                                                                                                                                                                                                                                                                                                                                                                                         .powered-link {
  *                                                                                                                                                                                                                                                                                                                                                                                                             text-align: center;
  *                                                                                                                                                                                                                                                                                                                                                                                                                 width: 100%;
  *                                                                                                                                                                                                                                                                                                                                                                                                                   }
  *                                                                                                                                                                                                                                                                                                                                                                                                                     #metaNav {
  *                                                                                                                                                                                                                                                                                                                                                                                                                         float: left;
  *                                                                                                                                                                                                                                                                                                                                                                                                                             margin-left: 8px;
  *                                                                                                                                                                                                                                                                                                                                                                                                                               }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                 #metaNav a#navUsers,
  *                                                                                                                                                                                                                                                                                                                                                                                                                                   #metaNav a#navTags,
  *                                                                                                                                                                                                                                                                                                                                                                                                                                     #metaNav a#navGroups {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                         background: none;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                             color: #d0e296;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                 font-size: 100%;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: underline;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                         margin: 7px 28px 0 0;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                             padding-left: 0;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                               }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .powered-link {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                     margin-bottom: 15px;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                       }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .short-summary:first-child {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                             padding-top: 0;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                               }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .short-summary {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     padding: 3px 0 8px;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         width: 100%;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .short-summary .tags {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 margin-top: -8px;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .short-summary .tags li {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         margin: 8px 8px 1px 0;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             #secondaryHeader td.search-bar {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 padding: 0 6px;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     table.form-as-table.ab-tag-filter-form td {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         text-align: left;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             table.form-as-table.ab-tag-filter-form th {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 vertical-align: top;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     padding-right: 20px;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         table.form-as-table.ab-tag-filter-form li {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             display: block;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 line-height: 26px;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   @media screen and (max-width: 540px) {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .question-page .post-controls {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         float: left;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             height: 32px;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 margin-left: -8px;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     padding-left: 0;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         text-align: left;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .question-page .post-controls .question-close {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 display: none;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .question-page div.comments.empty {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         margin-top: 8px !important;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .meta input[type="email"],
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .users-page input[type="email"],
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .user-profile-edit-page input[type="email"],
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .user-profile-page input[type="email"],
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .meta input[type="text"],
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .users-page input[type="text"],
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .user-profile-edit-page input[type="text"],
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .user-profile-page input[type="text"],
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .meta input[type="password"],
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .users-page input[type="password"],
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .user-profile-edit-page input[type="password"],
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .user-profile-page input[type="password"],
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .meta select,
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .users-page select,
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .user-profile-edit-page select,
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .user-profile-page select {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               width: 100%;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 @media screen and (max-width: 480px) {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .openid-signin h1,
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .openid-signin h2 {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         line-height: 1.1;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             margin-bottom: 12px;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .openid-signin textarea,
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .meta textarea,
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .users-page textarea,
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .user-profile-edit-page textarea,
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .user-profile-page textarea,
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .openid-signin input[type="text"],
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .meta input[type="text"],
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .users-page input[type="text"],
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .user-profile-edit-page input[type="text"],
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .user-profile-page input[type="text"] {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       width: 100%;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         @media screen and (max-width: 380px) {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .wmd-button-bar .wmd-hr-button,
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .wmd-button-bar .wmd-heading-button {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 display: none;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .editor-status {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         margin-right: 0;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           @media screen and (max-width: 338px) {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             #scopeNav {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 display: none;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .ask-page #id_post_author_username,
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .question-page #id_post_author_username,
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .edit-question-page #id_post_author_username,
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .edit-answer-page #id_post_author_username,
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .ask-page #id_post_author_email,
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .question-page #id_post_author_email,
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .edit-question-page #id_post_author_email,
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .edit-answer-page #id_post_author_email {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       width: 100%;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           margin: 6px 0;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .question-page .post-controls .js-offensive-flag {
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   display: none;
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     }
  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     }
  */* language-specific fixes */
body.lang-zh .box .inputs #interestingTagInput,
body.lang-zh_CN .box .inputs #interestingTagInput,
body.lang-zh-cn .box .inputs #interestingTagInput,
body.lang-zh-tw .box .inputs #interestingTagInput,
body.lang-zh_TW .box .inputs #interestingTagInput,
body.lang-zh .box .inputs #ignoredTagInput,
body.lang-zh_CN .box .inputs #ignoredTagInput,
body.lang-zh-cn .box .inputs #ignoredTagInput,
body.lang-zh-tw .box .inputs #ignoredTagInput,
body.lang-zh_TW .box .inputs #ignoredTagInput,
body.lang-zh .box .inputs #subscribedTagInput,
body.lang-zh_CN .box .inputs #subscribedTagInput,
body.lang-zh-cn .box .inputs #subscribedTagInput,
body.lang-zh-tw .box .inputs #subscribedTagInput,
body.lang-zh_TW .box .inputs #subscribedTagInput,
body.lang-zh .box .inputs #ab-tag-search,
body.lang-zh_CN .box .inputs #ab-tag-search,
body.lang-zh-cn .box .inputs #ab-tag-search,
body.lang-zh-tw .box .inputs #ab-tag-search,
body.lang-zh_TW .box .inputs #ab-tag-search {
  width: 140px;
}
body.lang-zh button,
body.lang-zh_CN button,
body.lang-zh-cn button,
body.lang-zh-tw button,
body.lang-zh_TW button,
body.lang-zh input[type="submit"],
body.lang-zh_CN input[type="submit"],
body.lang-zh-cn input[type="submit"],
body.lang-zh-tw input[type="submit"],
body.lang-zh_TW input[type="submit"],
body.lang-zh input[type="button"],
body.lang-zh_CN input[type="button"],
body.lang-zh-cn input[type="button"],
body.lang-zh-tw input[type="button"],
body.lang-zh_TW input[type="button"],
body.lang-zh input[type="reset"],
body.lang-zh_CN input[type="reset"],
body.lang-zh-cn input[type="reset"],
body.lang-zh-tw input[type="reset"],
body.lang-zh_TW input[type="reset"],
body.lang-zh .button,
body.lang-zh_CN .button,
body.lang-zh-cn .button,
body.lang-zh-tw .button,
body.lang-zh_TW .button {
  line-height: 24px;
}
body.lang-zh .box a.followed,
body.lang-zh_CN .box a.followed,
body.lang-zh-cn .box a.followed,
body.lang-zh-tw .box a.followed,
body.lang-zh_TW .box a.followed,
body.lang-zh .box a.follow,
body.lang-zh_CN .box a.follow,
body.lang-zh-cn .box a.follow,
body.lang-zh-tw .box a.follow,
body.lang-zh_TW .box a.follow {
  line-height: 34px !important;
}
body.lang-zh.question-page a.submit,
body.lang-zh_CN.question-page a.submit,
body.lang-zh-cn.question-page a.submit,
body.lang-zh-tw.question-page a.submit,
body.lang-zh_TW.question-page a.submit {
  line-height: 30px !important;
}
body.lang-zh-tw .box .inputs #interestingTagInput,
body.lang-zh_TW .box .inputs #interestingTagInput,
body.lang-zh-tw .box .inputs #ignoredTagInput,
body.lang-zh_TW .box .inputs #ignoredTagInput,
body.lang-zh-tw .box .inputs #subscribedTagInput,
body.lang-zh_TW .box .inputs #subscribedTagInput,
body.lang-zh-tw .box .inputs #ab-tag-search,
body.lang-zh_TW .box .inputs #ab-tag-search {
  width: 137px;
}
body.lang-hu .scope-selector {
  font-size: 100%;
  margin-left: 10px;
}
body.lang-hu #searchBar,
body.lang-hu .search-drop-menu {
  margin-left: 252px;
}
body.lang-hu .box .inputs #interestingTagInput,
body.lang-hu .box .inputs #ignoredTagInput,
body.lang-hu .box .inputs #subscribedTagInput,
body.lang-hu .box .inputs #ab-tag-search {
  width: 111px;
}
body.lang-hu .users-input,
body.lang-hu .groups-input {
  width: 100px;
}
body.lang-es .scope-selector {
  font-size: 100%;
}
body.lang-es .box .inputs #interestingTagInput,
body.lang-es .box .inputs #ignoredTagInput {
  width: 130px;
}
body.lang-es .users-input,
body.lang-es .groups-input {
  width: 130px;
}
body.lang-es .short-summary .counts .answers div,
body.lang-es .short-summary .counts .views div,
body.lang-es .short-summary .counts .votes div {
  font-size: 80%;
}
body.lang-de .scope-selector {
  font-size: 100%;
}
body.lang-de #metaNav a {
  font-size: 100%;
}
body.lang-de .box h2 {
  font-size: 100% !important;
}
body.lang-de .box .inputs #interestingTagInput,
body.lang-de .box .inputs #ignoredTagInput,
body.lang-de .box .inputs #subscribedTagInput,
body.lang-de .box .inputs #ab-tag-search {
  width: 153px;
}
body.lang-gl .box .inputs #interestingTagInput,
body.lang-gl .box .inputs #ignoredTagInput,
body.lang-gl .box .inputs #subscribedTagInput,
body.lang-gl .box .inputs #ab-tag-search {
  width: 127px;
}
body.lang-pt_BR .box .inputs #interestingTagInput,
body.lang-pt_BR .box .inputs #ignoredTagInput,
body.lang-pt_BR .box .inputs #subscribedTagInput,
body.lang-pt_BR .box .inputs #ab-tag-search {
  width: 116px;
}
body.lang-fr .box .inputs #interestingTagInput,
body.lang-fr .box .inputs #ignoredTagInput,
body.lang-fr .box .inputs #subscribedTagInput,
body.lang-fr .box .inputs #ab-tag-search {
  width: 127px;
}
body.lang-fr #metaNav a {
  font-size: 100%;
}
body.lang-fi #scopeNav {
  width: 315px;
}
body.lang-fi .scope-selector {
  font-size: 100%;
}
body.lang-fi .box .inputs #interestingTagInput,
body.lang-fi .box .inputs #ignoredTagInput,
body.lang-fi .box .inputs #subscribedTagInput,
body.lang-fi .box .inputs #ab-tag-search {
  width: 142px;
}
body.lang-ru .scope-selector {
  font-size: 100%;
}
body.lang-ru .box .inputs #interestingTagInput,
body.lang-ru .box .inputs #ignoredTagInput,
body.lang-ru .box .inputs #subscribedTagInput,
body.lang-ru .box .inputs #ab-tag-search {
  width: 146px;
}
body.lang-ko #scopeNav {
  width: 315px;
}
body.lang-ko .box .inputs #interestingTagInput,
body.lang-ko .box .inputs #ignoredTagInput,
body.lang-ko .box .inputs #subscribedTagInput,
body.lang-ko .box .inputs #ab-tag-search {
  width: 144px;
}
body.lang-nb_NO .box .inputs #interestingTagInput,
body.lang-nb_NO .box .inputs #interestingTagInput,
body.lang-nb_NO .box .inputs #ignoredTagInput,
body.lang-nb_NO .box .inputs #ignoredTagInput,
body.lang-nb_NO .box .inputs #subscribedTagInput,
body.lang-nb_NO .box .inputs #subscribedTagInput,
body.lang-nb_NO .box .inputs #ab-tag-search,
body.lang-nb_NO .box .inputs #ab-tag-search {
  width: 133px;
}
body.lang-nl .box .inputs #interestingTagInput,
body.lang-nl .box .inputs #ignoredTagInput,
body.lang-nl .box .inputs #subscribedTagInput,
body.lang-nl .box .inputs #ab-tag-search {
  width: 110px;
}
body.lang-eu .box .inputs #interestingTagInput,
body.lang-eu .box .inputs #ignoredTagInput,
body.lang-eu .box .inputs #subscribedTagInput,
body.lang-eu .box .inputs #ab-tag-search {
  width: 132px;
}
body.lang-tr .short-summary .votes,
body.lang-tr .short-summary .answers,
body.lang-tr .short-summary .favorites,
body.lang-tr .short-summary .views {
  overflow: hidden;
}
body.lang-tr .box .inputs #interestingTagInput,
body.lang-tr .box .inputs #ignoredTagInput,
body.lang-tr .box .inputs #subscribedTagInput,
body.lang-tr .box .inputs #ab-tag-search {
  width: 141px;
}
body.lang-cs-cz .short-summary .votes,
body.lang-cs-cz .short-summary .answers,
body.lang-cs-cz .short-summary .favorites,
body.lang-cs-cz .short-summary .views {
  overflow: hidden;
}
body.lang-cs-cz .box .inputs #interestingTagInput,
body.lang-cs-cz .box .inputs #ignoredTagInput,
body.lang-cs-cz .box .inputs #subscribedTagInput,
body.lang-cs-cz .box .inputs #ab-tag-search {
  width: 134px;
}


/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/nanobell/m/default/media/fa-4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0&deca2919b2e0');
  src: url('/nanobell/m/default/media/fa-4.3.0/fonts/fontawesome-webfont.eot?&deca2919b2e0#iefix&v=4.3.0') format('embedded-opentype'), url('/nanobell/m/default/media/fa-4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0&deca2919b2e0') format('woff2'), url('/nanobell/m/default/media/fa-4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0&deca2919b2e0') format('woff'), url('/nanobell/m/default/media/fa-4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0&deca2919b2e0') format('truetype'), url('/nanobell/m/default/media/fa-4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0&deca2919b2e0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}

/*!
 * Bootstrap v2.0.2
 * This file was modified for Askbot
 * some styles were deleted, others added at the bottom
 * of this file. Also some fixes to bootstrap are added
 * at the bottom of askbot's style.less.
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid > [class*="span"] {
  float: left;
  margin-left: 2.127659574%;
}
.row-fluid > [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid > .span12 {
  width: 99.99999998999999%;
}
.row-fluid > .span11 {
  width: 91.489361693%;
}
.row-fluid > .span10 {
  width: 82.97872339599999%;
}
.row-fluid > .span9 {
  width: 74.468085099%;
}
.row-fluid > .span8 {
  width: 65.95744680199999%;
}
.row-fluid > .span7 {
  width: 57.446808505%;
}
.row-fluid > .span6 {
  width: 48.93617020799999%;
}
.row-fluid > .span5 {
  width: 40.425531911%;
}
.row-fluid > .span4 {
  width: 31.914893614%;
}
.row-fluid > .span3 {
  width: 23.404255317%;
}
.row-fluid > .span2 {
  width: 14.89361702%;
}
.row-fluid > .span1 {
  width: 6.382978723%;
}
.container {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 9px;
  font-size: 13px;
  line-height: 18px;
}
p small {
  font-size: 11px;
  color: #999999;
}
.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 18px;
}
h3 {
  line-height: 27px;
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
.page-header {
  padding-bottom: 17px;
  margin: 18px 0;
  border-bottom: 1px solid #eeeeee;
}
.page-header h1 {
  line-height: 1;
}
ul,
ol {
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 18px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
  line-height: 17px;
}
dd {
  margin-left: 9px;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 120px;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.muted {
  color: #999999;
}
abbr[title] {
  border-bottom: 1px dotted #ddd;
  cursor: help;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}
blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #eeeeee;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 18px;
  line-height: 18px;
  font-style: normal;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12.025px;
  line-height: 18px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
pre.prettyprint {
  margin-bottom: 18px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/*.label {
  padding: 1px 4px 2px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 13px;
  color: #ffffff;
  vertical-align: middle;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.label:hover {
  color: #ffffff;
  text-decoration: none;
}*/
.label-important {
  background-color: #b94a48;
}
.label-important:hover {
  background-color: #953b39;
}
.label-warning {
  background-color: #f89406;
}
.label-warning:hover {
  background-color: #c67605;
}
.label-success {
  background-color: #468847;
}
.label-success:hover {
  background-color: #356635;
}
.label-info {
  background-color: #3a87ad;
}
.label-info:hover {
  background-color: #2d6987;
}
.label-inverse {
  background-color: #333333;
}
.label-inverse:hover {
  background-color: #1a1a1a;
}
.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}
legend small {
  font-size: 13.5px;
  color: #999999;
}
label {
  /*display: block;
  margin-bottom: 5px;
  color: #333333;*/
}
input,
textarea,
select,
.uneditable-input {
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input,
label textarea,
label select {
  display: block;
}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  /*height: auto;*/
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
input[type="file"] {
  line-height: 18px \9;
}
select {
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
/*
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9; ***** for IE6-9 *
}
*/
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 930px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 850px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 770px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 690px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 610px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 530px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 450px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 370px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 290px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 210px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 130px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 50px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eeeeee;
  border-color: #ddd;
  cursor: not-allowed;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #eeeeee;
  border-top: 1px solid #ddd;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}
.form-actions:after {
  clear: both;
}
:-moz-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
.help-block,
.help-inline {
  color: #555555;
}
.help-block {
  display: block;
  margin-bottom: 9px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  position: relative;
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-append input,
.input-append select .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-left-color: #eee;
  border-right-color: #ccc;
}
.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.control-group {
  margin-bottom: 9px;
}
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 160px;
  /* Super jank IE7 fix to ensure the inputs in .input-append and input-prepend don't inherit the margin of the parent, in this case .controls */

  *display: inline-block;
  *margin-left: 0;
  *padding-left: 20px;
}
.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  /*
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/nanobell/m/default/media/bootstrap/img/glyphicons-halflings.png?4e21f125ae64");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  *margin-right: .3em;
}
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}
.icon-white {
  background-image: url("/nanobell/m/default/media/bootstrap/img/glyphicons-halflings-white.png?4e21f125ae64");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group .btn:last-child,
.btn-group .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group .btn.large:last-child,
.btn-group .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.btn-group .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open {
  *z-index: 1000;
}
.btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-mini .caret {
  margin-top: 5px;
}
.btn-small .caret {
  margin-top: 6px;
}
.btn-large .caret {
  margin-top: 6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu {
  margin-top: 1px;
  border-width: 1px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > .open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav .open .caret,
.nav .open.active .caret,
.nav .open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tab-content {
  display: table;
  width: 100%;
}
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below .nav-tabs .active > a,
.tabs-below .nav-tabs .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
  float: none;
}
.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left .nav-tabs .active > a,
.tabs-left .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right .nav-tabs .active > a,
.tabs-right .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  margin-bottom: 18px;
}
.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.navbar .container {
  width: auto;
}
.btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
  background-color: #222222;
}
.btn-navbar:active,
.btn-navbar.active {
  background-color: #080808 \9;
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar {
  color: #999999;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #ffffff;
}
.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  padding: 4px 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  background-color: #626262;
  border: 1px solid #151515;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
}
.navbar .nav > li {
  display: block;
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}
.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222222;
  border-right: 1px solid #333333;
}
.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}
.navbar .dropdown-menu {
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav .dropdown-toggle .caret,
.navbar .nav .open.dropdown .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .nav .active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar .nav .open > .dropdown-toggle,
.navbar .nav .active > .dropdown-toggle,
.navbar .nav .open.active > .dropdown-toggle {
  background-color: transparent;
}
.navbar .nav .active > .dropdown-toggle:hover {
  color: #ffffff;
}
.navbar .nav.pull-right .dropdown-menu,
.navbar .nav .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .nav.pull-right .dropdown-menu:before,
.navbar .nav .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .nav.pull-right .dropdown-menu:after,
.navbar .nav .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}
.breadcrumb .active a {
  color: #333333;
}
.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  /*border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;*/
}
.pager a:hover {
  text-decoration: none;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
}
.thumbnails:after {
  clear: both;
}
.thumbnails > li {
  float: left;
  margin: 0 0 18px 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 18px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}
.progress-danger.progress-striped .bar {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}
.progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}
.progress-info.progress-striped .bar {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}
.progress-warning.progress-striped .bar {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: inherit;
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}
.popover.top {
  margin-top: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover-inner {
  padding: 3px;
  width: 280px;
  overflow: hidden;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}
.dropdown.open {
  *z-index: 1000;
}
.dropdown.open .dropdown-toggle {
  color: #ffffff;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}
.dropdown.open .dropdown-menu {
  display: block;
}
.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion {
  margin-bottom: 18px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.collapse {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 0;
}
.collapse.in {
  height: auto;
}
/*!
 * Bootstrap Responsive v2.0.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none;
}
.visible-tablet {
  display: none;
}
.visible-desktop {
  display: block;
}
.hidden-phone {
  display: block;
}
.hidden-tablet {
  display: block;
}
.hidden-desktop {
  display: none;
}
@media (max-width: 767px) {
  .visible-phone {
    display: block;
  }
  .hidden-phone {
    display: none;
  }
  .hidden-desktop {
    display: block;
  }
  .visible-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-tablet {
    display: block;
  }
  .hidden-tablet {
    display: none;
  }
  .hidden-desktop {
    display: block;
  }
  .visible-desktop {
    display: none;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 18px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row {
    margin-left: 0;
  }
  .row > [class*="span"],
  .row-fluid > [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin: 0;
  }
  .thumbnails [class*="span"] {
    width: auto;
  }
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    /* Make inputs at least the height of their button counterpart */
  
    /* Makes inputs behave like true block-level elements */
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 20px;
  }
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.762430939%;
  }
  .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid > .span12 {
    width: 99.999999993%;
  }
  .row-fluid > .span11 {
    width: 91.436464082%;
  }
  .row-fluid > .span10 {
    width: 82.87292817100001%;
  }
  .row-fluid > .span9 {
    width: 74.30939226%;
  }
  .row-fluid > .span8 {
    width: 65.74585634900001%;
  }
  .row-fluid > .span7 {
    width: 57.182320438000005%;
  }
  .row-fluid > .span6 {
    width: 48.618784527%;
  }
  .row-fluid > .span5 {
    width: 40.055248616%;
  }
  .row-fluid > .span4 {
    width: 31.491712705%;
  }
  .row-fluid > .span3 {
    width: 22.928176794%;
  }
  .row-fluid > .span2 {
    width: 14.364640883%;
  }
  .row-fluid > .span1 {
    width: 5.801104972%;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 714px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 652px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 590px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 528px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 466px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 404px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 342px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 280px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 218px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 156px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 94px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 32px;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top {
    position: static;
    margin-bottom: 18px;
  }
  .navbar-fixed-top .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .navbar .nav-collapse {
    clear: left;
  }
  .navbar .nav {
    float: none;
    margin: 0 0 9px;
  }
  .navbar .nav > li {
    float: none;
  }
  .navbar .nav > li > a {
    margin-bottom: 2px;
  }
  .navbar .nav > .divider-vertical {
    display: none;
  }
  .navbar .nav .nav-header {
    color: #999999;
    text-shadow: none;
  }
  .navbar .nav > li > a,
  .navbar .dropdown-menu a {
    padding: 6px 15px;
    font-weight: bold;
    color: #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .navbar .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .navbar .nav > li > a:hover,
  .navbar .dropdown-menu a:hover {
    background-color: #222222;
  }
  .navbar .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar .dropdown-menu:before,
  .navbar .dropdown-menu:after {
    display: none;
  }
  .navbar .dropdown-menu .divider {
    display: none;
  }
  .navbar-form,
  .navbar-search {
    float: none;
    padding: 9px 15px;
    margin: 9px 0;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn-navbar {
    display: block;
  }
  .nav-collapse {
    overflow: hidden;
    height: 0;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 30px;
  }
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.564102564%;
  }
  .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid > .span12 {
    width: 100%;
  }
  .row-fluid > .span11 {
    width: 91.45299145300001%;
  }
  .row-fluid > .span10 {
    width: 82.905982906%;
  }
  .row-fluid > .span9 {
    width: 74.358974359%;
  }
  .row-fluid > .span8 {
    width: 65.81196581200001%;
  }
  .row-fluid > .span7 {
    width: 57.264957265%;
  }
  .row-fluid > .span6 {
    width: 48.717948718%;
  }
  .row-fluid > .span5 {
    width: 40.170940171000005%;
  }
  .row-fluid > .span4 {
    width: 31.623931624%;
  }
  .row-fluid > .span3 {
    width: 23.076923077%;
  }
  .row-fluid > .span2 {
    width: 14.529914530000001%;
  }
  .row-fluid > .span1 {
    width: 5.982905983%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1160px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1060px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 960px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 860px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 760px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 660px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 560px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 460px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 360px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 260px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 160px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 60px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
}

/* Modifications for askbot */
.caret {
    margin-bottom: 7px;
}
.btn-group {
    text-align: left;
}
.btn-toolbar {
    margin: 0;
}
.modal-footer {
    text-align: left;
}
.modal p {
    font-size: 14px;
}
.modal-body > textarea {
    width: 515px;
    margin-bottom: 0px;
}
.modal-backdrop {
    z-index: 200000;
}
.modal {
    z-index: 200001;
}
