
.ncxacs{
 position:fixed;
 top:50px;
 right:-151px;
 width:150px;
 height:205px;
 /*background:rgb(255,255,255);
 border:solid 1px #cb342e;*/
 border-right:none;
 font-size:16px !important;
 line-height:16px !important
}

.ncxacs-main
{
  position:absolute;
  top:0;
  left:-50px;
  background-color:#cb342e;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width:50px;
  height:50px;
  display:block;
  line-height:50px;
  color:#fff;
  text-align:center;
  font-size:26px;
}
.ncxacs.ncxacs-expanded{
  right:0;
}
.ncxacs-main svg{margin-top:4px;margin-bottom:-4px}

.ncxacs ul{
  margin:0;padding:0;
  background: rgb(255,255,255);
  border: solid 1px #cb342e;
}
.ncxacs li{
  list-style: none outside none;
  margin:0;padding:0;
}
.ncxacs li a{
  padding:6px 10px;
  display:block;
  text-decoration:none
}
.ncxacs li a:focus,.ncxacs li a:hover{text-decoration:underline}

.ncxacs li.ncxacs-title{padding:5px 10px;font-weight:bold;padding-top:10px}