margin-bottom: 0;
}
- .box.alt {
- border: 0;
- border-radius: 0;
- padding: 0;
- }
-
/* Icon */
.icon {
display: block;
}
- .image.left {
- float: left;
- padding: 0 1.5em 1em 0;
- top: 0.25em;
- }
-
- .image.right {
- float: right;
- padding: 0 0 1em 1.5em;
- top: 0.25em;
- }
-
- .image.left, .image.right {
- max-width: 40%;
- }
-
- .image.left img, .image.right img {
- width: 100%;
- }
-
- .image.fit {
- display: block;
- margin: 0 0 2em 0;
- width: 100%;
- }
-
- .image.fit img {
- width: 100%;
- }
-
/* List */
ol {
ul li {
}
- ul.alt {
- list-style: none;
- padding-left: 0;
- }
-
- ul.alt li {
- border-top: solid 1px rgba(144, 144, 144, 0.25);
- padding: 0.5em 0;
- }
-
- ul.alt li:first-child {
- border-top: 0;
- padding-top: 0;
- }
-
ul.unstyled {
list-style: none;
padding-left: 0;
padding-right: 0;
}
- ul.actions.small li {
- padding: 0 0.5em 0 0;
- }
-
- ul.actions.vertical li {
- display: block;
- padding: 1em 0 0 0;
- }
-
- ul.actions.vertical li:first-child {
- padding-top: 0;
- }
-
- ul.actions.vertical li > * {
- margin-bottom: 0;
- }
-
- ul.actions.vertical.small li {
- padding: 0.5em 0 0 0;
- }
-
- ul.actions.vertical.small li:first-child {
- padding-top: 0;
- }
-
- ul.actions.fit {
- display: table;
- margin-left: -1em;
- padding: 0;
- table-layout: fixed;
- width: calc(100% + 1em);
- }
-
- ul.actions.fit li {
- display: table-cell;
- padding: 0 0 0 1em;
- }
-
- ul.actions.fit li > * {
- margin-bottom: 0;
- }
-
- ul.actions.fit.small {
- margin-left: -0.5em;
- width: calc(100% + 0.5em);
- }
-
- ul.actions.fit.small li {
- padding: 0 0 0 0.5em;
- }
-
dl {
margin: 0 0 2em 0;
}
background-color: #C0E7EF;
border-radius: 15px;
border: 0;
- color: #ffffff !important;
cursor: pointer;
display: inline-block;
font-weight: 400;
margin-right: 0.5em;
}
- input[type="submit"].fit,
- input[type="reset"].fit,
- input[type="button"].fit,
- .button.fit {
- display: block;
- margin: 0 0 1em 0;
- width: 100%;
- }
-
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
font-size: 1.35em;
}
- input[type="submit"].alt,
- input[type="reset"].alt,
- input[type="button"].alt,
- .button.alt {
- background-color: transparent;
- box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
- color: #474747 !important;
- }
-
- input[type="submit"].alt:hover,
- input[type="reset"].alt:hover,
- input[type="button"].alt:hover,
- .button.alt:hover {
- background-color: rgba(144, 144, 144, 0.075);
- }
-
- input[type="submit"].alt:active,
- input[type="reset"].alt:active,
- input[type="button"].alt:active,
- .button.alt:active {
- background-color: rgba(144, 144, 144, 0.2);
- }
-
- input[type="submit"].alt.icon:before,
- input[type="reset"].alt.icon:before,
- input[type="button"].alt.icon:before,
- .button.alt.icon:before {
- color: #0E1210;
- }
-
input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
border-top: solid 2px rgba(144, 144, 144, 0.25);
}
- table.alt {
- border-collapse: separate;
- }
-
- table.alt tbody tr td {
- border: solid 1px rgba(144, 144, 144, 0.25);
- border-left-width: 0;
- border-top-width: 0;
- }
-
- table.alt tbody tr td:first-child {
- border-left-width: 1px;
- }
-
- table.alt tbody tr:first-child td {
- border-top-width: 1px;
- }
-
- table.alt thead {
- border-bottom: 0;
- }
-
- table.alt tfoot {
- border-top: 0;
- }
-
/* Banner */
#banner {