/*
1. Add your custom Css styles below
2. Place the this code in your template:
 <link href="css/custom.css" rel="stylesheet">
*/

/*Table*/
.table td.border_top_bold,
.table th.border_top_bold {
  border-top: 5px solid #dee2e6!important;
}

/*Footer*/
.footerFixed{
    min-height: 100vh;
    position: relative;
    padding-bottom: 172px;
    box-sizing: border-box;
}
footer.fixed {
  width: 100%;
    position: absolute!important;
    bottom: 0;
}

