a {
    padding: 2px 0px 2px 1px;
    text-decoration: none;
    font-size: 15px;
    color: #662255;
}

a:hover, .offcanvas a:focus{
    color: #FFFFFF;
    background-color:#000000;
}

table{
  font-size: 11px;
  border-collapse: collapse;
  empty-cell: show;
  border: 1px solid #222;
}

th{
  background: skyblue;
  font-size: 13px;
  padding: 3px 0;
}

td {
  font-size:13px;
  padding: 3px;
}


.footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size:12px;
    padding: 0.3rem 0;
    color:#9e9ea6;    
}

.bottoms {
     position:absolute;
     bottom:20px;
     right:5%;
     width:auto;
     height:auto;
     text-align:right;
     color:#0000aa;
     font-size:12px;
}

hr{ background: red; border: none; height: 1px; }


.btn {
  border: 1px solid gray;
  background: #CCCCCC ;
  line-height: 18px;
}

.btn1 {
  border: 1px solid gray;
  background: green ;
  line-height: 18px;
}



