Line 149:
Line 149:
.infobox {
.infobox {
background-color: #00000000;
background-color: #00000000;
−
position: relative;
width: 100% !important;
width: 100% !important;
max-width: 100% !important;
max-width: 100% !important;
+
table-layout: fixed !important;
box-sizing: border-box;
box-sizing: border-box;
−
overflow: visible !important;
−
margin: 0 auto;
−
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
}
Line 165:
Line 162:
.infobox td,
.infobox td,
.infobox th {
.infobox th {
+
text-align: center !important;
+
padding: 0.5em !important;
+
word-break: break-word;
white-space: normal;
white-space: normal;
}
}
Line 170:
Line 170:
display: block;
display: block;
width: 100% !important;
width: 100% !important;
+
max-width: 100% important;
height: auto !important;
height: auto !important;
margin: 0 auto;
margin: 0 auto;
}
}
−
.infobox details {
+
.infobox details,
+
.infobox summary {
display: block;
display: block;
clear: both;
clear: both;
−
overflow: visible;
−
margin-top: 1em;
−
}
−
−
.infobox summary {
font-weight: bold;
font-weight: bold;
cursor: pointer;
cursor: pointer;