/*--Postscript and back to top CSS--*/

.back-to-top-container {
  border-top: 1px solid #d0cece;
  padding:20px 5px;
  margin-top:20px;
}


.back-to-top-container .fa-chevron-up:before {
   font-family: 'Glyphicons Halflings' !important;
   content: "\e080" !important;
   color: #337ab7;
   font-style: normal !important;
   position: absolute;
   transform: rotate(270deg);
}

#postscript-group {
margin-top:20px;
padding-top:20px;
}

#postscript-group h2{
    margin: 0px 0px 10px 0px;
}

@media only screen and (max-width: 767px) {
#postscript-group {
    width: 95%;
    margin: auto;
}

.totop {
  border-top: 1px solid #d0cece;
padding:20px 0px
}
}