color: #663D1C;
font-size: 1.2em;
display: block;
- width: 100%;
+ min-width: 8em;
text-align: center;
}
========================================================================== */
#options {
- position: absolute;
+ position: relative;
z-index: 10;
background: #efebe9;
width: 100%;
#install + fieldset {
width: auto;
max-width: 50em;
- border: 0;
+ border: 7px dashed #bcaaa4;
}
#install table,
#install + fieldset table {
width: 100%;
border-collapse: collapse;
- border-bottom: 2px solid #FFF;
}
#install td,
#install + fieldset td {
padding: 0.5em 1em;
- border: 2px solid #FFF;
border-bottom: 0;
}
width: 100%;
}
-#install td:last-child { text-align: right; }
+#install td:last-child { text-align: left; }
#install .info { width: 19em; }