/* exxos styles for CD menu pages */
.table-container {
border-collapse: collapse; border-spacing: 0; border: 1px solid blue;background:#FFFFF0;
}
/*
.table-container th,
.table-container td {
border: 1px solid black;
padding: 5px;
}
*/
.cell_left{
border: 0px solid black; padding: 1px;
}
.cell-right{
border: 0px solid black; vertical-align: top;padding: 10px;
}
.link-container {
position: relative;
}
.link-text {
font-weight: bold;
text-decoration: none;
display: block;
position: absolute;
top: 7px;
left: 50%;
transform: translateX(-50%);
text-align: center;
color: blueviolet;
font-size: 18px;
padding: 5px;
line-height: 1.1;
}
.link-image {
display: block;
width: 100%;
}
.additional-info {
background:#F0FFF0;border: 1px solid black; padding: 5px;
}
.games-info {
background:#EEE8AA;border: 1px solid black; padding: 5px;
}
.software-info {
background:#FFF8DC;border: 1px solid black; padding: 5px;
}
/* Progress Bar Styles */
.progress-bar-container {
width: 400px;
background-color: #f3f3f3;
border-radius: 10px;
overflow: hidden;
margin-bottom: 10px;
}
.progress-bar {
height: 25px;
line-height: 25px;
background-color: #4CAF50; /* Green color for the progress bar */
text-align: center;
color: white;
border-radius: 10px;
}