  <style>
#cs-nav {
  background: whitesmoke;
  border-bottom: 0.5rem solid #a80e16; }

body 
{
 margin-top:20px;
 margin-left:20px;
 margin-right:20px;

}
html, body, a:link, a:visited, a:hover, a:active {
  background: white;
  font-family: "Trebuchet MS", Verdana, "Helvetica Neue", Helvetica, Sans-Serif;
}

a:link{color: #2274A0;}
a:visited{color: #105070;}
a:hover{color: #2F2F2F;}
a:active{color: #0F0F0F;}

body {
  padding-top: 10px; }

.panel-group {
  min-height: 80vh;
  margin-top: 2rem; }

.flex-panel-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.flex-pagination .pager {
  width: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.popover-footer {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: right;
  border-top: 1px solid #E5E5E5; }

.popover-footer .btn + .btn {
  margin-left: 5px; }

.popover {
  max-width: 100%; }
  </style>
