2024-10-14 07:15:35 +00:00
|
|
|
.btn8831-container {
|
|
|
|
display: flex;
|
2024-10-14 10:48:07 +00:00
|
|
|
flex-direction: column;
|
|
|
|
flex-wrap: wrap;
|
2024-10-14 07:15:35 +00:00
|
|
|
justify-content: center;
|
|
|
|
max-width: 60%;
|
|
|
|
margin: 0 auto;
|
2024-10-14 17:06:14 +00:00
|
|
|
margin-top: 10px;
|
2024-10-14 07:15:35 +00:00
|
|
|
opacity: 1.0;
|
|
|
|
}
|
2024-10-14 16:55:46 +00:00
|
|
|
.button-item {
|
2024-10-14 07:15:35 +00:00
|
|
|
margin: 5px;
|
2024-10-14 07:29:10 +00:00
|
|
|
opacity: 1;
|
2024-10-14 17:01:18 +00:00
|
|
|
display: flex;
|
2024-10-14 07:15:35 +00:00
|
|
|
}
|
2024-10-14 16:55:46 +00:00
|
|
|
.button-group a, .button-group iframe {
|
|
|
|
width: 88px;
|
|
|
|
height: 31px;
|
|
|
|
}
|
2024-10-14 10:32:16 +00:00
|
|
|
.button-group img {
|
2024-10-14 07:15:35 +00:00
|
|
|
width: 88px;
|
|
|
|
height: 31px;
|
2024-10-14 07:29:10 +00:00
|
|
|
opacity: 1;
|
2024-10-14 17:04:33 +00:00
|
|
|
margin: 0;
|
2024-10-14 10:32:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button-group {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: center;
|
|
|
|
margin-bottom: 10px; /* Space between groups */
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn8831-container hr {
|
|
|
|
width: 100%;
|
|
|
|
border: 0;
|
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|