.cursor{
  cursor: pointer;
}
.btn-dark {
   background-color: black;
}
.btn-dark:hover {
  background-color: #444;
}
.btn-outline:hover {
  color:#aaa;
  background-color: black;
}
.btn-outline-dark:hover {
  color:white;
  border-color: black;
  background-color: black;
}
.btn-secondary {
  background-color: #333;
}
.btn-secondary:hover {
 background-color: #666;
}

.pagination > li > a
{
    background-color: white;
    color: #333;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #7f8991;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a
{
    color: white;
    background-color: #333 !Important;
    border: solid 1px #333 !Important;
}
.pagination > .active > a:hover
{
    background-color: #333 !Important;
    border: solid 1px #333;
}

tr:nth-child(even) {
  background-color: #f8f8f8;
}
tr:nth-child(odd) {
  background-color: #fcfcfc;
}
.heading{
  background-color:black; 
  color:white;
}


.content-wrapper{
  background-color:white;
}

a{
  color:#888;
  text-decoration: none;
}
a:hover{
  color:#111;
  text-decoration: none;
}
a div h4{
  color:black;
}
a div p{
  color:#555;
}
a div h4:hover{
  color:black;
  text-decoration: none;
}
a div p:hover{
  color:#555;
  text-decoration: none;
}

h2{
  font-size: 0.9em;
}

.content-wrapper{
padding:20px
}



::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background:transparent;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}