@charset "utf-8";
body {
   background-image: linear-gradient( 135deg, #1C1A1A 10%, #6C0202 100%);
   background-repeat: repeat;
   background-position: right;
  
   color: #aaaaaa; 
   font-family: 'DejaVu Serif', Georgia, serif; 
}
.table {
background-image: linear-gradient( 135deg, #1C1A1A 10%, #6C0202 100%);
   background-repeat: repeat;
   background-position: right;
color: #ffffff;}

.table-info, .table-info > td, .table-info > th {
    background-color: #6C0202;
}



@charset "utf-8";
