body {
    background-color: transparent !important;
    background-image: url(bg.png);
    font-family: "DejaVu Sans";
    color: #FFFFFF;
}

.button-box {
    background-color: #000000 !important;
    max-width: 570px;
}

.footer {
    background-color: #000000 !important;
    color: #FFFFFF !important;
    max-width: 570px;
}

.border-corner-UL {
    background-color: transparent !important;
    background-image: url('corner-UL.png');
    background-size: 15px 15px; /* Adjusts the image size to cover the entire table */
    /* You can add more background properties like repeat, position, etc. as needed */
    width: 15px;
    height: 15px;
}
.border-corner-UR {
    background-color: transparent !important;
    background-image: url('corner-UR.png');
    background-size: 15px 15px; /* Adjusts the image size to cover the entire table */
    /* You can add more background properties like repeat, position, etc. as needed */
    width: 15px;
    height: 15px
}
.border-corner-LL {
    background-color: transparent !important;
    background-image: url('corner-LL.png');
    background-size: 15px 15px; /* Adjusts the image size to cover the entire table */
    /* You can add more background properties like repeat, position, etc. as needed */
    width: 15px;
    height: 15px;
}
.border-corner-LR {
    background-color: transparent !important;
    background-image: url('corner-LR.png');
    background-size: 15px 15px; /* Adjusts the image size to cover the entire table */
    /* You can add more background properties like repeat, position, etc. as needed */
    width: 15px;
    height: 15px;
}
.border-middle-U {
    background-color: transparent !important;
    background-image: url('top.png');
    background-size: 100% 15px; /* Adjusts the image size to cover the entire table */
    /* You can add more background properties like repeat, position, etc. as needed */
    height: 15px;
    max-width: 570px;
}	

.border-middle-L {
    background-color: transparent !important;
    background-image: url('bottom.png');
    background-size: 100% 15px; /* Adjusts the image size to cover the entire table */
    /* You can add more background properties like repeat, position, etc. as needed */
    height: 15px;
    max-width: 570px;
}
.border-left {
    background-color: transparent !important;
    background-image: url('left.png');
    background-size: 15px; /* Adjusts the image size to cover the entire table */
    /* You can add more background properties like repeat, position, etc. as needed */
    width: 15px;

}
.border-right {
    background-color: transparent !important;
    background-image: url('right.png');
    background-size: 15px; /* Adjusts the image size to cover the entire table */
    /* You can add more background properties like repeat, position, etc. as needed */
    width: 15px;
}

.spacer {
    background-color: #000000 !important;
    max-width: 570px;
}





.banner-box {
    background-color: #000000 !important;
    max-width: 570px;
}
.img-fluid {
    max-width: 100%;
}


#container,
.table,
.table-responsive,
.table-sm {
    background-color: transparent !important;
    max-width: 600px !important;
    padding: 0;
    border-bottom: none;
    border-top: none;
}      

.content {
    background-color: #000000 !important;
    max-width: 570px;
    padding: 20px;
    color: #D9D9D9 !important; 
    text-align: justify;
    font-family: "DejaVu Sans";        /* You can add more background properties like repeat, position, etc. as needed */
    font-size: 12pt;
    line-height: 1.5;
}

#title_big, #title_small{
    padding: 20px;
}

@media only screen and (min-width: 400px) {
    .small-only {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .content {
        background-color: #000000 !important;
        min-width: 250px;
        padding: 5px;
        color: #D9D9D9 !important; 
        text-align: left;
        font-family: "DejaVu Sans";        /* You can add more background properties like repeat, position, etc. as needed */

        font-size: 10pt;
        line-height: 1.5;
    }
    #title_big, #title_small{
        padding: 5px;
    }
    .big-only {
        display: none;
    }
}     
@media only screen and (max-width: 250px) {
    .content {
        background-color: #000000 !important;
        min-width: 150px;
        padding: 1px;
        color: #D9D9D9 !important; 
        text-align: left;
        font-family: "DejaVu Sans";        /* You can add more background properties like repeat, position, etc. as needed */

        font-size: 8pt;
        line-height: 1.5;
    }
    #title_big, #title_small{
        padding: 1px;
    }
}



/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: black;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: left;
  padding: 16px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: right;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 5px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: white;
  color: black;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 26px;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
