font-size: 85%;
}
-strong {
- font-weight: bold;
-}
-
-em {
- font-style: italic;
-}
-
cite {
font-style: normal;
}
.col-lg-11,
.col-lg-12 {
position: relative;
- float: left;
- width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
+.col-1,
+.col-2,
+.col-3,
+.col-4,
+.col-5,
+.col-6,
+.col-7,
+.col-8,
+.col-9,
+.col-10,
+.col-11,
+.col-12 {
+ float: left;
+}
+
.col-1 {
width: 8.333333333333332%;
}
.container {
max-width: 728px;
}
+ .col-sm-1,
+ .col-sm-2,
+ .col-sm-3,
+ .col-sm-4,
+ .col-sm-5,
+ .col-sm-6,
+ .col-sm-7,
+ .col-sm-8,
+ .col-sm-9,
+ .col-sm-10,
+ .col-sm-11,
+ .col-sm-12 {
+ float: left;
+ }
.col-sm-1 {
width: 8.333333333333332%;
}
.container {
max-width: 940px;
}
+ .col-lg-1,
+ .col-lg-2,
+ .col-lg-3,
+ .col-lg-4,
+ .col-lg-5,
+ .col-lg-6,
+ .col-lg-7,
+ .col-lg-8,
+ .col-lg-9,
+ .col-lg-10,
+ .col-lg-11,
+ .col-lg-12 {
+ float: left;
+ }
.col-lg-1 {
width: 8.333333333333332%;
}
background-color: #f5f5f5;
}
-table col[class*="col-span-"] {
+table col[class^="col-"] {
display: table-column;
float: none;
}
-table td[class*="col-span-"],
-table th[class*="col-span-"] {
+table td[class^="col-"],
+table th[class^="col-"] {
display: table-cell;
float: none;
}