table.dataTable thead th {
    border-bottom: 1px solid #d0d0d0;
   }

   .dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 2px;
    transition: all .3s ease-out;
   }

   .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
   }

   .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
    background-color: #2bbbad;
   }

   .rounded-list ol
   {
   counter-reset:li; /* Initiate a counter */
   margin-left:0; /* Remove the default left margin */
   padding-left:0; /* Remove the default left padding */
   }

   /* item  */
   .rounded-list ol > li
   {
   position:relative; /* Create a positioning context */
   list-style:none; /* Disable the normal item numbering */
   background:#eef2f5; /* Item background color */
   margin-left: 11px; /* Give each list item a left margin to make room for the numbers */
   margin-right: 15px;
   padding-left: 15px; /* Add some spacing around the content */
   padding-bottom:11px;
   padding-top:0px;
   }

   /* number  */
   .rounded-list ol > li p:before
   {
   content: counter(li);
   counter-increment: li;
   position: absolute;
   left: -1.0em;
   top: 10px;

   /* number background */
   background: #87ceeb;
   height: 2em;
   width: 2em;
   margin-top: -1em;
   line-height: 1.5em;
   border: .3em solid #fff;
   text-align: center;
   border-radius: 2em;
   }


.navbar-header {
   background: #FF0101 !important
}

.bg-title {
    padding: 0 !important;
}
