/*===============================================
   Containers
================================================= */
body {
  color: #444;
  font-size: 14px;
  min-height: 0;
  height: auto;
	/*background-color: #f1f1f1;*/
  background-color: #efefef;
  /* background-image: url('../img/splat.png'); */
  background-repeat: repeat;
}

body > .container {
	margin-top: 17px;
}


@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}

.docs-container {
    box-shadow: 0 1px 1px rgba(0,0,0,0.25);
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    margin-bottom: 150px;
    background-color: #FFF;
    position: relative;
}

/*===============================================
   Helpers
================================================= */
/* cursor disabled helper */
.cdisable,
.cdisable > a {
  cursor: not-allowed;
}
.mt {
  margin-top: 25px;
}
hr {
  border-color: #DDD;
}

/* table helpers */
table.fs11,
table.fs11 p,
table.fs11 span,
table.fs11 b,
table.fs11 code,
table.fs11 pre { 
    font-size: 11px; 
}

table.fs12,
table.fs12 p,
table.fs12 span,
table.fs12 b,
table.fs12 code,
table.fs12 pre { 
    font-size: 12px; 
}


/*===============================================
   Typography
================================================= */
p {
  font-size: 15px;
  color: #666;
  line-height: 24px;
  margin-bottom: 25px;
}
p.lead {
  font-size: 16px;
  font-weight: 400;
}
p.alt {
  font-size: 15px;
  line-height: 23px;
}

.well {
  box-shadow: none;
  border: 1px solid #DDD;
  border-radius: 2px;
}

ul li {
  font-size: 14px;
  color: #666;
}




/*===============================================
   Changelog Specific Styles
================================================= */
/*version id*/
.vid {
  float: right;
  opacity: 0.9;
  color: #d9534f;
  font-size: 15px;
  font-weight: 600;
}
/* labels */
.label-primary {
   background-color: #0099cc;
}
.label-system {
  background-color: #48c9a9;
}
.label-alert {
  background-color: #967adc;
}

.changelog-row .top-wrapper {
    margin-left: -25px;
    margin-right: -25px;
}

.alert b,
.alert .alert-link {
  font-weight: 700;
}



/*===============================================
   Navbar
================================================= */
.docs-navbar {
  border-bottom: 1px solid #DDD !important;
}
.docs-navbar .navbar-brand {
  color: #666 !important;
  font-size: 12px;
  height: 60px;
  line-height: 57px;
  padding: 0 35px 0 25px;
}
.docs-navbar .navbar-brand b {
  font-size: 18px;
  letter-spacing: 1px;
}
.docs-navbar .nav > li > a {
  color: #AAA !important;
  position: relative;
}
.docs-navbar .nav > li:first-child > a {
  border-left: 1px solid #EEE;
}
.docs-navbar .nav > li > a {
  border-right: 1px solid #EEE;
}
.docs-navbar .nav > li.open > a,
.docs-navbar .nav > li.active > a, 
.docs-navbar .nav > li:hover > a,
.docs-navbar .nav > li:focus > a,
.docs-navbar .nav > li > a:hover,
.docs-navbar .nav > li > a:focus {
  background: #FFF !important;
  color: #444 !important;
}

.docs-navbar .nav > li.open > a,
.docs-navbar .nav > li.active > a {
  font-weight: 600;
}
.docs-navbar .nav > li.active > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #3bafda;
}
.docs-navbar .navbar-btn.btn-sm {
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}


/*===============================================
   Left Column
================================================= */
.left-col {
  vertical-align: top !important;
  padding: 25px;
  background: #fbfbfb;
  border-right: 1px solid #dadada;
}

/* left col - minimized */
body.left-col-hidden .left-col {
  width: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
}
body.left-col-hidden .left-col ul,
body.left-col-hidden .left-col .sidebar-title {
  display: none;
}
/*adjust center column when left minimized*/
body.left-col-hidden .center-col {
  width: 100%;
}

/* left col - responsive styles */
@media (max-width: 1400px) {
  .left-col { padding: 20px; }
  body.left-col-hidden #left-col-toggle {
    right: 9px;
  }
}
@media (max-width: 940px) {
  .left-col { border-right: 0; }
  body.left-col-hidden #left-col-toggle {
    top: 9px;
  }
}

/* changelog left col - responsive styles */
@media (max-width: 940px) {
  /* left col border */
  .changelog-row .left-col { 
    border-top: 1px solid #DDD !important;
    border-bottom: 0 !important;
    padding: 10px 25px;
  }
  /* left col content */
  body.left-col-hidden .changelog-row .left-col ul,
  body.left-col-hidden .changelog-row .left-col .sidebar-title {
    display: block;
  }
}


/* left column toggle button */
#left-col-toggle {
  z-index: 5;
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 15px;
  width: 20px;
  height: 20px;
  color: #AAA;
  font-size: 21px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#left-col-toggle:hover { color: #666; }

/* left col minimized toggle button */
body.left-col-hidden #left-col-toggle {
  color: #666;
  right: 14px;
}


/*===============================================
   Center Column
================================================= */
.center-col {
  padding: 30px 35px;
}
.changelog-row .center-col {
  padding: 30px 25px;
}

/*content styles*/

/* CENTER COLUMN RESPONSIVE SETTINGS */
@media (max-width: 1400px) {
  .center-col {
    padding: 30px 25px;
  }
}


/*===============================================
   Responsive Settings
================================================= */

/*container modifications*/
@media (max-width: 1400px) {
  .container {
    width: 100% !important;
  }
}

/* column modifications*/
@media (max-width: 940px) {

  /*hide navbar logo*/
  .container > .navbar-header {
    display: none;
  }
  /*hide navbar support btn*/
  .navbar-right .btn {
    display: none;
  }
  .docs-navbar .navbar-right {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .docs-navbar .navbar-right:last-child {
    margin: 0;
  }

  #docs .table-layout {
    display: block;
    table-layout: auto;
  }
  #docs .left-col,
  #docs .center-col {
    display: block;
    width: 100%;
    float: left;
  }
  #docs .left-col {
    border-bottom: 1px solid #DDD;
  }
}

/*navbar modifications*/
@media (max-width: 750px) {
  .container > .navbar-header {
    display: none;
  }
}


/*===============================================
   Tables
================================================= */
/* BASIC STYLES */
table {
  font-size: 13px;
}

/* table mods */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td {
  border-color: #DDD;
}

/* FOOTABLE STYLES */

/*table row hover*/
table.footable > tbody > tr > td.footable-first-column {
   border-left: 4px solid transparent;
}
table.footable > tbody > tr:hover > td.footable-first-column,
table.footable > tbody > tr.footable-detail-show > td.footable-first-column {
   border-left-color: #AAA;
}
/* PRIMARY - UPDATED */
table.footable > tbody > tr.entry-updated:hover > td.footable-first-column,
table.footable > tbody > tr.footable-detail-show.entry-updated > td.footable-first-column {
   border-left-color: #3bafda;
}
/* SUCCESS - ADDED */
table.footable > tbody > tr.entry-added:hover > td.footable-first-column,
table.footable > tbody > tr.footable-detail-show.entry-added > td.footable-first-column {
   border-left-color: #70ca63;
}
/* ALERT - MOVED */
table.footable > tbody > tr.entry-moved:hover > td.footable-first-column,
table.footable > tbody > tr.footable-detail-show.entry-moved > td.footable-first-column {
   border-left-color: #967adc;
}
/* WARNING - FIXED */
table.footable > tbody > tr.entry-fixed:hover > td.footable-first-column,
table.footable > tbody > tr.footable-detail-show.entry-fixed > td.footable-first-column {
   border-left-color: #f6bb42;
}
/* DANGER - REMOVED */
table.footable > tbody > tr.entry-removed:hover > td.footable-first-column,
table.footable > tbody > tr.footable-detail-show.entry-removed > td.footable-first-column {
   border-left-color: #e9573f;
}
/* SYSTEM - COMBINED */
table.footable > tbody > tr.entry-combined:hover > td.footable-first-column,
table.footable > tbody > tr.footable-detail-show.entry-combined > td.footable-first-column {
   border-left-color: #37BC9B;
}

/* detail expand row padding */
.footable-row-detail-name,
.footable-row-detail-value {
  padding: 7px 9px 9px;
}

/* row bgs */
table.footable .footable-odd {background-color: #FFF;}
table.footable .footable-even {background-color: #fafafa;}

/* table row open */
table.footable > tbody > tr.footable-row-detail {
	background-color: #FFF !important;
}

/* table toggle row icon */
table.footable.breakpoint>tbody>tr>td>span.footable-toggle {
	float: right;
	font-size: 10px;
	padding-top: 2px;
}
.foo-header > tr > th { background-color: #f6f6f6; border: 1px solid #DDD !important;}
.foo-footer > tr > td { background-color: #f6f6f6;}
.footable-page-arrow a[data-page="first"],
.footable-page-arrow a[data-page="last"] {
  display: none;
}

/* specifically for changelog table */
/* first column (label) */
table.footable.changelog-table > tbody > tr > td:first-child {
   width: 90px;
   vertical-align: middle;
   padding: 4px 12px 4px 8px;
}
table.footable.changelog-table > tbody > tr > td:first-child .label {
   width: 100%;
   display: inline-block;
   padding: 3px 4px 5px;
   font-size: 11px;
   text-align: center;
   font-weight: 600;
   line-height: 1;
}



/*===============================================
   List Group Navigation
================================================= */

/*list group styles*/
.left-col .list-group .list-group-item,
.left-col .list-group-accordion .list-group-item {
    border-color: #DDD;
}
.left-col .list-group .list-group-header,
.left-col .list-group-accordion .list-group-header {
  padding: 10px 15px 10px 2px;
  padding-bottom: 13px;
  color: #444;
  font-weight: 600;
  background-color: transparent;
}

/*  List Group Accordion
================================================= */
/* list group item  */
.list-group-accordion .list-group-item {
  -ms-user-select: none; /* IE 10+ */
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;

   padding: 0;
}

/* list group item - .active */
.list-group-accordion .list-group-item.active {
  background-color: #fafafa;
}
/*list group item links */
.list-group-accordion .list-group-item > a {
  color: #AAA;
  display: block;
  text-decoration: none;

  padding: 10px 15px;
}

/* list group item states */
.list-group-accordion .list-group-item.active,
.list-group-accordion .list-group-item.active:hover,
.list-group-accordion .list-group-item.active:focus {
  color: #666;
  position: relative;
  border-color: #ddd;
}
/* list group item active border*/
.list-group-accordion .list-group-item.active:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: -1px;
  height: 3px;
  width: 100%;
  background-color: #4a89dc;
}
.list-group-accordion .list-group-item:nth-child(2):after {
  display: none !important;
}

/*list group item active submenu */
.list-group-accordion .list-group-item.active ul.collapse {
  display: block !important;
}
/*list group submenu */
.list-group-accordion .list-group-item > ul {
  padding-left: 48px;
  padding-bottom: 12px;
}
/*list group submenu - items */
.list-group-accordion .list-group-item > ul > li {
  padding: 0;
  list-style-type:decimal;
}

/*list group submenu - links */
.list-group-accordion .list-group-item > ul > li > a {
  list-style: none;
  color: #AAA;
  padding: 4px 0;
  display: block;
  text-decoration: none;
}
/*list group submenu - :hover */
.list-group-accordion .list-group-item > ul > li > a:hover {
  color: #555;
}
/*list group submenu - .active link */
.list-group-accordion .list-group-item > ul > li.active > a,
.list-group-accordion .list-group-item > ul > li.active > a:hover {
  color: #4a89dc;
  font-weight: 600;
}

/*list group item toggle icon*/
.list-group-accordion .list-group-item .sign-toggle {
  cursor: pointer;
  display: block;
  color: #AAA;
}
.list-group-accordion .list-group-item .sign-toggle:after  {
  right: 10px;
  top: 12px;
  position: absolute;
  content: "\f068";
  font-family: "FontAwesome";
  color: #AAA;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
/* active state*/
.list-group-accordion .list-group-item.active .sign-toggle  {
  color: #666;
  font-weight: 600;
}
.list-group-accordion .list-group-item.active .sign-toggle:after  {
  color: #666;
  content: "\f067";
}
/* :hover :focus */
.list-group-accordion .list-group-item .sign-toggle:hover,
.list-group-accordion .list-group-item .sign-toggle:focus,
.list-group-accordion .list-group-item .sign-toggle:hover:after,
.list-group-accordion .list-group-item .sign-toggle:focus:after  {
  color: #555;
}

/*list group accordion badge modification */
.list-group-accordion .list-group-item a .badge {
  float: right;
  background-color: #AAA;
}

/* Left Column Accordion (built from listgroups) */
.list-group-accordion .list-group-item > .list-disc > li {
    list-style: disc; 
}

/* list group accordiona labels */
.list-group-accordion .list-group-item > ul > li.list-label {
  position: relative;
  left: -20px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 13px;
  list-style: none;
}
.list-group-accordion .list-group-item > ul > li.list-label:first-child {
  margin-top: 17px !important;
}




/*===============================================
   Page Specific - Templates
================================================= */

html.template-page { background-color: #f1f1f1; }
html.template-page body { min-height: 1500px; overflow-x: hidden; }

/* Sliding Containers */
#onScreen,
#offScreen {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
}

/* onScreen */
#onScreen { left: 0; }
body.offscreen-active #onScreen { left: 100%; }

/* offScreen */
#offScreen { left: -100%; }
body.offscreen-active #offScreen { left: 0; }

/* Container Controls */
.template-btn {
    display: block;
    width: 100%;
    height: 42px;
    text-align: center;
    color: #999;
    font-weight: 600;
    font-size: 15px;
    line-height: 40px;
    background: #FFF;
    border: 1px solid #DDD;
    margin-bottom: 40px;
}
.template-btn:hover {
    color: #666;
    text-decoration: none;
    background: #fafafa;
}

.template-page .highlight.hljs-label-js pre,
.template-page .highlight.hljs-label-js code {
  background-color: rgb(255, 255, 250);
}


/*===============================================
   Demo Display Styles
================================================= */


.page-header {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 25px;
}

/* bs demo h2 */
.bs-docs-section h2 {
  border-top: 1px dashed #CCC;
  border-bottom: 0;
  padding-top: 35px;
  margin-top: 30px;
}
.bs-docs-section h2 + .bs-example {
  margin-top: 20px;
}
.bs-docs-section h2:first-child,
.bs-docs-section .page-header + h2 {
  border: 0;
  margin: 15px 0 15px;
  padding: 0;
}

/* bs demo example pane */
.bs-example {
    position: relative;
    margin: 0;
    padding: 50px 15px 15px;
    background-color: #fdfdfd;
    border: 1px solid #DDD;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bs-example:after {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    content: "Example";
}

/* bs example - in table */
.bs-example-type .table td {
    padding: 15px 0;
    border-color: #eee;
}

/* bs example - headings */
.bs-example-type h1,
.bs-example-type h2,
.bs-example-type h3,
.bs-example-type h4,
.bs-example-type h5,
.bs-example-type h6 {
    margin: 0;
}
.highlight.highlight-hover pre {
    height: 185px;
    overflow: hidden;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.zero-clipboard:hover + .highlight-hover pre {
    height: auto;
}

/* highlight plugin */
.highlight {
  margin-bottom: 25px;
}
.highlight.mn,
.highlight.mn +.zero-clipboard + .highlight,
.bs-example + .zero-clipboard + .highlight,
.highlight.mn + .table-responsive {
  margin-top: -1px !important;
}

.highlight + .table-responsive {
    margin-top: -1px
}
.table-responsive + .bs-example,
.table-responsive + .zero-clipboard + .highlight,
.table-responsive + .zero-clipboard + .bs-example {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
}
thead.hidden + tbody > tr:first-child > th,
thead.hidden + tbody > tr:first-child > td {
    border-top: 1px solid #DDD;
}

.highlight pre {
  padding: 9px 14px;
  margin-bottom: 0;
  background-color: #f7f7f7;
  border: 1px solid #e1e1e8;
  border-radius: 3px;
}
/* highlight text btn */
.zero-clipboard {
  position: relative;
  display: block;
}
.btn-clipboard {
  position: absolute;
  top: -1px;
  right: 0;
  z-index: 10;
  display: block;
  padding: 5px 12px 5px 14px;
  font-size: 12px;
  color: #767676;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e1e8;
  border-radius: 0;
}
.btn-clipboard:hover {
  background-color: #FFFEF0;
}

/* highlight container psuedo labels */
.highlight,
.highlight.hljs-label-js {
    position: relative;
}
.highlight pre,
.highlight.hljs-label-js pre {
    padding: 20px 14px 9px;
}
.highlight:after,
.highlight.hljs-label-js:after {
    position: absolute;
    top: 14px;
    left: 15px;
    font-size: 10px;
    font-weight: 600;
    color: #959595;
    padding: 1px 5px;
    border: 1px solid #EEE;
    background: #f1f1f1;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    content: "HTML";
}
.highlight.hljs-label-js:after { content: "JAVASCRIPT"; }
.highlight + .zero-clipboard + .highlight pre {
  border-radius: 0 0 2px 2px;
}

.hljs-tag, .hljs-tag .hljs-title,
.hljs-rules .hljs-property,
.django .hljs-tag .hljs-keyword {
    color: #2f6f9f;
}
.hljs-attribute,
.hljs-variable,
.lisp .hljs-body {
    color: #4f9fcf;
}

/* Example Code */
.bs-example.dependencies,
.bs-example.required-css,
.bs-example.required-js,
.bs-example.required-url,
.bs-example.required-files {
  padding: 38px 15px 15px;
}
.bs-example.dependencies:after,
.bs-example.required-css:after,
.bs-example.required-js:after,
.bs-example.required-url:after,
.bs-example.required-files:after {
  font-size: 10px;
}

.bs-example.javascript:after { content: "JAVASCRIPT"; }
.bs-example.test:after { content: "TEST"; }
.bs-example.dependencies:after { content: "DEPENDENCIES"; }
.bs-example.required-css:after { content: "STYLESHEETS REQUIRED"; }
.bs-example.required-js:after { content: "SCRIPTS REQUIRED"; }
.bs-example.required-url:after { content: "DIRECTORY URL"; }
.bs-example.required-files:after { content: "FILES IN DIRECTORY"; }

.bs-example + .bs-example {
  border-top: 0;
  border-radius: 0;
  margin-top: -11px;
}

/* general docs author well */
.well.author-well {
    margin-top: 25px;
    padding: 15px 18px 0;
    background-color: #f8f8f8;
    border-radius: 0px;
    border: 1px solid #E6E6E6;
    box-shadow: 0;
}

/* demo table p */
.demo-table p {
    margin-bottom: 0px;
}

/* bs-docs styles */
.bs-docs-section .media {
    font-weight: 400;
}

/* Highlight Demo Styles */
.highlight[data-label] {
  position: relative;
}
.highlight[data-label] pre {
  padding: 20px 14px 9px;
}
.highlight[data-label]:after {
  content: "Javascript";
  position: absolute;
  top: 14px;
  left: 15px;
  font-size: 10px;
  font-weight: 600;
  color: #959595;
  padding: 1px 5px;
  border: 1px solid #EEE;
  background: #f1f1f1;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.highlight[data-label="json"]:after { content: "RESULT JSON DATA"; }
.highlight[data-label="html"]:after { content: "html"; }
.highlight[data-label="url"]:after { content: "Folder URL"; }
.highlight[data-label="javascript"]:after { content: "Javascript"; }
.highlight[data-label="text"]:after { content: "TEXT"; }
.highlight[data-label="test"]:after { content: "TEST"; }
.highlight.json:after { content: "RESULT DATA"; }
.highlight.retxml:after { content: "RESULT XML Data"; }
.highlight.text:after { content: "TEXT"; }
.highlight.none:after { content: ""; }

/* demo grid styles */
.bs-docs-grid {
  margin-top: 15px;
  margin-bottom: 25px;
}
.show-grid {margin: 0;}
.show-grid div[class*="col-xs-"],
.show-grid div[class*="col-sm-"],
.show-grid div[class*="col-md-"],
.show-grid div[class*="col-lg-"],
.show-grid div[class*="col-xl-"] {
  padding: 15px;
  background: #fafafa;
  border: 1px solid #EEE;
}

/* admin-forms labels */
.bs-example .holder-style {
    background-color: #f9f9f9;
}
div[data-label] + div[data-label] {
    border-top: 1px solid #EEE;
    padding-bottom: 25px;
}
.bs-example[data-label="contact"]:after { content: "Contact Forms"; }
.bs-example[data-label="comment"]:after { content: "Comment Forms"; }
.bs-example[data-label="login"]:after { content: "Login Forms"; }
.bs-example[data-label="register"]:after { content: "Register Forms"; }
.bs-example[data-label="order"]:after { content: "Order Forms"; }
.bs-example[data-label="misc"]:after { content: "Misc Forms"; }

/* bs-example code section + table */
.bs-example + .table-responsive {
    margin-top: -1px;
}
.bs-example + .table-responsive .table > colgroup + thead > tr:first-child > th {
    border-bottom-width: 1px;
}


/*===============================================
   Scroll to Top Buttons
================================================= */
/* small bottom fixed button */
.scrollup {
    opacity: 0.4;
    z-index: 2;
    display: none;
    position: fixed;
    bottom: 25px;
    right: 30px;

    width: 42px;
    height: 40px;

    border-radius: 4px;
    background: #f6bb42;

    color: #FFF;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
}
.scrollup:hover,
.scrollup:focus {
    opacity: 1;
    color: #FFF;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

/* scrollup button - responsive styles */
@media (max-width: 1420px) {
  .scrollup {
    right: auto;
    left: 30px;
    bottom: 15px;
  }
}
@media (max-width: 940px) {
  .scrollup {
    right: 25px;
    left: auto;
    bottom: 8px;
    width: 35px;
    height: 34px;
    line-height: 32px;
  }
}

/* end of content wrapper */
.top-wrapper {
    background: #fbfbfb;
    border-top: 1px solid #e5e5e5;
    padding: 8px 35px;
    margin-top: 70px;
    margin-bottom: -30px;
    margin-left: -35px;
    margin-right: -35px;
}
.top-wrapper a {
    border: 0;
    margin-top: 0px;
}

/* wrapper - responsive styles */
@media (max-width: 1400px) {
  .top-wrapper {
      margin-left: -25px;
      margin-right: -25px;
  }
}

/* end of content button */
.return-top {
    display: block;
    width: 100%;
    height: 42px;
    text-align: center;
    color: #999;
    font-weight: 600;
    font-size: 15px;
    line-height: 40px;
    border: 1px solid #DDD;
    margin-top: 50px;
}
.return-top:hover {
    color: #666;
    text-decoration: none;
    background: #fafafa;
}