.img-thumbnail-options {max-width:150px;}
#menu {background-color: #e1352c;
    background-image: linear-gradient(to bottom, #e1352c, #e76e68);
    background-repeat: repeat-x;
    border: 1px solid #e1352c;
    border-color: #e76e68 #e76e68 #e76e68;
    min-height: 40px;
    border-radius: 4px;}
    
 .bg-primary {
    --bs-bg-opacity: 1;
    background-color: #000 !important;
}   
a{color:#e1352c;}

.list-group-item.active{background-color: #e1352c;
    background-image: linear-gradient(to bottom, #e1352c, #e76e68);
    background-repeat: repeat-x;
    border: 1px solid #e1352c;}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
     background-image: linear-gradient(to bottom, #e1352c, #e76e68);
    background-repeat: repeat-x;
    border-color:  #e76e68 #e76e68 #e76e68;
}

.nav-link {color:#e1352c;}
.table-size th, td {
  border: 1px solid;
}
.table-size th, tr:nth-child(even){
    background-color:#f1f1f1;
}